ndex:TelephoneNumberCategoryCodeSimpleType

simpleType TelephoneNumberCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

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>