element <estimation>
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
<estimation>
   
Content: 
planningEffort?, executionEffort?
</estimation>
Content model elements (2):
Included in content model of elements (1):
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 (defined in this component only; 2/2)
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"/>

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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set