ndex:TelephoneNumberCategoryCodeSimpleType
simpleType TelephoneNumberCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.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>