summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr10.xml
blob: 04ba586f1c36ded1787a65ea80fbe9d5e68c878b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE collection [

<!ELEMENT collection ANY>

<!ELEMENT identifier EMPTY>
<!ATTLIST identifier
    value	IDREFS	"i-am-not-a-number 42"
    >
    <!-- tests the "attribute default legal" vc -->

<!ELEMENT identified EMPTY>
<!ATTLIST identified
    id		ID	#REQUIRED
    >
]>

<collection>
    <identifier name="i-am-not-a-number"/>
    <identified id="i-am-not-a-number"/>
</collection>