T_Station_Platform_Segment
Segments are parts of platforms. Each element is valid on one or more track segments. The
Java class for t_station_platform_segment complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_station_platform_segment">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="roadId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sEnd" use="required" type="{}t_grEqZero" />
<attribute name="side" use="required" type="{}e_station_platform_segment_side" />
<attribute name="sStart" use="required" type="{}t_grEqZero" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard