Defines a coordinate along a lane with a given s coordinate and lane ID.
<xsd:complexType name="PositionInLaneCoordinates"> <xsd:attribute name="laneId" type="String" use="required"/> <xsd:attribute name="laneOffset" type="Double"/> <xsd:attribute name="pathS" type="Double" use="required"/> </xsd:complexType>
To XSD To XSD Tree