ucr:IncidentFactorCodeSimpleType

simpleType IncidentFactorCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.0/

Definition

A data type for factors that may have been involved in or contributed to a subject committing an offense.

Diagram

Enumerations

ValueDefinition
AAlcohol
CComputer Equipment
DDrugs/ Narcotics
NNot 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:enumeration value="A">
<xs:annotation>
<xs:documentation>
Alcohol
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Computer Equipment
</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>