Class TimeReference
- Applied Stereotypes:
-
union,
XSDcomplexType
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
|
This property indicates Timing information is neglected.
|
timing |
Timing |
0..1 |
xor
|
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.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCPrivateAction.Routing.FollowTrajectory.Longitudinal
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
none |
Element |
None |
|
timing |
Element |
Timing |
|
|
XSD 1.0 Representation |
<xsd:complexType name="TimeReference">
<xsd:choice>
<xsd:element name="None" type="None"/>
<xsd:element name="Timing" type="Timing"/>
</xsd:choice>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree