T_Road_Lanes
Contains a series of lane section elements that define the characteristics of the road cross sections with respect to the lanes along the reference line.
Java class for t_road_lanes complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_lanes">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="laneOffset" type="{}t_road_lanes_laneOffset" maxOccurs="unbounded" minOccurs="0"/>
<element name="laneSection" type="{}t_road_lanes_laneSection" maxOccurs="unbounded"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard