element <qm:Error> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<qm:Error>
   
Content: 
</qm:Error>
Content model elements (3):
qm:message, qm:statusCode, qm:trace
Annotation
Error details.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="Error">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="statusCode" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="message" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="trace" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
qm:message
Type:
xs:string, predefined, simple content
[READ-ONLY] Error message.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="message" type="xs:string"/>

qm:statusCode
Type:
xs:int, predefined, simple content
Error status code.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="statusCode" type="xs:int"/>

qm:trace
Type:
xs:string, predefined, simple content
[READ-ONLY] Error trace.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="trace" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set