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
Value | Definition |
cell | A cellular or mobile telephone |
fax | A facsimile-capable telephone |
home | A home telephone |
pager | A paging device |
text | A telephone that supports text messages (SMS) |
textphone | A telecommunication device for people with hearing or speech difficulties. |
video | A video conferencing-capable telephone |
voice | A voice-capable telephone |
work | A 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:restriction base="xs:token">
<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>