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
| Value | Definition |
| FACSIMILE | FAX TELEPHONE NUMBER |
| LANDLINE | LANDLINE TELEPHONE NUMBER |
| MOBILE | MOBILE TELEPHONE NUMBER |
| OTHER | OTHER TELEPHONE NUMBER |
| PAGER | PAGER TELEPHONE NUMBER |
| VOIP | VOIP 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:restriction base="xs:token">
<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>