Definition Type: Element
Name: DocumentInstructions
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A container of document instructions.
Collapse XSD Schema Diagram:
Drilldown into DocumentInstruction in schema ota_airdemandticketrq_xsd Drilldown into UsePrimaryInd in schema ota_airdemandticketrq_xsd Drilldown into OverrideStoredInd in schema ota_airdemandticketrq_xsdXSD Diagram of DocumentInstructions in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="DocumentInstructions" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A container of document instructions.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DocumentInstruction" minOccurs="0" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">A stored document instruction number to be used in ticketing.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="Number" type="Numeric1to99" use="required">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">A document number to be used in ticketing the itinerary.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="OverrideStoredInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, the stored document instructions should not be used in ticketing.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="UsePrimaryInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, use the primary stored document instruction in ticketing.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentInstruction nsA:DocumentInstruction 0 99
Collapse Child Attributes:
Name Type Default Value Use
OverrideStoredInd nsA:OverrideStoredInd Optional
UsePrimaryInd nsA:UsePrimaryInd Optional