summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr09.xml
blob: f65f5820aad0953bd20996888816f880a968bfa4 (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	IDREF	"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>