Definition Type: ComplexType
Name: CancelInfoRSType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
May contain rules associated with canceling a reservation as well as the supplier's cancellation number.
Collapse XSD Schema Diagram:
Drilldown into UniqueID in schema ota_commontypes_xsd Drilldown into CancelRules in schema ota_commontypes_xsdXSD Diagram of CancelInfoRSType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="CancelInfoRSType">
    <xs:annotation>
        <xs:documentation xml:lang="en">May contain rules associated with canceling a reservation as well as the supplier's cancellation number.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="CancelRules" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">A collection of cancellation rules.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="CancelRule" type="CancelRuleType" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Details of a cancellation rule.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Contains the supplier's cancellation number.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CancelRules CancelRules 0 (1)
UniqueID UniqueID 0 (1)