summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr03.xml
blob: b84d1f1fcb6ad528a2f0aa7cfc1c6e0ea54878d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE root [
<!ELEMENT root EMPTY>
<!ATTLIST root
    type	NOTATION	(fruit | vegetable)	#REQUIRED
    >
<!NOTATION fruit
    PUBLIC "-//International Grocery Consortium//Edible//Healthy//EN">
<!NOTATION vegetable
    PUBLIC "-//International Grocery Consortium//Edible//Yucky//EN">
<!NOTATION candy
    PUBLIC "-//International Grocery Consortium//Edible//Yummy//EN">

    <!-- tests the 'must match one of the names included in the
	declaration' part of the "Notation Attributes" VC -->
]>
<root type="candy"/>