element <qm:stepResult> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:stepResult |
|
|
|
= |
xs:string |
|
|
= |
xs:string |
|
|
= |
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 (all declarations; defined within 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"/>
|