Class InRoutePosition

Applied Stereotypes:
union, XSDcomplexType

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

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.Route.Position
Property Name XSD Type XSD 0.9.1 Name Migration
fromCurrentEntity Element Current Renamed
fromRoadCoordinates Element RoadCoord Renamed
fromLaneCoordinates Element LaneCoord Renamed

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

To XSD To XSLT To XSD Tree