Class PositionInRoadCoordinates

Applied Stereotypes:
XSDcomplexType

Position defined in terms of distance along a route (pathS) and lateral offset from the route's reference line (t) at that point.

Used in:
InRoutePosition
Properties
Name Type Cardinality AppliedStereotypes Description
pathS double 1..1 XSDattribute Position in s coordinates along the reference line of the road.
t double 1..1 XSDattribute Position in t coordinates orthogonal to the reference line of the road.

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.Route.Position.RoadCoord
Property Name XSD Type XSD 0.9.1 Name Migration
pathS Attribute pathS
t Attribute t

XSD 1.0 Representation


<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 XSLT To XSD Tree