Class TrajectoryRef
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines a reference to a trajectory. Either an inline definition of a trajectory or a trajectory in a catalog.
- Used in:
-
FollowTrajectoryAction ,
TrajectoryPosition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
Reference to a trajectory in a catalog. |
| |
trajectory |
Trajectory |
1..1 |
xor,
XSDelement
|
A trajectory definition. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="TrajectoryRef">
<xsd:choice>
<xsd:element name="Trajectory" type="Trajectory"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'catalogReference'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'trajectory'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property catalogReference
-
Property trajectory
|
To XSD