element <qm:estimation> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<qm:estimation>
   
Content: 
</qm:estimation>
Content model elements (2):
qm:executionEffort, qm:planningEffort
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 (3); 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:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
qm:executionEffort
Type:
xs:int, predefined, simple content
The effort allocated for test execution (in person hours).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="executionEffort" type="xs:int"/>

qm:planningEffort
Type:
xs:int, predefined, simple content
The effort allocated for test planning (in person hours).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="planningEffort" type="xs:int"/>

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