simpleType LocarnoClassStrictNumberType
version 0.3
namespace https://www.wipo.int/standards/XMLSchema/Design/0
type restriction of xsd:string
used by
simpleType dgn:LocarnoClassNumberType
source <xsd:simpleType name="LocarnoClassStrictNumberType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{2}.\d{4}">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>