Definition Type: ComplexType
Name: ErrorsType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
A collection of errors that occurred during the processing of a message.
Collapse XSD Schema Diagram:
Drilldown into Error in schema ota_commontypes_xsdXSD Diagram of ErrorsType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="ErrorsType">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of errors that occurred during the processing of a message.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Error" type="ErrorType" maxOccurs="99">
            <xs:annotation>
                <xs:documentation xml:lang="en">An error that occurred during the processing of a message.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Error Error (1) 99
Collapse Derivation Tree:
Collapse References:
Errors