Template:- OASIS:DatedEffectivity

The DatedEffectivity template describes how to represent the validity of an item in between a start and an end date.

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

Template Properties

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

References:
assignedTo [1] (Block: Ap239Ap233Psm:EffectivityAssignmentSelect)
The item to which the effectivity is assigned to.
Parts:
effectivityRole [0..1] (Template: OASIS:Classifier)
The role of the validity for the item.
Values:
startEffectivityDate [0..1] (Block: Ap239Ap233Psm:DateTimeString)
The validity start date

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')
endEffectivityDate [0..1] (Block: Ap239Ap233Psm:DateTimeString)
The validity end date

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')