element <message> (global)
Namespace:
Type:
anonymous complexType (extension of xs:string)
Content:
simple, 1 attribute
Defined:
globally in tasks.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<message
   
 = 
xs:string
   
>
   
Content: 
{ xs:string }
</message>
Included in content model of elements (1):
qm:adaptertask
Known Usage Locations
Annotation
Information about the task.
Anonymous Type Detail
Type Derivation Tree
xs:string (extension)
  complexType
Derivation:
extension of xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:element name="message">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="statusCode" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
statusCode
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The code associated with the message.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="statusCode" type="xs:string" use="optional"/>

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