simpleType PostalAddressCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:string
used by
attribute com:postalAddressCategory
source <xsd:simpleType name="PostalAddressCategoryType">
<xsd:restriction base="xsd:string">
<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>