blob: aaa885040e3b54de4afdad1c118da977ba0edc7e [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--
base='string', pattern='\d', value='#x1040;', type='valid', RULE='37'
-->
<xsd:element name="doc">
<xsd:complexType>
<xsd:choice>
<xsd:element name="value" type="Regex" minOccurs="1" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="Regex">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>