element <qm:planning> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
locally within qm:estimation element in qm.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:planning
   
 = 
xs:double
 = 
xs:string
/>
Included in content model of elements (1):
qm:estimation
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>
Attribute Detail (all declarations; defined within this component only; 2/2)
effort
Type:
xs:double, predefined
Use:
required
The size of the planning effort represented as a double no less than 0.0.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="effort" type="xs:double" use="required"/>

units
Type:
xs:string, predefined
Use:
required
The units in which the effort is measured. Units must be one of PH, PD, PM, PY where PH is Person Hours, PD is Person Days, PM is Person Months, and PY is Person Years.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="units" type="xs:string" use="required"/>

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