element <qm:commnunityAssessment> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:commnunityAssessment> |
|
|
</qm:commnunityAssessment> |
Content model elements (7):
-
Included in content model of elements (1):
-
Annotation
The ratings of the risk by the members of the team.
XML Source (w/o annotations (7); see within schema source)
<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)
-
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"/>
|
-
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"/>
|
-
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"/>
|
-
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="riskComment"/>
|
-
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"/>
|
-
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"/>
|
-
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"/>
|