j:LEOKACircumstanceCategoryCodeSimpleType

simpleType LEOKACircumstanceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a LEOKA (Law Enforcement Officer Killed or Assaulted) classification of an incident.

Diagram

Enumerations

ValueDefinition
OFFICER_ASSAULTED-MINOR_INJURYOFFICER ASSAULTED - MINOR INJURY
OFFICER_ASSAULTED-NO_INJURYOFFICER ASSAULTED - NO INJURY
OFFICER_ASSAULTED-SERIOUS_INJURYOFFICER ASSAULTED - SERIOUS INJURY
OFFICER_KILLED-ACCIDENTALLY_NEGLIGENTLYOFFICER KILLED - ACCIDENTALLY/NEGLIGENTLY
OFFICER_KILLED-FELONIOUSLYOFFICER KILLED FELONIOUSLY

XML Schema

<xs:simpleType name="LEOKACircumstanceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a LEOKA (Law Enforcement Officer Killed or Assaulted) classification of an incident.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="OFFICER_ASSAULTED-MINOR_INJURY">
<xs:annotation>
<xs:documentation>
OFFICER ASSAULTED - MINOR INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFFICER_ASSAULTED-NO_INJURY">
<xs:annotation>
<xs:documentation>
OFFICER ASSAULTED - NO INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFFICER_ASSAULTED-SERIOUS_INJURY">
<xs:annotation>
<xs:documentation>
OFFICER ASSAULTED - SERIOUS INJURY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFFICER_KILLED-ACCIDENTALLY_NEGLIGENTLY">
<xs:annotation>
<xs:documentation>
OFFICER KILLED - ACCIDENTALLY/NEGLIGENTLY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFFICER_KILLED-FELONIOUSLY">
<xs:annotation>
<xs:documentation>
OFFICER KILLED FELONIOUSLY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>