Definition Type: Attribute
Name: SearchType
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies (at a high level) the type of search criteria for this request.
Collapse XSD Schema Diagram:
XSD Diagram of SearchType in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="SearchType" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies (at a high level) the type of search criteria for
this request.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Normal">
                <xs:annotation>
                    <xs:documentation xml:lang="en">No special conditions (default)</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Window">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Search should be done for a window of time.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="ArrivalTime">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Search should be based on arrival time.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="PowerFlight">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Checks availability and fares by manually entered data.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="AvailableOnly">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Check for available flights.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="WaitlistOnly">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Only check only for waitlist flights.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="AvailableAndWaitlist">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Check for available and waitlisted flights.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="FreighterFlights">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Check for available freighter flights.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Normal
Enumeration Window
Enumeration ArrivalTime
Enumeration PowerFlight
Enumeration AvailableOnly
Enumeration WaitlistOnly
Enumeration AvailableAndWaitlist
Enumeration FreighterFlights