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
  fromLaneCoordinates PositionInLaneCoordinates 1..1 xor, XSDelement Route position in lane coordinate system.
  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.
XSD 1.4 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.3
  • Property 'fromLaneCoordinates'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'fromCurrentEntity'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'fromRoadCoordinates'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property fromLaneCoordinates
    • xor
    • XSDelement
  • Property fromCurrentEntity
    • xor
    • XSDelement
  • Property fromRoadCoordinates
    • xor
    • XSDelement

To XSD