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