version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Patent |
type |
restriction of xsd:token |
properties |
|
used by |
|
facets |
Kind |
| Value |
| annotation |
enumeration |
| I |
| Inventive |
enumeration |
| N |
| Non-Inventive |
|
source |
<xsd:simpleType name="ECLAClassificationValueCodeType"> <xsd:restriction base="xsd:token">
| <xsd:enumeration value="I"> <xsd:annotation>
| <xsd:documentation> Inventive </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
| <xsd:enumeration value="N"> <xsd:annotation>
| <xsd:documentation> Non-Inventive </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |