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
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. If omitted, the lane offset is interpreted as 0. Unit: m.
pathS double 1..1 XSDattribute s-coordinate of the actual position. Unit: m; Range: [0..inf[.

XSD 1.1 Representation


<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>

Change log from version 1.0
  • Property 'laneOffset'. Annotation changed.
    • New Value
      Lateral offset (relative to the lane centerline) of the actual position. If omitted, the lane offset is interpreted as 0. Unit: m.
      From 1.0.0
      Lateral offset (relative to the lane centerline) of the actual position. Unit: m.

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

To XSD To XSD Tree