xCard:TelephoneCategoryCodeSimpleType

simpleType TelephoneCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/xCard/4.0/

Definition

A data type for a type of telephone.

Diagram

Enumerations

ValueDefinition
cellA cellular or mobile telephone
faxA facsimile-capable telephone
homeA home telephone
pagerA paging device
textA telephone that supports text messages (SMS)
textphoneA telecommunication device for people with hearing or speech difficulties.
videoA video conferencing-capable telephone
voiceA voice-capable telephone
workA work telephone

XML Schema

<xs:simpleType name="TelephoneCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a type of telephone.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="cell">
<xs:annotation>
<xs:documentation>
A cellular or mobile telephone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="fax">
<xs:annotation>
<xs:documentation>
A facsimile-capable telephone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="home">
<xs:annotation>
<xs:documentation>
A home telephone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pager">
<xs:annotation>
<xs:documentation>
A paging device
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="text">
<xs:annotation>
<xs:documentation>
A telephone that supports text messages (SMS)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="textphone">
<xs:annotation>
<xs:documentation>
A telecommunication device for people with hearing or speech difficulties.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="video">
<xs:annotation>
<xs:documentation>
A video conferencing-capable telephone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="voice">
<xs:annotation>
<xs:documentation>
A voice-capable telephone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="work">
<xs:annotation>
<xs:documentation>
A work telephone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>