]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/001.xml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / DEVEL / pxp / pxp / rtests / canonxml / data_valid / att_normalization / 001.xml
1 <?xml version="1.0"?>
2
3 <!DOCTYPE any [
4
5 <!ENTITY x PUBLIC "x" "" NDATA p>
6 <!ENTITY y PUBLIC "x" "" NDATA p>
7 <!ENTITY z PUBLIC "x" "" NDATA p>
8
9 <!NOTATION p PUBLIC "image/gif">
10 <!NOTATION q PUBLIC "image/jpeg">
11 <!NOTATION r PUBLIC "image/png">
12
13 <!ELEMENT el EMPTY>
14 <!ATTLIST el        
15           cdata     CDATA     #IMPLIED
16           id        ID        #IMPLIED
17           idref     IDREF     #IMPLIED
18           idrefs    IDREFS    #IMPLIED
19           entity    ENTITY    #IMPLIED
20           entities  ENTITIES  #IMPLIED
21           nmtoken   NMTOKEN   #IMPLIED
22           nmtokens  NMTOKENS  #IMPLIED
23           enum      (a|b|c)   #IMPLIED
24           notation  NOTATION (p|q|r)  #IMPLIED
25 >
26
27 <!ELEMENT any ANY>
28 ]>
29
30 <any>
31   <el cdata="a b c"/>
32   <el cdata=" a b c "/>
33   <el cdata="  a  b  c  "/>
34   <el id="A"/>
35   <el id=" B "/>
36   <el id="  C  "/>
37   <el idref="C"/>
38   <el idref=" A "/>
39   <el idref="  B  "/>
40   <el idrefs="A B C"/>
41   <el idrefs=" A B C "/>
42   <el idrefs="  A  B  C  "/>
43   <el entity="x"/>
44   <el entity=" x "/>
45   <el entity="  x  "/>
46   <el entities="x y z"/>
47   <el entities=" x y z "/>
48   <el entities="  x  y  z  "/>
49   <el nmtoken="a"/>
50   <el nmtoken=" a "/>
51   <el nmtoken="  a  "/>
52   <el nmtokens="a b c"/>
53   <el nmtokens=" a b c "/>
54   <el nmtokens="  a  b  c  "/>
55   <el enum="a"/>
56   <el enum=" a "/>
57   <el enum="  a  "/>
58   <el notation="p"/>
59   <el notation=" p "/>
60   <el notation="  p  "/>
61 </any>