element <qm:estimation> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<qm:estimation>
   
Content: 
</qm:estimation>
Content model elements (6):
qm:execution, qm:executionEffort, qm:executionEffortPersonHours, qm:planning, qm:planningEffort, qm:planningEffortPersonHours
Included in content model of elements (1):
qm:testplan
Known Usage Locations
Annotation
The estimation section of a test plan.
XML Source (w/o annotations (9); see within schema source)
<xs:element name="estimation">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="planningEffort" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="executionEffort" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="planningEffortPersonHours" type="xs:float"/>
<xs:element maxOccurs="1" minOccurs="0" name="executionEffortPersonHours" type="xs:float"/>
<xs:element maxOccurs="1" minOccurs="0" name="planning">
<xs:complexType>
<xs:attribute name="effort" type="xs:double" use="required"/>
<xs:attribute name="units" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="execution">
<xs:complexType>
<xs:attribute name="effort" type="xs:double" use="required"/>
<xs:attribute name="units" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 6/6)
qm:execution
Type:
anonymous complexType, empty content
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="execution">
<xs:complexType>
<xs:attribute name="effort" type="xs:double" use="required"/>
<xs:attribute name="units" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

qm:executionEffort
Type:
xs:int, predefined, simple content
[DEPRECATED] The effort allocated for test execution (in person hours). Valid values include integer numbers starting at 0. As of RQM 5.0, use executionEffortPersonHours, which supercedes executionEffort in POST/PUT requests.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionEffort" type="xs:int"/>

qm:executionEffortPersonHours
Type:
xs:float, predefined, simple content
[DEPRECATED] The effort allocated for test execution (in person hours). Valid values include floating point numbers starting at 0.0. As of RQM 6.0, use execution, which supercedes executionEffortPersonHours in POST/PUT requests.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionEffortPersonHours" type="xs:float"/>

qm:planning
Type:
anonymous complexType, empty content
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="planning">
<xs:complexType>
<xs:attribute name="effort" type="xs:double" use="required"/>
<xs:attribute name="units" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

qm:planningEffort
Type:
xs:int, predefined, simple content
[DEPRECATED] The effort allocated for test planning (in person hours). Valid values include integer numbers starting at 0. As of RQM 5.0, use planningEffortPersonHours, which supercedes planningEffort in POST/PUT requests.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="planningEffort" type="xs:int"/>

qm:planningEffortPersonHours
Type:
xs:float, predefined, simple content
[DEPRECATED] The effort allocated for test planning (in person hours). Valid values include floating point numbers starting at 0.0. As of RQM 6.0, use planning, which supercedes planningEffortPersonHours in POST/PUT requests.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="planningEffortPersonHours" type="xs:float"/>

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