ucr:LEOKAOfficerAssignmentCategoryCodeSimpleType

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

Definition

A data type for an assignment a law enforcement officer was on when assaulted.

Diagram

Enumerations

ValueDefinition
FTwo-Officer Vehicle - uniformed law enforcement officers
GOne-Officer Vehicle (Alone) - uniformed law enforcement officers
HOne-Officer Vehicle (Assisted) - uniformed law enforcement officers
IDetective or Special Assignment (Alone) - non-uniformed officers
JDetective or Special Assignment (Assisted) - non-uniformed officers
KOther (Alone) - law enforcement officers serving in other capacities (foot patrol, off duty, etc.)
LOther (Assisted) - law enforcement officers serving in other capacities (foot patrol, off duty, etc.)

XML Schema

<xs:simpleType name="LEOKAOfficerAssignmentCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an assignment a law enforcement officer was on when assaulted.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Two-Officer Vehicle - uniformed law enforcement officers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
One-Officer Vehicle (Alone) - uniformed law enforcement officers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
One-Officer Vehicle (Assisted) - uniformed law enforcement officers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Detective or Special Assignment (Alone) - non-uniformed officers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
Detective or Special Assignment (Assisted) - non-uniformed officers
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="K">
<xs:annotation>
<xs:documentation>
Other (Alone) - law enforcement officers serving in other capacities (foot patrol, off duty, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Other (Assisted) - law enforcement officers serving in other capacities (foot patrol, off duty, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>