Class LanePosition

Applied Stereotypes:
XSDcomplexType

Defines a position along a lane with a given s coordinate, lane ID, road ID and orientation.

Used in:
Position
Properties
Name Type Cardinality AppliedStereotypes Description
laneId string 1..1 XSDattribute ID of the current lane (ID of a lane in road network).
offset double 0..1 XSDattribute Lateral offset to the centerline of the current lane. Unit: m.
roadId string 1..1 XSDattribute ID of the current road (ID of a road in road network).
s double 1..1 XSDattribute The s coordinate of the current position. Unit: m; Range: [0..inf[.
orientation Orientation 0..1 XSDelement Orientation. The relative reference context refers to the referenced road's s and t coordinates. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').

XSD 1.1 Representation


<xsd:complexType name="LanePosition">
<xsd:all>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="laneId" type="String" use="required"/>
<xsd:attribute name="offset" type="Double"/>
<xsd:attribute name="roadId" type="String" use="required"/>
<xsd:attribute name="s" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.0
  • Property 'orientation'. Annotation changed.
    • New Value
      Orientation. The relative reference context refers to the referenced road's s and t coordinates. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').
      From 1.0.0
      Orientation. The relative reference context refers to the referenced road's s and t coordinates.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property laneId
    • XSDattribute
  • Property offset
    • XSDattribute
  • Property roadId
    • XSDattribute
  • Property s
    • XSDattribute
  • Property orientation
    • XSDelement [position: "1"]

To XSD To XSD Tree