ndex:TelephoneNumberCategoryCodeSimpleType

simpleType TelephoneNumberCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies a type of telephone number.

Diagram

Enumerations

ValueDefinition
FacsimileFax telephone number
LandlineLandline telephone number
MobileMobile telephone number
OtherOther telephone number
PagerPager telephone number
VoIPVoIP telephone number ( such as Skype, Vonage)

XML Schema

<xs:simpleType name="TelephoneNumberCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a type of telephone number.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Facsimile">
<xs:annotation>
<xs:documentation>
Fax telephone number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Landline">
<xs:annotation>
<xs:documentation>
Landline telephone number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mobile">
<xs:annotation>
<xs:documentation>
Mobile telephone number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other telephone number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pager">
<xs:annotation>
<xs:documentation>
Pager telephone number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VoIP">
<xs:annotation>
<xs:documentation>
VoIP telephone number ( such as Skype, Vonage)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>