Class Lane

Applied Stereotypes:
XSDcomplexType

Specifies a lane.

Used in:
RoadCursor
Properties
  Name Type Cardinality AppliedStereotypes Description
  id int 1..1 XSDattribute The local ID of the target lane at the specified s coordinate taken from the respective road network definition file.
XSD 1.3 Representation


<xsd:complexType name="Lane">
<xsd:attribute name="id" type="Int" use="required"/>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property id
    • XSDattribute

To XSD