Definition Type: ComplexType
Name: Fault
Namespace: http://www.w3.org/2003/05/soap-envelope
Containing Schema: http://www.w3.org/2003/05/soap-envelope
Abstract
Documentation:
Fault reporting structure
Collapse XSD Schema Diagram:
Drilldown into Detail in schema http___www_w3_org_2003_05_soap-envelope1 Drilldown into Role in schema http___www_w3_org_2003_05_soap-envelope1 Drilldown into Node in schema http___www_w3_org_2003_05_soap-envelope1 Drilldown into Reason in schema http___www_w3_org_2003_05_soap-envelope1 Drilldown into Code in schema http___www_w3_org_2003_05_soap-envelope1XSD Diagram of Fault in schema http___www_w3_org_2003_05_soap-envelope1 (Simple Object Access Protocol (SOAP))
Collapse XSD Schema Code:
<xs:complexType name="Fault" final="extension">
    <xs:annotation>
        <xs:documentation>
	    Fault reporting structure
	  </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Code" type="tns:faultcode" />
        <xs:element name="Reason" type="tns:faultreason" />
        <xs:element name="Node" type="xs:anyURI" minOccurs="0" />
        <xs:element name="Role" type="xs:anyURI" minOccurs="0" />
        <xs:element name="Detail" type="tns:detail" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code tns:Code (1) (1)
Reason tns:Reason (1) (1)
Node tns:Node 0 (1)
Role tns:Role 0 (1)
Detail tns:Detail 0 (1)
Collapse Derivation Tree:
Collapse References:
tns:Fault