element <qm:commnunityAssessment> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 7 elements
Defined:
locally within qm:risk element in qm.xsd; see XML source
Includes:
definitions of 7 elements
XML Representation Summary
<qm:commnunityAssessment>
   
Content: 
</qm:commnunityAssessment>
Content model elements (7):
qm:highAmount, qm:lowAmount, qm:neutralAmount, qm:riskComment, qm:riskLevel, qm:veryHighAmount, qm:veryLowAmount
Included in content model of elements (1):
qm:risk
Annotation
The ratings of the risk by the members of the team.
XML Source (w/o annotations (7); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="commnunityAssessment">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="riskLevel" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="veryHighAmount" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="highAmount" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="neutralAmount" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="lowAmount" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="veryLowAmount" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="riskComment"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 7/7)
qm:highAmount
Type:
xs:int, predefined, simple content
[READ-ONLY] The number of team members who have rated the risk as high.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="highAmount" type="xs:int"/>

qm:lowAmount
Type:
xs:int, predefined, simple content
[READ-ONLY] The number of team members who have rated the risk as low.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="lowAmount" type="xs:int"/>

qm:neutralAmount
Type:
xs:int, predefined, simple content
[READ-ONLY] The number of team members who have rated the risk as neutral.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="neutralAmount" type="xs:int"/>

qm:riskComment
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="riskComment"/>

qm:riskLevel
Type:
xs:int, predefined, simple content
The overall weighted average risk assessed by the community.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="riskLevel" type="xs:int"/>

qm:veryHighAmount
Type:
xs:int, predefined, simple content
[READ-ONLY] The number of team members who have rated the risk as very high.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="veryHighAmount" type="xs:int"/>

qm:veryLowAmount
Type:
xs:int, predefined, simple content
[READ-ONLY] The number of team members who have rated the risk as very low.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="veryLowAmount" type="xs:int"/>

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