T_Road_Surface
In OpenDRIVE, the road surface is represented by the element within the
Java class for t_road_surface complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_surface">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="CRG" type="{}t_road_surface_CRG" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard