Class RoadCursor

Applied Stereotypes:
XSDcomplexType

Defines a cross-section across lanes on a road with respect to the road reference line.

Used in:
RoadRange
Properties
  Name Type Cardinality AppliedStereotypes Description
  roadId string 1..1 XSDattribute The ID of the target road taken from the respective road network definition file.
  s double 0..1 XSDattribute The s-coordinate taken along the road's reference line from the start point of the target road. If s is omitted and the road cursor depicts the start of a road range, then s=0 is assumed. If s is omitted and the road cursor depicts the end of a road range, then s=max_length is assumed. Unit: [m]. Range: [0..inf[.
  lane Lane 0..* XSDelement Restriction of the road cursor to specific lanes of a road. If omitted, road cursor is valid for all lanes of the road.
XSD 1.3 Representation


<xsd:complexType name="RoadCursor">
<xsd:sequence>
<xsd:element name="Lane" type="Lane" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="roadId" type="String" use="required"/>
<xsd:attribute name="s" type="Double"/>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property roadId
    • XSDattribute
  • Property s
    • XSDattribute
  • Property lane
    • XSDelement [position: "1"]

To XSD