Template:- OASIS:Certification

The Certification template describes how to represent a record created as a result of a successful certification process providing proof of complying to or passing certain criteria.

EXAMPLE    The airworthiness certification of an aircraft.

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

Template Properties

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

References:
certifyingOrganization [0..1] (Template: OASIS:Organization)
The organization granting the Certification.
documents [0..*] (Template: OASIS:Document)
The documents associated with the Certification.
certifiedItems [0..*] (Block: Ap239Ap233Psm:CertificationAssignmentSelect)
The items that are certified.
Parts:
status [0..1] (Template: OASIS:StateAssertion)
The status of the Certification.
classification [0..*] (Template: OASIS:Classifier)
The classification of the Certification.
The reference data used in Template: OASIS:Classifier is restricted as follows:
RDL constraint 1:
The reference data for:
OASIS:Classifier.class -> ExternalOwlClass.class
is restricted to classes that are subclasses of the following class:
descriptions [0..*] (Template: OASIS:Descriptor)
The descriptions of the Certification.
ids [1..*] (Template: OASIS:Identification)
The collection of identifiers of the Certification.
The reference data used in Template: OASIS:Identification is restricted as follows:
RDL constraint 1:
The reference data for:
OASIS:Identification.role -> ExternalOwlClass.class
is restricted to the following class or a subclass:
names [0..*] (Template: OASIS:Name)
The names of the Certification.
Values:
certificationStartDate [0..1] (Block: Ap239Ap233Psm:DateTimeString)
The date that the Warranty 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')
certificationEndDate [0..1] (Block: Ap239Ap233Psm:DateTimeString)
The date that the Warranty 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')