File: ibm56i07.xml

package info (click to toggle)
haskell-xmlhtml 0.2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,808 kB
  • sloc: xml: 8,109; haskell: 5,279; sh: 43; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (31)
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(Negative 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 = "@456"></idref>
Negative test for validity constraint of IDREF.
In an attribute decl, values of type IDREF does not match the name production
</test>