element <stepResult>
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<stepResult
    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 (3); 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:complexType>
</xs:element>
Attribute Detail (defined in this component only; 2/2)
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