Position defined in terms of distance along a route (pathS) and lateral offset from the route's reference line (t) at that point.
<xsd:complexType name="PositionInRoadCoordinates"> <xsd:attribute name="pathS" type="Double" use="required"/> <xsd:attribute name="t" type="Double" use="required"/> </xsd:complexType>
To XSD To XSD Tree