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 |
|
trajectory |
Trajectory |
1..1 |
xor,
XSDelement
|
A trajectory definition. |
|
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
Reference to a trajectory in a catalog. |
|
XSD 1.3 Representation |
<xsd:complexType name="TrajectoryRef">
<xsd:choice>
<xsd:element name="Trajectory" type="Trajectory"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property trajectory
- XSDelement [position: "1"]
- Property catalogReference
- XSDelement [position: "2"]
|
To XSD