Class InRoutePosition

Applied Stereotypes:
XSDcomplexType, union

Defines the current position in a given route, either through a position in the lane coordinate system, a position in a road coordinate system or through the current position of an entity.

Used in:
RoutePosition
Properties
Name Type Cardinality AppliedStereotypes Description
fromCurrentEntity PositionOfCurrentEntity 0..1 xor, XSDelement The position is defined through the current position of a given entity.
fromRoadCoordinates PositionInRoadCoordinates 0..1 xor, XSDelement Route position in road coordinate system.
fromLaneCoordinates PositionInLaneCoordinates 0..1 xor, XSDelement Route position in lane coordinate system.

XSD 1.1 Representation


<xsd:complexType name="InRoutePosition">
<xsd:choice>
<xsd:element name="FromCurrentEntity" type="PositionOfCurrentEntity" minOccurs="0"/>
<xsd:element name="FromRoadCoordinates" type="PositionInRoadCoordinates" minOccurs="0"/>
<xsd:element name="FromLaneCoordinates" type="PositionInLaneCoordinates" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property fromCurrentEntity
    • xor
    • XSDelement [position: "1"]
  • Property fromRoadCoordinates
    • xor
    • XSDelement [position: "2"]
  • Property fromLaneCoordinates
    • xor
    • XSDelement [position: "3"]

To XSD To XSD Tree