blob: 0ebfd866c048d6fdc5f23df1102c9975be4a48ce [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="elem" type="RegexW" 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:simpleType name="RegexW">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\w"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>