Definition Type: ComplexType
Name: WarningsType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Collection of warnings.
Collapse XSD Schema Diagram:
Drilldown into Warning in schema ota_commontypes_xsdXSD Diagram of WarningsType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="WarningsType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Collection of warnings.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Warning" type="WarningType" maxOccurs="999">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used in conjunction with the Success element to define a business error. </xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Warning Warning (1) 999
Collapse Derivation Tree:
Collapse References:
Warnings