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
Value | Definition |
ALCOHOL | ALCOHOL |
COMPUTER_EQUIPMENT-HANDHELD_DEVICE | COMPUTER EQUIPMENT/HANDHELD DEVICE |
DRUGS-NARCOTICS | DRUGS OR NARCOTICS |
NOT_APPLICABLE | 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="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>