j:IncidentFactorType
complexType IncidentFactorType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a factor involved that has an effect on an incident.
Diagram
XML Schema
<xs:complexType name="IncidentFactorType">
<xs:annotation>
<xs:documentation>
A data type for a factor involved that has an effect on an incident.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:IncidentFactorAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFactorDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFactorKnownIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFactorSubCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFactorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>