ndex:SubjectMOGeneralLifestyleCodeSimpleType
simpleType SubjectMOGeneralLifestyleCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.1/
Definition
A data type for a code that identifies lifestyle characteristics for the subject person based on investigator experience.
Diagram
Enumerations
| Value | Definition |
| ALCOHOLIC | Alcoholic |
| BISEXUAL | Bisexual |
| DRUG SELLER | Drug Seller |
| DRUG USER | Drug User |
| HABITUAL OFFENDER | Habitual Offender |
| HETEROSEXUAL | Heterosexual |
| HITCHHIKER | Hitchhiker |
| HOMOSEXUAL | Homosexual |
| LONER | Loner |
| MENTALLY ILL | Mentally Ill |
| PEDOPHILE | Pedophile |
| PIMP | Pimp |
| PROSTITUTE | Prostitute |
| REGISTERED SEX OFFENDER | Registered Sex Offender |
| STREET PERSON_HOMELESS | Street Person_Homeless |
| STUDENT | Student |
| TRANSIENT | Transient |
| TRANSVESTITE | Transvestite |
| UNKNOWN | Unknown |
XML Schema
<xs:simpleType name="SubjectMOGeneralLifestyleCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies lifestyle characteristics for the subject person based on investigator experience.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ALCOHOLIC">
<xs:annotation>
<xs:documentation>
Alcoholic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BISEXUAL">
<xs:annotation>
<xs:documentation>
Bisexual</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRUG SELLER">
<xs:annotation>
<xs:documentation>
Drug Seller</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRUG USER">
<xs:annotation>
<xs:documentation>
Drug User</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="HETEROSEXUAL">
<xs:annotation>
<xs:documentation>
Heterosexual</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HITCHHIKER">
<xs:annotation>
<xs:documentation>
Hitchhiker</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOMOSEXUAL">
<xs:annotation>
<xs:documentation>
Homosexual</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LONER">
<xs:annotation>
<xs:documentation>
Loner</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MENTALLY ILL">
<xs:annotation>
<xs:documentation>
Mentally Ill</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PEDOPHILE">
<xs:annotation>
<xs:documentation>
Pedophile</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PIMP">
<xs:annotation>
<xs:documentation>
Pimp</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PROSTITUTE">
<xs:annotation>
<xs:documentation>
Prostitute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REGISTERED SEX OFFENDER">
<xs:annotation>
<xs:documentation>
Registered Sex Offender</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STREET PERSON_HOMELESS">
<xs:annotation>
<xs:documentation>
Street Person_Homeless</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STUDENT">
<xs:annotation>
<xs:documentation>
Student</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRANSIENT">
<xs:annotation>
<xs:documentation>
Transient</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRANSVESTITE">
<xs:annotation>
<xs:documentation>
Transvestite</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>