Definition Type: Attribute
Name: Function
Namespace: http://www.opentravel.org/OTA/2003/05
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirDemandTicketRQ.xsd
ContentType Restriction
Use Required
Documentation:
Specifies the ticketing function to be performed.
Collapse XSD Schema Diagram:
XSD Diagram of Function in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Function" use="required">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the ticketing function to be performed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="ET">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Issue an electronic ticket.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="ItineraryInvoice">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Provide an itinerary invoice.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="AutomatedMCO">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Issue an automated miscellaneous charge order.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Interface">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Send request to back office accounting.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration ET
Enumeration ItineraryInvoice
Enumeration AutomatedMCO
Enumeration Interface