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

ValueDefinition
CONVICTED_PERSONCONVICTED PERSON
DEPORTED_FELONDEPORTED FELON
HABITUAL_OFFENDERHABITUAL OFFENDER
HABITUAL_VIOLENT_OFFENDERHABITUAL VIOLENT OFFENDER
SEXUAL_OFFENDERSEXUAL OFFENDER
SEXUAL_OFFENDER-PREDATORSEXUAL OFFENDER-PREDATOR
TERRORISTTERRORIST
VIOLENT_OFFENDERVIOLENT 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: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>