| version |
V2_0 |
| namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
| type |
restriction of xsd:token |
| properties |
|
| used by |
|
| facets |
| Kind |
|
Value |
|
annotation |
| enumeration |
|
Home |
|
Home |
| enumeration |
|
Business |
|
Business |
|
| 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> |