T_Station
Defines stations for tram and railroad applications and for automotive environments. May refer to multiple tracks and is therefore defined on the same level as junctions.
Java class for t_station complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_station">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="platform" type="{}t_station_platform" maxOccurs="unbounded"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{}e_station_type" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard