Definition Type: SimpleType
Name: RailwayStationCode_IATA
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
IATA codes for railway stations begin with Q, X or Z, except when the station shares the code with an airport. Railway stations are typically used in air-rail alliances or code sharing agreements (commonly known as "Rail Fly"). Commonly used in Europe
Collapse XSD Schema Diagram:
XSD Diagram of RailwayStationCode_IATA in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="RailwayStationCode_IATA">
    <xsd:annotation>
        <xsd:documentation source="Description">IATA codes for railway stations begin with Q, X or Z, except when the station shares the code with an airport.

Railway stations are typically used in air-rail alliances or code sharing agreements (commonly known as &amp;quot;Rail Fly&amp;quot;). Commonly used in Europe</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RailwayStationCode_IATA</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="([A-Z]{3})?" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern ([A-Z]{3})?