Definition Type: Element
Name: Reasons
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CancelRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of reasons for this cancellation.
Collapse XSD Schema Diagram:
Drilldown into Reason in schema ota_cancelrq_xsdXSD Diagram of Reasons in schema ota_cancelrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Reasons" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of reasons for this cancellation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Reason" type="FreeTextType" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Cancellation reason.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Reason nsA:Reason (1) 99