<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 &quot;Rail Fly&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>
|