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 route.
t double 1..1 XSDattribute Position in t coordinates orthogonal to the reference line of the route.

XSD 1.1 Representation


<xsd:complexType name="PositionInRoadCoordinates">
<xsd:attribute name="pathS" type="Double" use="required"/>
<xsd:attribute name="t" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.0
  • Property 'pathS'. Annotation changed.
    • New Value
      Position in s coordinates along the reference line of the route.
      From 1.0.0
      Position in s coordinates along the reference line of the road.
  • Property 't'. Annotation changed.
    • New Value
      Position in t coordinates orthogonal to the reference line of the route.
      From 1.0.0
      Position in t coordinates orthogonal to the reference line of the road.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property pathS
    • XSDattribute
  • Property t
    • XSDattribute

To XSD To XSD Tree