Template:- OASIS:FleetItem

The FleetItem template describes how to represent an item (usually a product) that is a member of a fleet of items

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

Template Properties

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

References:
item [1] (Block: Ap239Ap233Psm:CollectionMemberSelect)
The item in the Fleet
fleet [1] (Template: OASIS:Fleet)
The fleet in which the item belongs to
Parts:
effectivityRole [0..1] (Template: OASIS:Classifier)
The role of the effectivity
Values:
startEffectivityDate [0..1] (Block: Ap239Ap233Psm:DateTimeString)
The date when the item in the Fleet starts to be valid

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 date when the item in the Fleet ends to be valid

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