summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P56/ibm56v05.xml
blob: 69b064a6ef73a43b4cedbf76d149478ada9e1b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(positive Test)-->
<!DOCTYPE tokenizer
 [
 <!ELEMENT tokenizer ANY>
 <!ELEMENT a EMPTY>
 <!ELEMENT b EMPTY>
 <!ATTLIST a first ID #REQUIRED>
 <!ATTLIST b second ID #REQUIRED>
 ]>
<tokenizer>
<a first = "AC1999"></a>
<b second = "CD345"></b>
This is a positive validity test for ID.
any element type has no more than one attribute of type ID specified
</tokenizer>