element <fault> (local)
Namespace:
Type:
Content:
complex, 3 elements
Defined:
locally within faultChainType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<fault>
   
Content: 
</fault>
Content model elements (3):
code (in fault), longDescription (in fault), shortDescription (in fault)
Included in content model of elements (1):
faultChain (type faultChainType)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="fault" type="faultChainFaultType"/>
Content Element Detail (all declarations; 3/3)
code
Type:
xsd:string, predefined, simple content
Defined:
locally within faultChainFaultType complexType
This element contains the hexadecimal error code for this fault entry in the fault chain.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="code" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This element contains the hexadecimal error code for this fault
entry in the fault chain.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

longDescription
Type:
xsd:string, predefined, simple content
Defined:
locally within faultChainFaultType complexType
This element contains the long and context-sensitive description for this fault entry in the fault chain.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="longDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This element contains the long and context-sensitive description for
this fault entry in the fault chain.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

shortDescription
Type:
xsd:string, predefined, simple content
Defined:
locally within faultChainFaultType complexType
This element contains the short description for this fault entry in the fault chain.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="shortDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This element contains the short description for this fault entry in the fault chain.
</xsd:documentation>
</xsd:annotation>
</xsd:element>