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
| Value | Definition |
| C | CELL |
| H | HOME |
| W | WORK |
| Y | 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:restriction base="xs:token">
<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>