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 XSDelement Either a route definition or a catalog reference to the route the position is calculated from.
orientation Orientation 0..1 XSDelement 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. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').
inRoutePosition InRoutePosition 1..1 XSDelement Position along the route.

XSD 1.1 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>

Change log from version 1.0
  • Property 'routeRef'. Annotation changed.
    • New Value
      Either a route definition or a catalog reference to the route the position is calculated from.
      From 1.0.0
      Reference to the route the position is calculated from.
  • Property 'orientation'. Annotation changed.
    • New Value
      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. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').
      From 1.0.0
      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.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property routeRef
    • XSDelement [position: "1"]
  • Property orientation
    • XSDelement [position: "2"]
  • Property inRoutePosition
    • XSDelement [position: "3"]

To XSD To XSD Tree