Class TimeReference

Applied Stereotypes:
XSDcomplexType, union

Defines whether time information present in trajectories should be considered. If considered, it may be used as either absolute or relative time values. Moreover, a time offset or time scaling may be applied.

Used in:
FollowTrajectoryAction
Properties
Name Type Cardinality AppliedStereotypes Description
none None 0..1 xor, XSDelement This property indicates Timing information is neglected.
timing Timing 0..1 xor, XSDelement This property indicates timing information is taken into account. Its underlying properties allow specification of the time domain (absolute or relative), time scaling and a global time offset.

XSD 1.1 Representation


<xsd:complexType name="TimeReference">
<xsd:choice>
<xsd:element name="None" type="None" minOccurs="0"/>
<xsd:element name="Timing" type="Timing" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property none
    • xor
    • XSDelement [position: "1"]
  • Property timing
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree