ndex:RegisteredOffenderCategoryCodeSimpleType
simpleType RegisteredOffenderCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
Definition
A data type for a code that identifies the category of a person's offender registration.
Diagram
Enumerations
| Value | Definition |
| CONVICTED_PERSON | CONVICTED PERSON |
| DEPORTED_FELON | DEPORTED FELON |
| HABITUAL_OFFENDER | HABITUAL OFFENDER |
| HABITUAL_VIOLENT_OFFENDER | HABITUAL VIOLENT OFFENDER |
| SEXUAL_OFFENDER | SEXUAL OFFENDER |
| SEXUAL_OFFENDER-PREDATOR | SEXUAL OFFENDER-PREDATOR |
| TERRORIST | TERRORIST |
| VIOLENT_OFFENDER | VIOLENT OFFENDER |
XML Schema
<xs:simpleType name="RegisteredOffenderCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the category of a person's offender registration.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CONVICTED_PERSON">
<xs:annotation>
<xs:documentation>
CONVICTED PERSON</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DEPORTED_FELON">
<xs:annotation>
<xs:documentation>
DEPORTED FELON</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HABITUAL_OFFENDER">
<xs:annotation>
<xs:documentation>
HABITUAL OFFENDER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HABITUAL_VIOLENT_OFFENDER">
<xs:annotation>
<xs:documentation>
HABITUAL VIOLENT OFFENDER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SEXUAL_OFFENDER">
<xs:annotation>
<xs:documentation>
SEXUAL OFFENDER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SEXUAL_OFFENDER-PREDATOR">
<xs:annotation>
<xs:documentation>
SEXUAL OFFENDER-PREDATOR</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TERRORIST">
<xs:annotation>
<xs:documentation>
TERRORIST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VIOLENT_OFFENDER">
<xs:annotation>
<xs:documentation>
VIOLENT OFFENDER</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>