Class PositionInLaneCoordinates

Applied Stereotypes:
XSDcomplexType

Defines a coordinate along a lane with a given s coordinate and lane ID.

Used in:
InRoutePosition
Properties
Name Type Cardinality AppliedStereotypes Description
pathS double 1..1 XSDattribute s-coordinate of the actual position. Unit: m; Range: [0..inf[.
laneId string 1..1 XSDattribute Lane ID of the actual position.
laneOffset double 0..1 XSDattribute Lateral offset (relative to the lane centerline) of the actual position. Unit: m.

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.Route.Position.LaneCoord
Property Name XSD Type XSD 0.9.1 Name Migration
pathS Attribute pathS
laneId Attribute laneId
laneOffset Attribute laneOffset

XSD 1.0 Representation


<xsd:complexType name="PositionInLaneCoordinates">
<xsd:attribute name="pathS" type="Double" use="required"/>
<xsd:attribute name="laneId" type="String" use="required"/>
<xsd:attribute name="laneOffset" type="Double" use="optional"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree