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