Template:- OASIS:Project

The Project template describes how to represent a project.

The SysML Block Definition diagram in Figure 1 shows how a Project is represented in the PLCS PSM.

Template Properties

The following SysML Part, Reference, and Value properties are defined for this template:

References:
responsible [0..*] (Template: OASIS:Organization)
the organizations that are responsible for the project.
plannedStart [0..1] (Block: Ap239Ap233Psm:DateOrEventSelect)
the planned or predicted start date of the project.
plannedEnd [0..1] (Block: Ap239Ap233Psm:DateOrEventSelect)
the planned or predicted end date of the project.
Parts:
names [0..*] (Template: OASIS:Name)
the name or names of the project.
descriptions [0..*] (Template: OASIS:Descriptor)
any descriptions of the project.
ids [1..*] (Template: OASIS:Identification)
the identification of the project.
The reference data used in Template: OASIS:Identification is restricted as follows:
RDL constraint 1:
The id must be classified as a Project_identification_code or a subclass thereof.
The reference data for:
OASIS:Identification.role -> ExternalOwlClass.class
is restricted to the following class or a subclass:
classifications [0..*] (Template: OASIS:Classifier)
the classifications of the project.
Values:
actualStart [0..1] (Block: Ap239Ap233Psm:DateTimeString)
the date the project actually started.

The following constraint, normally a uniqueness constraint, is applicable when instantiating the DateTimeString:

rule.Ap239Ap233Psm.ExternalOwlClass.ur1
Constraint: XSDDATETIME
Specification: (OCL2.0)
self.matches('[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z')
actualEnd [0..1] (Block: Ap239Ap233Psm:DateTimeString)
the date the project actually ended.

The following constraint, normally a uniqueness constraint, is applicable when instantiating the DateTimeString:

rule.Ap239Ap233Psm.ExternalOwlClass.ur1
Constraint: XSDDATETIME
Specification: (OCL2.0)
self.matches('[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z')