Definition Type: Attribute
Name: TargetSource
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies to whom the request should be targeted for the information that is to be returned.
Collapse XSD Schema Diagram:
XSD Diagram of TargetSource in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="TargetSource" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies to whom the request should be targeted for the information that is to be returned.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Core">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Requested information should be based on travel data (availabiltiy, rates) stored inhouse.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Vendor">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Requested information should taken from the vendor's system.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Core
Enumeration Vendor