Definition Type: Attribute
Name: AuthorizationCode
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
This is the approval code received on the original authorization request. Only used in the case where the requested transaction is to reverse the authorization.
Collapse XSD Schema Diagram:
XSD Diagram of AuthorizationCode in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="AuthorizationCode" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">This is the approval code received on the original authorization request. Only used in the case where the requested transaction is to reverse the authorization. </xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Za-z0-9]{1,12}" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Pattern [A-Za-z0-9]{1,12}