simpleType PhoneNumberCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
attribute com:phoneNumberCategory
source <xsd:simpleType name="PhoneNumberCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Business fixed">
<xsd:annotation>
<xsd:documentation>
Business fixed
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Private fixed">
<xsd:annotation>
<xsd:documentation>
Private fixed
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Business mobile">
<xsd:annotation>
<xsd:documentation>
Business mobile
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Private mobile">
<xsd:annotation>
<xsd:documentation>
Private mobile
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>
Other
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>