http://schemas.xmlsoap.org/soap/envelope/
Fault reporting structure
- Local elements (4)
-
faultcode
faultstring
faultactor
detail
Complex Type
Fault
The Fault type does not allow mixed content.
Other types cannot be derived from Fault by using one of the following method(s) : extension.
XML Instance |
|
Attributes |
|
Name |
Type |
Summary |
No Attributes |
Name |
Type |
Summary |
No Attributes |
Name |
Type |
Summary |
No Attributes |
Name |
Type |
Summary |
No Attributes |
Name |
Type |
Summary |
Allows any attributes from any namespaces (lax validation). |
|
XML |
-<xs:complexType final="extension" name="Fault">
<xs:documentation>
Fault reporting structure
</xs:documentation>
</xs:annotation>
<xs:element name="faultcode" type="xs:QName" />
<xs:element name="faultstring" type="xs:string" />
<xs:element minOccurs="0" name="faultactor" type="xs:anyURI" />
<xs:element minOccurs="0" name="detail" type="tns:detail" />
</xs:sequence>
</xs:complexType>
|
Uses |
Type (4)
|
Used-By |
Element (1)
|