ncic:ADDCodeSimpleType

simpleType ADDCodeSimpleType in namespace http://release.niem.gov/niem/codes/ncic/5.0/

Definition

A data type for 21 - Address Type (ADD) Field Codes

Diagram

Enumerations

ValueDefinition
01RESIDENCE OR LAST KNOWN RESIDENCE
02EMPLOYER
03RELATIVE
04KNOWN ASSOCIATE
05OTHER
06HOMELESS
07TRANSIENT
08INCARCERATED
09TEMPORARY LODGING
10SCHOOL
11MAILING

XML Schema

<xs:simpleType name="ADDCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 21 - Address Type (ADD) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
RESIDENCE OR LAST KNOWN RESIDENCE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
EMPLOYER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
RELATIVE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
KNOWN ASSOCIATE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
OTHER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
HOMELESS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="07">
<xs:annotation>
<xs:documentation>
TRANSIENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="08">
<xs:annotation>
<xs:documentation>
INCARCERATED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="09">
<xs:annotation>
<xs:documentation>
TEMPORARY LODGING
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
SCHOOL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
MAILING
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>