ncic:TNTCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
CCELL
HHOME
WWORK
YOTHER (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>
CELL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
HOME
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W">
<xs:annotation>
<xs:documentation>
WORK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Y">
<xs:annotation>
<xs:documentation>
OTHER (SEE MIS)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>