<xs:complexType name="tTrackNode">
<xs:sequence>
<xs:element name="geoCoord" type="rail:tGeoCoord" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_trackBegin"/>
<xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_trackEnd"/>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="rail:tGenericID" use="required"/>
<xs:attributeGroup ref="rail:aRelPosition"/>
<xs:attributeGroup ref="rail:aAbsPosition"/>
</xs:complexType> |