element <commnunityAssessment>
Namespace:
Type:
anonymous complexType
Content:
complex, 5 elements
Defined:
locally within element risk in qm.xsd, see XML source
Includes:
definitions of 5 elements
XML Representation Summary
<commnunityAssessment>
   
Content: 
veryHighAmount?, highAmount?, neutralAmount?, lowAmount?, veryLowAmount?
</commnunityAssessment>
Content model elements (5):
Included in content model of elements (1):
Annotation
The ratings of the risk by the members of the team.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="commnunityAssessment">
<xs:complexType>
<xs:sequence>
<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:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/5)
highAmount
Type:
xs:int, predefined, simple content
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"/>

lowAmount
Type:
xs:int, predefined, simple content
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"/>

neutralAmount
Type:
xs:int, predefined, simple content
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"/>

veryHighAmount
Type:
xs:int, predefined, simple content
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"/>

veryLowAmount
Type:
xs:int, predefined, simple content
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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set