scr:PhoneCategoryCodeSimpleType
simpleType PhoneCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type describing the kinds of phone devices
Diagram
Enumerations
| Value | Definition |
| B | Beeper/Pager |
| Business | Business |
| C | Cellular |
| F | Fax |
| Home | Home |
| M | Computer Modem |
| Satellite | Satellite |
| T | Telephone |
XML Schema
<xs:simpleType name="PhoneCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the kinds of phone devices</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Beeper/Pager</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Business">
<xs:annotation>
<xs:documentation>
Business</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Cellular</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Fax</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Home">
<xs:annotation>
<xs:documentation>
Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Computer Modem</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Satellite">
<xs:annotation>
<xs:documentation>
Satellite</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Telephone</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>