simpleType EmailAddressPurposeCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
attribute com:emailAddressPurposeCategory
source <xsd:simpleType name="EmailAddressPurposeCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Informal">
<xsd:annotation>
<xsd:documentation>
for informal contact only
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="General">
<xsd:annotation>
<xsd:documentation>
for any type of communication where the applicant leaves the choice of communication means to the office
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Advance">
<xsd:annotation>
<xsd:documentation>
any type of communication, but used as an advanced notice for formal messages being sent by conventional mailing (to the extent offered)
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Main">
<xsd:annotation>
<xsd:documentation>
where applicant desires this address to be used as primary means of contact as a replacement of the use of conventional post(to the extent that an Office offers this)
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Alternate">
<xsd:annotation>
<xsd:documentation>
An alternate email address for the party
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>