element <qm:factor>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:factor> |
|
|
</qm:factor> |
Content model elements (7):
-
Included in content model of elements (1):
-
Annotation
[READ-ONLY] A risk factor.
XML Source (w/o annotations (8); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="factor"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/> <xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/> <xs:element maxOccurs="1" minOccurs="0" name="cost" type="xs:int"/> <xs:element maxOccurs="1" minOccurs="0" name="weight" type="xs:int"/> <xs:element maxOccurs="1" minOccurs="0" name="probability" type="xs:int"/> <xs:element maxOccurs="1" minOccurs="0" name="mitigationAction" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 7/7) -
Type: |
xs:int, predefined, simple content |
[READ-ONLY] The relative cost of the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="cost" type="xs:int"/> |
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] Details about the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/> |
-
Type: |
xs:int, predefined, simple content |
[READ-ONLY] A integer ID associated with the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/> |
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] Test of the plan for mitigating the risk.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="mitigationAction" type="xs:string"/> |
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The title of the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/> |
-
Type: |
xs:int, predefined, simple content |
[READ-ONLY] The relative probablility of the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="probability" type="xs:int"/> |
-
Type: |
xs:int, predefined, simple content |
[READ-ONLY] The relative weight of the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="weight" type="xs:int"/> |