<xsd:simpleType name="AirportCode_ICAO"> <xsd:annotation> <xsd:documentation source="Description">ICAO defined 4 char airport or location code as per ICAO doc 7910</xsd:documentation> <xsd:appinfo> <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AirportCode_ICAO</otm:OTA2Entity> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:pattern value="([A-Z0-9]{4})?" /> </xsd:restriction> </xsd:simpleType>