Class TrajectoryPosition

Applied Stereotypes:
XSDcomplexType

Definition of a trajectory type in terms of shape and optional time domain.

Used in:
Position
Properties
Name Type Cardinality AppliedStereotypes Description
s double 1..1 XSDattribute Represents the s coordinate from the start of the trajectory, Unit: m; Range [0, arclength of the trajectory in meters].
t double 0..1 XSDattribute Represents the t coordinate orthogonal to the arclength of the trajectory. Missing value is interpreted as 0. Unit: m.
orientation Orientation 0..1 XSDelement The orientation. The relative reference context refers to the referenced trajectory's s and t coordinates. Optional, the orientation of the trajectory's tangent at s if omitted.
trajectoryRef TrajectoryRef 1..1 XSDelement Either a trajectory definition or a catalog reference to the trajectory the position is calculated from.

XSD 1.1 Representation


<xsd:complexType name="TrajectoryPosition">
<xsd:all>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
<xsd:element name="TrajectoryRef" type="TrajectoryRef"/>
</xsd:all>
<xsd:attribute name="s" type="Double" use="required"/>
<xsd:attribute name="t" type="Double"/>
</xsd:complexType>

Change log from version 1.0
  • Class created.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property s
    • XSDattribute
  • Property t
    • XSDattribute
  • Property orientation
    • XSDelement [position: "1"]
  • Property trajectoryRef
    • XSDelement [position: "2"]

To XSD To XSD Tree