hs:LawEnforcementContactAttentionCodeSimpleType
simpleType LawEnforcementContactAttentionCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for describing the unit requiring special attention for the contact.
Diagram
Enumerations
| Value | Definition | 
| Arson | Arson | 
| Burglary | Burglary | 
| CAC | Crimes Against Children | 
| ECU | Critical Incident Unit | 
| Gangs | Gangs | 
| Missing Persons | Missing Persons | 
| SEIU | Special Investigations Unit, also called SIU | 
| Theft | Theft | 
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:restriction base="xs:token">
<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>