Definition Type: Element
Name: ErrorDetails
Namespace: http://www.adsml.org/adsmlenvelope/1.1
Containing Schema: AdsMLEnvelope-1.1-Main-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ErrorLocation in schema adsmlenvelope-1_1-main-as_xsd Drilldown into ErrorDescription in schema adsmlenvelope-1_1-main-as_xsd Drilldown into detectedBy in schema adsmlenvelope-1_1-main-as_xsd Drilldown into type in schema adsmlenvelope-1_1-main-as_xsdXSD Diagram of ErrorDetails in schema adsmlenvelope-1_1-main-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="ErrorDetails">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ErrorDescription" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ErrorLocation" />
        </xs:sequence>
        <xs:attribute name="type" type="EnvelopeErrorCV" use="optional" />
        <xs:attribute name="detectedBy" type="adsml:LongStringType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ErrorDescription nsA:ErrorDescription 0 unbounded
ErrorLocation nsA:ErrorLocation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type Optional
detectedBy nsA:detectedBy Optional