blob: 907efb9e4fbd3134c4d3ffb544ed1e1475795597 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<!--
base='string', pattern=')', value='', type='error', RULE='10'
-->
<xsd:element name="doc">
<xsd:complexType>
<xsd:choice>
<xsd:element name="elem" type="Regex" minOccurs="1" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="Regex">
<xsd:attribute name="att">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value=")"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>