element <message>
Namespace:
Type:
anonymous (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
    statusCode
 = 
xs:string
    >
   
Content: 
{ xs:string }
</message>
Included in content model of elements (1):
Known Usage Locations
Annotation
Information about the task.
Anonymous Type Detail
Type Derivation Tree
xs:string
  complexType (extension)
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 (defined in 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set