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

    <!-- tests the 'all notation names in the declaration must
	be declared' part of the "Notation Attributes" VC -->
]>
<root type="fruit"/>