simpleType LocarnoClassStrictNumberType
version V2_2
namespace https://www.wipo.int/standards/XMLSchema/ST96/Design
type restriction of xsd:token
used by
simpleType dgn:LocarnoClassNumberType
source <xsd:simpleType name="LocarnoClassStrictNumberType">
<xsd:restriction base="xsd:token">
<xsd:pattern value="[0-9][0-9]\-[0-9][0-9]|[0-9][0-9]">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>