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 1..1 xor, XSDelement This property indicates Timing information is neglected.
  timing Timing 1..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.3 Representation


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

Change log from version 1.2
  • Property 'none'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'timing'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property none
    • xor
    • XSDelement [position: "1"]
  • Property timing
    • xor
    • XSDelement [position: "2"]

To XSD