simpleType ClassType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction of xsd:token
used by
element pat:Class
source <xsd:simpleType name="ClassType">
<xsd:restriction base="xsd:token">
<xsd:length value="2">
</xsd:length>
<xsd:pattern value="[0-9][1-9]|[1-9][0-9]">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>