T_Road_Railroad
Container for all railroad definitions that shall be applied along a road. The available set of railroad elements is currently limited to the definition of switches. All other entries shall be covered with the existing elements, for example, track definition by , signal definition by
Java class for t_road_railroad complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_railroad">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="switch" type="{}t_road_railroad_switch" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard