Definition Type: Element
Name: ExceptionDescription
Namespace: http://www.api.org/pidXML
Containing Schema: Exception.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into offendingMessageComponent in schema exception_xsd Drilldown into errorDescription in schema exception_xsd Drilldown into errorClassification in schema exception_xsdXSD Diagram of ExceptionDescription in schema exception_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ExceptionDescription">
    <complexType>
        <sequence>
            <element ref="pidx:errorClassification" />
            <element ref="pidx:errorDescription" />
            <element ref="pidx:offendingMessageComponent" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
errorClassification pidx:errorClassification (1) (1)
errorDescription pidx:errorDescription (1) (1)
offendingMessageComponent pidx:offendingMessageComponent 0 (1)