Definition Type: Element
Name: LocationRequirement
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Location requirement information for pricing.
Collapse XSD Schema Diagram:
Drilldown into Country in schema ota_aircommontypes_xsd Drilldown into State in schema ota_aircommontypes_xsd Drilldown into Type in schema ota_aircommontypes_xsdXSD Diagram of LocationRequirement in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="LocationRequirement" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Location requirement information for pricing.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Type" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used to specify the location requirement type affecting the pricing.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="LocalEmployee">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The customer is a local employee.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="LocalResident">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The customer is a local resident.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="LocalNationalityShipReg">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The customer is a local national or on a ship registered to the location.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="State" type="StateProvCodeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The state location required for some fares.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Country" type="ISO3166" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The country location required for some fares.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Type Type Optional
State State Optional
Country Country Optional