blob: 48d8a82dd97ec68cda0ab3d866bfcd83b144b809 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<!--
base='string', pattern='\p{Z}*', value='#xBF;', type='invalid', RULE='25,33'
-->
<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="\p{Z}*"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>