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 1..1 xor, XSDelement The position is defined through the current position of a given entity.
  fromRoadCoordinates PositionInRoadCoordinates 1..1 xor, XSDelement Route position in road coordinate system.
  fromLaneCoordinates PositionInLaneCoordinates 1..1 xor, XSDelement Route position in lane coordinate system.
XSD 1.3 Representation


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

Change log from version 1.2
  • Property 'fromCurrentEntity'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'fromRoadCoordinates'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'fromLaneCoordinates'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
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