simpleType EmailAddressCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:token
used by
attribute com:emailAddressCategory
source <xsd:simpleType name="EmailAddressCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Business">
<xsd:annotation>
<xsd:documentation>
Business
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Private">
<xsd:annotation>
<xsd:documentation>
Private
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>