element <er:stepResult>
Namespace:
Type:
anonymous complexType
Content:
complex, 1+any attributes, 13 elements
Defined:
Includes:
definitions of 1+any attributes and 13 elements
Used:
XML Representation Summary
<er:stepResult
    vega:id
 = 
xs:string
   
    >
   
Content: 
er:properties, er:startTime?, er:endTime?, er:result, er:expectedResult, er:actualResult, er:description, er:stepType, er:comment, er:compare, er:stepAttachment*, er:stepResults?, er:defect*
</er:stepResult>
Content model elements (13):
Included in content model of elements (1):
Known Usage Locations
Annotation
[READ-ONLY] The results of a step.
XML Source (w/o annotations (20); 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 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 ref="vega:id"/>
<xs:anyAttribute processContents="skip"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 2/2)
vega:id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] 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}
[READ-ONLY] 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 (defined in this component only; 13/13)
er:actualResult
Type:
anonymous, 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
[READ-ONLY] 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
[READ-ONLY] 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, 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, 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
[READ-ONLY] 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, 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, 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
[READ-ONLY] 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
[READ-ONLY] 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, empty content
[READ-ONLY] 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, complex content
[READ-ONLY] 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
[READ-ONLY] 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"/>

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