Template:- OASIS:Envelope

The Envelope template describes how to represent an Envelope and the message it contains.

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

Template Properties

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

References:
sender [1] (Block: Ap239Ap233Psm:PersonOrOrganizationOrPersonInOrganizationSelect)
The organization or person in organization that sent the envelope.
recipient [1] (Block: Ap239Ap233Psm:PersonOrOrganizationOrPersonInOrganizationSelect)
The intended receiving organization or person in organization for the envelope.
contents [1] (Template: OASIS:Message)
The message contained within the envelope.
securityClassification [0..1] (Block: Ap239Ap233Psm:SecurityClassification)
Optional - the Security Level applied to all the contents of the Envelope
Parts:
ids [1..*] (Template: OASIS:Identification)
The identifiers assigned to the Envelope.
The reference data used in Template: OASIS:Identification is restricted as follows:
RDL constraint 1:
The ids must be classified as envelope identification code.
The reference data for:
OASIS:Identification.role -> ExternalOwlClass.class
is restricted to the following class or a subclass:
Values:
dateSent [1] (Block: Ap239Ap233Psm:DateTimeString)
The date or date/time when the envelope was sent.

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