ucr:IncidentFactorCodeSimpleType

simpleType IncidentFactorCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

Definition

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

Diagram

Enumerations

ValueDefinition
ALCOHOLALCOHOL
COMPUTER_EQUIPMENT-HANDHELD_DEVICECOMPUTER EQUIPMENT/HANDHELD DEVICE
DRUGS-NARCOTICSDRUGS OR NARCOTICS
NOT_APPLICABLENOT 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="ALCOHOL">
<xs:annotation>
<xs:documentation>
ALCOHOL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMPUTER_EQUIPMENT-HANDHELD_DEVICE">
<xs:annotation>
<xs:documentation>
COMPUTER EQUIPMENT/HANDHELD DEVICE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRUGS-NARCOTICS">
<xs:annotation>
<xs:documentation>
DRUGS OR NARCOTICS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOT_APPLICABLE">
<xs:annotation>
<xs:documentation>
NOT APPLICABLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>