simpleType AddressLineCategoryType
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:addressLineCategory
facets
Kind Value annotation
enumeration Street it is composed of street name and house/block/building number. It may also include floor or office number.
enumeration Building The building name
enumeration Floor The floor number can be in one line
enumeration Room The room inside which the place is located
enumeration Post office box it is a uniquely-addressable lockable box located on the premises of a post office station.
source <xsd:simpleType name="AddressLineCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Street">
<xsd:annotation>
<xsd:documentation>
it is composed of street name and house/block/building number. It may also include floor or office number.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Building">
<xsd:annotation>
<xsd:documentation>
The building name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Floor">
<xsd:annotation>
<xsd:documentation>
The floor number can be in one line
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Room">
<xsd:annotation>
<xsd:documentation>
The room inside which the place is located
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Post office box">
<xsd:annotation>
<xsd:documentation>
it is a uniquely-addressable lockable box located on the premises of a post office station.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>