element <qm:stepResult>
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
XML Representation Summary
<qm:stepResult
    message
 = 
xs:string
    result
 = 
xs:string
    type
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
The result of an individual step in the execution sequence.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepResult">
<xs:complexType>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="result" type="xs:string" use="required"/>
<xs:attribute name="message" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/3)
message
Type:
xs:string, predefined
Use:
optional
Optionally, any message along with step result, providing detailed description of any error or warning during step execution.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="message" type="xs:string" use="optional"/>

result
Type:
xs:string, predefined
Use:
required
The result of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="result" type="xs:string" use="required"/>

type
Type:
xs:string, predefined
Use:
required
The type of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set