Definition Type: Element
Name: OTA_AuthorizationRQ
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AuthorizationRQ.xsd
Abstract
Documentation:
Verifies and validates a traveller based on information for a bank account, credit card, or drivers licence. Each of these can be validated with or without an address.
Collapse XSD Schema Diagram:
Drilldown into AuthorizationDetail in schema ota_authorizationrq_xsd Drilldown into POS in schema ota_authorizationrq_xsd Drilldown into RetransmissionIndicator in schema ota_commontypes_xsd1 Drilldown into AltLangID in schema ota_commontypes_xsd1 Drilldown into AltLangID_Group in schema ota_commontypes_xsd1 Drilldown into PrimaryLangID in schema ota_commontypes_xsd1 Drilldown into PrimaryLangID_Group in schema ota_commontypes_xsd1 Drilldown into TransactionStatusCode in schema ota_commontypes_xsd1 Drilldown into SequenceNmbr in schema ota_commontypes_xsd1 Drilldown into TransactionIdentifier in schema ota_commontypes_xsd1 Drilldown into Version in schema ota_commontypes_xsd1 Drilldown into Target in schema ota_commontypes_xsd1 Drilldown into TimeStamp in schema ota_commontypes_xsd1 Drilldown into EchoToken in schema ota_commontypes_xsd1 Drilldown into OTA_PayloadStdAttributes in schema ota_commontypes_xsd1XSD Diagram of OTA_AuthorizationRQ in schema ota_authorizationrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OTA_AuthorizationRQ">
    <xs:annotation>
        <xs:documentation xml:lang="en">Verifies and validates a traveller based on information for a bank account, credit card, or drivers licence. Each of these can be validated with or without an address.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="POS" type="POS_Type" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Point of sale object. </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="AuthorizationDetail" type="AuthorizationType" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Information with which the traveller's identification is verified and/or charges are authorized.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="OTA_PayloadStdAttributes">
            <xs:annotation>
                <xs:documentation xml:lang="en">The standard attributes that appear on the root element for all OTA payloads. </xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
POS nsA:POS 0 (1)
AuthorizationDetail nsA:AuthorizationDetail (1) 99
Collapse Child Attributes:
Name Type Default Value Use
EchoToken EchoToken Optional
TimeStamp TimeStamp Optional
Target Target Production Optional
Version Version Required
TransactionIdentifier TransactionIdentifier Optional
SequenceNmbr SequenceNmbr Optional
TransactionStatusCode TransactionStatusCode Optional
PrimaryLangID PrimaryLangID Optional
AltLangID AltLangID Optional
RetransmissionIndicator RetransmissionIndicator Optional