]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/bugfixes/001.xml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / DEVEL / pxp / pxp / rtests / canonxml / data_valid / bugfixes / 001.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE schema [
3 <!ELEMENT schema ANY>
4 <!ELEMENT element ANY>
5 <!ATTLIST element minOccurs CDATA #IMPLIED>
6 ]>
7 <schema>
8         <element minOccurs='0'/>
9         <element minOccurs='0'/>
10 </schema>