simpleType  AddressLineCategoryType 
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typerestriction of xsd:token
used by
attribute com:addressLineCategory
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>