ncic:TNTCodeSimpleType
simpleType TNTCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 25 - Telephone Type (TNT) Field Codes
Diagram
Enumerations
Value | Definition |
C | C - CELL |
H | H - HOME |
W | W - WORK |
Y | 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>
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>