element <factor>
Namespace:
Type:
anonymous complexType
Content:
complex, 7 elements
Defined:
locally within element factors in qm.xsd, see XML source
Includes:
definitions of 7 elements
XML Representation Summary
<factor>
   
Content: 
id, name, description?, cost?, weight?, probability?, mitigationAction?
</factor>
Content model elements (7):
cost (in factor),
description (type xs:string),
id (type xs:int),
name (type xs:string),
weight (type xs:int)
Included in content model of elements (1):
Annotation
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="1" 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)
cost
Type:
xs:int, predefined, simple content
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"/>

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

id
Type:
xs:int, predefined, simple content
A integer ID associated with the risk factor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="id" type="xs:int"/>

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

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

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

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