ncic:TNTCodeSimpleType

simpleType TNTCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 25 - Telephone Type (TNT) Field Codes

Diagram

Enumerations

ValueDefinition
CC - CELL
HH - HOME
WW - WORK
YY - OTHER (SEE MIS)

XML Schema

<xs:simpleType name="TNTCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 25 - Telephone Type (TNT) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
C - CELL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
H - HOME
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W">
<xs:annotation>
<xs:documentation>
W - WORK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Y">
<xs:annotation>
<xs:documentation>
Y - OTHER (SEE MIS)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>