| 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 |
|
A |
|
Advanced |
| enumeration |
|
C |
|
Core |
| enumeration |
|
S |
|
Subclass |
|
| source |
<xsd:simpleType name="PatentClassificationLevelCodeType"> <xsd:restriction base="xsd:token">
|
<xsd:enumeration value="A"> <xsd:annotation>
|
<xsd:documentation> Advanced </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="C"> <xsd:annotation>
|
<xsd:documentation> Core </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="S"> <xsd:annotation>
|
<xsd:documentation> Subclass </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |