blob: 565b2054364e77402c0fb6c2d11ead2bf0847cd0 [file] [log] [blame]
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
<xs:element name='doc'><xs:complexType><xs:attribute name='value'>
<xs:simpleType>
<xs:restriction base='xs:string'>
<xs:pattern value='a[bcd]*dcdcde'/>
</xs:restriction>
</xs:simpleType>
</xs:attribute></xs:complexType></xs:element></xs:schema>