ucr:IncidentFactorCodeSimpleType
simpleType IncidentFactorCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/
Definition
A data type for factors that may have been involved in or contributed to a subject committing an offense.
Diagram
Enumerations
| Value | Definition | 
| A | Alcohol | 
| C | Computer Equipment/Handheld Device | 
| D | Drugs/ Narcotics | 
| N | Not Applicable | 
XML Schema
<xs:simpleType name="IncidentFactorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for factors that may have been involved in or contributed to a subject committing an offense.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Alcohol</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Computer Equipment/Handheld Device</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Drugs/ Narcotics</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Applicable</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>