blob: b48c7553b989dadb777977ab4cbed9eb4a557360 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--
base='string', pattern='[-]', value='-', type='valid', RULE='22'
-->
<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:simpleType name="Regex">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[-]"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>