rail:tLocation

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
ocpRef rail:tGenericRef optional
location described by the reference to a well-known 'operation or control point' defined in the same railML file
pos rail:tLengthM required

Used By

Source

<xs:complexType name="tLocation">
  <xs:sequence>
    <xs:element name="geoCoord" type="rail:tGeoCoord" minOccurs="0">
      <xs:annotation>
        <xs:documentation>location described by geographic coordinates</xs:documentation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_from"/>
        <xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_to"/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ocpRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>location described by the reference to a well-known 'operation or control point' defined in the same railML file</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="rail:aRelPosition"/>
  <xs:attributeGroup ref="rail:aAbsPosition"/>
</xs:complexType>