blob: 1ea29fb64f5c8fe3b57a65fddca928d897c7633f [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<!--
base='string', pattern='\p{IsCombiningHalfMarks}?', value='#xFE30;', type='invalid', RULE='25,36'
-->
<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="\p{IsCombiningHalfMarks}?"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>