scr:AlertCategoryCodeSimpleType
simpleType AlertCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/
Definition
A data type for denoting the type of alert message.
Diagram
Enumerations
| Value | Definition | 
| A | Aggravated Felon | 
| D | Dangerous | 
| FI | Female Impersonator | 
| FT | Female Transvestite | 
| I | Immoral | 
| IDENT | Derogatory | 
| L | Lifer | 
| LD | Lifter/Detainer | 
| M | Medical | 
| MI | Male Impersonator | 
| MT | Male Transvestite | 
| N | Narcotics | 
| O | DHS Violations | 
| OTH | Other | 
| P | Pregnant | 
| S | Subversive | 
| X | Insane | 
XML Schema
<xs:simpleType name="AlertCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for denoting the type of alert message.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Aggravated Felon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Dangerous</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FI">
<xs:annotation>
<xs:documentation>
Female Impersonator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FT">
<xs:annotation>
<xs:documentation>
Female Transvestite</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Immoral</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDENT">
<xs:annotation>
<xs:documentation>
Derogatory</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Lifer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LD">
<xs:annotation>
<xs:documentation>
Lifter/Detainer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Medical</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MI">
<xs:annotation>
<xs:documentation>
Male Impersonator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MT">
<xs:annotation>
<xs:documentation>
Male Transvestite</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Narcotics</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
DHS Violations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTH">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Pregnant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Subversive</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
Insane</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>