summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P56/ibm56i01.xml
blob: 830599170cc503c00adc0a44b6d4133d63257e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(negative Test)-->
<!DOCTYPE tokenizer
 [
 <!ELEMENT tokenizer ANY>
 <!ATTLIST tokenizer UniqueName ID #REQUIRED>
 ]>
<tokenizer UniqueName = "@c999">
This is a negative test for validity constraints
the value of the attribute with a type ID does not match the Name production
</tokenizer>