simpleType EmailAddressPurposeCategoryType
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
properties
base xsd:token
used by
attribute com:emailAddressPurposeCategory
facets
Kind Value annotation
enumeration Informal for informal contact only
enumeration General for any type of communication where the applicant leaves the choice of communication means to the office
enumeration Advance any type of communication, but used as an advanced notice for formal messages being sent by conventional mailing (to the extent offered)
enumeration Main 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)
enumeration Alternate An alternate email address for the party
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>