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.
- Property 'timing'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property none
- XSDelement [position: "1"]
- Property timing
- XSDelement [position: "2"]
|
To XSD