element <qm:factor> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 7 elements
Defined:
locally within qm:factors element in qm.xsd; see XML source
Includes:
definitions of 7 elements
XML Representation Summary
<qm:factor>
   
Content: 
</qm:factor>
Content model elements (7):
qm:description (type xs:string),
qm:id (type xs:int),
Included in content model of elements (1):
qm:factors
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 (all declarations; defined within this component only; 7/7)
qm:cost
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"/>

qm:description
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"/>

qm:id
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"/>

qm:mitigationAction
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"/>

qm:name
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"/>

qm:probability
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"/>

qm:weight
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"/>

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