element <er:stepResult> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, attr. wildcard, 14 elements
Defined:
Includes:
definitions of 3 attributes, attr. wildcard, 14 elements
Used:
XML Representation Summary
<er:stepResult
   
 = 
xs:anyURI
 = 
xs:int
 = 
xs:string
   
{any attribute with any namespace}
   
>
   
Content: 
</er:stepResult>
Content model elements (14):
er:actualResult, er:comment, er:compare, er:defect, er:description, er:endTime, er:expectedResult, er:properties, er:result, er:startTime, er:stepAttachment, er:stepResults, er:stepType, er:tester
Included in content model of elements (1):
er:stepResults
Known Usage Locations
Annotation
The results of a step.
XML Source (w/o annotations (23); see within schema source)
<xs:element name="stepResult">
<xs:complexType>
<xs:sequence>
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="propertyName" type="xs:string"/>
<xs:attribute name="propertyValue" type="xs:string"/>
<xs:attribute name="propertyType" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="startTime" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="0" name="endTime" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="1" name="result" type="xs:string"/>
<xs:element name="expectedResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="actualResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="description">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stepType" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" ref="er:tester"/>
<xs:element name="comment" type="xs:string"/>
<xs:element name="compare" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepAttachment">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="er:stepResults"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="defect">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="stepIndex" type="xs:int"/>
<xs:attribute ref="vega:id"/>
<xs:anyAttribute processContents="skip"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
href
Type:
xs:anyURI, predefined
Use:
required
[READ-ONLY] The URL of the step (execution element result resource).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

stepIndex
Type:
xs:int, predefined
Use:
optional
[READ-ONLY] The one-based order index of this step result within a group of step results.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="stepIndex" type="xs:int"/>

vega:id
Type:
xs:string, predefined
Use:
optional
The UUID of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

{any attribute with any namespace}
This is a placeholder for any extra attribute in step results.
XML Source (w/o annotations (1); see within schema source)
<xs:anyAttribute processContents="skip"/>
Content Element Detail (all declarations; defined within this component only; 14/14)
er:actualResult
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="actualResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

er:comment
Type:
xs:string, predefined, simple content
Any comment about the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="comment" type="xs:string"/>

er:compare
Type:
xs:string, predefined, simple content
Compare data of the step execution e.g. a:b
XML Source (w/o annotations (1); see within schema source)
<xs:element name="compare" type="xs:string"/>

er:defect
Type:
anonymous complexType, empty content
[READ-ONLY] The defect accociated with the test.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="defect">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>

er:description
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

er:endTime
Type:
xs:dateTime, predefined, simple content
XML datetime for the end of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="endTime" type="xs:dateTime"/>

er:expectedResult
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="expectedResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

er:properties
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="propertyName" type="xs:string"/>
<xs:attribute name="propertyValue" type="xs:string"/>
<xs:attribute name="propertyType" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

er:result
Type:
xs:string, predefined, simple content
The state of the step. Permissible values are those allowed on the execution result state.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="result" type="xs:string"/>

er:startTime
Type:
xs:dateTime, predefined, simple content
XML datetime for the beginning of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="startTime" type="xs:dateTime"/>

er:stepAttachment
Type:
anonymous complexType, empty content
An absolute URL to an attachment that is associated to the test plan.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepAttachment">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

er:stepResults
Type:
anonymous complexType, complex content
Nested StepResults to represent steps of manual keyword.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="er:stepResults"/>

er:stepType
Type:
xs:string, predefined, simple content
The type of the step. This is required if stepResultItemId is not mentioned.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stepType" type="xs:string"/>

er:tester
Type:
anonymous complexType, mixed content
Contributor who has executed this step.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="er:tester"/>

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