Definition Type: ComplexType
Name: POS_Type
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Point of Sale (POS) is the details identifying the party or connection channel making the request.
Collapse XSD Schema Diagram:
Drilldown into Source in schema ota_commontypes_xsdXSD Diagram of POS_Type in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="POS_Type">
    <xs:annotation>
        <xs:documentation xml:lang="en">Point of Sale (POS) is the details identifying the party or connection channel making the request.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Source" type="SourceType" maxOccurs="10">
            <xs:annotation>
                <xs:documentation xml:lang="en">This holds details regarding the requestor. It may be repeated to also accommodate the delivery systems.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Source Source (1) 10