summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr07.xml
blob: 57489b3cc03f31e82c997e0d1495fe5a82207a63 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE arbor [
<!ELEMENT arbor EMPTY>
<!ATTLIST arbor
    type	(fruit | vegetable)	"fruit"
    >
    <!-- tests the 'must match one of the nmtokens included in the
	declaration' part of the "Enumeration" VC -->
]>
<arbor type="money"/>