Definition Type: Element
Name: Reason
Namespace: http://www.opentravel.org/OTA/2003/05
Type: Unresolved link to stringlength1to255
Containing Schema: OTA_AirDisplayQueueRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Identifies the reason and method for queuing.
Collapse XSD Schema Diagram:
Drilldown into QueuingMethod in schema ota_airdisplayqueuers_xsd Drilldown into Number in schema ota_airdisplayqueuers_xsdXSD Diagram of Reason in schema ota_airdisplayqueuers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Reason" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies the reason and method for queuing.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength1to255">
                <xs:attribute name="Number" type="Numeric1to9999">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Number corresponding to reason text.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="QueuingMethod" type="StringLength1to64">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Specifies the method (e.g., manual, automatic, time initiated) of queuing.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Number nsA:Number (Optional)
QueuingMethod nsA:QueuingMethod (Optional)
Collapse Derivation Tree:
  • Unresolved link to stringlength1to255
    • Reason