Class RoutePosition

Applied Stereotypes:
XSDcomplexType

Position along a route defined in terms of PositionInRoadCoordinates, PositionInLaneCoordinates or current position of a reference object. Orientation definition is optional.

Used in:
Position
Properties
Name Type Cardinality AppliedStereotypes Description
routeRef RouteRef 1..1 Reference to the route the position is calculated from.
orientation Orientation 0..1 Orientation. The relative reference context refers to the referenced road's s and t coordinates, to the current lane's s and t coordinates or to the orientation of the reference entity.
inRoutePosition InRoutePosition 1..1 Position along the route.

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.Route
Property Name XSD Type XSD 0.9.1 Name Migration
routeRef Element RouteRef
orientation Element Orientation
inRoutePosition Element Position Renamed

XSD 1.0 Representation


<xsd:complexType name="RoutePosition">
<xsd:all>
<xsd:element name="RouteRef" type="RouteRef"/>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
<xsd:element name="InRoutePosition" type="InRoutePosition"/>
</xsd:all>
</xsd:complexType>

To XSD To XSLT To XSD Tree