hs:LawEnforcementContactAttentionCodeSimpleType

simpleType LawEnforcementContactAttentionCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for describing the unit requiring special attention for the contact.

Diagram

Enumerations

ValueDefinition
ArsonArson
BurglaryBurglary
CACCrimes Against Children
ECUCritical Incident Unit
GangsGangs
Missing PersonsMissing Persons
SEIUSpecial Investigations Unit, also called SIU
TheftTheft

XML Schema

<xs:simpleType name="LawEnforcementContactAttentionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the unit requiring special attention for the contact.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Arson">
<xs:annotation>
<xs:documentation>
Arson
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Burglary">
<xs:annotation>
<xs:documentation>
Burglary
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAC">
<xs:annotation>
<xs:documentation>
Crimes Against Children
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ECU">
<xs:annotation>
<xs:documentation>
Critical Incident Unit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gangs">
<xs:annotation>
<xs:documentation>
Gangs
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Missing Persons">
<xs:annotation>
<xs:documentation>
Missing Persons
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SEIU">
<xs:annotation>
<xs:documentation>
Special Investigations Unit, also called SIU
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Theft">
<xs:annotation>
<xs:documentation>
Theft
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>