Definition Type: SimpleType
Name: AgencyNumber_IATA
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
IATA agency number - An 8-digit numerical code that uniquely identifies travel agencies and other entities engaged in the sale of travel
Collapse XSD Schema Diagram:
XSD Diagram of AgencyNumber_IATA in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="AgencyNumber_IATA">
    <xsd:annotation>
        <xsd:documentation source="Description">IATA agency number - An 8-digit numerical code that uniquely identifies travel agencies and other entities engaged in the sale of travel</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AgencyNumber_IATA</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="([0-9]{8})?" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern ([0-9]{8})?