rail:tTrackNode

Complex Type Information

Model

Children: rail:geoCoord

Attributes

QName Type Fixed Default Use Inheritable Annotation
absPos rail:tLengthM optional
absPosOffset rail:tLengthM optional
DEPRECATED, not needed, not used
id rail:tGenericID required
pos rail:tLengthM required

Used By

Complex Type rail:eTrackNode

Source

<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>