summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P56/ibm56v06.xml
blob: 161965d790e55c4cab6b42f4fc526425b6795e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(Positive Test)-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT id EMPTY>
 <!ELEMENT idref EMPTY>
 <!ATTLIST id UniqueName ID #REQUIRED>
 <!ATTLIST idref reference IDREF #IMPLIED>
 ]>
<test>
<id UniqueName = "AC456"></id>
<idref reference = "AC456"></idref>
Positive test for validity constraint of IDREF.
In an attribute decl, values of type IDREF match tha name production
and the IDREF value matches the value assigned to an ID attribute somewhere
in the XML document.
</test>