element <qm:commnunityAssessment>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:commnunityAssessment> |
|
|
</qm:commnunityAssessment> |
Content model elements (6):
-
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: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:sequence> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 6/6) -
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"/> |
-
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"/> |