<?xml version="1.0" encoding="UTF-8"?>
<!--
    @(#)conformance.xml	1.1 98/12/20
    Original version copyright 1998 by Sun Microsystems, Inc.
    All Rights Reserved.
    Modifications copyright 1999 by OASIS.
    Modifications copyright 2001 by OASIS.
-->
<?xml-stylesheet href="xmlconformance.xsl" type="text/xsl"?>
<!DOCTYPE TESTSUITE SYSTEM "testcases.dtd" [
<!-- Sun-written testcases --><!ENTITY sun-valid SYSTEM "sun/sun-valid.xml">
<!ENTITY sun-invalid SYSTEM "sun/sun-invalid.xml">
<!ENTITY sun-not-wf SYSTEM "sun/sun-not-wf.xml">
<!ENTITY sun-error SYSTEM "sun/sun-error.xml">
<!-- James Clark "XMLTEST" --><!ENTITY jclark-xmltest SYSTEM "xmltest/xmltest.xml">
<!-- Fuji Xerox "Japanese Documents" --><!ENTITY xerox-japanese SYSTEM "japanese/japanese.xml">
<!-- NIST/OASIS test suite --><!ENTITY nist-oasis SYSTEM "oasis/oasis.xml">
<!-- IBM tests --><!ENTITY ibm-invalid SYSTEM "ibm/ibm_oasis_invalid.xml">
<!ENTITY ibm-not-wf SYSTEM "ibm/ibm_oasis_not-wf.xml">
<!ENTITY ibm-valid SYSTEM "ibm/ibm_oasis_valid.xml">
<!ENTITY ibm-xml1.1-invalid SYSTEM "ibm/xml-1.1/ibm_invalid.xml">
<!ENTITY ibm-xml1.1-not-wf SYSTEM "ibm/xml-1.1/ibm_not-wf.xml">
<!ENTITY ibm-xml1.1-valid SYSTEM "ibm/xml-1.1/ibm_valid.xml">
<!-- Edinburgh University tests --><!ENTITY eduni-errata2e SYSTEM "eduni/errata-2e/errata2e.xml">
<!ENTITY eduni-xml11 SYSTEM "eduni/xml-1.1/xml11.xml">
<!ENTITY eduni-ns10 SYSTEM "eduni/namespaces/1.0/rmt-ns10.xml">
<!ENTITY eduni-ns11 SYSTEM "eduni/namespaces/1.1/rmt-ns11.xml">
<!ENTITY eduni-errata3e SYSTEM "eduni/errata-3e/errata3e.xml">
<!ENTITY eduni-nse SYSTEM "eduni/namespaces/errata-1e/errata1e.xml">
<!ENTITY eduni-errata4e SYSTEM "eduni/errata-4e/errata4e.xml">
<!ENTITY eduni-misc SYSTEM "eduni/misc/ht-bh.xml">
]>
<TESTSUITE PROFILE="XML 1.0 (2nd edition) W3C Conformance Test Suite, 6 October 2000">
<TESTCASES PROFILE="James Clark  XML 1.0 Tests" xml:base="xmltest/">
    
<!--
    @(#)xmltest.xml	1.12 99/02/12
    Copyright 1998-1999 by Sun Microsystems, Inc.
    All Rights Reserved.
-->

<TESTCASES PROFILE="James Clark XMLTEST cases, 18-Nov-1998">

<!-- Start:  not-wf/sa -->
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-001" URI="not-wf/sa/001.xml" SECTIONS="3.1 [41]">
    Attribute values must start with attribute names, not "?". </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-002" URI="not-wf/sa/002.xml" SECTIONS="2.3 [4]">
    Names may not start with "."; it's not a Letter. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-003" URI="not-wf/sa/003.xml" SECTIONS="2.6 [16]">
    Processing Instruction target name is required.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-004" URI="not-wf/sa/004.xml" SECTIONS="2.6 [16]">
    SGML-ism:  processing instructions end in '?&gt;' not '&gt;'. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-005" URI="not-wf/sa/005.xml" SECTIONS="2.6 [16]">
    Processing instructions end in '?&gt;' not '?'. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-006" URI="not-wf/sa/006.xml" SECTIONS="2.5 [16]">
    XML comments may not contain "--" </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-007" URI="not-wf/sa/007.xml" SECTIONS="4.1 [68]">
    General entity references have no whitespace after the
    entity name and before the semicolon. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-008" URI="not-wf/sa/008.xml" SECTIONS="2.3 [5]">
    Entity references must include names, which don't begin
    with '.' (it's not a Letter or other name start character). </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-009" URI="not-wf/sa/009.xml" SECTIONS="4.1 [66]">
    Character references may have only decimal or numeric strings.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-010" URI="not-wf/sa/010.xml" SECTIONS="4.1 [68]">
    Ampersand may only appear as part of a general entity reference.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-011" URI="not-wf/sa/011.xml" SECTIONS="3.1 [41]">
    SGML-ism:  attribute values must be explicitly assigned a
    value, it can't act as a boolean toggle. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-012" URI="not-wf/sa/012.xml" SECTIONS="2.3 [10]">
    SGML-ism:  attribute values must be quoted in all cases. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-013" URI="not-wf/sa/013.xml" SECTIONS="2.3 [10]">
    The quotes on both ends of an attribute value must match. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-014" URI="not-wf/sa/014.xml" SECTIONS="2.3 [10]">
    Attribute values may not contain literal '&lt;' characters. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-015" URI="not-wf/sa/015.xml" SECTIONS="3.1 [41]">
    Attribute values need a value, not just an equals sign. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-016" URI="not-wf/sa/016.xml" SECTIONS="3.1 [41]">
    Attribute values need an associated name.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-017" URI="not-wf/sa/017.xml" SECTIONS="2.7 [18]">
    CDATA sections need a terminating ']]&gt;'. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-018" URI="not-wf/sa/018.xml" SECTIONS="2.7 [19]">
    CDATA sections begin with a literal '&lt;![CDATA[', no space.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-019" URI="not-wf/sa/019.xml" SECTIONS="3.1 [42]">
    End tags may not be abbreviated as '&lt;/&gt;'.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-020" URI="not-wf/sa/020.xml" SECTIONS="2.3 [10]">
    Attribute values may not contain literal '&amp;'
    characters except as part of an entity reference. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-021" URI="not-wf/sa/021.xml" SECTIONS="2.3 [10]">
    Attribute values may not contain literal '&amp;'
    characters except as part of an entity reference. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-022" URI="not-wf/sa/022.xml" SECTIONS="4.1 [66]">
    Character references end with semicolons, always!</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-023" URI="not-wf/sa/023.xml" SECTIONS="2.3 [5]">
    Digits are not valid name start characters. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-024" URI="not-wf/sa/024.xml" SECTIONS="2.3 [5]">
    Digits are not valid name start characters. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-025" URI="not-wf/sa/025.xml" SECTIONS="2.4 [14]">
    Text may not contain a literal ']]&gt;' sequence. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-026" URI="not-wf/sa/026.xml" SECTIONS="2.4 [14]">
    Text may not contain a literal ']]&gt;' sequence. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-027" URI="not-wf/sa/027.xml" SECTIONS="2.5 [15]">
    Comments must be terminated with "--&gt;".</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-028" URI="not-wf/sa/028.xml" SECTIONS="2.6 [16]">
    Processing instructions must end with '?&gt;'. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-029" URI="not-wf/sa/029.xml" SECTIONS="2.4 [14]">
    Text may not contain a literal ']]&gt;' sequence. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-030" URI="not-wf/sa/030.xml" SECTIONS="2.2 [2]">
    A form feed is not a legal XML character. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-031" URI="not-wf/sa/031.xml" SECTIONS="2.2 [2]">
    A form feed is not a legal XML character. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-032" URI="not-wf/sa/032.xml" SECTIONS="2.2 [2]">
    A form feed is not a legal XML character. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-033" URI="not-wf/sa/033.xml" SECTIONS="2.2 [2]">
    An ESC (octal 033) is not a legal XML character. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-034" URI="not-wf/sa/034.xml" SECTIONS="2.2 [2]">
    A form feed is not a legal XML character. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-035" URI="not-wf/sa/035.xml" SECTIONS="3.1 [43]">
    The '&lt;' character is a markup delimiter and must
    start an element, CDATA section, PI, or comment. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-036" URI="not-wf/sa/036.xml" SECTIONS="2.8 [27]">
    Text may not appear after the root element. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-037" URI="not-wf/sa/037.xml" SECTIONS="2.8 [27]">
    Character references may not appear after the root element. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-038" URI="not-wf/sa/038.xml" SECTIONS="3.1">
    Tests the "Unique Att Spec" WF constraint by providing
    multiple values for an attribute.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-039" URI="not-wf/sa/039.xml" SECTIONS="3">
    Tests the Element Type Match WFC - end tag name must
    match start tag name.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-040" URI="not-wf/sa/040.xml" SECTIONS="2.8 [27]">
    Provides two document elements.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-041" URI="not-wf/sa/041.xml" SECTIONS="2.8 [27]">
    Provides two document elements.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-042" URI="not-wf/sa/042.xml" SECTIONS="3.1 [42]">
     Invalid End Tag </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-043" URI="not-wf/sa/043.xml" SECTIONS="2.8 [27]">
    Provides #PCDATA text after the document element. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-044" URI="not-wf/sa/044.xml" SECTIONS="2.8 [27]">
    Provides two document elements.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-045" URI="not-wf/sa/045.xml" SECTIONS="3.1 [44]">
    Invalid Empty Element Tag </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-046" URI="not-wf/sa/046.xml" SECTIONS="3.1 [40]">
    This start (or empty element) tag was not terminated correctly. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-047" URI="not-wf/sa/047.xml" SECTIONS="3.1 [44]">
    Invalid empty element tag invalid whitespace </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-048" URI="not-wf/sa/048.xml" SECTIONS="2.8 [27]">
    Provides a CDATA section after the root element.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-049" URI="not-wf/sa/049.xml" SECTIONS="3.1 [40]">
    Missing start tag </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-050" URI="not-wf/sa/050.xml" SECTIONS="2.1 [1]">
    Empty document, with no root element. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-051" URI="not-wf/sa/051.xml" SECTIONS="2.7 [18]">
     CDATA is invalid at top level of document.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-052" URI="not-wf/sa/052.xml" SECTIONS="4.1 [66]">
    Invalid character reference. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-053" URI="not-wf/sa/053.xml" SECTIONS="3.1 [42]">
    End tag does not match start tag. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-054" URI="not-wf/sa/054.xml" SECTIONS="4.2.2 [75]">
     PUBLIC requires two literals.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-055" URI="not-wf/sa/055.xml" SECTIONS="2.8 [28]">
    Invalid Document Type Definition format. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-056" URI="not-wf/sa/056.xml" SECTIONS="2.8 [28]">
    Invalid Document Type Definition format - misplaced comment. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-057" URI="not-wf/sa/057.xml" SECTIONS="3.2 [45]">
    This isn't SGML; comments can't exist in declarations. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-058" URI="not-wf/sa/058.xml" SECTIONS="3.3.1 [54]">
    Invalid character , in ATTLIST enumeration </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-059" URI="not-wf/sa/059.xml" SECTIONS="3.3.1 [59]">
    String literal must be in quotes. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-060" URI="not-wf/sa/060.xml" SECTIONS="3.3.1 [56]">
     Invalid type NAME defined in ATTLIST.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-061" URI="not-wf/sa/061.xml" SECTIONS="4.2.2 [75]">
    External entity declarations require whitespace between public
    and system IDs.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-062" URI="not-wf/sa/062.xml" SECTIONS="4.2 [71]">
    Entity declarations need space after the entity name. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-063" URI="not-wf/sa/063.xml" SECTIONS="2.8 [29]">
    Conditional sections may only appear in the external
    DTD subset. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-064" URI="not-wf/sa/064.xml" SECTIONS="3.3 [53]">
    Space is required between attribute type and default values
    in &lt;!ATTLIST...&gt; declarations. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-065" URI="not-wf/sa/065.xml" SECTIONS="3.3 [53]">
    Space is required between attribute name and type
    in &lt;!ATTLIST...&gt; declarations. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-066" URI="not-wf/sa/066.xml" SECTIONS="3.3 [52]">
    Required whitespace is missing. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-067" URI="not-wf/sa/067.xml" SECTIONS="3.3 [53]">
    Space is required between attribute type and default values
    in &lt;!ATTLIST...&gt; declarations. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-068" URI="not-wf/sa/068.xml" SECTIONS="3.3.1 [58]">
    Space is required between NOTATION keyword and list of
    enumerated choices in &lt;!ATTLIST...&gt; declarations. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-069" URI="not-wf/sa/069.xml" SECTIONS="4.2.2 [76]">
    Space is required before an NDATA entity annotation.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-070" URI="not-wf/sa/070.xml" SECTIONS="2.5 [16]">
    XML comments may not contain "--" </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-071" URI="not-wf/sa/071.xml" SECTIONS="4.1 [68]">
     ENTITY can't reference itself directly or indirectly.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-072" URI="not-wf/sa/072.xml" SECTIONS="4.1 [68]">
    Undefined ENTITY foo. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-073" URI="not-wf/sa/073.xml" SECTIONS="4.1 [68]">
    Undefined ENTITY f. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-074" URI="not-wf/sa/074.xml" SECTIONS="4.3.2">
    Internal general parsed entities are only well formed if
    they match the "content" production. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-075" URI="not-wf/sa/075.xml" SECTIONS="4.1 [68]">
    ENTITY can't reference itself directly or indirectly. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-076" URI="not-wf/sa/076.xml" SECTIONS="4.1 [68]">
    Undefined ENTITY foo. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-077" URI="not-wf/sa/077.xml" SECTIONS="41. [68]">
    Undefined ENTITY bar. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-078" URI="not-wf/sa/078.xml" SECTIONS="4.1 [68]">
    Undefined ENTITY foo. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-079" URI="not-wf/sa/079.xml" SECTIONS="4.1 [68]">
    ENTITY can't reference itself directly or indirectly. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-080" URI="not-wf/sa/080.xml" SECTIONS="4.1 [68]">
    ENTITY can't reference itself directly or indirectly. </TEST>
<TEST TYPE="not-wf" ENTITIES="general" ID="not-wf-sa-081" URI="not-wf/sa/081.xml" SECTIONS="3.1">
    This tests the <EM>No External Entity References</EM> WFC,
    since the entity is referred to within an attribute.  </TEST>
<TEST TYPE="not-wf" ENTITIES="general" ID="not-wf-sa-082" URI="not-wf/sa/082.xml" SECTIONS="3.1">
    This tests the <EM>No External Entity References</EM> WFC,
    since the entity is referred to within an attribute.  </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-083" URI="not-wf/sa/083.xml" SECTIONS="4.2.2 [76]">
    Undefined NOTATION n. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-084" URI="not-wf/sa/084.xml" SECTIONS="4.1">
    Tests the <EM>Parsed Entity</EM> WFC by referring to an
    unparsed entity.  (This precedes the error of not declaring
    that entity's notation, which may be detected any time before
    the DTD parsing is completed.) </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-085" URI="not-wf/sa/085.xml" SECTIONS="2.3 [13]">
    Public IDs may not contain "[". </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-086" URI="not-wf/sa/086.xml" SECTIONS="2.3 [13]">
    Public IDs may not contain "[". </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-087" URI="not-wf/sa/087.xml" SECTIONS="2.3 [13]">
    Public IDs may not contain "[". </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-088" URI="not-wf/sa/088.xml" SECTIONS="2.3 [10]">
    Attribute values are terminated by literal quote characters,
    and any entity expansion is done afterwards. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-089" URI="not-wf/sa/089.xml" SECTIONS="4.2 [74]">
    Parameter entities "are" always parsed; NDATA annotations
    are not permitted.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-090" URI="not-wf/sa/090.xml" SECTIONS="2.3 [10]">
    Attributes may not contain a literal "&lt;" character;
    this one has one because of reference expansion. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-091" URI="not-wf/sa/091.xml" SECTIONS="4.2 [74]">
    Parameter entities "are" always parsed; NDATA annotations
    are not permitted.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-092" URI="not-wf/sa/092.xml" SECTIONS="4.5">
    The replacement text of this entity has an illegal reference,
    because the character reference is expanded immediately. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-093" URI="not-wf/sa/093.xml" SECTIONS="4.1 [66]">
    Hexadecimal character references may not use the uppercase 'X'.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-094" URI="not-wf/sa/094.xml" SECTIONS="2.8 [24]">
    Prolog VERSION must be lowercase. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-095" URI="not-wf/sa/095.xml" SECTIONS="2.8 [23]">
    VersionInfo must come before EncodingDecl. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-096" URI="not-wf/sa/096.xml" SECTIONS="2.9 [32]">
    Space is required before the standalone declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-097" URI="not-wf/sa/097.xml" SECTIONS="2.8 [24]">
    Both quotes surrounding VersionNum must be the same. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-098" URI="not-wf/sa/098.xml" SECTIONS="2.8 [23]">
    Only one "version=..." string may appear in an XML declaration.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-099" URI="not-wf/sa/099.xml" SECTIONS="2.8 [23]">
    Only three pseudo-attributes are in the XML declaration,
    and "valid=..." is not one of them. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-100" URI="not-wf/sa/100.xml" SECTIONS="2.9 [32]">
    Only "yes" and "no" are permitted as values of "standalone". </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-101" URI="not-wf/sa/101.xml" SECTIONS="4.3.3 [81]">
    Space is not permitted in an encoding name. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-102" URI="not-wf/sa/102.xml" SECTIONS="2.8 [26]">
    Provides an illegal XML version number; spaces are illegal.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-103" URI="not-wf/sa/103.xml" SECTIONS="4.3.2">
    End-tag required for element foo. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-104" URI="not-wf/sa/104.xml" SECTIONS="4.3.2">
    Internal general parsed entities are only well formed if
    they match the "content" production. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-105" URI="not-wf/sa/105.xml" SECTIONS="2.7 ">
    Invalid placement of CDATA section. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-106" URI="not-wf/sa/106.xml" SECTIONS="4.2">
    Invalid placement of entity declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-107" URI="not-wf/sa/107.xml" SECTIONS="2.8 [28]">
     Invalid document type declaration.  CDATA alone is invalid.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-108" URI="not-wf/sa/108.xml" SECTIONS="2.7 [19]">
    No space in '&lt;![CDATA['.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-109" URI="not-wf/sa/109.xml" SECTIONS="4.2 [70]">
    Tags invalid within EntityDecl. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-110" URI="not-wf/sa/110.xml" SECTIONS="4.1 [68]">
    Entity reference must be in content of element. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-111" URI="not-wf/sa/111.xml" SECTIONS="3.1 [43]">
    Entiry reference must be in content of element not Start-tag. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-112" URI="not-wf/sa/112.xml" SECTIONS="2.7 [19]">
    CDATA sections start '&lt;![CDATA[', not '&lt;!cdata['.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-113" URI="not-wf/sa/113.xml" SECTIONS="2.3 [9]">
    Parameter entity values must use valid reference syntax;
    this reference is malformed.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-114" URI="not-wf/sa/114.xml" SECTIONS="2.3 [9]">
    General entity values must use valid reference syntax;
    this reference is malformed.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-115" URI="not-wf/sa/115.xml" SECTIONS="4.5">
    The replacement text of this entity is an illegal character
    reference, which must be rejected when it is parsed in the
    context of an attribute value.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-116" URI="not-wf/sa/116.xml" SECTIONS="4.3.2">
    Internal general parsed entities are only well formed if
    they match the "content" production.  This is a partial
    character reference, not a full one. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-117" URI="not-wf/sa/117.xml" SECTIONS="4.3.2">
    Internal general parsed entities are only well formed if
    they match the "content" production.  This is a partial
    character reference, not a full one. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-118" URI="not-wf/sa/118.xml" SECTIONS="4.1 [68]">
    Entity reference expansion is not recursive.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-119" URI="not-wf/sa/119.xml" SECTIONS="4.3.2">
    Internal general parsed entities are only well formed if
    they match the "content" production.  This is a partial
    character reference, not a full one. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-120" URI="not-wf/sa/120.xml" SECTIONS="4.5">
    Character references are expanded in the replacement text of
    an internal entity, which is then parsed as usual.  Accordingly,
    &amp; must be doubly quoted - encoded either as <EM>&amp;amp;</EM>
    or as <EM>&amp;#38;#38;</EM>. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-121" URI="not-wf/sa/121.xml" SECTIONS="4.1 [68]">
    A name of an ENTITY was started with an invalid character. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-122" URI="not-wf/sa/122.xml" SECTIONS="3.2.1 [47]">
    Invalid syntax mixed connectors are used. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-123" URI="not-wf/sa/123.xml" SECTIONS="3.2.1 [48]">
    Invalid syntax mismatched parenthesis. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-124" URI="not-wf/sa/124.xml" SECTIONS="3.2.2 [51]">
    Invalid format of Mixed-content declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-125" URI="not-wf/sa/125.xml" SECTIONS="3.2.2 [51]">
    Invalid syntax extra set of parenthesis not necessary. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-126" URI="not-wf/sa/126.xml" SECTIONS="3.2.2 [51]">
    Invalid syntax Mixed-content must be defined as zero or more. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-127" URI="not-wf/sa/127.xml" SECTIONS="3.2.2 [51]">
    Invalid syntax Mixed-content must be defined as zero or more. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-128" URI="not-wf/sa/128.xml" SECTIONS="2.7 [18]">
    Invalid CDATA syntax. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-129" URI="not-wf/sa/129.xml" SECTIONS="3.2 [45]">
    Invalid syntax for Element Type Declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-130" URI="not-wf/sa/130.xml" SECTIONS="3.2 [45]">
    Invalid syntax for Element Type Declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-131" URI="not-wf/sa/131.xml" SECTIONS="3.2 [45]">
    Invalid syntax for Element Type Declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-132" URI="not-wf/sa/132.xml" SECTIONS="3.2.1 [50]">
    Invalid syntax mixed connectors used. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-133" URI="not-wf/sa/133.xml" SECTIONS="3.2.1">
    Illegal whitespace before optional character causes syntax error. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-134" URI="not-wf/sa/134.xml" SECTIONS="3.2.1">
    Illegal whitespace before optional character causes syntax error. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-135" URI="not-wf/sa/135.xml" SECTIONS="3.2.1 [47]">
    Invalid character used as connector. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-136" URI="not-wf/sa/136.xml" SECTIONS="3.2 [45]">
    Tag omission is invalid in XML. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-137" URI="not-wf/sa/137.xml" SECTIONS="3.2 [45]">
    Space is required before a content model. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-138" URI="not-wf/sa/138.xml" SECTIONS="3.2.1 [48]">
    Invalid syntax for content particle.  </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-139" URI="not-wf/sa/139.xml" SECTIONS="3.2.1 [46]">
    The element-content model should not be empty. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-140" URI="not-wf/sa/140.xml" SECTIONS="2.3 [4]" EDITION="1 2 3 4">
    Character '&amp;#x309a;' is a CombiningChar, not a
    Letter, and so may not begin a name.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-141" URI="not-wf/sa/141.xml" SECTIONS="2.3 [5]" EDITION="1 2 3 4">
    Character #x0E5C is not legal in XML names. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-142" URI="not-wf/sa/142.xml" SECTIONS="2.2 [2]">
    Character #x0000 is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-143" URI="not-wf/sa/143.xml" SECTIONS="2.2 [2]">
    Character #x001F is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-144" URI="not-wf/sa/144.xml" SECTIONS="2.2 [2]">
    Character #xFFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-145" URI="not-wf/sa/145.xml" SECTIONS="2.2 [2]">
    Character #xD800 is not legal anywhere in an XML document.  (If it
    appeared in a UTF-16 surrogate pair, it'd represent half of a UCS-4
    character and so wouldn't really be in the document.) </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-146" URI="not-wf/sa/146.xml" SECTIONS="2.2 [2]">
    Character references must also refer to legal XML characters;
    #x00110000 is one more than the largest legal character.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-147" URI="not-wf/sa/147.xml" SECTIONS="2.8 [22]">
    XML Declaration may not be preceded by whitespace.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-148" URI="not-wf/sa/148.xml" SECTIONS="2.8 [22]">
    XML Declaration may not be preceded by comments or whitespace.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-149" URI="not-wf/sa/149.xml" SECTIONS="2.8 [28]">
    XML Declaration may not be within a DTD.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-150" URI="not-wf/sa/150.xml" SECTIONS="3.1 [43]">
    XML declarations may not be within element content. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-151" URI="not-wf/sa/151.xml" SECTIONS="2.8 [27]">
    XML declarations may not follow document content.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-152" URI="not-wf/sa/152.xml" SECTIONS="2.8 [22]">
    XML declarations must include the "version=..." string.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-153" URI="not-wf/sa/153.xml" SECTIONS="4.3.2">
    Text declarations may not begin internal parsed entities;
    they may only appear at the beginning of external parsed
    (parameter or general) entities. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-154" URI="not-wf/sa/154.xml" SECTIONS="2.8 2.6 [23, 17]">
    '&lt;?XML ...?&gt;' is neither an XML declaration
    nor a legal processing instruction target name. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-155" URI="not-wf/sa/155.xml" SECTIONS="2.8 2.6 [23, 17]">
    '&lt;?xmL ...?&gt;' is neither an XML declaration
    nor a legal processing instruction target name. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-156" URI="not-wf/sa/156.xml" SECTIONS="2.8 2.6 [23, 17]">
    '&lt;?xMl ...?&gt;' is neither an XML declaration
    nor a legal processing instruction target name. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-157" URI="not-wf/sa/157.xml" SECTIONS="2.6 [17]">
    '&lt;?xmL ...?&gt;' is not a legal processing instruction
    target name. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-158" URI="not-wf/sa/158.xml" SECTIONS="3.3 [52]">
    SGML-ism:  "#NOTATION gif" can't have attributes. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-159" URI="not-wf/sa/159.xml" SECTIONS="2.3 [9]">
    Uses '&amp;' unquoted in an entity declaration,
    which is illegal syntax for an entity reference.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-160" URI="not-wf/sa/160.xml" SECTIONS="2.8">
    Violates the <EM>PEs in Internal Subset</EM> WFC
    by using a PE reference within a declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-161" URI="not-wf/sa/161.xml" SECTIONS="2.8">
    Violates the <EM>PEs in Internal Subset</EM> WFC
    by using a PE reference within a declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-162" URI="not-wf/sa/162.xml" SECTIONS="2.8">
    Violates the <EM>PEs in Internal Subset</EM> WFC
    by using a PE reference within a declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-163" URI="not-wf/sa/163.xml" SECTIONS="4.1 [69]">
    Invalid placement of Parameter entity reference. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-164" URI="not-wf/sa/164.xml" SECTIONS="4.1 [69]">
    Invalid placement of Parameter entity reference. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-165" URI="not-wf/sa/165.xml" SECTIONS="4.2 [72]">
    Parameter entity declarations must have a space before
    the '%'. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-166" URI="not-wf/sa/166.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-167" URI="not-wf/sa/167.xml" SECTIONS="2.2 [2]">
    Character FFFE is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-168" URI="not-wf/sa/168.xml" SECTIONS="2.2 [2]">
    An unpaired surrogate (D800) is not legal anywhere
    in an XML document.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-169" URI="not-wf/sa/169.xml" SECTIONS="2.2 [2]">
    An unpaired surrogate (DC00) is not legal anywhere
    in an XML document.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-170" URI="not-wf/sa/170.xml" SECTIONS="2.2 [2]">
    Four byte UTF-8 encodings can encode UCS-4 characters
    which are beyond the range of legal XML characters
    (and can't be expressed in Unicode surrogate pairs).
    This document holds such a character.  </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-171" URI="not-wf/sa/171.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-172" URI="not-wf/sa/172.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-173" URI="not-wf/sa/173.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-174" URI="not-wf/sa/174.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-175" URI="not-wf/sa/175.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-176" URI="not-wf/sa/176.xml" SECTIONS="3 [39]">
    Start tags must have matching end tags.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-177" URI="not-wf/sa/177.xml" SECTIONS="2.2 [2]">
    Character FFFF is not legal anywhere in an XML document. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-178" URI="not-wf/sa/178.xml" SECTIONS="3.1 [41]">
    Invalid syntax matching double quote is missing. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-179" URI="not-wf/sa/179.xml" SECTIONS="4.1 [66]">
    Invalid syntax matching double quote is missing. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-180" URI="not-wf/sa/180.xml" SECTIONS="4.1">
    The <EM>Entity Declared</EM> WFC requires entities to be declared
    before they are used in an attribute list declaration. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-181" URI="not-wf/sa/181.xml" SECTIONS="4.3.2">
    Internal parsed entities must match the <EM>content</EM>
    production to be well formed. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-182" URI="not-wf/sa/182.xml" SECTIONS="4.3.2">
    Internal parsed entities must match the <EM>content</EM>
    production to be well formed. </TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-183" URI="not-wf/sa/183.xml" SECTIONS="3.2.2 [51]">
    Mixed content declarations may not include content particles.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-184" URI="not-wf/sa/184.xml" SECTIONS="3.2.2 [51]">
    In mixed content models, element names must not be
    parenthesized. </TEST>
<TEST TYPE="not-wf" ENTITIES="parameter" ID="not-wf-sa-185" URI="not-wf/sa/185.xml" SECTIONS="4.1">
    Tests the <EM>Entity Declared</EM> WFC.
    <EM>Note:</EM>  a nonvalidating parser is permitted not to report
    this WFC violation, since it would need to read an external
    parameter entity to distinguish it from a violation of
    the <EM>Standalone Declaration</EM> VC.</TEST>
<TEST TYPE="not-wf" ENTITIES="none" ID="not-wf-sa-186" URI="not-wf/sa/186.xml" SECTIONS="3.1 [44]">
    Whitespace is required between attribute/value pairs. </TEST>

<!-- Start:  not-wf/not-sa -->
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-001" URI="not-wf/not-sa/001.xml" SECTIONS="3.4 [62]">
    Conditional sections must be properly terminated ("]&gt;" used
    instead of "]]&gt;"). </TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-002" URI="not-wf/not-sa/002.xml" SECTIONS="2.6 [17]">
    Processing instruction target names may not be "XML" 
    in any combination of cases. </TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-003" URI="not-wf/not-sa/003.xml" SECTIONS="3.4 [62]">
    Conditional sections must be properly terminated ("]]&gt;" omitted). </TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-004" URI="not-wf/not-sa/004.xml" SECTIONS="3.4 [62]">
    Conditional sections must be properly terminated ("]]&gt;" omitted). </TEST>
<TEST TYPE="error" ENTITIES="both" ID="not-wf-not-sa-005" URI="not-wf/not-sa/005.xml" SECTIONS="4.1">
    Tests the <EM>Entity Declared</EM> VC by referring to an
    undefined parameter entity within an external entity.</TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-006" URI="not-wf/not-sa/006.xml" SECTIONS="3.4 [62]">
    Conditional sections need a '[' after the INCLUDE or IGNORE. </TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-007" URI="not-wf/not-sa/007.xml" SECTIONS="4.3.2 [79]">
    A &lt;!DOCTYPE ...&gt; declaration may not begin any external
    entity; it's only found once, in the document entity.</TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-008" URI="not-wf/not-sa/008.xml" SECTIONS="4.1 [69]">
    In DTDs, the '%' character must be part of a parameter
    entity reference.</TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-not-sa-009" URI="not-wf/not-sa/009.xml" SECTIONS="2.8">
    This test violates WFC:PE Between Declarations in Production 28a.  
    The last character of a markup declaration is not contained in the same 
    parameter-entity text replacement.</TEST>
<!-- Start:  not-wf/ext-sa -->
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-ext-sa-001" URI="not-wf/ext-sa/001.xml" SECTIONS="4.1">
    Tests the <EM>No Recursion</EM> WFC by having an external general
    entity be self-recursive.</TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-ext-sa-002" URI="not-wf/ext-sa/002.xml" SECTIONS="4.3.1 4.3.2 [77, 78]">
    External entities have "text declarations", which do
    not permit the "standalone=..." attribute that's allowed
    in XML declarations.</TEST>
<TEST TYPE="not-wf" ENTITIES="both" ID="not-wf-ext-sa-003" URI="not-wf/ext-sa/003.xml" SECTIONS="2.6 [17]">
    Only one text declaration is permitted; a second one
    looks like an illegal processing instruction (target names
    of "xml" in any case are not allowed). </TEST>


<!-- Start:  invalid/ -->

<TEST TYPE="invalid" ENTITIES="both" ID="invalid--002" URI="invalid/002.xml" SECTIONS="3.2.1">
    Tests the "Proper Group/PE Nesting" validity constraint by
    fragmenting a content model between two parameter entities.</TEST>
<TEST TYPE="invalid" ENTITIES="both" ID="invalid--005" URI="invalid/005.xml" SECTIONS="2.8">
    Tests the "Proper Declaration/PE Nesting" validity constraint by
    fragmenting an element declaration between two parameter entities.</TEST>
<TEST TYPE="invalid" ENTITIES="both" ID="invalid--006" URI="invalid/006.xml" SECTIONS="2.8">
    Tests the "Proper Declaration/PE Nesting" validity constraint by
    fragmenting an element declaration between two parameter entities.</TEST>
<TEST TYPE="invalid" ENTITIES="both" ID="invalid-not-sa-022" URI="invalid/not-sa/022.xml" SECTIONS="3.4 [62]" OUTPUT="invalid/not-sa/out/022.xml">
    Test the "Proper Conditional Section/ PE Nesting" validity constraint. </TEST>

<!-- Start:  valid/sa -->
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-001" URI="valid/sa/001.xml" SECTIONS="3.2.2 [51]" OUTPUT="valid/sa/out/001.xml">
    Test demonstrates an Element Type Declaration with Mixed Content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-002" URI="valid/sa/002.xml" SECTIONS="3.1 [40]" OUTPUT="valid/sa/out/002.xml">
    Test demonstrates that whitespace is permitted after the tag name in a Start-tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-003" URI="valid/sa/003.xml" SECTIONS="3.1 [42]" OUTPUT="valid/sa/out/003.xml">
    Test demonstrates that whitespace is permitted after the tag name in an End-tag.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-004" URI="valid/sa/004.xml" SECTIONS="3.1 [41]" OUTPUT="valid/sa/out/004.xml">
    Test demonstrates a valid attribute specification within a Start-tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-005" URI="valid/sa/005.xml" SECTIONS="3.1 [40]" OUTPUT="valid/sa/out/005.xml">
    Test demonstrates a valid attribute specification within a Start-tag that
contains whitespace on both sides of the equal sign. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-006" URI="valid/sa/006.xml" SECTIONS="3.1 [41]" OUTPUT="valid/sa/out/006.xml">
    Test demonstrates that the AttValue within a Start-tag can use a single quote as a delimter. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-007" URI="valid/sa/007.xml" SECTIONS="3.1 4.6 [43]" OUTPUT="valid/sa/out/007.xml">
    Test demonstrates numeric character references can be used for element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-008" URI="valid/sa/008.xml" SECTIONS="2.4 3.1 [43]" OUTPUT="valid/sa/out/008.xml">
    Test demonstrates character references can be used for element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-009" URI="valid/sa/009.xml" SECTIONS="2.3 3.1 [43]" OUTPUT="valid/sa/out/009.xml">
    Test demonstrates that PubidChar can be used for element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-010" URI="valid/sa/010.xml" SECTIONS="3.1 [40]" OUTPUT="valid/sa/out/010.xml">
    Test demonstrates that whitespace is valid after the Attribute in a Start-tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-011" URI="valid/sa/011.xml" SECTIONS="3.1 [40]" OUTPUT="valid/sa/out/011.xml">
    Test demonstrates mutliple Attibutes within the Start-tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-012" URI="valid/sa/012.xml" SECTIONS="2.3 [4]" OUTPUT="valid/sa/out/012.xml" NAMESPACE="no">
    Uses a legal XML 1.0 name consisting of a single colon
    character (disallowed by the latest XML Namespaces draft).</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-013" URI="valid/sa/013.xml" SECTIONS="2.3 3.1 [13] [40]" OUTPUT="valid/sa/out/013.xml">
    Test demonstrates that the Attribute in a Start-tag can consist of numerals along with special characters. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-014" URI="valid/sa/014.xml" SECTIONS="2.3 3.1 [13] [40]" OUTPUT="valid/sa/out/014.xml">
    Test demonstrates that all lower case letters are valid for the Attribute in a Start-tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-015" URI="valid/sa/015.xml" SECTIONS="2.3 3.1 [13] [40]" OUTPUT="valid/sa/out/015.xml">
    Test demonstrates that all upper case letters are valid for the Attribute in a Start-tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-016" URI="valid/sa/016.xml" SECTIONS="2.6 3.1 [16] [43]" OUTPUT="valid/sa/out/016.xml">
    Test demonstrates that Processing Instructions are valid element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-017" URI="valid/sa/017.xml" SECTIONS="2.6 3.1 [16] [43]" OUTPUT="valid/sa/out/017.xml">
    Test demonstrates that Processing Instructions are valid element content and there can be more than one. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-018" URI="valid/sa/018.xml" SECTIONS="2.7 3.1 [18] [43]" OUTPUT="valid/sa/out/018.xml">
    Test demonstrates that CDATA sections are valid element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-019" URI="valid/sa/019.xml" SECTIONS="2.7 3.1 [18] [43]" OUTPUT="valid/sa/out/019.xml">
    Test demonstrates that CDATA sections are valid element content and that
ampersands may occur in their literal form. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-020" URI="valid/sa/020.xml" SECTIONS="2.7 3.1 [18] [43]" OUTPUT="valid/sa/out/020.xml">
   Test demonstractes that CDATA sections are valid element content and that
everyting between the CDStart and CDEnd is recognized as character data not markup.  </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-021" URI="valid/sa/021.xml" SECTIONS="2.5 3.1 [15] [43]" OUTPUT="valid/sa/out/021.xml">
    Test demonstrates that comments are valid element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-022" URI="valid/sa/022.xml" SECTIONS="2.5 3.1 [15] [43]" OUTPUT="valid/sa/out/022.xml">
    Test demonstrates that comments are valid element content and that all characters before the double-hypen right angle combination are considered part of thecomment. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-023" URI="valid/sa/023.xml" SECTIONS="3.1 [43]" OUTPUT="valid/sa/out/023.xml">
    Test demonstrates that Entity References are valid element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-024" URI="valid/sa/024.xml" SECTIONS="3.1 4.1 [43] [66]" OUTPUT="valid/sa/out/024.xml">
    Test demonstrates that Entity References are valid element content and also demonstrates a valid Entity Declaration. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-025" URI="valid/sa/025.xml" SECTIONS="3.2 [46]" OUTPUT="valid/sa/out/025.xml">
    Test demonstrates an Element Type Declaration and that the contentspec can be of mixed content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-026" URI="valid/sa/026.xml" SECTIONS="3.2 [46]" OUTPUT="valid/sa/out/026.xml">
    Test demonstrates an Element Type Declaration and that EMPTY is a valid contentspec. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-027" URI="valid/sa/027.xml" SECTIONS="3.2 [46]" OUTPUT="valid/sa/out/027.xml">
    Test demonstrates an Element Type Declaration and that ANY is a valid contenspec. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-028" URI="valid/sa/028.xml" SECTIONS="2.8 [24]" OUTPUT="valid/sa/out/028.xml">
    Test demonstrates a valid prolog that uses double quotes as delimeters around the VersionNum. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-029" URI="valid/sa/029.xml" SECTIONS="2.8 [24]" OUTPUT="valid/sa/out/029.xml">
    Test demonstrates a valid prolog that uses single quotes as delimters around the VersionNum. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-030" URI="valid/sa/030.xml" SECTIONS="2.8 [25]" OUTPUT="valid/sa/out/030.xml">
    Test demonstrates a valid prolog that contains whitespace on both sides of the equal sign in the VersionInfo. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-031" URI="valid/sa/031.xml" SECTIONS="4.3.3 [80]" OUTPUT="valid/sa/out/031.xml">
    Test demonstrates a valid EncodingDecl within the prolog. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-032" URI="valid/sa/032.xml" SECTIONS="2.9 [32]" OUTPUT="valid/sa/out/032.xml">
    Test demonstrates a valid SDDecl within the prolog. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-033" URI="valid/sa/033.xml" SECTIONS="2.8 [23]" OUTPUT="valid/sa/out/033.xml">
    Test demonstrates that both a EncodingDecl and SDDecl are valid within the prolog. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-034" URI="valid/sa/034.xml" SECTIONS="3.1 [44]" OUTPUT="valid/sa/out/034.xml">
    Test demonstrates the correct syntax for an Empty element tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-035" URI="valid/sa/035.xml" SECTIONS="3.1 [44]" OUTPUT="valid/sa/out/035.xml">
    Test demonstrates that whitespace is permissible after the name in an Empty element tag. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-036" URI="valid/sa/036.xml" SECTIONS="2.6 [16]" OUTPUT="valid/sa/out/036.xml">
    Test demonstrates a valid processing instruction. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-017a" URI="valid/sa/017a.xml" SECTIONS="2.6 3.1 [16] [43]" OUTPUT="valid/sa/out/017a.xml">
    Test demonstrates that two apparently wrong Processing Instructions make a
right one, with very odd content "some data ? &gt; &lt;?". </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-037" URI="valid/sa/037.xml" SECTIONS="2.6 [15]" OUTPUT="valid/sa/out/037.xml">
    Test demonstrates a valid comment and that it may appear anywhere in the document including at the end. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-038" URI="valid/sa/038.xml" SECTIONS="2.6 [15]" OUTPUT="valid/sa/out/038.xml">
    Test demonstrates a valid comment and that it may appear anywhere in the document including the beginning. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-039" URI="valid/sa/039.xml" SECTIONS="2.6 [16]" OUTPUT="valid/sa/out/039.xml">
    Test demonstrates a valid processing instruction and that it may appear at the beginning of the document. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-040" URI="valid/sa/040.xml" SECTIONS="3.3 3.3.1 [52] [54]" OUTPUT="valid/sa/out/040.xml">
    Test demonstrates an Attribute List declaration that uses a StringType as the AttType. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-041" URI="valid/sa/041.xml" SECTIONS="3.3.1 4.1 [54] [66]" OUTPUT="valid/sa/out/041.xml">
    Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-042" URI="valid/sa/042.xml" SECTIONS="3.3.1 4.1 [54] [66]" OUTPUT="valid/sa/out/042.xml">
    Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference.  The test also shows that the leading zeros in the character reference are ignored. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-043" URI="valid/sa/043.xml" SECTIONS="3.3" OUTPUT="valid/sa/out/043.xml">
    An element's attributes may be declared before its content
    model; and attribute values may contain newlines.  </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-044" URI="valid/sa/044.xml" SECTIONS="3.1 [44]" OUTPUT="valid/sa/out/044.xml">
    Test demonstrates that the empty-element tag must be use for an elements that are declared EMPTY. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-045" URI="valid/sa/045.xml" SECTIONS="3.3 [52]" OUTPUT="valid/sa/out/045.xml">
    Tests whether more than one definition can be provided for the same attribute of a given element type with the first declaration being binding. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-046" URI="valid/sa/046.xml" SECTIONS="3.3 [52]" OUTPUT="valid/sa/out/046.xml">
    Test demonstrates that when more than one AttlistDecl is provided for a given element type, the contents of all those provided are merged. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-047" URI="valid/sa/047.xml" SECTIONS="3.1 [43]" OUTPUT="valid/sa/out/047.xml">
    Test demonstrates that extra whitespace is normalized into single space character. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-048" URI="valid/sa/048.xml" SECTIONS="2.4 3.1 [14] [43]" OUTPUT="valid/sa/out/048.xml">
    Test demonstrates that character data is valid element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-049" URI="valid/sa/049.xml" SECTIONS="2.2 [2]" OUTPUT="valid/sa/out/049.xml">
    Test demonstrates that characters outside of normal ascii range can be used as element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-050" URI="valid/sa/050.xml" SECTIONS="2.2 [2]" OUTPUT="valid/sa/out/050.xml">
    Test demonstrates that characters outside of normal ascii range can be used as element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-051" URI="valid/sa/051.xml" SECTIONS="2.2 [2]" OUTPUT="valid/sa/out/051.xml">
    The document is encoded in UTF-16 and uses some name
    characters well outside of the normal ASCII range.
    </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-052" URI="valid/sa/052.xml" SECTIONS="2.2 [2]" OUTPUT="valid/sa/out/052.xml">
    The document is encoded in UTF-8 and the text inside the
    root element uses two non-ASCII characters, encoded in UTF-8
    and each of which expands to a Unicode surrogate pair.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-053" URI="valid/sa/053.xml" SECTIONS="4.4.2" OUTPUT="valid/sa/out/053.xml">
    Tests inclusion of a well-formed internal entity, which
    holds an element required by the content model.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-054" URI="valid/sa/054.xml" SECTIONS="3.1 [40] [42]" OUTPUT="valid/sa/out/054.xml">
    Test demonstrates that extra whitespace within Start-tags and End-tags are nomalized into single spaces. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-055" URI="valid/sa/055.xml" SECTIONS="2.6 2.10 [16]" OUTPUT="valid/sa/out/055.xml">
    Test demonstrates that extra whitespace within a processing instruction willnormalized into s single space character. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-056" URI="valid/sa/056.xml" SECTIONS="3.3.1 4.1 [54] [66]" OUTPUT="valid/sa/out/056.xml">
    Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference.  The test also shows that the leading zeros in the character reference are ignored. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-057" URI="valid/sa/057.xml" SECTIONS="3.2.1 [47]" OUTPUT="valid/sa/out/057.xml">
    Test demonstrates an element content model whose element can occur zero or more times. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-058" URI="valid/sa/058.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/058.xml">
    Test demonstrates that extra whitespace be normalized into a single space character in an attribute of type NMTOKENS. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-059" URI="valid/sa/059.xml" SECTIONS="3.2 3.3 [46] [53]" OUTPUT="valid/sa/out/059.xml">
    Test demonstrates an Element Type Declaration that uses the contentspec of EMPTY.  The element cannot have any contents and must always appear as an empty element in the document.  The test also shows an Attribute-list declaration with multiple AttDef's. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-060" URI="valid/sa/060.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/060.xml">
    Test demonstrates the use of decimal Character References within element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-061" URI="valid/sa/061.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/061.xml">
    Test demonstrates the use of decimal Character References within element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-062" URI="valid/sa/062.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/062.xml">
    Test demonstrates the use of hexadecimal Character References within element.  </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-063" URI="valid/sa/063.xml" SECTIONS="2.3 [5]" OUTPUT="valid/sa/out/063.xml">
    The document is encoded in UTF-8 and the name of the
    root element type uses non-ASCII characters.  </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-064" URI="valid/sa/064.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/064.xml">
    Tests in-line handling of two legal character references, which
    each expand to a Unicode surrogate pair.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-065" URI="valid/sa/065.xml" SECTIONS="4.5" OUTPUT="valid/sa/out/065.xml">
    Tests ability to define an internal entity which can't
    legally be expanded (contains an unquoted <B>&lt;</B>).</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-066" URI="valid/sa/066.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/066.xml">
    Expands a CDATA attribute with a character reference.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-067" URI="valid/sa/067.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/067.xml">
    Test demonstrates the use of decimal character references within element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-068" URI="valid/sa/068.xml" SECTIONS="2.11, 4.5" OUTPUT="valid/sa/out/068.xml">
    Tests definition of an internal entity holding a carriage return character
    reference, which must not be normalized before reporting to the application.  Line 
    break normalization only occurs when parsing external parsed entities.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-069" URI="valid/sa/069.xml" SECTIONS="4.7" OUTPUT="valid/sa/out/069.xml">
    Verifies that an XML parser will parse a NOTATION
    declaration; the output phase of this test ensures that
    it's reported to the application. </TEST>
<TEST TYPE="valid" ENTITIES="parameter" ID="valid-sa-070" URI="valid/sa/070.xml" SECTIONS="4.4.8" OUTPUT="valid/sa/out/070.xml">
    Verifies that internal parameter entities are correctly
    expanded within the internal subset.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-071" URI="valid/sa/071.xml" SECTIONS="3.3 3.3.1 [52] [56]" OUTPUT="valid/sa/out/071.xml">
    Test demonstrates that an AttlistDecl can use ID as the TokenizedType within the Attribute type.  The test also shows that IMPLIED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-072" URI="valid/sa/072.xml" SECTIONS="3.3 3.3.1 [52] [56]" OUTPUT="valid/sa/out/072.xml">
    Test demonstrates that an AttlistDecl can use IDREF as the TokenizedType within the Attribute type.  The test also shows that IMPLIED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-073" URI="valid/sa/073.xml" SECTIONS="3.3 3.3.1 [52] [56]" OUTPUT="valid/sa/out/073.xml">
    Test demonstrates that an AttlistDecl can use IDREFS as the TokenizedType within the Attribute type.  The test also shows that IMPLIED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-074" URI="valid/sa/074.xml" SECTIONS="3.3 3.3.1 [52] [56]" OUTPUT="valid/sa/out/074.xml">
    Test demonstrates that an AttlistDecl can use ENTITY as the TokenizedType within the Attribute type.  The test also shows that IMPLIED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-075" URI="valid/sa/075.xml" SECTIONS="3.3 3.3.1 [52] [56]" OUTPUT="valid/sa/out/075.xml">
    Test demonstrates that an AttlistDecl can use ENTITIES as the TokenizedType within the Attribute type.  The test also shows that IMPLIED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-076" URI="valid/sa/076.xml" SECTIONS="3.3.1" OUTPUT="valid/sa/out/076.xml">
    Verifies that an XML parser will parse a NOTATION
    attribute; the output phase of this test ensures that
    both notations are reported to the application. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-077" URI="valid/sa/077.xml" SECTIONS="3.3 3.3.1 [52] [54]" OUTPUT="valid/sa/out/077.xml">
    Test demonstrates that an AttlistDecl can use an EnumeratedType within the Attribute type.  The test also shows that IMPLIED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-078" URI="valid/sa/078.xml" SECTIONS="3.3 3.3.1 [52] [54]" OUTPUT="valid/sa/out/078.xml">
    Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type.  The test also shows that REQUIRED is a valid DefaultDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-079" URI="valid/sa/079.xml" SECTIONS="3.3 3.3.2 [52] [60]" OUTPUT="valid/sa/out/079.xml">
    Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type.  The test also shows that FIXED is a valid DefaultDecl and that a value can be given to the attribute in the Start-tag as well as the AttListDecl. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-080" URI="valid/sa/080.xml" SECTIONS="3.3 3.3.2 [52] [60]" OUTPUT="valid/sa/out/080.xml">
    Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type.  The test also shows that FIXED is a valid DefaultDecl and that an value can be given to the attribute. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-081" URI="valid/sa/081.xml" SECTIONS="3.2.1 [50]" OUTPUT="valid/sa/out/081.xml">
    Test demonstrates the use of the optional character following a name or list  to govern the number of times an element or content particles in the list occur. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-082" URI="valid/sa/082.xml" SECTIONS="4.2 [72]" OUTPUT="valid/sa/out/082.xml">
    Tests that an external PE may be defined (but not referenced).</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-083" URI="valid/sa/083.xml" SECTIONS="4.2 [72]" OUTPUT="valid/sa/out/083.xml">
    Tests that an external PE may be defined (but not referenced).</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-084" URI="valid/sa/084.xml" SECTIONS="2.10" OUTPUT="valid/sa/out/084.xml">
    Test demonstrates that although whitespace can be used to set apart markup for greater readability it is not necessary. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-085" URI="valid/sa/085.xml" SECTIONS="4" OUTPUT="valid/sa/out/085.xml">
    Parameter and General entities use different namespaces,
    so there can be an entity of each type with a given name.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-086" URI="valid/sa/086.xml" SECTIONS="4.2" OUTPUT="valid/sa/out/086.xml">
    Tests whether entities may be declared more than once,
    with the first declaration being the binding one. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-087" URI="valid/sa/087.xml" SECTIONS="4.5" OUTPUT="valid/sa/out/087.xml">
    Tests whether character references in internal entities are
    expanded early enough, by relying on correct handling to
    make the entity be well formed.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-088" URI="valid/sa/088.xml" SECTIONS="4.5" OUTPUT="valid/sa/out/088.xml">
    Tests whether entity references in internal entities are
    expanded late enough, by relying on correct handling to
    make the expanded text be valid.  (If it's expanded too
    early, the entity will parse as an element that's not
    valid in that context.)</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-089" URI="valid/sa/089.xml" SECTIONS="4.1 [66]" OUTPUT="valid/sa/out/089.xml">
    Tests entity expansion of three legal character references,
    which each expand to a Unicode surrogate pair.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-090" URI="valid/sa/090.xml" SECTIONS="3.3.1" OUTPUT="valid/sa/out/090.xml">
    Verifies that an XML parser will parse a NOTATION
    attribute; the output phase of this test ensures that
    the notation is reported to the application. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-091" URI="valid/sa/091.xml" SECTIONS="3.3.1" OUTPUT="valid/sa/out/091.xml">
    Verifies that an XML parser will parse an ENTITY
    attribute; the output phase of this test ensures that
    the notation is reported to the application, and for
    validating parsers it further tests that the entity
    is so reported.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-092" URI="valid/sa/092.xml" SECTIONS="2.3 2.10" OUTPUT="valid/sa/out/092.xml">
    Test demostrates that extra whitespace is normalized into a single space character. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-093" URI="valid/sa/093.xml" SECTIONS="2.10" OUTPUT="valid/sa/out/093.xml">
    Test demonstrates that extra whitespace is not intended for inclusion in the delivered version of the document. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-094" OUTPUT="valid/sa/out/094.xml" URI="valid/sa/094.xml" SECTIONS="2.8">
    Attribute defaults with a DTD have special parsing rules, different
    from other strings.  That means that characters found there may look
    like an undefined parameter entity reference "within a markup
    declaration", but they aren't ... so they can't be violating
    the <EM>PEs in Internal Subset</EM> WFC. 
    </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-095" URI="valid/sa/095.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/095.xml">
    Basically an output test, this requires extra whitespace
    to be normalized into a single space character in an
    attribute of type NMTOKENS.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-096" URI="valid/sa/096.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/096.xml">
    Test demonstrates that extra whitespace is normalized into a single space character in an attribute of type NMTOKENS. </TEST>
<TEST TYPE="valid" ENTITIES="parameter" ID="valid-sa-097" URI="valid/sa/097.xml" SECTIONS="3.3" OUTPUT="valid/sa/out/097.xml">
    Basically an output test, this tests whether an externally
    defined attribute declaration (with a default) takes proper
    precedence over a subsequent internal declaration.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-098" URI="valid/sa/098.xml" SECTIONS="2.6 2.10 [16]" OUTPUT="valid/sa/out/098.xml">
    Test demonstrates that extra whitespace within a processing instruction is converted into a single space character.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-099" URI="valid/sa/099.xml" SECTIONS="4.3.3 [81]" OUTPUT="valid/sa/out/099.xml">
    Test demonstrates the name of the encoding can be composed of lowercase characters. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-100" URI="valid/sa/100.xml" SECTIONS="2.3 [12]" OUTPUT="valid/sa/out/100.xml">
    Makes sure that PUBLIC identifiers may have some strange
    characters.  <EM>NOTE:  The XML editors have said that the XML
    specification errata will specify that parameter entity expansion
    does not occur in PUBLIC identifiers, so that the '%' character
    will not flag a malformed parameter entity reference.</EM></TEST> 
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-101" URI="valid/sa/101.xml" SECTIONS="4.5" OUTPUT="valid/sa/out/101.xml">
    This tests whether entity expansion is (incorrectly) done
    while processing entity declarations; if it is, the entity
    value literal will terminate prematurely.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-102" URI="valid/sa/102.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/102.xml">
    Test demonstrates that a CDATA attribute can pass a double quote as its value. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-103" URI="valid/sa/103.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/103.xml">
    Test demonstrates that an attribute can pass a less than sign as its value. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-104" URI="valid/sa/104.xml" SECTIONS="3.1 [40]" OUTPUT="valid/sa/out/104.xml">
    Test demonstrates that extra whitespace within an Attribute of a Start-tag is normalized to a single space character. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-105" URI="valid/sa/105.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/105.xml">
    Basically an output test, this requires a CDATA attribute
    with a tab character to be passed through as one space.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-106" URI="valid/sa/106.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/106.xml">
    Basically an output test, this requires a CDATA attribute
    with a newline character to be passed through as one space.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-107" URI="valid/sa/107.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/107.xml">
    Basically an output test, this requires a CDATA attribute
    with a return character to be passed through as one space.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-108" URI="valid/sa/108.xml" SECTIONS="2.11, 3.3.3" OUTPUT="valid/sa/out/108.xml">
    This tests normalization of end-of-line characters (CRLF)
    within entities to LF, primarily as an output test. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-109" URI="valid/sa/109.xml" SECTIONS="2.3 3.1 [10][40][41]" OUTPUT="valid/sa/out/109.xml">
    Test demonstrates that an attribute can have a null value. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-110" URI="valid/sa/110.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/110.xml">
    Basically an output test, this requires that a CDATA
    attribute with a CRLF be normalized to one space.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-111" URI="valid/sa/111.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/111.xml">
    Character references expanding to spaces doesn't affect
    treatment of attributes. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-112" URI="valid/sa/112.xml" SECTIONS="3.2.1 [48][49]" OUTPUT="valid/sa/out/112.xml">
    Test demonstrates shows the use of content particles within the element content. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-113" URI="valid/sa/113.xml" SECTIONS="3.3 [52][53]" OUTPUT="valid/sa/out/113.xml">
     Test demonstrates that it is not an error to have attributes declared for an element not itself declared.</TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-114" URI="valid/sa/114.xml" SECTIONS="2.7 [20]" OUTPUT="valid/sa/out/114.xml">
    Test demonstrates that all text within a valid CDATA section is considered text and not recognized as markup. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-115" URI="valid/sa/115.xml" SECTIONS="3.3.3" OUTPUT="valid/sa/out/115.xml">
    Test demonstrates that an entity reference is processed by recursively processing the replacement text of the entity. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-116" URI="valid/sa/116.xml" SECTIONS="2.11" OUTPUT="valid/sa/out/116.xml">
    Test demonstrates that a line break within CDATA will be normalized. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-117" URI="valid/sa/117.xml" SECTIONS="4.5" OUTPUT="valid/sa/out/117.xml">
    Test demonstrates that entity expansion is done while processing entity declarations.  </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-118" URI="valid/sa/118.xml" SECTIONS="4.5" OUTPUT="valid/sa/out/118.xml">
    Test demonstrates that entity expansion is done while processing entity declarations. </TEST>
<TEST TYPE="valid" ENTITIES="none" ID="valid-sa-119" URI="valid/sa/119.xml" SECTIONS="2.5" OUTPUT="valid/sa/out/119.xml">
    Comments may contain any legal XML characters;
    only the string "--" is disallowed.</TEST>


<!-- Start:  valid/not-sa -->
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-001" URI="valid/not-sa/001.xml" SECTIONS="4.2.2 [75]" OUTPUT="valid/not-sa/out/001.xml">
    Test demonstrates the use of an ExternalID within a document type definition. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-002" URI="valid/not-sa/002.xml" SECTIONS="4.2.2 [75]" OUTPUT="valid/not-sa/out/002.xml">
    Test demonstrates the use of an ExternalID within a document type definition. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-003" URI="valid/not-sa/003.xml" SECTIONS="4.1 [69]" OUTPUT="valid/not-sa/out/003.xml">
    Test demonstrates the expansion of an external parameter entity that declares an attribute. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-004" URI="valid/not-sa/004.xml" SECTIONS="4.1 [69]" OUTPUT="valid/not-sa/out/004.xml">
    Expands an external parameter entity in two different ways,
    with one of them declaring an attribute.</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-005" URI="valid/not-sa/005.xml" SECTIONS="4.1 [69]" OUTPUT="valid/not-sa/out/005.xml">
    Test demonstrates the expansion of an external parameter entity that declares an attribute. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-006" URI="valid/not-sa/006.xml" SECTIONS="3.3 [52]" OUTPUT="valid/not-sa/out/006.xml">
    Test demonstrates that when more than one definition is provided for the same attribute of a given element type only the first declaration is binding. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-007" URI="valid/not-sa/007.xml" SECTIONS="3.3 [52]" OUTPUT="valid/not-sa/out/007.xml">
    Test demonstrates the use of an Attribute list declaration within an external entity. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-008" URI="valid/not-sa/008.xml" SECTIONS="4.2.2 [75]" OUTPUT="valid/not-sa/out/008.xml">
    Test demonstrates that an external identifier may include a public identifier. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-009" URI="valid/not-sa/009.xml" SECTIONS="4.2.2 [75]" OUTPUT="valid/not-sa/out/009.xml">
    Test demonstrates that an external identifier may include a public identifier. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-010" URI="valid/not-sa/010.xml" SECTIONS="3.3 [52]" OUTPUT="valid/not-sa/out/010.xml">
    Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-011" URI="valid/not-sa/011.xml" SECTIONS="4.2 4.2.1 [72] [75]" OUTPUT="valid/not-sa/out/011.xml">
    Test demonstrates a parameter entity declaration whose parameter entity definition is an ExternalID. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-012" URI="valid/not-sa/012.xml" SECTIONS="4.3.1 [77]" OUTPUT="valid/not-sa/out/012.xml">
    Test demonstrates an enternal parsed entity that begins with a text declaration. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-013" URI="valid/not-sa/013.xml" SECTIONS="3.4 [62]" OUTPUT="valid/not-sa/out/013.xml">
    Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-014" URI="valid/not-sa/014.xml" SECTIONS="3.4 [62]" OUTPUT="valid/not-sa/out/014.xml">
    Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD.  The keyword is a parameter-entity reference. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-015" URI="valid/not-sa/015.xml" SECTIONS="3.4 [63]" OUTPUT="valid/not-sa/out/015.xml">
    Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being part of the DTD.  The keyword is a parameter-entity reference. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-016" URI="valid/not-sa/016.xml" SECTIONS="3.4 [62]" OUTPUT="valid/not-sa/out/016.xml">
    Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD.  The keyword is a parameter-entity reference.</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-017" URI="valid/not-sa/017.xml" SECTIONS="4.2 [72]" OUTPUT="valid/not-sa/out/017.xml">
    Test demonstrates a parameter entity declaration that contains an attribute list declaration. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-018" URI="valid/not-sa/018.xml" SECTIONS="4.2.2 [75]" OUTPUT="valid/not-sa/out/018.xml">
    Test demonstrates an EnternalID whose contents contain an parameter entity declaration and a attribute list definition. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-019" URI="valid/not-sa/019.xml" SECTIONS="4.4.8" OUTPUT="valid/not-sa/out/019.xml">
    Test demonstrates that a parameter entity will be expanded with spaces on either side. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-020" URI="valid/not-sa/020.xml" SECTIONS="4.4.8" OUTPUT="valid/not-sa/out/020.xml">
    Parameter entities expand with spaces on either side.</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-021" URI="valid/not-sa/021.xml" SECTIONS="4.2 [72]" OUTPUT="valid/not-sa/out/021.xml">
    Test demonstrates a parameter entity declaration that contains a partial attribute list declaration. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-023" URI="valid/not-sa/023.xml" SECTIONS="2.3 4.1 [10] [69]" OUTPUT="valid/not-sa/out/023.xml">
    Test demonstrates the use of a parameter entity reference within an attribute list declaration.
</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-024" URI="valid/not-sa/024.xml" SECTIONS="2.8, 4.1 [69]" OUTPUT="valid/not-sa/out/024.xml">
    Constructs an &lt;!ATTLIST...&gt; declaration from several PEs.</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-025" URI="valid/not-sa/025.xml" SECTIONS="4.2" OUTPUT="valid/not-sa/out/025.xml">
    Test demonstrates that when more that one definition is provided for the same entity only the first declaration is binding. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-026" URI="valid/not-sa/026.xml" SECTIONS="3.3 [52]" OUTPUT="valid/not-sa/out/026.xml">
    Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-027" URI="valid/not-sa/027.xml" SECTIONS="4.1 [69]" OUTPUT="valid/not-sa/out/027.xml">
    Test demonstrates a parameter entity reference whose value is NULL. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-028" URI="valid/not-sa/028.xml" SECTIONS="3.4 [62]" OUTPUT="valid/not-sa/out/028.xml">
    Test demonstrates the use of the conditional section INCLUDE that will include its contents. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-029" URI="valid/not-sa/029.xml" SECTIONS="3.4 [62]" OUTPUT="valid/not-sa/out/029.xml">
    Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being used. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-030" URI="valid/not-sa/030.xml" SECTIONS="3.4 [62]" OUTPUT="valid/not-sa/out/030.xml">
    Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being used. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-not-sa-031" URI="valid/not-sa/031.xml" SECTIONS="2.7" OUTPUT="valid/not-sa/out/031.xml">
    Expands a general entity which contains a CDATA section with
    what looks like a markup declaration (but is just text since
    it's in a CDATA section).</TEST>


<!-- Start:  valid/ext-sa -->
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-001" URI="valid/ext-sa/001.xml" SECTIONS="2.11" OUTPUT="valid/ext-sa/out/001.xml">
    A combination of carriage return line feed in an external entity must
    be normalized to a single newline. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-002" URI="valid/ext-sa/002.xml" SECTIONS="2.11" OUTPUT="valid/ext-sa/out/002.xml">
    A carriage return (also CRLF) in an external entity must
    be normalized to a single newline. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-003" URI="valid/ext-sa/003.xml" SECTIONS="3.1 4.1 [43] [68]" OUTPUT="valid/ext-sa/out/003.xml">
    Test demonstrates that the content of an element can be empty. In this case the external entity is an empty file. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-004" URI="valid/ext-sa/004.xml" SECTIONS="2.11" OUTPUT="valid/ext-sa/out/004.xml">
    A carriage return (also CRLF) in an external entity must
    be normalized to a single newline. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-005" URI="valid/ext-sa/005.xml" SECTIONS="3.2.1 4.2.2 [48] [75]" OUTPUT="valid/ext-sa/out/005.xml">
    Test demonstrates the use of optional character and content particles within an element content.  The test also show the use of external entity. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-006" URI="valid/ext-sa/006.xml" SECTIONS="2.11 3.2.1 3.2.2 4.2.2 [48] [51] [75]" OUTPUT="valid/ext-sa/out/006.xml">
    Test demonstrates the use of optional character and content particles within mixed element content.  The test also shows the use of an external entity and that a carriage control line feed in an external entity must be normalized to a single newline. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-007" URI="valid/ext-sa/007.xml" SECTIONS="4.2.2 4.4.3 [75]" OUTPUT="valid/ext-sa/out/007.xml">
    Test demonstrates the use of external entity and how replacement 
text is retrieved and processed. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-008" URI="valid/ext-sa/008.xml" SECTIONS="4.2.2 4.3.3. 4.4.3 [75] [80]" OUTPUT="valid/ext-sa/out/008.xml"> Test demonstrates the use of external 
entity and how replacement text is retrieved and processed.  Also tests the use of an 
EncodingDecl of UTF-16.</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-009" URI="valid/ext-sa/009.xml" SECTIONS="2.11" OUTPUT="valid/ext-sa/out/009.xml">
    A carriage return (also CRLF) in an external entity must
    be normalized to a single newline. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-011" URI="valid/ext-sa/011.xml" SECTIONS="2.11 4.2.2 [75]" OUTPUT="valid/ext-sa/out/011.xml">
    Test demonstrates the use of a public identifier with and external entity.  
The test also show that a carriage control line feed combination in an external 
entity must be normalized to a single newline. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-012" URI="valid/ext-sa/012.xml" SECTIONS="4.2.1 4.2.2" OUTPUT="valid/ext-sa/out/012.xml">
     Test demonstrates both internal and external entities and that processing of entity references may be required to produce the correct replacement text.</TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-013" URI="valid/ext-sa/013.xml" SECTIONS="3.3.3" OUTPUT="valid/ext-sa/out/013.xml">
    Test demonstrates that whitespace is handled by adding a single whitespace to the normalized value in the attribute list. </TEST>
<TEST TYPE="valid" ENTITIES="both" ID="valid-ext-sa-014" URI="valid/ext-sa/014.xml" SECTIONS="4.1 4.4.3 [68]" OUTPUT="valid/ext-sa/out/014.xml">
    Test demonstrates use of characters outside of normal ASCII range.</TEST>
</TESTCASES>

</TESTCASES>

<TESTCASES PROFILE="Fuji Xerox Japanese Text Tests XML 1.0 Tests" xml:base="japanese/">    
    
<!--
    @(#)japanese.xml	1.4 99/02/03
    Copyright 1998 by Sun Microsystems, Inc.
    All Rights Reserved.
-->

<TESTCASES PROFILE="Fuji Xerox Japanese Text Tests">

    <TEST TYPE="error" SECTIONS="4.3.3 [4,84]" ID="pr-xml-euc-jp" ENTITIES="parameter" URI="pr-xml-euc-jp.xml">
	Test support for the EUC-JP encoding, and for text
	which relies on Japanese characters.
	<EM>If a processor does not support this encoding, it must
	report a fatal error.</EM>
	(Also requires ability to process a moderately complex DTD.)
	</TEST>
    <TEST TYPE="error" SECTIONS="4.3.3 [4,84]" ID="pr-xml-iso-2022-jp" ENTITIES="parameter" URI="pr-xml-iso-2022-jp.xml">
	Test support for the ISO-2022-JP encoding, and for text
	which relies on Japanese characters.
	<EM>If a processor does not support this encoding, it must
	report a fatal error.</EM>
	(Also requires ability to process a moderately complex DTD.)
	</TEST>
    <TEST TYPE="valid" SECTIONS="4.3.3 [4,84]" ID="pr-xml-little" ENTITIES="parameter" URI="pr-xml-little-endian.xml">
	Test support for little-endian UTF-16 text
	which relies on Japanese characters.
	(Also requires ability to process a moderately complex DTD.)
	</TEST>
    <TEST TYPE="error" SECTIONS="4.3.3 [4,84]" ID="pr-xml-shift_jis" ENTITIES="parameter" URI="pr-xml-shift_jis.xml">
	Test support for the Shift_JIS encoding, and for text
	which relies on Japanese characters.
	<EM>If a processor does not support this encoding, it must
	report a fatal error.</EM>
	(Also requires ability to process a moderately complex DTD.)
	</TEST>
    <TEST TYPE="valid" SECTIONS="4.3.3 [4,84]" ID="pr-xml-utf-16" ENTITIES="parameter" URI="pr-xml-utf-16.xml">
	Test support UTF-16 text which relies on Japanese characters.
	(Also requires ability to process a moderately complex DTD.)
	</TEST>
    <TEST TYPE="valid" SECTIONS="4.3.3 [4,84]" ID="pr-xml-utf-8" ENTITIES="parameter" URI="pr-xml-utf-8.xml">
	Test support for UTF-8 text which relies on Japanese characters.
	(Also requires ability to process a moderately complex DTD.)
	</TEST>

    <TEST TYPE="error" SECTIONS="4.3.3 [4,84]" ID="weekly-euc-jp" ENTITIES="parameter" URI="weekly-euc-jp.xml">
	Test support for EUC-JP encoding, and
	XML names which contain Japanese characters.
	<EM>If a processor does not support this encoding, it must
	report a fatal error.</EM>
	</TEST>
    <TEST TYPE="error" SECTIONS="4.3.3 [4,84]" ID="weekly-iso-2022-jp" ENTITIES="parameter" URI="weekly-iso-2022-jp.xml">
	Test support for ISO-2022-JP encoding, and
	XML names which contain Japanese characters.
	<EM>If a processor does not support this encoding, it must
	report a fatal error.</EM>
	</TEST>
    <TEST TYPE="valid" SECTIONS="4.3.3 [4,84]" ID="weekly-little" ENTITIES="parameter" URI="weekly-little-endian.xml">
	Test support for little-endian UTF-16 encoding, and
	XML names which contain Japanese characters.
	</TEST>
    <TEST TYPE="error" SECTIONS="4.3.3 [4,84]" ID="weekly-shift_jis" ENTITIES="parameter" URI="weekly-shift_jis.xml">
	Test support for Shift_JIS encoding, and
	XML names which contain Japanese characters.
	<EM>If a processor does not support this encoding, it must
	report a fatal error.</EM>
	</TEST>
    <TEST TYPE="valid" SECTIONS="4.3.3 [4,84]" ID="weekly-utf-16" ENTITIES="parameter" URI="weekly-utf-16.xml">
	Test support for UTF-16 encoding, and
	XML names which contain Japanese characters.
	</TEST>
    <TEST TYPE="valid" SECTIONS="4.3.3 [4,84]" ID="weekly-utf-8" ENTITIES="parameter" URI="weekly-utf-8.xml">
	Test support for UTF-8 encoding and
	XML names which contain Japanese characters.
	</TEST>

</TESTCASES>

</TESTCASES>

<TESTCASES PROFILE="Sun Microsystems XML Tests" xml:base="sun/">
    
<!--
    @(#)valid.xml	1.6 99/01/21
    Copyright 1998 by Sun Microsystems, Inc.
    All Rights Reserved.
-->
<TEST URI="valid/pe01.xml" ID="pe01" ENTITIES="parameter" SECTIONS="2.8" TYPE="valid">
    Parameter entities references are NOT RECOGNIZED in default attribute
    values.</TEST>

<TEST URI="valid/dtd00.xml" ID="dtd00" SECTIONS="3.2.2 [51]" TYPE="valid" OUTPUT="valid/out/dtd00.xml">
    Tests parsing of alternative forms of text-only mixed
	content declaration.</TEST>

<TEST URI="valid/dtd01.xml" ID="dtd01" TYPE="valid" SECTIONS="2.5 [15]" OUTPUT="valid/out/dtd01.xml">
    Comments don't get parameter entity expansion</TEST>

<TEST URI="valid/element.xml" ID="element" TYPE="valid" SECTIONS="3" OUTPUT="valid/out/element.xml">
    Tests clauses 1, 3, and 4 of the Element Valid
	validity constraint.</TEST>

<TEST URI="valid/ext01.xml" ID="ext01" ENTITIES="general" OUTPUT="valid/out/ext01.xml" SECTIONS="4.3.1 4.3.2 [77] [78]" TYPE="valid">
    Tests use of external parsed entities with and without content.</TEST>

<TEST URI="valid/ext02.xml" ID="ext02" ENTITIES="general" SECTIONS="4.3.2 [78]" TYPE="valid" OUTPUT="valid/out/ext02.xml">
    Tests use of external parsed entities with different
	encodings than the base document.</TEST>

<TEST URI="valid/not-sa01.xml" ENTITIES="parameter" ID="not-sa01" TYPE="valid" SECTIONS="2.9" OUTPUT="valid/out/not-sa01.xml">
    A non-standalone document is valid if declared as such.</TEST>

<TEST URI="valid/not-sa02.xml" ENTITIES="parameter" ID="not-sa02" TYPE="valid" SECTIONS="2.9" OUTPUT="valid/out/not-sa02.xml">
    A non-standalone document is valid if declared as such.</TEST>

<TEST URI="valid/not-sa03.xml" ENTITIES="parameter" ID="not-sa03" TYPE="valid" SECTIONS="2.9" OUTPUT="valid/out/not-sa03.xml">
    A non-standalone document is valid if declared as such.</TEST>

<TEST URI="valid/not-sa04.xml" ENTITIES="parameter" ID="not-sa04" TYPE="valid" SECTIONS="2.9" OUTPUT="valid/out/not-sa04.xml">
    A non-standalone document is valid if declared as such. </TEST>

<TEST URI="valid/notation01.xml" ENTITIES="parameter" ID="notation01" TYPE="valid" OUTPUT="valid/out/notation01.xml" SECTIONS="4.7 [82]">
    NOTATION declarations don't need SYSTEM IDs; and
    externally declared notations may be used to declare
    unparsed entities in the internal DTD subset.
    The notation must be reported to the application.
    </TEST>

<TEST URI="valid/optional.xml" ENTITIES="parameter" ID="optional" TYPE="valid" OUTPUT="valid/out/optional.xml" SECTIONS="3 3.2.1 [47]">
    Tests declarations of "children" content models, and
	the validity constraints associated with them.</TEST>

<TEST URI="valid/required00.xml" ID="required00" TYPE="valid" OUTPUT="valid/out/required00.xml" SECTIONS="3.3.2 [60]">
    Tests the #REQUIRED attribute declaration syntax, and
	the associated validity constraint. </TEST>

<TEST URI="valid/sa01.xml" ID="sa01" TYPE="valid" SECTIONS="2.9 [32]" OUTPUT="valid/out/sa01.xml">
    A document may be marked 'standalone' if any optional 
	whitespace is defined within the internal DTD subset.</TEST>

<TEST URI="valid/sa02.xml" ID="sa02" TYPE="valid" SECTIONS="2.9 [32]" OUTPUT="valid/out/sa02.xml">
    A document may be marked 'standalone' if any
	attributes that need normalization are
	defined within the internal DTD subset.</TEST>

<TEST URI="valid/sa03.xml" ENTITIES="parameter" ID="sa03" TYPE="valid" SECTIONS="2.9 [32]" OUTPUT="valid/out/sa03.xml">
    A document may be marked 'standalone' if any
    the defined entities need expanding are internal,
    and no attributes need defaulting or normalization.
    On output, requires notations to be correctly reported.
    </TEST>

<TEST URI="valid/sa04.xml" ID="sa04" ENTITIES="parameter" TYPE="valid" SECTIONS="2.9 [32]" OUTPUT="valid/out/sa04.xml">
    Like sa03 but relies on attribute
    defaulting defined in the internal subset.
    On output, requires notations to be correctly reported.
    </TEST>

<TEST URI="valid/sa05.xml" ID="sa05" ENTITIES="parameter" TYPE="valid" SECTIONS="2.9 [32]" OUTPUT="valid/out/sa05.xml">
    Like sa01 but this document is standalone
    since it has no optional whitespace.
    On output, requires notations to be correctly reported.
    </TEST>

<TEST URI="valid/sgml01.xml" ID="v-sgml01" SECTIONS="3.3.1 [59]" TYPE="valid" OUTPUT="valid/out/sgml01.xml">
    XML permits token reuse, while SGML does not.</TEST>

<TEST URI="valid/v-lang01.xml" OUTPUT="valid/out/v-lang01.xml" ID="v-lang01" SECTIONS="2.12 [35]" TYPE="valid">
    Tests a lowercase ISO language code.</TEST>

<TEST URI="valid/v-lang02.xml" ID="v-lang02" SECTIONS="2.12 [35]" TYPE="valid" OUTPUT="valid/out/v-lang02.xml">
    Tests a ISO language code with a subcode.</TEST>

<TEST URI="valid/v-lang03.xml" ID="v-lang03" SECTIONS="2.12 [36]" TYPE="valid" OUTPUT="valid/out/v-lang03.xml">
    Tests a IANA language code with a subcode.</TEST>

<TEST URI="valid/v-lang04.xml" ID="v-lang04" SECTIONS="2.12 [37]" TYPE="valid" OUTPUT="valid/out/v-lang04.xml">
    Tests a user language code with a subcode.</TEST>

<TEST URI="valid/v-lang05.xml" ID="v-lang05" SECTIONS="2.12 [35]" TYPE="valid" OUTPUT="valid/out/v-lang05.xml">
    Tests an uppercase ISO language code.</TEST>

<TEST URI="valid/v-lang06.xml" ID="v-lang06" SECTIONS="2.12 [37]" TYPE="valid" OUTPUT="valid/out/v-lang06.xml">
    Tests a user language code.</TEST>

<TEST URI="valid/pe00.xml" ENTITIES="parameter" ID="v-pe00" SECTIONS="4.5" TYPE="valid" OUTPUT="valid/out/pe00.xml">
    Tests construction of internal entity replacement text, using
    an example in the XML specification.  </TEST>

<TEST URI="valid/pe03.xml" ID="v-pe03" SECTIONS="4.5" TYPE="valid" OUTPUT="valid/out/pe03.xml">
    Tests construction of internal entity replacement text, using
    an example in the XML specification.  </TEST>

<TEST URI="valid/pe02.xml" ENTITIES="parameter" ID="v-pe02" SECTIONS="4.5" TYPE="valid" OUTPUT="valid/out/pe02.xml">
    Tests construction of internal entity replacement text, using
    a complex example in the XML specification.  </TEST>

    
<!--
    @(#)invalid.xml	1.9 99/01/07
    Copyright 1998 by Sun Microsystems, Inc.
    All Rights Reserved.
-->
<TEST URI="invalid/dtd01.xml" ID="inv-dtd01" SECTIONS="3.2.2" TYPE="invalid">
    Tests the No Duplicate Types VC</TEST>

<TEST URI="invalid/dtd02.xml" ID="inv-dtd02" SECTIONS="4.2.2" TYPE="invalid">
    Tests the "Notation Declared" VC by using an undeclared
    notation name.</TEST>

<TEST URI="invalid/dtd03.xml" ID="inv-dtd03" SECTIONS="3" TYPE="invalid">
    Tests the "Element Valid" VC (clause 2)
    by omitting a required element.  </TEST>

<TEST URI="invalid/el01.xml" ID="el01" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 4)
    by including an undeclared child element.  </TEST>

<TEST URI="invalid/el02.xml" ID="el02" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 1)
    by including elements in an EMPTY content model.  </TEST>

<TEST URI="invalid/el03.xml" ID="el03" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 3) by including a child element
    not permitted by a mixed content model.  </TEST>

<TEST URI="invalid/el04.xml" ID="el04" SECTIONS="3.2" TYPE="invalid">
    Tests the Unique Element Type Declaration VC. </TEST>

<TEST URI="invalid/el05.xml" ID="el05" SECTIONS="3.2.2" TYPE="invalid">
    Tests the No Duplicate Types VC. </TEST>

<TEST URI="invalid/el06.xml" ID="el06" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 1),
    using one of the predefined internal entities
    inside an EMPTY content model.</TEST>

<TEST URI="invalid/id01.xml" ID="id01" ENTITIES="parameter" SECTIONS="3.3.1" TYPE="invalid">
    Tests the ID (is a Name) VC</TEST>

<TEST URI="invalid/id02.xml" ID="id02" ENTITIES="parameter" SECTIONS="3.3.1" TYPE="invalid">
    Tests the ID (appears once) VC</TEST>

<TEST URI="invalid/id03.xml" ID="id03" ENTITIES="parameter" SECTIONS="3.3.1" TYPE="invalid">
    Tests the One ID per Element Type VC</TEST>

<TEST URI="invalid/id04.xml" ID="id04" SECTIONS="3.3.1" TYPE="invalid">
    Tests the ID Attribute Default VC</TEST>

<TEST URI="invalid/id05.xml" ID="id05" SECTIONS="3.3.1" TYPE="invalid">
    Tests the ID Attribute Default VC</TEST>

<TEST URI="invalid/id06.xml" ID="id06" SECTIONS="3.3.1" TYPE="invalid">
    Tests the IDREF (is a Name) VC</TEST>

<TEST URI="invalid/id07.xml" ID="id07" SECTIONS="3.3.1" TYPE="invalid">
    Tests the IDREFS (is a Names) VC</TEST>

<TEST URI="invalid/id08.xml" ID="id08" SECTIONS="3.3.1" TYPE="invalid">
    Tests the IDREF (matches an ID) VC</TEST>

<TEST URI="invalid/id09.xml" ID="id09" SECTIONS="3.3.1" TYPE="invalid">
    Tests the IDREF (IDREFS matches an ID) VC</TEST>

<TEST URI="invalid/not-sa01.xml" ID="inv-not-sa01" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    optional whitespace causes a validity error.</TEST>

<TEST URI="invalid/not-sa02.xml" ID="inv-not-sa02" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    attributes needing normalization cause a validity error.</TEST>

<TEST URI="invalid/not-sa04.xml" ID="inv-not-sa04" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    attributes needing defaulting cause a validity error.</TEST>

<TEST URI="invalid/not-sa05.xml" ID="inv-not-sa05" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    a token attribute that needs normalization causes a validity error.</TEST>

<TEST URI="invalid/not-sa06.xml" ID="inv-not-sa06" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    a NOTATION attribute that needs normalization
    causes a validity error.</TEST>

<TEST URI="invalid/not-sa07.xml" ID="inv-not-sa07" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an NMTOKEN attribute needing normalization
    causes a validity error.</TEST>

<TEST URI="invalid/not-sa08.xml" ID="inv-not-sa08" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an NMTOKENS attribute needing normalization
    causes a validity error.</TEST>

<TEST URI="invalid/not-sa09.xml" ID="inv-not-sa09" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an ID attribute needing normalization causes a validity error.</TEST>

<TEST URI="invalid/not-sa10.xml" ID="inv-not-sa10" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an IDREF attribute needing normalization causes a validity error.</TEST>

<TEST URI="invalid/not-sa11.xml" ID="inv-not-sa11" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an IDREFS attribute needing normalization causes a validity error.</TEST>

<TEST URI="invalid/not-sa12.xml" ID="inv-not-sa12" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an ENTITY attribute needing normalization causes a validity error.</TEST>

<TEST URI="invalid/not-sa13.xml" ID="inv-not-sa13" ENTITIES="parameter" SECTIONS="2.9" TYPE="invalid">
    Tests the Standalone Document Declaration VC, ensuring that
    an ENTITIES attribute needing normalization causes a validity error.</TEST>

<TEST URI="invalid/not-sa14.xml" ID="inv-not-sa14" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    CDATA sections containing only whitespace do not match the nonterminal S, and cannot 
    appear in these positions.</TEST>

<TEST URI="invalid/optional01.xml" ID="optional01" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing no children where
    one is required.</TEST>

<TEST URI="invalid/optional02.xml" ID="optional02" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    two children where one is required.</TEST>

<TEST URI="invalid/optional03.xml" ID="optional03" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where two are required.</TEST>

<TEST URI="invalid/optional04.xml" ID="optional04" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    three children where two are required.</TEST>

<TEST URI="invalid/optional05.xml" ID="optional05" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or two are
    required (one construction of that model).</TEST>

<TEST URI="invalid/optional06.xml" ID="optional06" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or two are
    required (a second construction of that model).</TEST>

<TEST URI="invalid/optional07.xml" ID="optional07" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or two are
    required (a third construction of that model).</TEST>

<TEST URI="invalid/optional08.xml" ID="optional08" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or two are
    required (a fourth construction of that model).</TEST>

<TEST URI="invalid/optional09.xml" ID="optional09" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or two are
    required (a fifth construction of that model).</TEST>

<TEST URI="invalid/optional10.xml" ID="optional10" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    three children where one or two are
    required (a basic construction of that model).</TEST>

<TEST URI="invalid/optional11.xml" ID="optional11" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    three children where one or two are
    required (a second construction of that model).</TEST>

<TEST URI="invalid/optional12.xml" ID="optional12" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    three children where one or two are
    required (a third construction of that model).</TEST>

<TEST URI="invalid/optional13.xml" ID="optional13" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    three children where one or two are
    required (a fourth construction of that model).</TEST>

<TEST URI="invalid/optional14.xml" ID="optional14" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    three children where one or two are
    required (a fifth construction of that model).</TEST>

<TEST URI="invalid/optional20.xml" ID="optional20" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or more are
    required (a sixth construction of that model).</TEST>

<TEST URI="invalid/optional21.xml" ID="optional21" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or more are
    required (a seventh construction of that model).</TEST>

<TEST URI="invalid/optional22.xml" ID="optional22" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or more are
    required (an eigth construction of that model).</TEST>

<TEST URI="invalid/optional23.xml" ID="optional23" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or more are
    required (a ninth construction of that model).</TEST>

<TEST URI="invalid/optional24.xml" ID="optional24" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    no children where one or more are
    required (a tenth construction of that model).</TEST>

<TEST URI="invalid/optional25.xml" ID="optional25" ENTITIES="parameter" SECTIONS="3" TYPE="invalid">
    Tests the Element Valid VC (clause 2) for one
    instance of "children" content model, providing
    text content where one or more elements are
    required.</TEST>

<TEST URI="invalid/required00.xml" ID="inv-required00" SECTIONS="3.3.2" TYPE="invalid">
    Tests the Required Attribute VC.</TEST>

<TEST URI="invalid/required01.xml" ID="inv-required01" SECTIONS="3.1 2.10" TYPE="invalid">
    Tests the Attribute Value Type (declared)
    VC for the xml:space attribute</TEST>

<TEST URI="invalid/required02.xml" ID="inv-required02" SECTIONS="3.1 2.12" TYPE="invalid">
    Tests the Attribute Value Type (declared)
    VC for the xml:lang attribute</TEST>

<TEST URI="invalid/root.xml" ID="root" ENTITIES="parameter" SECTIONS="2.8" TYPE="invalid">
    Tests the Root Element Type VC</TEST>

<TEST TYPE="invalid" URI="invalid/attr01.xml" ID="attr01" SECTIONS="3.3.1">
    Tests the "Entity Name" VC for the ENTITY attribute type.</TEST>

<TEST TYPE="invalid" URI="invalid/attr02.xml" ID="attr02" SECTIONS="3.3.1">
    Tests the "Entity Name" VC for the ENTITIES attribute type.</TEST>

<TEST TYPE="invalid" URI="invalid/attr03.xml" ID="attr03" SECTIONS="3.3.1">
    Tests the "Notation Attributes" VC for the
    NOTATION attribute type, first clause:  value must be one
    of the ones that's declared.</TEST>

<TEST TYPE="invalid" URI="invalid/attr04.xml" ID="attr04" SECTIONS="3.3.1">
    Tests the "Notation Attributes" VC for the
    NOTATION attribute type, second clause:  the names in the
    declaration must all be declared.</TEST>

<TEST TYPE="invalid" URI="invalid/attr05.xml" ID="attr05" SECTIONS="3.3.1">
    Tests the "Name Token" VC for the NMTOKEN attribute type.</TEST>

<TEST TYPE="invalid" URI="invalid/attr06.xml" ID="attr06" SECTIONS="3.3.1">
    Tests the "Name Token" VC for the NMTOKENS attribute type.</TEST>

<TEST TYPE="invalid" URI="invalid/attr07.xml" ID="attr07" SECTIONS="3.3.1">
    Tests the "Enumeration" VC by providing
    a value which wasn't one of the choices.</TEST>

<TEST TYPE="invalid" URI="invalid/attr08.xml" ID="attr08" SECTIONS="3.3.2">
    Tests the "Fixed Attribute Default" VC by
    providing the wrong value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr09.xml" ID="attr09" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal IDREF value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr10.xml" ID="attr10" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal IDREFS value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr11.xml" ID="attr11" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal ENTITY value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr12.xml" ID="attr12" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal ENTITIES value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr13.xml" ID="attr13" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal NMTOKEN value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr14.xml" ID="attr14" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal NMTOKENS value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr15.xml" ID="attr15" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal NOTATIONS value.</TEST>

<TEST TYPE="invalid" URI="invalid/attr16.xml" ID="attr16" SECTIONS="3.3.2">
    Tests the "Attribute Default Legal" VC by
    providing an illegal enumeration value.</TEST>

<TEST URI="invalid/utf16b.xml" ID="utf16b" SECTIONS="4.3.3 2.8" TYPE="invalid">
    Tests reading an invalid "big endian" UTF-16 document</TEST>

<TEST URI="invalid/utf16l.xml" ID="utf16l" SECTIONS="4.3.3 2.8" TYPE="invalid">
    Tests reading an invalid "little endian" UTF-16 document</TEST>

<TEST URI="invalid/empty.xml" ID="empty" TYPE="invalid" SECTIONS="2.4 2.7 [18] 3">
    CDATA section containing only white space does not match the nonterminal S, and cannot 
    appear in these positions. </TEST>

    
<!--
    @(#)not-wf.xml	1.6 98/12/29
    Copyright 1998 by Sun Microsystems, Inc.
    All Rights Reserved.
-->
<TEST URI="not-wf/not-sa03.xml" ID="not-wf-sa03" ENTITIES="parameter" SECTIONS="2.9" TYPE="not-wf">
    Tests the Entity Declared WFC, ensuring that
    a reference to externally defined entity causes a well-formedness error.</TEST>
<TEST ID="attlist01" URI="not-wf/attlist01.xml" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's NUTOKEN is not allowed.</TEST>

<TEST ID="attlist02" URI="not-wf/attlist02.xml" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's NUTOKENS attribute type is not allowed.</TEST>

<TEST ID="attlist03" URI="not-wf/attlist03.xml" TYPE="not-wf" SECTIONS="3.3.1 [59]">
    Comma doesn't separate enumerations, unlike in SGML.</TEST>

<TEST ID="attlist04" URI="not-wf/attlist04.xml" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's NUMBER attribute type is not allowed.</TEST>

<TEST ID="attlist05" URI="not-wf/attlist05.xml" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's NUMBERS attribute type is not allowed.</TEST>

<TEST ID="attlist06" URI="not-wf/attlist06.xml" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's NAME attribute type is not allowed.</TEST>

<TEST URI="not-wf/attlist07.xml" ID="attlist07" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's NAMES attribute type is not allowed.</TEST>

<TEST URI="not-wf/attlist08.xml" ID="attlist08" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's #CURRENT is not allowed.</TEST>

<TEST URI="not-wf/attlist09.xml" ID="attlist09" TYPE="not-wf" SECTIONS="3.3.1 [56]">
    SGML's #CONREF is not allowed.</TEST>

<TEST URI="not-wf/attlist10.xml" ID="attlist10" TYPE="not-wf" SECTIONS="3.1 [40]">
    Whitespace required between attributes</TEST>

<TEST URI="not-wf/attlist11.xml" ID="attlist11" TYPE="not-wf" SECTIONS="3.1 [44]">
    Whitespace required between attributes</TEST>

<TEST URI="not-wf/cond01.xml" ID="cond01" TYPE="not-wf" SECTIONS="3.4 [61]" ENTITIES="parameter">
    Only INCLUDE and IGNORE are conditional section keywords</TEST>

<TEST URI="not-wf/cond02.xml" ID="cond02" TYPE="not-wf" SECTIONS="3.4 [61]" ENTITIES="parameter">
    Must have keyword in conditional sections</TEST>

<TEST URI="not-wf/content01.xml" ID="content01" TYPE="not-wf" SECTIONS="3.2.1 [48]">
    No whitespace before "?" in content model</TEST>

<TEST URI="not-wf/content02.xml" ID="content02" TYPE="not-wf" SECTIONS="3.2.1 [48]">
    No whitespace before "*" in content model</TEST>

<TEST URI="not-wf/content03.xml" ID="content03" TYPE="not-wf" SECTIONS="3.2.1 [48]">
    No whitespace before "+" in content model</TEST>

<TEST URI="not-wf/decl01.xml" ID="decl01" TYPE="not-wf" SECTIONS="4.3.1 [77]" ENTITIES="parameter">
    External entities may not have standalone decls. </TEST>

<TEST URI="not-wf/dtd00.xml" ID="nwf-dtd00" TYPE="not-wf" SECTIONS="3.2.1 [55]">
    Comma mandatory in content model</TEST>

<TEST URI="not-wf/dtd01.xml" ID="nwf-dtd01" TYPE="not-wf" SECTIONS="3.2.1 [55]">
    Can't mix comma and vertical bar in content models</TEST>

<TEST URI="not-wf/dtd02.xml" ID="dtd02" TYPE="not-wf" SECTIONS="4.1 [69]">
    PE name immediately after "%"</TEST>

<TEST URI="not-wf/dtd03.xml" ID="dtd03" TYPE="not-wf" SECTIONS="4.1 [69]">
    PE name immediately followed by ";"</TEST>

<TEST URI="not-wf/dtd04.xml" ID="dtd04" TYPE="not-wf" SECTIONS="4.2.2 [75]">
    PUBLIC literal must be quoted</TEST>

<TEST URI="not-wf/dtd05.xml" ID="dtd05" TYPE="not-wf" SECTIONS="4.2.2 [75]">
    SYSTEM identifier must be quoted</TEST>

<TEST URI="not-wf/dtd07.xml" ID="dtd07" TYPE="not-wf" SECTIONS="4.3.1 [77]" ENTITIES="parameter">
    Text declarations (which optionally begin any external entity)
    are required to have "encoding=...". </TEST>


<TEST URI="not-wf/element00.xml" ID="element00" TYPE="not-wf" SECTIONS="3.1 [42]">
    EOF in middle of incomplete ETAG</TEST>

<TEST URI="not-wf/element01.xml" ID="element01" TYPE="not-wf" SECTIONS="3.1 [42]">
    EOF in middle of incomplete ETAG</TEST>

<TEST URI="not-wf/element02.xml" ID="element02" TYPE="not-wf" SECTIONS="3.1 [43]">
    Illegal markup (&lt;%@ ... %&gt;)</TEST>

<TEST URI="not-wf/element03.xml" ID="element03" TYPE="not-wf" SECTIONS="3.1 [43]">
    Illegal markup (&lt;% ... %&gt;)</TEST>

<TEST URI="not-wf/element04.xml" ID="element04" TYPE="not-wf" SECTIONS="3.1 [43]">
    Illegal markup (&lt;!ELEMENT ... &gt;)</TEST>

<TEST URI="not-wf/encoding01.xml" ID="encoding01" TYPE="not-wf" SECTIONS="4.3.3 [81]">
    Illegal character " " in encoding name</TEST>

<TEST URI="not-wf/encoding02.xml" ID="encoding02" TYPE="not-wf" SECTIONS="4.3.3 [81]">
    Illegal character "/" in encoding name</TEST>

<TEST URI="not-wf/encoding03.xml" ID="encoding03" TYPE="not-wf" SECTIONS="4.3.3 [81]">
    Illegal character reference in encoding name</TEST>

<TEST URI="not-wf/encoding04.xml" ID="encoding04" TYPE="not-wf" SECTIONS="4.3.3 [81]">
    Illegal character ":" in encoding name</TEST>

<TEST URI="not-wf/encoding05.xml" ID="encoding05" TYPE="not-wf" SECTIONS="4.3.3 [81]">
    Illegal character "@" in encoding name</TEST>

<TEST URI="not-wf/encoding06.xml" ID="encoding06" TYPE="not-wf" SECTIONS="4.3.3 [81]">
    Illegal character "+" in encoding name</TEST>

<TEST URI="not-wf/encoding07.xml" ID="encoding07" TYPE="not-wf" SECTIONS="4.3.1 [77]" ENTITIES="general">
    Text declarations (which optionally begin any external entity)
    are required to have "encoding=...". </TEST>

<TEST URI="not-wf/pi.xml" ID="pi" TYPE="not-wf" SECTIONS="2.6 [16]">
    No space between PI target name and data</TEST>

<TEST URI="not-wf/pubid01.xml" ID="pubid01" TYPE="not-wf" SECTIONS="2.3 [12]">
    Illegal entity ref in public ID</TEST>

<TEST URI="not-wf/pubid02.xml" ID="pubid02" TYPE="not-wf" SECTIONS="2.3 [12]">
    Illegal characters in public ID</TEST>

<TEST URI="not-wf/pubid03.xml" ID="pubid03" TYPE="not-wf" SECTIONS="2.3 [12]">
    Illegal characters in public ID</TEST>

<TEST URI="not-wf/pubid04.xml" ID="pubid04" TYPE="not-wf" SECTIONS="2.3 [12]">
    Illegal characters in public ID</TEST>

<TEST URI="not-wf/pubid05.xml" ID="pubid05" TYPE="not-wf" SECTIONS="2.3 [12]">
    SGML-ism:  public ID without system ID</TEST>

<TEST URI="not-wf/sgml01.xml" ID="sgml01" TYPE="not-wf" SECTIONS="3 [39]">
    SGML-ism: omitted end tag for EMPTY content</TEST>

<TEST URI="not-wf/sgml02.xml" ID="sgml02" TYPE="not-wf" SECTIONS="2.8 ">
    XML declaration must be at the very beginning of a document;
  it"s not a processing instruction</TEST>

<TEST URI="not-wf/sgml03.xml" ID="sgml03" TYPE="not-wf" SECTIONS="2.5 [15]">
    Comments may not contain "--"</TEST>

<TEST URI="not-wf/sgml04.xml" ID="sgml04" TYPE="not-wf" SECTIONS="3.3 [52]">
    ATTLIST declarations apply to only one element, unlike SGML</TEST>

<TEST URI="not-wf/sgml05.xml" ID="sgml05" TYPE="not-wf" SECTIONS="3.2 [45]">
    ELEMENT declarations apply to only one element, unlike SGML</TEST>

<TEST URI="not-wf/sgml06.xml" ID="sgml06" TYPE="not-wf" SECTIONS="3.3 [52]">
    ATTLIST declarations are never global, unlike in SGML</TEST>

<TEST URI="not-wf/sgml07.xml" ID="sgml07" TYPE="not-wf" SECTIONS="3.2 [45]">
    SGML Tag minimization specifications are not allowed</TEST>

<TEST URI="not-wf/sgml08.xml" ID="sgml08" TYPE="not-wf" SECTIONS="3.2 [45]">
    SGML Tag minimization specifications are not allowed</TEST>

<TEST URI="not-wf/sgml09.xml" ID="sgml09" TYPE="not-wf" SECTIONS="3.2 [45]">
    SGML Content model exception specifications are not allowed</TEST>

<TEST URI="not-wf/sgml10.xml" ID="sgml10" TYPE="not-wf" SECTIONS="3.2 [45]">
    SGML Content model exception specifications are not allowed</TEST>

<TEST URI="not-wf/sgml11.xml" ID="sgml11" TYPE="not-wf" SECTIONS="3.2 [46]">
    CDATA is not a valid content model spec</TEST>

<TEST URI="not-wf/sgml12.xml" ID="sgml12" TYPE="not-wf" SECTIONS="3.2 [46]">
    RCDATA is not a valid content model spec</TEST>

<TEST URI="not-wf/sgml13.xml" ID="sgml13" TYPE="not-wf" SECTIONS="3.2.1 [47]">
    SGML Unordered content models not allowed</TEST>

    
<!--
    @(#)error.xml	1.6 98/12/29
    Copyright 1998 by Sun Microsystems, Inc.
    All Rights Reserved.
-->

<TEST URI="not-wf/uri01.xml" ID="uri01" TYPE="error" SECTIONS="4.2.2 [75]">
    SYSTEM ids may not have URI fragments</TEST>


</TESTCASES>

<TESTCASES PROFILE="OASIS/NIST XML 1.0 Tests" xml:base="oasis/">
    

<TESTCASES PROFILE="OASIS/NIST TESTS, 1-Nov-1998">

  <TEST TYPE="valid" SECTIONS="2.2 [1]" ID="o-p01pass2" URI="p01pass2.xml">
     various Misc items where they can occur
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.3 [6]" ID="o-p06pass1" URI="p06pass1.xml">
     various satisfactions of the Names production in a NAMES
    attribute
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.3 [7]" ID="o-p07pass1" URI="p07pass1.xml">
     various valid Nmtoken 's in an attribute list declaration.
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.3 [8]" ID="o-p08pass1" URI="p08pass1.xml" NAMESPACE="no">
     various satisfaction of an NMTOKENS attribute value.
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.3 [9]" ID="o-p09pass1" ENTITIES="parameter" URI="p09pass1.xml">
     valid EntityValue's.  Except for entity references,
              markup is not recognized.
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.3 [12]" ID="o-p12pass1" URI="p12pass1.xml">
     valid public IDs.
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 [22]" ID="o-p22pass4" URI="p22pass4.xml">
     XML decl and doctypedecl
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 [22]" ID="o-p22pass5" URI="p22pass5.xml">
     just doctypedecl
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 [22]" ID="o-p22pass6" URI="p22pass6.xml">
     S between decls is not required
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.1 [43] [44]" ID="o-p28pass1" URI="p28pass1.xml">
    Empty-element tag must be used for element which are declared EMPTY.     </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 4.1 [28] [69]" ID="o-p28pass3" ENTITIES="parameter" URI="p28pass3.xml">
    Valid doctypedecl with Parameter entity reference.  The declaration of a parameter entity must precede any reference to it.     </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 4.2.2 [28] [75]" ID="o-p28pass4" ENTITIES="parameter" URI="p28pass4.xml">
    Valid doctypedecl with ExternalID as an External Entity declaration.     </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 4.1 [28] [69]" ID="o-p28pass5" ENTITIES="parameter" URI="p28pass5.xml">
    Valid doctypedecl with ExternalID as an External Entity.  A parameter entity reference is also used.     </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 [29]" ID="o-p29pass1" URI="p29pass1.xml">
     Valid types of markupdecl.
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 4.2.2 [30] [75]" ID="o-p30pass1" ENTITIES="parameter" URI="p30pass1.xml">
    Valid doctypedecl with ExternalID as an External Entity.  The external entity has an element declaration.     </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 4.2.2 4.3.1 [30] [75] [77]" ID="o-p30pass2" ENTITIES="parameter" URI="p30pass2.xml">
    Valid doctypedecl with ExternalID as an Enternal Entity.  The external entity begins with a Text Declaration.     </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 [31]" ID="o-p31pass1" ENTITIES="parameter" URI="p31pass1.xml">
     external subset can be empty
    </TEST>

  <TEST TYPE="valid" SECTIONS="2.8 3.4 4.2.2 [31] [62] [63] [75]" ID="o-p31pass2" ENTITIES="parameter" URI="p31pass2.xml">
    Valid doctypedecl with EXternalID as Enternal Entity.  The external entity contains a parameter entity reference and condtional sections.</TEST>

  <TEST TYPE="valid" SECTIONS="2.4 2.5 2.6 2.7 [15] [16] [18]" ID="o-p43pass1" URI="p43pass1.xml">
    Valid use of character data, comments, processing instructions and CDATA sections within the start and end tag.     </TEST>

  <TEST TYPE="valid" SECTIONS="3.2 [45]" ID="o-p45pass1" URI="p45pass1.xml">
     valid element declarations
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.2 3.2.1 3.2.2 [45] [46] [47] [51]" ID="o-p46pass1" URI="p46pass1.xml">
    Valid use of contentspec, element content models, and mixed content within an element type declaration.     </TEST>

  <TEST TYPE="valid" SECTIONS="3.2 3.2.1 [45] [46] [47] " ID="o-p47pass1" URI="p47pass1.xml">
    Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration.  The optional character following a name or list governs the number of times the element or content particle may appear.     </TEST>

  <TEST TYPE="valid" SECTIONS="3.2 3.2.1 [45] [46] [47]" ID="o-p48pass1" URI="p48pass1.xml">
    Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration.  The optional character following a name or list governs the number of times the element or content particle may appear.    </TEST>

  <TEST TYPE="valid" SECTIONS="3.2 3.2.1 [45] [46] [47]" ID="o-p49pass1" URI="p49pass1.xml">
    Valid use of contentspec, element content models, choices, and content particles within an element type declaration.  The optional character following a name or list governs the number of times the element or content particle may appear.  Whitespace is also valid between choices.   </TEST>

  <TEST TYPE="valid" SECTIONS="3.2 3.2.1 [45] [46] [47]" ID="o-p50pass1" URI="p50pass1.xml">
    Valid use of contentspec, element content models, sequences and content particles within an element type declaration.  The optional character following a name or list governs the number of times the element or content particle may appear.  Whitespace is also valid between sequences.   </TEST>

  <TEST TYPE="valid" SECTIONS="3.2.2 [51]" ID="o-p51pass1" URI="p51pass1.xml">
     valid Mixed contentspec's.
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3 [52]" ID="o-p52pass1" URI="p52pass1.xml">
     valid AttlistDecls: No AttDef's are required,
    and the terminating
          S is optional, multiple ATTLISTS per element are OK, and multiple
          declarations of the same attribute are OK.
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3 [53]" ID="o-p53pass1" URI="p53pass1.xml">
     a valid AttDef
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.1 [54]" ID="o-p54pass1" URI="p54pass1.xml">
     the three kinds of attribute types
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.1 [55]" ID="o-p55pass1" URI="p55pass1.xml">
     StringType = "CDATA"
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.1 [56]" ID="o-p56pass1" URI="p56pass1.xml">
     the 7 tokenized attribute types
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.1 [57]" ID="o-p57pass1" URI="p57pass1.xml">
     enumerated types are NMTOKEN or NOTATION lists
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.1 [58]" ID="o-p58pass1" URI="p58pass1.xml">
     NOTATION enumeration has on or more items
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.1 [59]" ID="o-p59pass1" URI="p59pass1.xml">
     NMTOKEN enumerations haveon or more items
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.3.2 [60]" ID="o-p60pass1" URI="p60pass1.xml">
     the four types of default values
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.4 [61]" ID="o-p61pass1" ENTITIES="parameter" URI="p61pass1.xml">
     valid conditional sections are INCLUDE and IGNORE
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.4 [62]" ID="o-p62pass1" ENTITIES="parameter" URI="p62pass1.xml">
     valid INCLUDE sections -- options S before and
    after keyword, sections can nest
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.4 [63]" ID="o-p63pass1" ENTITIES="parameter" URI="p63pass1.xml">
     valid IGNORE sections
    </TEST>

  <TEST TYPE="valid" SECTIONS="3.4 [64]" ID="o-p64pass1" ENTITIES="parameter" URI="p64pass1.xml">
     IGNOREd sections ignore everything except section delimiters
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.1 [68]" ID="o-p68pass1" URI="p68pass1.xml">
     Valid entity references.  Also ensures that a charref to
          '&amp;' isn't interpreted as an entity reference open delimiter
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.1 [69]" ID="o-p69pass1" ENTITIES="parameter" URI="p69pass1.xml">
     Valid PEReferences.
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.2 [70]" ID="o-p70pass1" URI="p70pass1.xml">
     An EntityDecl is either a GEDecl or a PEDecl
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.2 [71]" ID="o-p71pass1" URI="p71pass1.xml">
     Valid GEDecls
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.2 [72]" ID="o-p72pass1" URI="p72pass1.xml">
     Valid PEDecls
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.2 [73]" ID="o-p73pass1" URI="p73pass1.xml">
     EntityDef is either Entity value or an external id,
    with an optional NDataDecl
    </TEST>

  <TEST TYPE="valid" SECTIONS="4.2.2 [76]" ID="o-p76pass1" URI="p76pass1.xml">
     valid NDataDecls
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.1 [1]" ID="o-p01pass1" URI="p01pass1.xml">
     no prolog
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.1 [1]" ID="o-p01pass3" URI="p01pass3.xml">
     Misc items after the document
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [3]" ID="o-p03pass1" URI="p03pass1.xml">
     all valid S characters
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [4]" ID="o-p04pass1" URI="p04pass1.xml" NAMESPACE="no">
     names with all valid ASCII characters, and one from each
              other class in NameChar
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [5]" ID="o-p05pass1" URI="p05pass1.xml" NAMESPACE="no">
     various valid Name constructions
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [6]" ID="o-p06fail1" URI="p06fail1.xml">
     Requires at least one name.
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [8]" ID="o-p08fail1" URI="p08fail1.xml">
     at least one Nmtoken is required.
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [8]" ID="o-p08fail2" URI="p08fail2.xml">
     an invalid Nmtoken character.
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.3 [10]" ID="o-p10pass1" URI="p10pass1.xml">
     valid attribute values
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.4 [14]" ID="o-p14pass1" URI="p14pass1.xml">
     valid CharData
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.5 [15]" ID="o-p15pass1" URI="p15pass1.xml">
     valid comments
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.6 [16] [17]" ID="o-p16pass1" URI="p16pass1.xml">
    Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.6 [16]" ID="o-p16pass2" URI="p16pass2.xml">
    Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.6 [16]" ID="o-p16pass3" URI="p16pass3.xml">
    Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.7 [18]" ID="o-p18pass1" URI="p18pass1.xml">
     valid CDSect's.  Note that a CDStart in a CDSect is not
              recognized as such
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [22]" ID="o-p22pass1" URI="p22pass1.xml">
     prolog can be empty
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [22]" ID="o-p22pass2" URI="p22pass2.xml">
     XML declaration only
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [22]" ID="o-p22pass3" URI="p22pass3.xml">
     XML decl and Misc
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [23]" ID="o-p23pass1" URI="p23pass1.xml">
    Test shows a valid XML declaration along with version info.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [23]" ID="o-p23pass2" URI="p23pass2.xml">
    Test shows a valid XML declaration along with encoding declaration.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [23]" ID="o-p23pass3" URI="p23pass3.xml">
    Test shows a valid XML declaration along with Standalone Document Declaration.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [23]" ID="o-p23pass4" URI="p23pass4.xml">
    Test shows a valid XML declaration, encoding declarationand Standalone Document Declaration.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [24]" ID="o-p24pass1" URI="p24pass1.xml">
    Test shows a prolog that has the VersionInfo delimited by double quotes.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [24]" ID="o-p24pass2" URI="p24pass2.xml">
    Test shows a prolog that has the VersionInfo delimited by single quotes.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [24]" ID="o-p24pass3" URI="p24pass3.xml">
    Test shows whitespace is allowed in prolog before version info.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [24]" ID="o-p24pass4" URI="p24pass4.xml">
    Test shows whitespace is allowed in prolog on both sides of equal sign.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [25]" ID="o-p25pass1" URI="p25pass1.xml">
    Test shows whitespace is NOT necessary before or after equal sign of versioninfo.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [25]" ID="o-p25pass2" URI="p25pass2.xml">
    Test shows whitespace can be used on both sides of equal sign of versioninfo.     </TEST>


  <TEST TYPE="invalid" SECTIONS="2.8 [26]" ID="o-p26pass1" URI="p26pass1.xml">
     The valid version number.  We cannot test others because
              a 1.0 processor is allowed to fail them.
    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [27]" ID="o-p27pass1" URI="p27pass1.xml">
    Comments are valid as the Misc part of the prolog.    </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [27]" ID="o-p27pass2" URI="p27pass2.xml">
    Processing Instructions are valid as the Misc part of the prolog.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [27]" ID="o-p27pass3" URI="p27pass3.xml">
    Whitespace is valid as the Misc part of the prolog.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.8 [27]" ID="o-p27pass4" URI="p27pass4.xml">
    A combination of comments, whitespaces and processing instructions are valid as the Misc part of the prolog.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.9 [32]" ID="o-p32pass1" URI="p32pass1.xml">
    Double quotes can be used as delimeters for the value of a Standalone Document Declaration.     </TEST>

  <TEST TYPE="invalid" SECTIONS="2.9 [32]" ID="o-p32pass2" URI="p32pass2.xml">
    Single quotes can be used as delimeters for the value of a Standalone Document Declaration.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3 3.1 [39] [44]" ID="o-p39pass1" URI="p39pass1.xml">
    Empty element tag may be used for any element which has no content.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3 3.1 [39] [43]" ID="o-p39pass2" URI="p39pass2.xml">
    Character data is valid element content.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [40]" ID="o-p40pass1" URI="p40pass1.xml">
    Elements content can be empty.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [40]" ID="o-p40pass2" URI="p40pass2.xml">
    Whitespace is valid within a Start-tag.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [40] [41]" ID="o-p40pass3" URI="p40pass3.xml">
    Attributes are valid within a Start-tag.    </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [40]" ID="o-p40pass4" URI="p40pass4.xml">
    Whitespace and Multiple Attributes are valid within a Start-tag.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [41]" ID="o-p41pass1" URI="p41pass1.xml">
    Attributes are valid within a Start-tag.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [41]" ID="o-p41pass2" URI="p41pass2.xml">
    Whitespace is valid within a Start-tags Attribute.    </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [42]" ID="o-p42pass1" URI="p42pass1.xml">
    Test shows proper syntax for an End-tag.    </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [42]" ID="o-p42pass2" URI="p42pass2.xml">
    Whitespace is valid after name in End-tag.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [44]" ID="o-p44pass1" URI="p44pass1.xml">
    Valid display of an Empty Element Tag.    </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [44]" ID="o-p44pass2" URI="p44pass2.xml">
    Empty Element Tags can contain an Attribute.    </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [44]" ID="o-p44pass3" URI="p44pass3.xml">
    Whitespace is valid in an Empty Element Tag following the end of the attribute value.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [44]" ID="o-p44pass4" URI="p44pass4.xml">
    Whitespace is valid after the name in an Empty Element Tag.     </TEST>

  <TEST TYPE="invalid" SECTIONS="3.1 [44]" ID="o-p44pass5" URI="p44pass5.xml">
    Whitespace and Multiple Attributes are valid in an Empty Element Tag.    </TEST>

  <TEST TYPE="invalid" SECTIONS="4.1 [66]" ID="o-p66pass1" URI="p66pass1.xml">
     valid character references
    </TEST>

  <TEST TYPE="invalid" SECTIONS="4.2 [74]" ID="o-p74pass1" URI="p74pass1.xml">
     PEDef is either an entity value or an external id
    </TEST>

  <TEST TYPE="invalid" SECTIONS="4.2.2 [75]" ID="o-p75pass1" URI="p75pass1.xml">
     valid external identifiers
    </TEST>

  <TEST TYPE="invalid" SECTIONS="3.3.1 [58] [59] Errata [E2]" ID="o-e2" URI="e2.xml">
      Validity Constraint:  No duplicate tokens 
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.1 [1]" ID="o-p01fail1" URI="p01fail1.xml">
     S cannot occur before the prolog
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.1 [1]" ID="o-p01fail2" URI="p01fail2.xml">
     comments cannot occur before the prolog
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.1 [1]" ID="o-p01fail3" URI="p01fail3.xml">
     only one document element
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.1 [1]" ID="o-p01fail4" URI="p01fail4.xml">
     document element must be complete.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail1" URI="p02fail1.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail10" URI="p02fail10.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail11" URI="p02fail11.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail12" URI="p02fail12.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail13" URI="p02fail13.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail14" URI="p02fail14.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail15" URI="p02fail15.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail16" URI="p02fail16.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail17" URI="p02fail17.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail18" URI="p02fail18.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail19" URI="p02fail19.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail2" URI="p02fail2.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail20" URI="p02fail20.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail21" URI="p02fail21.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail22" URI="p02fail22.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail23" URI="p02fail23.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail24" URI="p02fail24.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail25" URI="p02fail25.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail26" URI="p02fail26.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail27" URI="p02fail27.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail28" URI="p02fail28.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail29" URI="p02fail29.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail3" URI="p02fail3.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail30" URI="p02fail30.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail31" URI="p02fail31.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail4" URI="p02fail4.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail5" URI="p02fail5.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail6" URI="p02fail6.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail7" URI="p02fail7.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail8" URI="p02fail8.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.2 [2]" ID="o-p02fail9" URI="p02fail9.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail1" URI="p03fail1.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail10" URI="p03fail10.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail11" URI="p03fail11.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail12" URI="p03fail12.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail13" URI="p03fail13.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail14" URI="p03fail14.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail15" URI="p03fail15.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail16" URI="p03fail16.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail17" URI="p03fail17.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail18" URI="p03fail18.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail19" URI="p03fail19.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail2" URI="p03fail2.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail20" URI="p03fail20.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail21" URI="p03fail21.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail22" URI="p03fail22.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail23" URI="p03fail23.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail24" URI="p03fail24.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail25" URI="p03fail25.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail26" URI="p03fail26.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail27" URI="p03fail27.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail28" URI="p03fail28.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail29" URI="p03fail29.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail3" URI="p03fail3.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail4" URI="p03fail4.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail5" URI="p03fail5.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail7" URI="p03fail7.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail8" URI="p03fail8.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [3]" ID="o-p03fail9" URI="p03fail9.xml">
    Use of illegal character within XML document.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [4]" ID="o-p04fail1" URI="p04fail1.xml">
    Name contains invalid character.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [4]" ID="o-p04fail2" URI="p04fail2.xml">
    Name contains invalid character.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [4]" ID="o-p04fail3" URI="p04fail3.xml">
    Name contains invalid character.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [5]" ID="o-p05fail1" URI="p05fail1.xml">
     a Name cannot start with a digit
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [5]" ID="o-p05fail2" URI="p05fail2.xml">
     a Name cannot start with a '.'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [5]" ID="o-p05fail3" URI="p05fail3.xml">
     a Name cannot start with a "-"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [5]" ID="o-p05fail4" URI="p05fail4.xml">
     a Name cannot start with a CombiningChar
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [5]" ID="o-p05fail5" URI="p05fail5.xml">
     a Name cannot start with an Extender
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [9]" ID="o-p09fail1" ENTITIES="parameter" URI="p09fail1.xml">
     EntityValue excludes '%'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [9]" ID="o-p09fail2" ENTITIES="parameter" URI="p09fail2.xml">
     EntityValue excludes '&amp;'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [9]" ID="o-p09fail3" URI="p09fail3.xml">
     incomplete character reference
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [9]" ID="o-p09fail4" URI="p09fail4.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [9]" ID="o-p09fail5" URI="p09fail5.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [10]" ID="o-p10fail1" URI="p10fail1.xml">
     attribute values exclude '&lt;'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [10]" ID="o-p10fail2" URI="p10fail2.xml">
     attribute values exclude '&amp;'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [10]" ID="o-p10fail3" URI="p10fail3.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [11]" ID="o-p11fail1" URI="p11fail1.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [11]" ID="o-p11fail2" URI="p11fail2.xml">
     cannot contain delimiting quotes
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [12]" ID="o-p12fail1" URI="p12fail1.xml">
     '"' excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [12]" ID="o-p12fail2" URI="p12fail2.xml">
     '\' excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [12]" ID="o-p12fail3" URI="p12fail3.xml">
     entity references excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [12]" ID="o-p12fail4" URI="p12fail4.xml">
     '&gt;' excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [12]" ID="o-p12fail5" URI="p12fail5.xml">
     '&lt;' excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [12]" ID="o-p12fail6" URI="p12fail6.xml">
     built-in entity refs excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.3 [13]" ID="o-p12fail7" URI="p12fail7.xml">
      The public ID has a tab character, which is disallowed
     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.4 [14]" ID="o-p14fail1" URI="p14fail1.xml">
     '&lt;' excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.4 [14]" ID="o-p14fail2" URI="p14fail2.xml">
     '&amp;' excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.4 [14]" ID="o-p14fail3" URI="p14fail3.xml">
     "]]&gt;" excluded
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.5 [15]" ID="o-p15fail1" URI="p15fail1.xml">
     comments can't end in '-'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.5 [15]" ID="o-p15fail2" URI="p15fail2.xml">
     one comment per comment (contrasted with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.5 [15]" ID="o-p15fail3" URI="p15fail3.xml">
     can't include 2 or more adjacent '-'s
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.6 [16]" ID="o-p16fail1" URI="p16fail1.xml">
     "xml" is an invalid PITarget
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.6 [16]" ID="o-p16fail2" URI="p16fail2.xml">
     a PITarget must be present
    </TEST>

<TEST TYPE="not-wf" SECTIONS="2.6 [16]" ID="o-p16fail3" URI="p16fail3.xml">
     S after PITarget is required
    </TEST>


  <TEST TYPE="not-wf" SECTIONS="2.7 [18]" ID="o-p18fail1" URI="p18fail1.xml">
     no space before "CDATA"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.7 [18]" ID="o-p18fail2" URI="p18fail2.xml">
     no space after "CDATA"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.7 [18]" ID="o-p18fail3" URI="p18fail3.xml">
     CDSect's can't nest
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [22]" ID="o-p22fail1" URI="p22fail1.xml">
     prolog must start with XML decl
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [22]" ID="o-p22fail2" URI="p22fail2.xml">
     prolog must start with XML decl
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p23fail1" URI="p23fail1.xml">
     "xml" must be lower-case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p23fail2" URI="p23fail2.xml">
     VersionInfo must be supplied
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p23fail3" URI="p23fail3.xml">
     VersionInfo must come first
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p23fail4" URI="p23fail4.xml">
     SDDecl must come last
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p23fail5" URI="p23fail5.xml">
     no SGML-type PIs
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [24]" ID="o-p24fail1" URI="p24fail1.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [24]" ID="o-p24fail2" URI="p24fail2.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [25]" ID="o-p25fail1" URI="p25fail1.xml">
    Comment is illegal in VersionInfo.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [26]" ID="o-p26fail1" URI="p26fail1.xml">
    Illegal character in VersionNum.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [26]" ID="o-p26fail2" URI="p26fail2.xml">
    Illegal character in VersionNum.     </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [27]" ID="o-p27fail1" URI="p27fail1.xml">
     References aren't allowed in Misc,
    even if they would resolve to valid Misc.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [28]" ID="o-p28fail1" URI="p28fail1.xml">
     only declarations in DTD.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [29]" ID="o-p29fail1" URI="p29fail1.xml">
     A processor must not pass unknown declaration types.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [30]" ID="o-p30fail1" ENTITIES="parameter" URI="p30fail1.xml">
     An XML declaration is not the same as a TextDecl
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [31]" ID="o-p31fail1" ENTITIES="parameter" URI="p31fail1.xml">
     external subset excludes doctypedecl
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.9 [32]" ID="o-p32fail1" URI="p32fail1.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.9 [32]" ID="o-p32fail2" URI="p32fail2.xml">
     quote types must match
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.9 [32]" ID="o-p32fail3" URI="p32fail3.xml">
     initial S is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.9 [32]" ID="o-p32fail4" URI="p32fail4.xml">
     quotes are required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.9 [32]" ID="o-p32fail5" URI="p32fail5.xml">
     yes or no must be lower case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3 [39]" ID="o-p39fail1" URI="p39fail1.xml">
     start-tag requires end-tag
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3 [39]" ID="o-p39fail2" URI="p39fail2.xml">
     end-tag requires start-tag
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3 [39]" ID="o-p39fail3" URI="p39fail3.xml">
    XML documents contain one or more elements</TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p39fail4" URI="p39fail4.xml">
     XML declarations must be correctly terminated </TEST>

  <TEST TYPE="not-wf" SECTIONS="2.8 [23]" ID="o-p39fail5" URI="p39fail5.xml">
     XML declarations must be correctly terminated </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [40]" ID="o-p40fail1" URI="p40fail1.xml">
     S is required between attributes
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [40]" ID="o-p40fail2" URI="p40fail2.xml">
     tags start with names, not nmtokens
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [40]" ID="o-p40fail3" URI="p40fail3.xml">
     tags start with names, not nmtokens
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [40]" ID="o-p40fail4" URI="p40fail4.xml">
     no space before name
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [41]" ID="o-p41fail1" URI="p41fail1.xml">
     quotes are required (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [41]" ID="o-p41fail2" URI="p41fail2.xml">
     attribute name is required (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [41]" ID="o-p41fail3" URI="p41fail3.xml">
     Eq required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [42]" ID="o-p42fail1" URI="p42fail1.xml">
     no space before name
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [42]" ID="o-p42fail2" URI="p42fail2.xml">
     cannot end with "/&gt;"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [42]" ID="o-p42fail3" URI="p42fail3.xml">
     no NET (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [43]" ID="o-p43fail1" URI="p43fail1.xml">
     no non-comment declarations
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [43]" ID="o-p43fail2" URI="p43fail2.xml">
     no conditional sections
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [43]" ID="o-p43fail3" URI="p43fail3.xml">
     no conditional sections
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [44]" ID="o-p44fail1" URI="p44fail1.xml">
    Illegal space before Empty element tag.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [44]" ID="o-p44fail2" URI="p44fail2.xml">
    Illegal space after Empty element tag.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [44]" ID="o-p44fail3" URI="p44fail3.xml">
    Illegal comment in Empty element tag.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [44]" ID="o-p44fail4" URI="p44fail4.xml">
    Whitespace required between attributes.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.1 [44]" ID="o-p44fail5" URI="p44fail5.xml">
    Duplicate attribute name is illegal.    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [45]" ID="o-p45fail1" URI="p45fail1.xml">
     ELEMENT must be upper case.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [45]" ID="o-p45fail2" URI="p45fail2.xml">
     S before contentspec is required.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [45]" ID="o-p45fail3" URI="p45fail3.xml">
     only one content spec
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [45]" ID="o-p45fail4" URI="p45fail4.xml">
     no comments in declarations (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [46]" ID="o-p46fail1" URI="p46fail1.xml">
     no parens on declared content
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [46]" ID="o-p46fail2" URI="p46fail2.xml">
     no inclusions (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [46]" ID="o-p46fail3" URI="p46fail3.xml">
     no exclusions (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [46]" ID="o-p46fail4" URI="p46fail4.xml">
     no space before occurrence
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [46]" ID="o-p46fail5" URI="p46fail5.xml">
     single group
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2 [46]" ID="o-p46fail6" URI="p46fail6.xml">
     can't be both declared and modeled
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [47]" ID="o-p47fail1" URI="p47fail1.xml">
    Invalid operator '|' must match previous operator ','</TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [47]" ID="o-p47fail2" URI="p47fail2.xml">
    Illegal character '-' in Element-content model     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [47]" ID="o-p47fail3" URI="p47fail3.xml">
    Optional character must follow a name or list     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [47]" ID="o-p47fail4" URI="p47fail4.xml">
    Illegal space before optional character</TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [48]" ID="o-p48fail1" URI="p48fail1.xml">
    Illegal space before optional character    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [48]" ID="o-p48fail2" URI="p48fail2.xml">
    Illegal space before optional character     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [49]" ID="o-p49fail1" URI="p49fail1.xml">
    connectors must match     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.1 [50]" ID="o-p50fail1" URI="p50fail1.xml">
    connectors must match     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail1" URI="p51fail1.xml">
     occurrence on #PCDATA group must be *
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail2" URI="p51fail2.xml">
     occurrence on #PCDATA group must be *
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail3" URI="p51fail3.xml">
     #PCDATA must come first
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail4" URI="p51fail4.xml">
     occurrence on #PCDATA group must be *
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail5" URI="p51fail5.xml">
     only '|' connectors
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail6" URI="p51fail6.xml">
    Only '|' connectors and occurrence on #PCDATA group must be *     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.2.2 [51]" ID="o-p51fail7" URI="p51fail7.xml">
     no nested groups
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [52]" ID="o-p52fail1" URI="p52fail1.xml">
     A name is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [52]" ID="o-p52fail2" URI="p52fail2.xml">
     A name is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [53]" ID="o-p53fail1" URI="p53fail1.xml">
     S is required before default
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [53]" ID="o-p53fail2" URI="p53fail2.xml">
     S is required before type
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [53]" ID="o-p53fail3" URI="p53fail3.xml">
     type is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [53]" ID="o-p53fail4" URI="p53fail4.xml">
     default is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3 [53]" ID="o-p53fail5" URI="p53fail5.xml">
     name is requried
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [54]" ID="o-p54fail1" URI="p54fail1.xml">
     don't pass unknown attribute types
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [55]" ID="o-p55fail1" URI="p55fail1.xml">
     must be upper case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [56]" ID="o-p56fail1" URI="p56fail1.xml">
     no IDS type
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [56]" ID="o-p56fail2" URI="p56fail2.xml">
     no NUMBER type
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [56]" ID="o-p56fail3" URI="p56fail3.xml">
     no NAME type
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [56]" ID="o-p56fail4" URI="p56fail4.xml">
     no ENTITYS type
- types must be upper case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [56]" ID="o-p56fail5" URI="p56fail5.xml">
    types must be upper case     </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [57]" ID="o-p57fail1" URI="p57fail1.xml">
     no keyword for NMTOKEN enumeration
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail1" URI="p58fail1.xml">
     at least one value required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail2" URI="p58fail2.xml">
     separator must be '|'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail3" URI="p58fail3.xml">
     notations are NAMEs, not NMTOKENs -- note:
    Leaving the invalid
          notation undeclared would cause a validating parser to fail without
          checking the name syntax, so the notation is declared with an
          invalid name.  A parser that reports error positions should report
          an error at the AttlistDecl on line 6, before reaching the notation
          declaration.
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail4" URI="p58fail4.xml">
     NOTATION must be upper case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail5" URI="p58fail5.xml">
     S after keyword is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail6" URI="p58fail6.xml">
     parentheses are require
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail7" URI="p58fail7.xml">
     values are unquoted
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [58]" ID="o-p58fail8" URI="p58fail8.xml">
     values are unquoted
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [59]" ID="o-p59fail1" URI="p59fail1.xml">
     at least one required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [59]" ID="o-p59fail2" URI="p59fail2.xml">
     separator must be ","
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.1 [59]" ID="o-p59fail3" URI="p59fail3.xml">
     values are unquoted
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.2 [60]" ID="o-p60fail1" URI="p60fail1.xml">
     keywords must be upper case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.2 [60]" ID="o-p60fail2" URI="p60fail2.xml">
     S is required after #FIXED
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.2 [60]" ID="o-p60fail3" URI="p60fail3.xml">
     only #FIXED has both keyword and value
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.2 [60]" ID="o-p60fail4" URI="p60fail4.xml">
     #FIXED required value
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.3.2 [60]" ID="o-p60fail5" URI="p60fail5.xml">
     only one default type
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [61]" ID="o-p61fail1" ENTITIES="parameter" URI="p61fail1.xml">
     no other types, including TEMP, which is valid in SGML
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [62]" ID="o-p62fail1" ENTITIES="parameter" URI="p62fail1.xml">
     INCLUDE must be upper case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [62]" ID="o-p62fail2" ENTITIES="parameter" URI="p62fail2.xml">
     no spaces in terminating delimiter
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [63]" ID="o-p63fail1" ENTITIES="parameter" URI="p63fail1.xml">
     IGNORE must be upper case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [63]" ID="o-p63fail2" ENTITIES="parameter" URI="p63fail2.xml">
     delimiters must be balanced
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [64]" ID="o-p64fail1" ENTITIES="parameter" URI="p64fail1.xml">
     section delimiters must balance
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="3.4 [64]" ID="o-p64fail2" ENTITIES="parameter" URI="p64fail2.xml">
     section delimiters must balance
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [66]" ID="o-p66fail1" URI="p66fail1.xml">
     terminating ';' is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [66]" ID="o-p66fail2" URI="p66fail2.xml">
     no S after '&amp;#'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [66]" ID="o-p66fail3" URI="p66fail3.xml">
     no hex digits in numeric reference
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [66]" ID="o-p66fail4" URI="p66fail4.xml">
     only hex digits in hex references
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [66]" ID="o-p66fail5" URI="p66fail5.xml">
     no references to non-characters
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [66]" ID="o-p66fail6" URI="p66fail6.xml">
     no references to non-characters
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [68]" ID="o-p68fail1" URI="p68fail1.xml">
     terminating ';' is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [68]" ID="o-p68fail2" URI="p68fail2.xml">
     no S after '&amp;'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [68]" ID="o-p68fail3" URI="p68fail3.xml">
     no S before ';'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [69]" ID="o-p69fail1" URI="p69fail1.xml">
     terminating ';' is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [69]" ID="o-p69fail2" URI="p69fail2.xml">
     no S after '%'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.1 [69]" ID="o-p69fail3" URI="p69fail3.xml">
     no S before ';'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [70]" ID="o-p70fail1" URI="p70fail1.xml">
     This is neither
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [71]" ID="o-p71fail1" URI="p71fail1.xml">
     S is required before EntityDef
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [71]" ID="o-p71fail2" URI="p71fail2.xml">
     Entity name is a Name, not an NMToken
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [71]" ID="o-p71fail3" URI="p71fail3.xml">
     no S after "&lt;!"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [71]" ID="o-p71fail4" URI="p71fail4.xml">
     S is required after "&lt;!ENTITY"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [72]" ID="o-p72fail1" URI="p72fail1.xml">
     S is required after "&lt;!ENTITY"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [72]" ID="o-p72fail2" URI="p72fail2.xml">
     S is required after '%'
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [72]" ID="o-p72fail3" URI="p72fail3.xml">
     S is required after name
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [72]" ID="o-p72fail4" URI="p72fail4.xml">
     Entity name is a name, not an NMToken
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [73]" ID="o-p73fail1" URI="p73fail1.xml">
     No typed replacement text
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [73]" ID="o-p73fail2" URI="p73fail2.xml">
     Only one replacement value
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [73]" ID="o-p73fail3" URI="p73fail3.xml">
     No NDataDecl on replacement text
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [73]" ID="o-p73fail4" URI="p73fail4.xml">
     Value is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [73]" ID="o-p73fail5" URI="p73fail5.xml">
     No NDataDecl without value
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [74]" ID="o-p74fail1" URI="p74fail1.xml">
     no NDataDecls on parameter entities
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [74]" ID="o-p74fail2" URI="p74fail2.xml">
     value is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2 [74]" ID="o-p74fail3" URI="p74fail3.xml">
     only one value
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [75]" ID="o-p75fail1" URI="p75fail1.xml">
     S required after "PUBLIC"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [75]" ID="o-p75fail2" URI="p75fail2.xml">
     S required after "SYSTEM"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [75]" ID="o-p75fail3" URI="p75fail3.xml">
     S required between literals
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [75]" ID="o-p75fail4" URI="p75fail4.xml">
     "SYSTEM" implies only one literal
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [75]" ID="o-p75fail5" URI="p75fail5.xml">
     only one keyword
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [75]" ID="o-p75fail6" URI="p75fail6.xml">
     "PUBLIC" requires two literals (contrast with SGML)
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [76]" ID="o-p76fail1" URI="p76fail1.xml">
     S is required before "NDATA"
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [76]" ID="o-p76fail2" URI="p76fail2.xml">
     "NDATA" is upper-case
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [76]" ID="o-p76fail3" URI="p76fail3.xml">
     notation name is required
    </TEST>

  <TEST TYPE="not-wf" SECTIONS="4.2.2 [76]" ID="o-p76fail4" URI="p76fail4.xml">
     notation names are Names
    </TEST>

  <TEST TYPE="error" SECTIONS="2.3, 4.2.2 [11]" ID="o-p11pass1" URI="p11pass1.xml">
     system literals may not contain
    URI fragments
    </TEST>

</TESTCASES>

</TESTCASES>
    
<TESTCASES PROFILE="IBM XML 1.0 Tests" xml:base="ibm/">
    <!--

 (C) Copyright IBM Corp. 2000  All rights reserved.

 US Government Users Restricted Rights Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

 The program is provided "as is" without any warranty express or
 implied, including the warranty of non-infringement and the implied
 warranties of merchantibility and fitness for a particular purpose.
 IBM will not be liable for any damages suffered by you as a result
 of using the Program. In no event will IBM be liable for any
 special, indirect or consequential damages or lost profits even if
 IBM has been advised of the possibility of their occurrence. IBM
 will not be liable for any third party claims against you.

-->

<TESTCASES PROFILE="IBM XML Conformance Test Suite - invalid tests">

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 28">
  <TEST URI="invalid/P28/ibm28i01.xml" TYPE="invalid" ID="ibm-invalid-P28-ibm28i01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="invalid/P28/out/ibm28i01.xml">
    The test violates VC:Root Element Type in P28. The Name in the document type
    declaration does not match the element type of the root element.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 32">
  <TEST URI="invalid/P32/ibm32i01.xml" TYPE="invalid" ID="ibm-invalid-P32-ibm32i01.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="invalid/P32/out/ibm32i01.xml">
    This test violates VC: Standalone Document Declaration in P32.
    The standalone document declaration has the value yes, BUT there is an
    external markup declaration of attributes with default values, and the 
    associated element appears in the document with specified values for those
    attributes.
    </TEST>
  
  <TEST URI="invalid/P32/ibm32i03.xml" TYPE="invalid" ID="ibm-invalid-P32-ibm32i03.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="invalid/P32/out/ibm32i03.xml">
    This test violates VC: Standalone Document Declaration in P32.
    The standalone document declaration has the value yes, BUT there is an 
    external markup declaration of attributes with values that will change 
    if normalized.
  </TEST>
  <TEST URI="invalid/P32/ibm32i04.xml" TYPE="invalid" ID="ibm-invalid-P32-ibm32i04.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="invalid/P32/out/ibm32i04.xml">
    This test violates VC: Standalone Document Declaration in P32.
    The standalone document declaration has the value yes, BUT there is an 
    external markup declaration of element with element content, and white
    space occurs directly within the mixed content.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 39">
  <TEST URI="invalid/P39/ibm39i01.xml" TYPE="invalid" ID="ibm-invalid-P39-ibm39i01.xml" ENTITIES="none" SECTIONS="3" OUTPUT="invalid/P39/out/ibm39i01.xml">
    This test violates VC: Element Valid in P39. Element a is declared empty 
    in DTD, but has content in the document.
  </TEST>
  <TEST URI="invalid/P39/ibm39i02.xml" TYPE="invalid" ID="ibm-invalid-P39-ibm39i02.xml" ENTITIES="none" SECTIONS="3" OUTPUT="invalid/P39/out/ibm39i02.xml">
    This test violates VC: Element Valid in P39. root is declared only having 
    element children in DTD, but have text content in the document.
  </TEST>
  <TEST URI="invalid/P39/ibm39i03.xml" TYPE="invalid" ID="ibm-invalid-P39-ibm39i03.xml" ENTITIES="none" SECTIONS="3" OUTPUT="invalid/P39/out/ibm39i03.xml">
    This test violates VC: Element Valid in P39. Illegal elements are inserted 
    in b's content of Mixed type.
  </TEST>
  <TEST URI="invalid/P39/ibm39i04.xml" TYPE="invalid" ID="ibm-invalid-P39-ibm39i04.xml" ENTITIES="none" SECTIONS="3" OUTPUT="invalid/P39/out/ibm39i04.xml">
    This test violates VC: Element Valid in P39. Element c has undeclared 
    element as its content of ANY type
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 41">
  <TEST URI="invalid/P41/ibm41i01.xml" TYPE="invalid" ID="ibm-invalid-P41-ibm41i01.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="invalid/P41/out/ibm41i01.xml">
    This test violates VC: Attribute Value Type in P41. attr1 for Element b is
    not declared.
  </TEST>
  <TEST URI="invalid/P41/ibm41i02.xml" TYPE="invalid" ID="ibm-invalid-P41-ibm41i02.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="invalid/P41/out/ibm41i02.xml">
    This test violates VC: Attribute Value Type in P41. attr3 for Element b is 
    given a value that does not match the declaration in the DTD.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 45">
  <TEST URI="invalid/P45/ibm45i01.xml" TYPE="invalid" ID="ibm-invalid-P45-ibm45i01.xml" ENTITIES="none" SECTIONS="3.2" OUTPUT="invalid/P45/out/ibm45i01.xml">
    This test violates VC: Unique Element Type Declaration. Element not_unique 
    has been declared 3 time in the DTD.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 49">
  <TEST URI="invalid/P49/ibm49i01.xml" TYPE="invalid" ID="ibm-invalid-P49-ibm49i01.xml" ENTITIES="parameter" SECTIONS="3.2.1" OUTPUT="invalid/P49/out/ibm49i01.xml">
    Violates VC:Proper Group/PE Nesting in P49. Open and close parenthesis for a
    choice content model  are in different PE replace Texts.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 50">
  <TEST URI="invalid/P50/ibm50i01.xml" TYPE="invalid" ID="ibm-invalid-P50-ibm50i01.xml" ENTITIES="parameter" SECTIONS="3.2.1" OUTPUT="invalid/P50/out/ibm50i01.xml">
    Violates VC:Proper Group/PE Nesting in P50. Open and close parenthesis for a
    seq content model  are in different PE replace Texts.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 51">
  <TEST URI="invalid/P51/ibm51i01.xml" TYPE="invalid" ID="ibm-invalid-P51-ibm51i01.xml" ENTITIES="parameter" SECTIONS="3.2.2" OUTPUT="invalid/P51/out/ibm51i01.xml">
    Violates VC:Proper Group/PE Nesting in P51. Open and close parenthesis for a
    Mixed content model are in different PE replace Texts.
  </TEST>
  <TEST URI="invalid/P51/ibm51i03.xml" TYPE="invalid" ID="ibm-invalid-P51-ibm51i03.xml" ENTITIES="none" SECTIONS="3.2.2" OUTPUT="invalid/P51/out/ibm51i03.xml">
    Violates VC:No Duplicate Types in P51. Element a appears twice in the Mixed
    content model of Element e.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 56">
  <TEST URI="invalid/P56/ibm56i01.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i01.xml">
    Tests invalid TokenizedType which is against P56 VC: ID. The value of the ID 
    attribute "UniqueName" is "@999" which does not meet the Name production.
  </TEST>
  <TEST URI="invalid/P56/ibm56i02.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i02.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i02.xml">
    Tests invalid TokenizedType which is against P56 VC: ID. The two ID attributes 
    "attr" and "UniqueName" have the same value "Ac999" for the element "b" and 
    the element "tokenizer".
  </TEST>
  <TEST URI="invalid/P56/ibm56i03.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i03.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i03.xml">
    Tests invalid TokenizedType which is against P56 VC: ID Attribute Default. The 
    "#FIXED" occurs in the DefaultDecl for the ID attribute "UniqueName".
  </TEST>
  <TEST URI="invalid/P56/ibm56i05.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i05.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i05.xml">
    Tests invalid TokenizedType which is against P56 VC: ID Attribute Default. The 
    constant string "BOGUS" occurs in the DefaultDecl for the ID attribute 
    "UniqueName".
  </TEST>
  <TEST URI="invalid/P56/ibm56i06.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i06.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i06.xml">
    Tests invalid TokenizedType which is against P56 VC: One ID per Element Type. The
    element "a" has two ID attributes "first" and "second".
  </TEST>
  <TEST URI="invalid/P56/ibm56i07.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i07.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i07.xml">
    Tests invalid TokenizedType which is against P56 VC: IDREF. The value of the 
    IDREF attribute "reference" is "@456" which does not meet the Name production.
  </TEST>
  <TEST URI="invalid/P56/ibm56i08.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i08.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i08.xml">
    Tests invalid TokenizedType which is against P56 VC: IDREF. The value of the IDREF
    attribute "reference" is "BC456" which does not match the value assigned to any 
    ID attributes.
  </TEST>
  <TEST URI="invalid/P56/ibm56i09.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i09.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i09.xml">
    Tests invalid TokenizedType which is against P56 VC: IDREFS. The value of the 
    IDREFS attribute "reference" is "AC456 #567" which does not meet the Names 
    production.
  </TEST>
  <TEST URI="invalid/P56/ibm56i10.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i10.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i10.xml">
    Tests invalid TokenizedType which is against P56 VC: IDREFS. The value of the 
    IDREFS attribute "reference" is "EF456 DE355" which does not match the values 
    assigned to two ID attributes.
  </TEST>
  <TEST URI="invalid/P56/ibm56i11.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i11.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i11.xml">
    Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of 
    the ENTITY attribute "sun" is "ima ge" which does not meet the Name production.
  </TEST>
  <TEST URI="invalid/P56/ibm56i12.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i12.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i12.xml">
    Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of 
    the ENTITY attribute "sun" is "notimage" which does not match the name of any 
    unparsed entity declared.
  </TEST>
  <TEST URI="invalid/P56/ibm56i13.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i13.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i13.xml">
    Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of 
    the ENTITY attribute "sun" is "parsedentity" which matches the name of a parsed 
    entity instead of an unparsed entity declared.
  </TEST>
  <TEST URI="invalid/P56/ibm56i14.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i14.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i14.xml">
    Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of 
    the ENTITIES attribute "sun" is "#image1 @image" which does not meet the Names 
    production.
  </TEST>
  <TEST URI="invalid/P56/ibm56i15.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i15.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i15.xml">
    Tests invalid TokenizedType which is against P56 VC: ENTITIES. The value of the 
    ENTITIES attribute "sun" is "image3 image4" which does not match the names of 
    two unparsed entities declared.
  </TEST>
  <TEST URI="invalid/P56/ibm56i16.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i16.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i16.xml">
    Tests invalid TokenizedType which is against P56 VC: ENTITIES. The value of the 
    ENTITIES attribute "sun" is "parsedentity1 parsedentity2" which matches the names
    of two parsed entities instead of two unparsed entities declared.
  </TEST>
  <TEST URI="invalid/P56/ibm56i17.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i17.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i17.xml">
    Tests invalid TokenizedType which is against P56 VC: Name Token. The value of the
    NMTOKEN attribute "thistoken" is "x : image" which does not meet the Nmtoken 
    production.
  </TEST>
  <TEST URI="invalid/P56/ibm56i18.xml" TYPE="invalid" ID="ibm-invalid-P56-ibm56i18.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P56/out/ibm56i18.xml">
    Tests invalid TokenizedType which is against P56 VC: Name Token. The value of the
    NMTOKENS attribute "thistoken" is "@lang y: #country" which does not meet the 
    Nmtokens production.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 58">
  <TEST URI="invalid/P58/ibm58i01.xml" TYPE="invalid" ID="ibm-invalid-P58-ibm58i01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P58/out/ibm58i01.xml">
    Tests invalid NotationType which is against P58 VC: Notation Attributes. The 
    attribute "content-encoding" with value "raw" is not a value from the list 
    "(base64|uuencode)".
  </TEST>
  <TEST URI="invalid/P58/ibm58i02.xml" TYPE="invalid" ID="ibm-invalid-P58-ibm58i02.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P58/out/ibm58i02.xml">
    Tests invalid NotationType which is against P58 VC: Notation Attributes. The 
    attribute "content-encoding" with value "raw" is a value from the list 
    "(base64|uuencode|raw|ascii)", but "raw" is not a declared notation. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 59">
  <TEST URI="invalid/P59/ibm59i01.xml" TYPE="invalid" ID="ibm-invalid-P59-ibm59i01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="invalid/P59/out/ibm59i01.xml">
    Tests invalid Enumeration which is against P59 VC: Enumeration. The value of the 
    attribute is "ONE" which matches neither "one" nor "two" as declared in the 
    Enumeration in the AttDef in the AttlistDecl.  
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 60">
  <TEST URI="invalid/P60/ibm60i01.xml" TYPE="invalid" ID="ibm-invalid-P60-ibm60i01.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="invalid/P60/out/ibm60i01.xml">
    Tests invalid DefaultDecl which is against P60 VC: Required Attribute. The 
    attribute "chapter" for the element "two" is declared as #REQUIRED in the 
    DefaultDecl in the AttlistDecl, but the value of this attribute is not given.
  </TEST>
  <TEST URI="invalid/P60/ibm60i02.xml" TYPE="invalid" ID="ibm-invalid-P60-ibm60i02.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="invalid/P60/out/ibm60i02.xml">
    Tests invalid DefaultDecl which is against P60 VC: Fixed Attribute Default.. The 
    attribute "chapter" for the element "one" is declared as #FIXED with the given
    value "Introduction" in the DefaultDecl in the AttlistDecl, but the value of a
    instance of this attribute is assigned to "JavaBeans".
  </TEST>
  <TEST URI="invalid/P60/ibm60i03.xml" TYPE="invalid" ID="ibm-invalid-P60-ibm60i03.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="invalid/P60/out/ibm60i03.xml">
    Tests invalid DefaultDecl which is against P60 VC: Attribute Default Legal. The
    declared default value "c" is not legal for the type (a|b) in the AttDef in
    the AttlistDecl.
  </TEST>
  <TEST URI="invalid/P60/ibm60i04.xml" TYPE="invalid" ID="ibm-invalid-P60-ibm60i04.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="invalid/P60/out/ibm60i04.xml">
    Tests invalid DefaultDecl which is against P60 VC: Attribute Default Legal. The
    declared default value "@#$" is not legal for the type NMTOKEN the AttDef in
    the AttlistDecl.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 68">
  <TEST URI="invalid/P68/ibm68i01.xml" TYPE="error" ID="ibm-invalid-P68-ibm68i01.xml" ENTITIES="parameter" SECTIONS="4.1" OUTPUT="invalid/P68/out/ibm68i01.xml">
    Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with 
    the name "ge2" is referred in the file ibm68i01.dtd", but not declared. 
  </TEST>
  <TEST URI="invalid/P68/ibm68i02.xml" TYPE="error" ID="ibm-invalid-P68-ibm68i02.xml" ENTITIES="parameter" SECTIONS="4.1" OUTPUT="invalid/P68/out/ibm68i02.xml">
    Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with 
    the name "ge1" is referred before declared in the file ibm68i01.dtd". 
  </TEST>
  <TEST URI="invalid/P68/ibm68i03.xml" TYPE="error" ID="ibm-invalid-P68-ibm68i03.xml" ENTITIES="both" SECTIONS="4.1" OUTPUT="invalid/P68/out/ibm68i03.xml">
    Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with 
    the name "ge2" is referred in the file ibm68i03.ent", but not declared. 
  </TEST>
  <TEST URI="invalid/P68/ibm68i04.xml" TYPE="error" ID="ibm-invalid-P68-ibm68i04.xml" ENTITIES="both" SECTIONS="4.1" OUTPUT="invalid/P68/out/ibm68i04.xml">
    Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with 
    the name "ge1" is referred before declared in the file ibm68i04.ent". 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 69">
  <TEST URI="invalid/P69/ibm69i01.xml" TYPE="error" ID="ibm-invalid-P69-ibm69i01.xml" ENTITIES="parameter" SECTIONS="4.1" OUTPUT="invalid/P69/out/ibm69i01.xml">
    Tests invalid PEReference which is against P69 VC: Entity Declared. The Name 
    "pe2" in the PEReference in the file ibm69i01.dtd does not match the Name of
    any declared PE. 
  </TEST>
  <TEST URI="invalid/P69/ibm69i02.xml" TYPE="error" ID="ibm-invalid-P69-ibm69i02.xml" ENTITIES="parameter" SECTIONS="4.1" OUTPUT="invalid/P69/out/ibm69i02.xml">
    Tests invalid PEReference which is against P69 VC: Entity Declared. The PE with 
    the name "pe1" is referred before declared in the file ibm69i02.dtd
  </TEST>
  <TEST URI="invalid/P69/ibm69i03.xml" TYPE="error" ID="ibm-invalid-P69-ibm69i03.xml" ENTITIES="both" SECTIONS="4.1" OUTPUT="invalid/P69/out/ibm69i03.xml">
    Tests invalid PEReference which is against P69 VC: Entity Declared. The Name 
    "pe3" in the PEReference in the file ibm69i03.ent does not match the Name of
    any declared PE. 
  </TEST>
  <TEST URI="invalid/P69/ibm69i04.xml" TYPE="error" ID="ibm-invalid-P69-ibm69i04.xml" ENTITIES="both" SECTIONS="4.1" OUTPUT="invalid/P69/out/ibm69i04.xml">
    Tests invalid PEReference which is against P69 VC: Entity Declared. The PE with 
    the name "pe2" is referred before declared in the file ibm69i04.ent.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 76">
  <TEST URI="invalid/P76/ibm76i01.xml" TYPE="invalid" ID="ibm-invalid-P76-ibm76i01.xml" ENTITIES="none" SECTIONS="4.2.2" OUTPUT="invalid/P76/out/ibm76i01.xml">
    Tests invalid NDataDecl which is against P76 VC: Notation declared. The Name
    "JPGformat" in the NDataDecl in the EntityDecl for "ge2" does not match the  
    Name of any declared notation. 
  </TEST>
</TESTCASES>

</TESTCASES>

    <!--

 (C) Copyright IBM Corp. 2000  All rights reserved.

 US Government Users Restricted Rights Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

 The program is provided "as is" without any warranty express or
 implied, including the warranty of non-infringement and the implied
 warranties of merchantibility and fitness for a particular purpose.
 IBM will not be liable for any damages suffered by you as a result
 of using the Program. In no event will IBM be liable for any
 special, indirect or consequential damages or lost profits even if
 IBM has been advised of the possibility of their occurrence. IBM
 will not be liable for any third party claims against you.

-->

<TESTCASES PROFILE="IBM XML Conformance Test Suite - not-wf tests">

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 1">
  <TEST URI="not-wf/P01/ibm01n01.xml" TYPE="not-wf" ID="ibm-not-wf-P01-ibm01n01.xml" ENTITIES="none" SECTIONS="2.1">
    Tests a document with no element. A well-formed document should have at lease
    one elements.
  </TEST>
  <TEST URI="not-wf/P01/ibm01n02.xml" TYPE="not-wf" ID="ibm-not-wf-P01-ibm01n02.xml" ENTITIES="none" SECTIONS="2.1">
    Tests a document with wrong ordering of its prolog and element. The 
    element occurs before the xml declaration and the DTD.
  </TEST>
  <TEST URI="not-wf/P01/ibm01n03.xml" TYPE="not-wf" ID="ibm-not-wf-P01-ibm01n03.xml" ENTITIES="none" SECTIONS="2.1">
    Tests a document with wrong combination of misc and element. One PI occurs 
    between two elements.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 2">
  <TEST URI="not-wf/P02/ibm02n01.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n01.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x00
  </TEST>
  <TEST URI="not-wf/P02/ibm02n02.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n02.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x01
  </TEST>
  <TEST URI="not-wf/P02/ibm02n03.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n03.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x02  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n04.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n04.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x03  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n05.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n05.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x04  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n06.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n06.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x05  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n07.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n07.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x06  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n08.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n08.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x07  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n09.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n09.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x08  
  </TEST>
  <TEST URI="not-wf/P02/ibm02n10.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n10.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x0B   
  </TEST>
  <TEST URI="not-wf/P02/ibm02n11.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n11.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x0C   
  </TEST>
  <TEST URI="not-wf/P02/ibm02n12.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n12.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x0E    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n13.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n13.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x0F    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n14.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n14.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x10    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n15.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n15.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x11    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n16.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n16.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x12    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n17.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n17.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x13    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n18.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n18.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x14    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n19.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n19.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x15    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n20.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n20.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x16    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n21.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n21.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x17    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n22.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n22.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x18    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n23.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n23.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x19    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n24.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n24.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x1A      </TEST>
  <TEST URI="not-wf/P02/ibm02n25.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n25.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x1B    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n26.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n26.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x1C    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n27.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n27.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x1D    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n28.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n28.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x1E    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n29.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n29.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #x1F    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n30.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n30.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #xD800    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n31.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n31.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #xDFFF    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n32.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n32.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #xFFFE    
  </TEST>
  <TEST URI="not-wf/P02/ibm02n33.xml" TYPE="not-wf" ID="ibm-not-wf-P02-ibm02n33.xml" ENTITIES="none" SECTIONS="2.2">
    Tests a comment which contains an illegal Char: #xFFFF   
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 3">
  <TEST URI="not-wf/P03/ibm03n01.xml" TYPE="not-wf" ID="ibm-not-wf-P03-ibm03n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an end tag which contains an illegal space character #x3000 which  
    follows the element name "book".    
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4">
  <TEST URI="not-wf/P04/ibm04n01.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x21    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n02.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x28    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n03.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x29    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n04.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n04.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x2B    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n05.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n05.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x2C    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n06.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n06.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x2F    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n07.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n07.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x3B    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n08.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n08.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x3C    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n09.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n09.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x3D    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n10.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n10.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x3F    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n11.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n11.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x5B    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n12.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n12.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x5C    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n13.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n13.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x5D    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n14.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n14.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x5E    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n15.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n15.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x60    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n16.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n16.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x7B    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n17.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n17.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x7C    
  </TEST>
  <TEST URI="not-wf/P04/ibm04n18.xml" TYPE="not-wf" ID="ibm-not-wf-P04-ibm04n18.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which contains an illegal ASCII NameChar.
    "IllegalNameChar" is followed by #x7D    
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 5">
  <TEST URI="not-wf/P05/ibm05n01.xml" TYPE="not-wf" ID="ibm-not-wf-P05-ibm05n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which has an illegal first character. An illegal 
    first character "." is followed by "A_name-starts_with.".    
  </TEST>
  <TEST URI="not-wf/P05/ibm05n02.xml" TYPE="not-wf" ID="ibm-not-wf-P05-ibm05n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which has an illegal first character. An illegal 
    first character "-" is followed by "A_name-starts_with-".    
  </TEST>
  <TEST URI="not-wf/P05/ibm05n03.xml" TYPE="not-wf" ID="ibm-not-wf-P05-ibm05n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an element name which has an illegal first character. An illegal 
    first character "5" is followed by "A_name-starts_with_digit".    
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 9">
  <TEST URI="not-wf/P09/ibm09n01.xml" TYPE="not-wf" ID="ibm-not-wf-P09-ibm09n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an internal general entity with an invalid value. The entity 
    "Fullname" contains "%". 
  </TEST>
  <TEST URI="not-wf/P09/ibm09n02.xml" TYPE="not-wf" ID="ibm-not-wf-P09-ibm09n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an internal general entity with an invalid value. The entity 
    "Fullname" contains the ampersand character. 
  </TEST>
  <TEST URI="not-wf/P09/ibm09n03.xml" TYPE="not-wf" ID="ibm-not-wf-P09-ibm09n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an internal general entity with an invalid value. The entity 
    "Fullname" contains the double quote character in the middle. 
  </TEST>
  <TEST URI="not-wf/P09/ibm09n04.xml" TYPE="not-wf" ID="ibm-not-wf-P09-ibm09n04.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an internal general entity with an invalid value. The closing bracket 
    (double quote) is missing with the value of the entity "FullName".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 10">
  <TEST URI="not-wf/P10/ibm10n01.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The value of the attribute "first"
    contains the character "less than".
  </TEST>
  <TEST URI="not-wf/P10/ibm10n02.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The value of the attribute "first"
    contains the character ampersand.
  </TEST>
  <TEST URI="not-wf/P10/ibm10n03.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The value of the attribute "first"
    contains the double quote character in the middle.
  </TEST>
  <TEST URI="not-wf/P10/ibm10n04.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n04.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The closing bracket (double quote) is
    missing with The value of the attribute "first".
  </TEST>
  <TEST URI="not-wf/P10/ibm10n05.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n05.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The value of the attribute "first"
    contains the character "less than".
  </TEST>
  <TEST URI="not-wf/P10/ibm10n06.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n06.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The value of the attribute "first"
    contains the character ampersand.
  </TEST>
  <TEST URI="not-wf/P10/ibm10n07.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n07.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The value of the attribute "first"
    contains the double quote character in the middle.
  </TEST>
  <TEST URI="not-wf/P10/ibm10n08.xml" TYPE="not-wf" ID="ibm-not-wf-P10-ibm10n08.xml" ENTITIES="none" SECTIONS="2.3">
    Tests an attribute with an invalid value. The closing bracket (single quote) is
    missing with the value of the attribute "first".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 11">
  <TEST URI="not-wf/P11/ibm11n01.xml" TYPE="not-wf" ID="ibm-not-wf-P11-ibm11n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests SystemLiteral. The systemLiteral for the element "student" has 
    a double quote character in the middle.
  </TEST>
  <TEST URI="not-wf/P11/ibm11n02.xml" TYPE="not-wf" ID="ibm-not-wf-P11-ibm11n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests SystemLiteral. The systemLiteral for the element "student" has 
    a single quote character in the middle.
  </TEST>
  <TEST URI="not-wf/P11/ibm11n03.xml" TYPE="not-wf" ID="ibm-not-wf-P11-ibm11n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests SystemLiteral. The closing bracket (double quote) is missing with
    the systemLiteral for the element "student".
  </TEST>
  <TEST URI="not-wf/P11/ibm11n04.xml" TYPE="not-wf" ID="ibm-not-wf-P11-ibm11n04.xml" ENTITIES="none" SECTIONS="2.3">
    Tests SystemLiteral. The closing bracket (single quote) is missing with
    the systemLiteral for the element "student".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 12">
  <TEST URI="not-wf/P12/ibm12n01.xml" TYPE="not-wf" ID="ibm-not-wf-P12-ibm12n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests PubidLiteral. The closing bracket (double quote) is missing with
     the value of the PubidLiteral for the entity "info".
  </TEST>
  <TEST URI="not-wf/P12/ibm12n02.xml" TYPE="not-wf" ID="ibm-not-wf-P12-ibm12n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests PubidLiteral. The value of the PubidLiteral for the entity 
    "info" has a single quote character in the middle..    
  </TEST>
  <TEST URI="not-wf/P12/ibm12n03.xml" TYPE="not-wf" ID="ibm-not-wf-P12-ibm12n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests PubidLiteral. The closing bracket (single quote) is missing with
    the value of the PubidLiteral for the entity "info".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 13">
  <TEST URI="not-wf/P13/ibm13n01.xml" TYPE="not-wf" ID="ibm-not-wf-P13-ibm13n01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests PubidChar. The pubidChar of the PubidLiteral for the entity 
    "info" contains the character "{". 
  </TEST>
  <TEST URI="not-wf/P13/ibm13n02.xml" TYPE="not-wf" ID="ibm-not-wf-P13-ibm13n02.xml" ENTITIES="none" SECTIONS="2.3">
    Tests PubidChar. The pubidChar of the PubidLiteral for the entity 
    "info" contains the character "~". 
  </TEST>
  <TEST URI="not-wf/P13/ibm13n03.xml" TYPE="not-wf" ID="ibm-not-wf-P13-ibm13n03.xml" ENTITIES="none" SECTIONS="2.3">
    Tests PubidChar. The pubidChar of the PubidLiteral for the entity 
    "info" contains the character double quote in the middle. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 14">
  <TEST URI="not-wf/P14/ibm14n01.xml" TYPE="not-wf" ID="ibm-not-wf-P14-ibm14n01.xml" ENTITIES="none" SECTIONS="2.4">
    Tests CharData. The content of the element "student" contains the 
    sequence close-bracket close-bracket greater-than.
  </TEST>
  <TEST URI="not-wf/P14/ibm14n02.xml" TYPE="not-wf" ID="ibm-not-wf-P14-ibm14n02.xml" ENTITIES="none" SECTIONS="2.4">
    Tests CharData. The content of the element "student" contains the 
    character "less than".
  </TEST>
  <TEST URI="not-wf/P14/ibm14n03.xml" TYPE="not-wf" ID="ibm-not-wf-P14-ibm14n03.xml" ENTITIES="none" SECTIONS="2.4">
    Tests CharData. The content of the element "student" contains the 
    character ampersand.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 15">
  <TEST URI="not-wf/P15/ibm15n01.xml" TYPE="not-wf" ID="ibm-not-wf-P15-ibm15n01.xml" ENTITIES="none" SECTIONS="2.5">
    Tests comment. The text of the second comment contains the character 
    "-".
  </TEST>
  <TEST URI="not-wf/P15/ibm15n02.xml" TYPE="not-wf" ID="ibm-not-wf-P15-ibm15n02.xml" ENTITIES="none" SECTIONS="2.5">
    Tests comment. The second comment has a wrong closing sequence 
    "-(greater than)".
  </TEST>
  <TEST URI="not-wf/P15/ibm15n03.xml" TYPE="not-wf" ID="ibm-not-wf-P15-ibm15n03.xml" ENTITIES="none" SECTIONS="2.5">
    Tests comment. The second comment has a wrong beginning sequence 
    "(less than)!-".
  </TEST>
  <TEST URI="not-wf/P15/ibm15n04.xml" TYPE="not-wf" ID="ibm-not-wf-P15-ibm15n04.xml" ENTITIES="none" SECTIONS="2.5">
    Tests comment. The closing sequence is missing with the second 
    comment.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 16">
  <TEST URI="not-wf/P16/ibm16n01.xml" TYPE="not-wf" ID="ibm-not-wf-P16-ibm16n01.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PI. The content of the PI includes the sequence 
    "?(greater than)?".
  </TEST>
  <TEST URI="not-wf/P16/ibm16n02.xml" TYPE="not-wf" ID="ibm-not-wf-P16-ibm16n02.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PI. The PITarget is missing in the PI.
  </TEST>
  <TEST URI="not-wf/P16/ibm16n03.xml" TYPE="not-wf" ID="ibm-not-wf-P16-ibm16n03.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PI. The PI has a wrong closing sequence "&gt;".
  </TEST>
  <TEST URI="not-wf/P16/ibm16n04.xml" TYPE="not-wf" ID="ibm-not-wf-P16-ibm16n04.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PI. The closing sequence is missing in the PI.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 17">
  <TEST URI="not-wf/P17/ibm17n01.xml" TYPE="not-wf" ID="ibm-not-wf-P17-ibm17n01.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PITarget. The PITarget contains the string "XML".
  </TEST>
  <TEST URI="not-wf/P17/ibm17n02.xml" TYPE="not-wf" ID="ibm-not-wf-P17-ibm17n02.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PITarget. The PITarget contains the string "xML".
  </TEST>
  <TEST URI="not-wf/P17/ibm17n03.xml" TYPE="not-wf" ID="ibm-not-wf-P17-ibm17n03.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PITarget. The PITarget contains the string "xml".
  </TEST>
  <TEST URI="not-wf/P17/ibm17n04.xml" TYPE="not-wf" ID="ibm-not-wf-P17-ibm17n04.xml" ENTITIES="none" SECTIONS="2.6">
    Tests PITarget. The PITarget contains the string "xmL".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 18">
  <TEST URI="not-wf/P18/ibm18n01.xml" TYPE="not-wf" ID="ibm-not-wf-P18-ibm18n01.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDSect. The CDStart is missing in the CDSect in the content of
    element "student".
  </TEST>
  <TEST URI="not-wf/P18/ibm18n02.xml" TYPE="not-wf" ID="ibm-not-wf-P18-ibm18n02.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDSect. The CDEnd is missing in the CDSect in the content of
    element "student".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 19">
  <TEST URI="not-wf/P19/ibm19n01.xml" TYPE="not-wf" ID="ibm-not-wf-P19-ibm19n01.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDStart. The CDStart contains a lower case string "cdata".
  </TEST>
  <TEST URI="not-wf/P19/ibm19n02.xml" TYPE="not-wf" ID="ibm-not-wf-P19-ibm19n02.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDStart. The CDStart contains an extra character "[".
  </TEST>
  <TEST URI="not-wf/P19/ibm19n03.xml" TYPE="not-wf" ID="ibm-not-wf-P19-ibm19n03.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDStart. The CDStart contains a wrong character "?".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 20">
  <TEST URI="not-wf/P20/ibm20n01.xml" TYPE="not-wf" ID="ibm-not-wf-P20-ibm20n01.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDATA with an illegal sequence. The CDATA contains the
    sequence close-bracket close-bracket greater-than.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 21">
  <TEST URI="not-wf/P21/ibm21n01.xml" TYPE="not-wf" ID="ibm-not-wf-P21-ibm21n01.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDEnd. One "]" is missing in the CDEnd. 
  </TEST>
  <TEST URI="not-wf/P21/ibm21n02.xml" TYPE="not-wf" ID="ibm-not-wf-P21-ibm21n02.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDEnd. An extra "]" is placed in the CDEnd. 
  </TEST>
  <TEST URI="not-wf/P21/ibm21n03.xml" TYPE="not-wf" ID="ibm-not-wf-P21-ibm21n03.xml" ENTITIES="none" SECTIONS="2.7">
    Tests CDEnd. A wrong character ")" is placed in the CDEnd. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 22">
  <TEST URI="not-wf/P22/ibm22n01.xml" TYPE="not-wf" ID="ibm-not-wf-P22-ibm22n01.xml" ENTITIES="none" SECTIONS="2.8"> 
    Tests prolog with wrong field ordering. The XMLDecl occurs
    after the DTD. 
  </TEST>
  <TEST URI="not-wf/P22/ibm22n02.xml" TYPE="not-wf" ID="ibm-not-wf-P22-ibm22n02.xml" ENTITIES="none" SECTIONS="2.8">
    Tests prolog with wrong field ordering. The Misc (comment)
    occurs before the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P22/ibm22n03.xml" TYPE="not-wf" ID="ibm-not-wf-P22-ibm22n03.xml" ENTITIES="none" SECTIONS="2.8">
   Tests prolog with wrong field ordering. The XMLDecl occurs
   after the DTD and a comment. The other comment occurs before the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 23">
  <TEST URI="not-wf/P23/ibm23n01.xml" TYPE="not-wf" ID="ibm-not-wf-P23-ibm23n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests XMLDecl with a required field missing. The Versioninfo is 
    missing in the XMLDecl. 
  </TEST>
  <TEST URI="not-wf/P23/ibm23n02.xml" TYPE="not-wf" ID="ibm-not-wf-P23-ibm23n02.xml" ENTITIES="none" SECTIONS="2.8">
    Tests XMLDecl with wrong field ordering. The VersionInfo
    occurs after the EncodingDecl.
  </TEST>
  <TEST URI="not-wf/P23/ibm23n03.xml" TYPE="not-wf" ID="ibm-not-wf-P23-ibm23n03.xml" ENTITIES="none" SECTIONS="2.8">
    Tests XMLDecl with wrong field ordering. The VersionInfo
    occurs after the SDDecl and the SDDecl occurs after the VersionInfo.
  </TEST>
  <TEST URI="not-wf/P23/ibm23n04.xml" TYPE="not-wf" ID="ibm-not-wf-P23-ibm23n04.xml" ENTITIES="none" SECTIONS="2.8">
    Tests XMLDecl with wrong key word. An upper case string "XML" is 
    used as the key word in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P23/ibm23n05.xml" TYPE="not-wf" ID="ibm-not-wf-P23-ibm23n05.xml" ENTITIES="none" SECTIONS="2.8">
    Tests XMLDecl with a wrong closing sequence "&gt;".
  </TEST>
  <TEST URI="not-wf/P23/ibm23n06.xml" TYPE="not-wf" ID="ibm-not-wf-P23-ibm23n06.xml" ENTITIES="none" SECTIONS="2.8">
    Tests XMLDecl with a wrong opening sequence "(less than)!".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 24">
  <TEST URI="not-wf/P24/ibm24n01.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with a required field missing. The VersionNum is
    missing in the VersionInfo in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P24/ibm24n02.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n02.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with a required field missing. The white space is
    missing between the key word "xml" and the VersionInfo in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P24/ibm24n03.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n03.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with a required field missing. The "=" 
    (equal sign) is missing between the key word "version" and the VersionNum.
  </TEST>
  <TEST URI="not-wf/P24/ibm24n04.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n04.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with wrong field ordering. The VersionNum
    occurs before "=" and "version".
  </TEST>
  <TEST URI="not-wf/P24/ibm24n05.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n05.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with wrong field ordering. The "=" occurs
    after "version" and the VersionNum.
  </TEST>
  <TEST URI="not-wf/P24/ibm24n06.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n06.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with the wrong key word "Version".
  </TEST>
  <TEST URI="not-wf/P24/ibm24n07.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n07.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with the wrong key word "versioN".
  </TEST>
  <TEST URI="not-wf/P24/ibm24n08.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n08.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with mismatched quotes around the VersionNum. 
    version = '1.0" is used as the VersionInfo.
  </TEST>
  <TEST URI="not-wf/P24/ibm24n09.xml" TYPE="not-wf" ID="ibm-not-wf-P24-ibm24n09.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionInfo with mismatched quotes around the VersionNum. 
    The closing bracket for the VersionNum is missing.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 25">
  <TEST URI="not-wf/P25/ibm25n01.xml" TYPE="not-wf" ID="ibm-not-wf-P25-ibm25n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests eq with a wrong key word "==".
  </TEST>
  <TEST URI="not-wf/P25/ibm25n02.xml" TYPE="not-wf" ID="ibm-not-wf-P25-ibm25n02.xml" ENTITIES="none" SECTIONS="2.8">
    Tests eq with a wrong key word "eq".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 26">
  <TEST URI="not-wf/P26/ibm26n01.xml" TYPE="not-wf" ID="ibm-not-wf-P26-ibm26n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests VersionNum with an illegal character "#".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 27">
  <TEST URI="not-wf/P27/ibm27n01.xml" TYPE="not-wf" ID="ibm-not-wf-P27-ibm27n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests type of Misc. An element declaration is used as a type of Misc
    After the element "animal". 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 28">
  <TEST URI="not-wf/P28/ibm28n01.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with a required field missing. The Name "animal" 
    is missing in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P28/ibm28n02.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n02.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with wrong field ordering. The Name 
    "animal" occurs after the markup declarations inside the "[]".
  </TEST>
  <TEST URI="not-wf/P28/ibm28n03.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n03.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with wrong field ordering. The Name 
    "animal" occurs after the markup declarations inside the "[]".
  </TEST>
  <TEST URI="not-wf/P28/ibm28n04.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n04.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with general entity reference.The 
    "(ampersand)generalE" occurs in the DTD. 
  </TEST>
  <TEST URI="not-wf/P28/ibm28n05.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n05.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with wrong key word. A wrong key word "DOCtYPE"
    occurs on line 2.
  </TEST>
  <TEST URI="not-wf/P28/ibm28n06.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n06.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with mismatched brackets. The closing bracket "]"
    of the DTD is missing.
  </TEST>
  <TEST URI="not-wf/P28/ibm28n07.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n07.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with wrong bracket. The opening bracket "{" occurs
    in the DTD.
  </TEST>
  <TEST URI="not-wf/P28/ibm28n08.xml" TYPE="not-wf" ID="ibm-not-wf-P28-ibm28n08.xml" ENTITIES="none" SECTIONS="2.8">
    Tests doctypedecl with wrong opening sequence. The opening sequence
    "(less than)?DOCTYPE" occurs in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 28a">
<TEST URI="not-wf/p28a/ibm28an01.xml" TYPE="not-wf" ID="ibm-not-wf-p28a-ibm28an01.xml" ENTITIES="parameter" SECTIONS="2.8">
    This test violates WFC:PE Between Declarations in Production 28a.  
    The last character of a markup declaration is not contained in the same 
    parameter-entity text replacement.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 29">
  <TEST URI="not-wf/P29/ibm29n01.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n01.xml" ENTITIES="none" SECTIONS="2.8">
    Tests markupdecl with an illegal markup declaration. A XMLDecl 
    occurs inside the DTD.
  </TEST>
  <TEST URI="not-wf/P29/ibm29n02.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n02.xml" ENTITIES="none" SECTIONS="2.8">
    Tests WFC "PEs in Internal Subset". A PE reference occurs inside an 
    elementdecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P29/ibm29n03.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n03.xml" ENTITIES="none" SECTIONS="2.8">
    Tests WFC "PEs in Internal Subset". A PE reference occurs inside an   
    ATTlistDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P29/ibm29n04.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n04.xml" ENTITIES="none" SECTIONS="2.8">
    Tests WFC "PEs in Internal Subset". A PE reference occurs inside an   
    EntityDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P29/ibm29n05.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n05.xml" ENTITIES="none" SECTIONS="2.8">
    Tests WFC "PEs in Internal Subset". A PE reference occurs inside a PI in 
    the DTD. 
  </TEST>
  <TEST URI="not-wf/P29/ibm29n06.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n06.xml" ENTITIES="none" SECTIONS="2.8">
    Tests WFC "PEs in Internal Subset". A PE reference occurs inside a comment
    in the DTD. 
  </TEST>
  <TEST URI="not-wf/P29/ibm29n07.xml" TYPE="not-wf" ID="ibm-not-wf-P29-ibm29n07.xml" ENTITIES="none" SECTIONS="2.8">
    Tests WFC "PEs in Internal Subset". A PE reference occurs inside a   
    NotationDecl in the DTD. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 30">
  <TEST URI="not-wf/P30/ibm30n01.xml" TYPE="not-wf" ID="ibm-not-wf-P30-ibm30n01.xml" ENTITIES="parameter" SECTIONS="2.8">
    Tests extSubset with wrong field ordering. In the file "ibm30n01.dtd", 
    the TextDecl occurs after the extSubsetDecl (the element declaration). 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 31">
  <TEST URI="not-wf/P31/ibm31n01.xml" TYPE="not-wf" ID="ibm-not-wf-P31-ibm31n01.xml" ENTITIES="parameter" SECTIONS="2.8">
    Tests extSubsetDecl with an illegal field. A general entity 
    reference occurs in file "ibm31n01.dtd".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 32">
  <TEST URI="not-wf/P32/ibm32n01.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n01.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with a required field missing. The leading white space
    is missing with the SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n02.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n02.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with a required field missing. The "=" sign is missing
    in the SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n03.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n03.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with wrong key word. The word "Standalone" occurs in 
    the SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n04.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n04.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with wrong key word. The word "Yes" occurs in the
    SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n05.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n05.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with wrong key word. The word "YES" occurs in the
    SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n06.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n06.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with wrong key word. The word "No" occurs in the
    SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n07.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n07.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with wrong key word. The word "NO" occurs in the
    SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n08.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n08.xml" ENTITIES="none" SECTIONS="2.9">
    Tests SDDecl with wrong field ordering. The "=" sign occurs 
    after the key word "yes" in the SDDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P32/ibm32n09.xml" TYPE="not-wf" ID="ibm-not-wf-P32-ibm32n09.xml" ENTITIES="parameter" SECTIONS="2.9">
    This is test violates WFC: Entity Declared in P68.
    The standalone document declaration has the value yes, BUT there is an 
    external markup declaration of an entity (other than amp, lt, gt, apos,
    quot), and references to this entity appear in the document.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 39">
  <TEST URI="not-wf/P39/ibm39n01.xml" TYPE="not-wf" ID="ibm-not-wf-P39-ibm39n01.xml" ENTITIES="none" SECTIONS="3">
    Tests element with a required field missing. The ETag is missing 
    for the element "root".
  </TEST>
  <TEST URI="not-wf/P39/ibm39n02.xml" TYPE="not-wf" ID="ibm-not-wf-P39-ibm39n02.xml" ENTITIES="none" SECTIONS="3">
    Tests element with a required field missing. The STag is missing 
    for the element "root".
  </TEST>
  <TEST URI="not-wf/P39/ibm39n03.xml" TYPE="not-wf" ID="ibm-not-wf-P39-ibm39n03.xml" ENTITIES="none" SECTIONS="3">
    Tests element with required fields missing. Both the content and 
    the ETag are missing in the element "root".
  </TEST>
  <TEST URI="not-wf/P39/ibm39n04.xml" TYPE="not-wf" ID="ibm-not-wf-P39-ibm39n04.xml" ENTITIES="none" SECTIONS="3">
    Tests element with required fields missing. Both the content and 
    the STag are missing in the element "root".
  </TEST>
  <TEST URI="not-wf/P39/ibm39n05.xml" TYPE="not-wf" ID="ibm-not-wf-P39-ibm39n05.xml" ENTITIES="none" SECTIONS="3">
    Tests element with wrong field ordering. The STag and the ETag are
    swapped in the element "root".
  </TEST>
  <TEST URI="not-wf/P39/ibm39n06.xml" TYPE="not-wf" ID="ibm-not-wf-P39-ibm39n06.xml" ENTITIES="none" SECTIONS="3">
    Tests element with wrong field ordering. The content occurs after 
    the ETag of the element "root".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 40">
  <TEST URI="not-wf/P40/ibm40n01.xml" TYPE="not-wf" ID="ibm-not-wf-P40-ibm40n01.xml" ENTITIES="none" SECTIONS="3.1">
    Tests STag with a required field missing. The Name "root" is 
    in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P40/ibm40n02.xml" TYPE="not-wf" ID="ibm-not-wf-P40-ibm40n02.xml" ENTITIES="none" SECTIONS="3.1">
    Tests STag with a required field missing. The white space between 
    the Name "root" and the attribute "attr1" is missing in the STag of the
    element "root".
  </TEST>
  <TEST URI="not-wf/P40/ibm40n03.xml" TYPE="not-wf" ID="ibm-not-wf-P40-ibm40n03.xml" ENTITIES="none" SECTIONS="3.1">
    Tests STag with wrong field ordering. The Name "root" occurs after 
    the attribute "attr1" in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P40/ibm40n04.xml" TYPE="not-wf" ID="ibm-not-wf-P40-ibm40n04.xml" ENTITIES="none" SECTIONS="3.1">
    Tests STag with a wrong opening sequence. The string "(less than)!" is used 
    as the opening sequence for the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P40/ibm40n05.xml" TYPE="not-wf" ID="ibm-not-wf-P40-ibm40n05.xml" ENTITIES="none" SECTIONS="3.1">
    Tests STag with duplicate attribute names. The attribute name 
    "attr1" occurs twice in  the STag of the element "root".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 41">
  <TEST URI="not-wf/P41/ibm41n01.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n01.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with a required field missing. The attribute name 
    is missing in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n02.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n02.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with a required field missing. The "=" is missing
    between the attribute name and the attribute value in the Attribute in the 
    STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n03.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n03.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with a required field missing. The AttValue is 
    missing in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n04.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n04.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with a required field missing. The Name and the 
    "=" are missing in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n05.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n05.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with a required field missing. The "=" and the 
    AttValue are missing in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n06.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n06.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with a required field missing. The Name and the 
    AttValue are missing in the Attribute in the STag of the element "root".
  </TEST>

  <TEST URI="not-wf/P41/ibm41n07.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n07.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with wrong field ordering. The "=" occurs after the
    Name and the AttValue in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n08.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n08.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with wrong field ordering. The Name and the AttValue
    are swapped in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n09.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n09.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute with wrong field ordering. The "=" occurs before the 
    Name and the AttValue in the Attribute in the STag of the element "root".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n10.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n10.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute against WFC "no external entity references". A direct
    reference to the external entity "aExternal" is contained in the value of the
    attribute "attr1". 
  </TEST>
  <TEST URI="not-wf/P41/ibm41n11.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n11.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute against WFC "no external entity references". A indirect
    reference to the external entity "aExternal" is contained in the value of the
    attribute "attr1". 
  </TEST>
  <TEST URI="not-wf/P41/ibm41n12.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n12.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute against WFC "no external entity references". A direct
    reference to the external unparsed entity "aImage" is contained in the value 
    of the attribute "attr1". 
  </TEST>
  <TEST URI="not-wf/P41/ibm41n13.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n13.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute against WFC "No (less than) character in Attribute 
    Values". The character "less than" is contained in the value of the 
    attribute "attr1".
  </TEST>
  <TEST URI="not-wf/P41/ibm41n14.xml" TYPE="not-wf" ID="ibm-not-wf-P41-ibm41n14.xml" ENTITIES="none" SECTIONS="3.1">
    Tests Attribute against WFC "No (less than) in Attribute Values". The character
    "less than" is contained in the value of the attribute "attr1" through indirect 
    internal entity reference.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 42">
  <TEST URI="not-wf/P42/ibm42n01.xml" TYPE="not-wf" ID="ibm-not-wf-P42-ibm42n01.xml" ENTITIES="none" SECTIONS="3.1">
    Tests ETag with a required field missing. The Name is missing in the 
    ETag of the element "root".  
  </TEST>
  <TEST URI="not-wf/P42/ibm42n02.xml" TYPE="not-wf" ID="ibm-not-wf-P42-ibm42n02.xml" ENTITIES="none" SECTIONS="3.1">
    Tests ETag with a wrong beginning sequence. The string "(less than)\" is used as 
    a beginning sequence of the ETag of the element "root".
  </TEST>
  <TEST URI="not-wf/P42/ibm42n03.xml" TYPE="not-wf" ID="ibm-not-wf-P42-ibm42n03.xml" ENTITIES="none" SECTIONS="3.1">
    Tests ETag with a wrong beginning sequence. The string "less than" is used as 
    a beginning sequence of the ETag of the element "root".
  </TEST>
  <TEST URI="not-wf/P42/ibm42n04.xml" TYPE="not-wf" ID="ibm-not-wf-P42-ibm42n04.xml" ENTITIES="none" SECTIONS="3.1">
    Tests ETag with a wrong structure. An white space occurs between The 
    beginning sequence and the Name of the ETag of the element "root".
  </TEST>
  <TEST URI="not-wf/P42/ibm42n05.xml" TYPE="not-wf" ID="ibm-not-wf-P42-ibm42n05.xml" ENTITIES="none" SECTIONS="3.1">
    Tests ETag with a wrong structure. The ETag of the element "root"
    contains an Attribute (attr1="any").
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 43">
  <TEST URI="not-wf/P43/ibm43n01.xml" TYPE="not-wf" ID="ibm-not-wf-P43-ibm43n01.xml" ENTITIES="none" SECTIONS="3.1">
    Tests element content with a wrong option. A NotationDecl is used as 
    the content of the element "root". 
  </TEST>
  <TEST URI="not-wf/P43/ibm43n02.xml" TYPE="not-wf" ID="ibm-not-wf-P43-ibm43n02.xml" ENTITIES="none" SECTIONS="3.1">
    Tests element content with a wrong option. An elementdecl is used as 
    the content of the element "root". 
  </TEST>
  <TEST URI="not-wf/P43/ibm43n04.xml" TYPE="not-wf" ID="ibm-not-wf-P43-ibm43n04.xml" ENTITIES="none" SECTIONS="3.1">
    Tests element content with a wrong option. An entitydecl is used as 
    the content of the element "root". 
  </TEST>
  <TEST URI="not-wf/P43/ibm43n05.xml" TYPE="not-wf" ID="ibm-not-wf-P43-ibm43n05.xml" ENTITIES="none" SECTIONS="3.1">
    Tests element content with a wrong option. An AttlistDecl is used as 
    the content of the element "root". 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 44">
  <TEST URI="not-wf/P44/ibm44n01.xml" TYPE="not-wf" ID="ibm-not-wf-P44-ibm44n01.xml" ENTITIES="none" SECTIONS="3.1">
    Tests EmptyElemTag with a required field missing. The Name "root" is 
    missing in the EmptyElemTag.
  </TEST>
  <TEST URI="not-wf/P44/ibm44n02.xml" TYPE="not-wf" ID="ibm-not-wf-P44-ibm44n02.xml" ENTITIES="none" SECTIONS="3.1">
    Tests EmptyElemTag with wrong field ordering. The Attribute (attri1 = 
    "any") occurs before the name of the element "root" in the EmptyElemTag. 
  </TEST>
  <TEST URI="not-wf/P44/ibm44n03.xml" TYPE="not-wf" ID="ibm-not-wf-P44-ibm44n03.xml" ENTITIES="none" SECTIONS="3.1">
    Tests EmptyElemTag with wrong closing sequence. The string "\&gt;" is used
    as the closing sequence in the EmptyElemtag of the element "root".
  </TEST>
  <TEST URI="not-wf/P44/ibm44n04.xml" TYPE="not-wf" ID="ibm-not-wf-P44-ibm44n04.xml" ENTITIES="none" SECTIONS="3.1">
    Tests EmptyElemTag which against the WFC "Unique Att Spec". The 
    attribute name "attr1" occurs twice in the EmptyElemTag of the element "root".
  </TEST> 
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 45">
  <TEST URI="not-wf/P45/ibm45n01.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n01.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with a required field missing. The Name is  missing 
    in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n02.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n02.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with a required field missing. The white space is 
    missing between "aEle" and "(#PCDATA)" in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n03.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n03.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with a required field missing. The contentspec is 
    missing in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n04.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n04.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with a required field missing. The contentspec and 
    the white space is missing in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n05.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n05.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with a required field missing. The Name, the white
    space, and the contentspec are missing in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n06.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n06.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with wrong field ordering. The Name occurs after the
    contentspec in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n07.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n07.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with wrong beginning sequence. The string 
    "(less than)ELEMENT" is used as the beginning sequence in the second 
    elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n08.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n08.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with wrong key word. The string "Element" is used as
    the key word in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P45/ibm45n09.xml" TYPE="not-wf" ID="ibm-not-wf-P45-ibm45n09.xml" ENTITIES="none" SECTIONS="3.2">
    Tests elementdecl with wrong key word. The string "element" is used as
    the key word in the second elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 46">
  <TEST URI="not-wf/P46/ibm46n01.xml" TYPE="not-wf" ID="ibm-not-wf-P46-ibm46n01.xml" ENTITIES="none" SECTIONS="3.2">
    Tests contentspec with wrong key word. the string "empty" is used as 
    the key word in the contentspec of the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P46/ibm46n02.xml" TYPE="not-wf" ID="ibm-not-wf-P46-ibm46n02.xml" ENTITIES="none" SECTIONS="3.2">
    Tests contentspec with wrong key word. the string "Empty" is used as 
    the key word in the contentspec of the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P46/ibm46n03.xml" TYPE="not-wf" ID="ibm-not-wf-P46-ibm46n03.xml" ENTITIES="none" SECTIONS="3.2">
    Tests contentspec with wrong key word. the string "Any" is used as 
    the key word in the contentspec of the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P46/ibm46n04.xml" TYPE="not-wf" ID="ibm-not-wf-P46-ibm46n04.xml" ENTITIES="none" SECTIONS="3.2">
    Tests contentspec with wrong key word. the string "any" is used as 
    the key word in the contentspec of the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P46/ibm46n05.xml" TYPE="not-wf" ID="ibm-not-wf-P46-ibm46n05.xml" ENTITIES="none" SECTIONS="3.2">
    Tests contentspec with a wrong option. The string "#CDATA" is used as
    the contentspec in the second elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 47">
  <TEST URI="not-wf/P47/ibm47n01.xml" TYPE="not-wf" ID="ibm-not-wf-P47-ibm47n01.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests children with a required field missing. The "+" is used as the
    choice or seq field in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P47/ibm47n02.xml" TYPE="not-wf" ID="ibm-not-wf-P47-ibm47n02.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests children with a required field missing. The "*" is used as the
    choice or seq field in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P47/ibm47n03.xml" TYPE="not-wf" ID="ibm-not-wf-P47-ibm47n03.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests children with a required field missing. The "?" is used as the
    choice or seq field in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P47/ibm47n04.xml" TYPE="not-wf" ID="ibm-not-wf-P47-ibm47n04.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests children with wrong field ordering. The "*" occurs before the 
    seq field (a,a) in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P47/ibm47n05.xml" TYPE="not-wf" ID="ibm-not-wf-P47-ibm47n05.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests children with wrong field ordering. The "+" occurs before the 
    choice field (a|a) in the second elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P47/ibm47n06.xml" TYPE="not-wf" ID="ibm-not-wf-P47-ibm47n06.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests children with wrong key word. The "^" occurs after the seq field
    in the second elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 48">
  <TEST URI="not-wf/P48/ibm48n01.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n01.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with a required fields missing. The field Name|choice|seq is 
    missing in the second cp in the choice field in the third elementdecl in the
    DTD.
  </TEST>
  <TEST URI="not-wf/P48/ibm48n02.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n02.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with a required fields missing. The field Name|choice|seq is 
    missing in the cp in the third elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P48/ibm48n03.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n03.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with a required fields missing. The field Name|choice|seq is 
    missing in the first cp in the choice field in the third elementdecl in the 
    DTD.
  </TEST>
  <TEST URI="not-wf/P48/ibm48n04.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n04.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with wrong field ordering. The "+" occurs before the seq (a,a)
    in the first cp in the choice field in the third elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P48/ibm48n05.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n05.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with wrong field ordering. The "*" occurs before the choice
    (a|b) in the first cp in the seq field in the third elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P48/ibm48n06.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n06.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with wrong field ordering. The "?" occurs before the Name "a"
    in the second cp in the seq field in the third elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P48/ibm48n07.xml" TYPE="not-wf" ID="ibm-not-wf-P48-ibm48n07.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests cp with wrong key word. The "^" occurs after the Name "a" in the
    first cp in the choice field in the third elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 49">
  <TEST URI="not-wf/P49/ibm49n01.xml" TYPE="not-wf" ID="ibm-not-wf-P49-ibm49n01.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests choice with a required field missing. The two cps are missing in
    the choice field in the third elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P49/ibm49n02.xml" TYPE="not-wf" ID="ibm-not-wf-P49-ibm49n02.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests choice with a required field missing. The third cp is missing in
    the choice field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P49/ibm49n03.xml" TYPE="not-wf" ID="ibm-not-wf-P49-ibm49n03.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests choice with a wrong separator. The "!" is used as the separator 
    in the choice field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P49/ibm49n04.xml" TYPE="not-wf" ID="ibm-not-wf-P49-ibm49n04.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests choice with a required field missing. The separator "|" is 
    missing in the choice field (a b)+ in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P49/ibm49n05.xml" TYPE="not-wf" ID="ibm-not-wf-P49-ibm49n05.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests choice with an extra separator. An extra "|" occurs between a 
    and b in the choice field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P49/ibm49n06.xml" TYPE="not-wf" ID="ibm-not-wf-P49-ibm49n06.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests choice with a required field missing. The closing bracket ")" is 
    missing in the choice field (a |b * in the fourth elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 50">
  <TEST URI="not-wf/P50/ibm50n01.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n01.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with a required field missing. The two cps are missing in
    the seq field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P50/ibm50n02.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n02.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with a required field missing. The third cp is missing in
    the seq field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P50/ibm50n03.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n03.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with a wrong separator. The "|" is used as the separator 
    between a and b in the seq field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P50/ibm50n04.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n04.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with a wrong separator. The "." is used as the separator 
    between a and b in the seq field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P50/ibm50n05.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n05.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with an extra separator. An extra "," occurs between (a|b)
    and a in the seq field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P50/ibm50n06.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n06.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with a required field missing. The separator between (a|b) 
    and (b|a) is missing in the seq field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P50/ibm50n07.xml" TYPE="not-wf" ID="ibm-not-wf-P50-ibm50n07.xml" ENTITIES="none" SECTIONS="3.2.1">
    Tests seq with wrong closing bracket. The "]" is used as the closing 
    bracket in the seq field in the fourth elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 51">
  <TEST URI="not-wf/P51/ibm51n01.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n01.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with a wrong key word. The string "#pcdata" is used as the
    key word in the Mixed field in the fourth elementdecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P51/ibm51n02.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n02.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with wrong field ordering. The field #PCDATA does not 
    occur as the first component in the Mixed field in the fourth elementdecl in 
    the DTD. 
  </TEST>
  <TEST URI="not-wf/P51/ibm51n03.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n03.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with a separator missing. The separator "|" is missing in
    between #PCDATA and a in the Mixed field in the fourth elementdecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P51/ibm51n04.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n04.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with a wrong key word. The string "#CDATA" is used as the
    key word in the Mixed field in the fourth elementdecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P51/ibm51n05.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n05.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with a required field missing. The "*" is missing after 
    the ")" in the Mixed field in the fourth elementdecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P51/ibm51n06.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n06.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with wrong closing bracket. The "]" is used as the closing 
    bracket in the Mixed field in the fourth elementdecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P51/ibm51n07.xml" TYPE="not-wf" ID="ibm-not-wf-P51-ibm51n07.xml" ENTITIES="none" SECTIONS="3.2.2">
    Tests Mixed with a required field missing. The closing bracket ")" is 
    missing after (#PCDATA in the Mixed field in the fourth elementdecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 52">
  <TEST URI="not-wf/P52/ibm52n01.xml" TYPE="not-wf" ID="ibm-not-wf-P52-ibm52n01.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttlistDecl with a required field missing. The Name is missing 
    in the AttlistDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P52/ibm52n02.xml" TYPE="not-wf" ID="ibm-not-wf-P52-ibm52n02.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttlistDecl with a required field missing. The white space is 
    missing between the beginning sequence and the name in the AttlistDecl 
    in the DTD. 
  </TEST>
  <TEST URI="not-wf/P52/ibm52n03.xml" TYPE="not-wf" ID="ibm-not-wf-P52-ibm52n03.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttlistDecl with wrong field ordering. The Name "a" occurs after 
    the first AttDef in the AttlistDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P52/ibm52n04.xml" TYPE="not-wf" ID="ibm-not-wf-P52-ibm52n04.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttlistDecl with wrong key word. The string "Attlist" is used as
    the key word in the beginning sequence in the AttlistDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P52/ibm52n05.xml" TYPE="not-wf" ID="ibm-not-wf-P52-ibm52n05.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttlistDecl with a required field missing. The closing bracket 
    "greater than" is missing in the AttlistDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P52/ibm52n06.xml" TYPE="not-wf" ID="ibm-not-wf-P52-ibm52n06.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttlistDecl with wrong beginning sequence. The string 
    "(less than)ATTLIST" is used as the beginning sequence in the AttlistDecl in
    the DTD. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 53">
  <TEST URI="not-wf/P53/ibm53n01.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n01.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with a required field missing. The DefaultDecl is missing
    in the AttDef for the name "attr1" in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n02.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n02.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with a required field missing. The white space is missing
    between (abc|def) and "def" in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n03.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n03.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with a required field missing. The AttType is missing 
    for "attr1" in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n04.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n04.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with a required field missing. The white space is missing
    between "attr1" and (abc|def) in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n05.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n05.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with a required field missing. The Name is missing in the
    AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n06.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n06.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with a required field missing. The white space before the
    name "attr2" is missing in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n07.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n07.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with wrong field ordering. The Name "attr1" occurs after
    the AttType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P53/ibm53n08.xml" TYPE="not-wf" ID="ibm-not-wf-P53-ibm53n08.xml" ENTITIES="none" SECTIONS="3.3">
    Tests AttDef with wrong field ordering. The Name "attr1" occurs after
    the AttType and "default" occurs before the AttType in the AttDef in the 
    AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 54">
  <TEST URI="not-wf/P54/ibm54n01.xml" TYPE="not-wf" ID="ibm-not-wf-P54-ibm54n01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests AttType with a wrong option. The string "BOGUSATTR" is used as
    the AttType in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P54/ibm54n02.xml" TYPE="not-wf" ID="ibm-not-wf-P54-ibm54n02.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests AttType with a wrong option. The string "PCDATA" is used as
    the AttType in the AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 55">
  <TEST URI="not-wf/P55/ibm55n01.xml" TYPE="not-wf" ID="ibm-not-wf-P55-ibm55n01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests StringType with a wrong key word. The lower case string "cdata" 
    is used as the StringType in the AttType in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P55/ibm55n02.xml" TYPE="not-wf" ID="ibm-not-wf-P55-ibm55n02.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests StringType with a wrong key word. The string "#CDATA" is used as
    the StringType in the AttType in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P55/ibm55n03.xml" TYPE="not-wf" ID="ibm-not-wf-P55-ibm55n03.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests StringType with a wrong key word. The string "CData" is used as
    the StringType in the AttType in the AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 56">
  <TEST URI="not-wf/P56/ibm56n01.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type "id" is used in the
    TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P56/ibm56n02.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n02.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type "Idref" is used in the
    TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P56/ibm56n03.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n03.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type"Idrefs" is used in 
    the TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P56/ibm56n04.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n04.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type "EntitY" is used in 
    the TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P56/ibm56n05.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n05.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type "nmTOKEN" is used in 
    the TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P56/ibm56n06.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n06.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type "NMtokens" is used in
    the TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P56/ibm56n07.xml" TYPE="not-wf" ID="ibm-not-wf-P56-ibm56n07.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests TokenizedType with wrong key word. The type "#ID" is used in the
    TokenizedType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 57">
  <TEST URI="not-wf/P57/ibm57n01.xml" TYPE="not-wf" ID="ibm-not-wf-P57-ibm57n01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests EnumeratedType with an illegal option. The string "NMTOKEN (a|b)" 
    is used in the EnumeratedType in the AttlistDecl in the DTD. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 58">
  <TEST URI="not-wf/P58/ibm58n01.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with wrong key word. The lower case "notation" is 
    used as the key word in the NotationType in the AttDef in the AttlistDecl in 
    the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n02.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n02.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with a required field missing. The beginning bracket 
    "(" is missing in the NotationType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n03.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n03.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with a required field missing. The Name is missing 
    in the "()" in the NotationType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n04.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n04.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with a required field missing. The closing bracket 
    is missing in the NotationType in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n05.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n05.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with wrong field ordering. The key word "NOTATION"
    occurs after "(this)" in the NotationType in the AttDef in the AttlistDecl in 
    the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n06.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n06.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with wrong separator. The "," is used as a separator
    between "this" and "that" in the NotationType in the AttDef in the AttlistDecl 
    in the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n07.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n07.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with a required field missing. The white space is
    missing between "NOTATION" and "(this)" in the NotationType in the AttDef in the
    AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P58/ibm58n08.xml" TYPE="not-wf" ID="ibm-not-wf-P58-ibm58n08.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests NotationType with extra wrong characters. The double quote 
    character occurs after "(" and before ")" in the NotationType in the AttDef in 
    the AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 59">
  <TEST URI="not-wf/P59/ibm59n01.xml" TYPE="not-wf" ID="ibm-not-wf-P59-ibm59n01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests Enumeration with required fields missing. The Nmtokens and "|"s are
    missing in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P59/ibm59n02.xml" TYPE="not-wf" ID="ibm-not-wf-P59-ibm59n02.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests Enumeration with a required field missing. The closing bracket ")" is
    missing in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P59/ibm59n03.xml" TYPE="not-wf" ID="ibm-not-wf-P59-ibm59n03.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests Enumeration with wrong separator. The "," is used as the separator in 
    the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P59/ibm59n04.xml" TYPE="not-wf" ID="ibm-not-wf-P59-ibm59n04.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests Enumeration with illegal presence. The double quotes occur around the 
    Enumeration value in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P59/ibm59n05.xml" TYPE="not-wf" ID="ibm-not-wf-P59-ibm59n05.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests Enumeration with a required field missing. The white space is missing
    between  in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P59/ibm59n06.xml" TYPE="not-wf" ID="ibm-not-wf-P59-ibm59n06.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests Enumeration with a required field missing. The beginning bracket "(" is
    missing in the AttDef in the AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 60">
  <TEST URI="not-wf/P60/ibm60n01.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n01.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with wrong key word. The string "#required" is 
    used as the key word in the DefaultDecl in the AttDef in the AttlistDecl 
    in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n02.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n02.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with wrong key word. The string "Implied" is 
    used as the key word in the DefaultDecl in the AttDef in the AttlistDecl 
    in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n03.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n03.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with wrong key word. The string "!IMPLIED" is 
    used as the key word in the DefaultDecl in the AttDef in the AttlistDecl 
    in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n04.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n04.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with a required field missing. There is no 
    attribute value specified after the key word "#FIXED" in the DefaultDecl in
    the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n05.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n05.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with a required field missing. The white space is 
    missing between the key word "#FIXED" and the attribute value in the 
    DefaultDecl in the AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n06.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n06.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with wrong field ordering. The key word "#FIXED" 
    occurs after the attribute value "introduction" in the DefaultDecl in the 
    AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n07.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n07.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl against WFC of P60. The text replacement of the 
    entity "avalue" contains the "less than" character in the DefaultDecl in the
    AttDef in the AttlistDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P60/ibm60n08.xml" TYPE="not-wf" ID="ibm-not-wf-P60-ibm60n08.xml" ENTITIES="none" SECTIONS="3.3.2">
    Tests DefaultDecl with more than one key word. The "#REQUIRED" and
    the "#IMPLIED" are used as the key words in the DefaultDecl in the AttDef 
    in the AttlistDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 61">
  <TEST URI="not-wf/P61/ibm61n01.xml" TYPE="not-wf" ID="ibm-not-wf-P61-ibm61n01.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests conditionalSect with a wrong option. The word "NOTINCLUDE" is
    used as part of an option which is wrong in the coditionalSect. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 62">
  <TEST URI="not-wf/P62/ibm62n01.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n01.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with wrong key word. The string "include" is used
    as a key word in the beginning sequence in the includeSect in the file 
    ibm62n01.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n02.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n02.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with wrong beginning sequence. An extra "[" occurs
    in the beginning sequence in the includeSect in the file ibm62n02.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n03.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n03.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with wrong beginning sequence. A wrong character "?"
    occurs in the beginning sequence in the includeSect in the file ibm62n03.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n04.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n04.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with a required field missing. The key word 
    "INCLUDE" is missing in the includeSect in the file ibm62n04.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n05.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n05.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with a required field missing. The "[" is missing 
    after the key word "INCLUDE" in the includeSect in the file ibm62n05.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n06.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n06.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with wrong field ordering. The two external subset
    declarations occur before the key word "INCLUDE" in the includeSect in the 
    file ibm62n06.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n07.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n07.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with a required field missing. The closing sequence
    "]](greater than)" is missing in the includeSect in the file ibm62n07.dtd.
  </TEST>
  <TEST URI="not-wf/P62/ibm62n08.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n08.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with a required field missing. One "]" is missing 
    in the closing sequence in the includeSect in the file ibm62n08.dtd.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 63">
  <TEST URI="not-wf/P63/ibm63n01.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n01.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSect with wrong key word. The string "ignore" is used
    as a key word in the beginning sequence in the ignoreSect in the file 
    ibm63n01.dtd.
  </TEST>
  <TEST URI="not-wf/P63/ibm63n02.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n02.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSect with wrong beginning sequence. An extra "[" occurs
    in the beginning sequence in the ignoreSect in the file ibm63n02.dtd.
  </TEST>
  <TEST URI="not-wf/P63/ibm63n03.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n03.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSect with wrong beginning sequence. A wrong character "?"
    occurs in the beginning sequence in the ignoreSect in the file ibm63n03.dtd.
  </TEST>
  <TEST URI="not-wf/P63/ibm63n04.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n04.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSect with a required field missing. The key word 
    "IGNORE" is missing in the ignoreSect in the file ibm63n04.dtd.
  </TEST>
  <TEST URI="not-wf/P63/ibm63n05.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n05.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSect with a required field missing. The "[" is missing 
    after the key word "IGNORE" in the ignoreSect in the file ibm63n05.dtd.
  </TEST>
  <TEST URI="not-wf/P63/ibm63n06.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n06.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests includeSect with wrong field ordering. The two external subset
    declarations occur before the key word "IGNORE" in the ignoreSect in the 
    file ibm63n06.dtd.
  </TEST>
  <TEST URI="not-wf/P63/ibm63n07.xml" TYPE="not-wf" ID="ibm-not-wf-P63-ibm63n07.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSect with a required field missing. The closing sequence
    "]](greater than)" is missing in the ignoreSect in the file ibm63n07.dtd.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 64">
  <TEST URI="not-wf/P64/ibm64n01.xml" TYPE="not-wf" ID="ibm-not-wf-P64-ibm64n01.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSectContents with wrong beginning sequence. The "?" occurs
    in beginning sequence the ignoreSectContents in the file ibm64n01.dtd. 
  </TEST>
  <TEST URI="not-wf/P64/ibm64n02.xml" TYPE="not-wf" ID="ibm-not-wf-P64-ibm64n02.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSectContents with a required field missing.The closing 
    sequence is missing in the ignoreSectContents in the file ibm64n02.dtd. 
  </TEST>
  <TEST URI="not-wf/P64/ibm64n03.xml" TYPE="not-wf" ID="ibm-not-wf-P64-ibm64n03.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests ignoreSectContents with a required field missing.The beginning
    sequence is missing in the ignoreSectContents in the file ibm64n03.dtd. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 65">
  <TEST URI="not-wf/P65/ibm65n01.xml" TYPE="not-wf" ID="ibm-not-wf-P65-ibm65n01.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests Ignore with illegal string included. The string 
    "]](greater than)" is contained before "this" in the Ignore in the 
    ignoreSectContents in the file ibm65n01.dtd 
  </TEST>
  <TEST URI="not-wf/P65/ibm65n02.xml" TYPE="not-wf" ID="ibm-not-wf-P65-ibm65n02.xml" ENTITIES="parameter" SECTIONS="3.4">
    Tests Ignore with illegal string included. The string 
    "(less than)![" is contained before "this" in the Ignore in the 
    ignoreSectContents in the file ibm65n02.dtd 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 66">
  <TEST URI="not-wf/P66/ibm66n01.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n01.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#002f" is 
    used as the referred character in the CharRef in the EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P66/ibm66n02.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n02.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with the semicolon character missing. The semicolon 
    character is missing at the end of the CharRef in the attribute value in
    the STag of element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n03.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n03.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "49" is 
    used as the referred character in the CharRef in the EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P66/ibm66n04.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n04.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#5~0" is 
    used as the referred character in the attribute value in the EmptyElemTag
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n05.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n05.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#x002g" is
    used as the referred character in the CharRef in the EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P66/ibm66n06.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n06.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#x006G" is
    used as the referred character in the attribute value in the EmptyElemTag 
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n07.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n07.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#0=2f" is 
    used as the referred character in the CharRef in the EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P66/ibm66n08.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n08.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#56.0" is 
    used as the referred character in the attribute value in the EmptyElemTag 
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n09.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n09.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#x00/2f" 
    is used as the referred character in the CharRef in the EntityDecl in the 
    DTD.
  </TEST>
  <TEST URI="not-wf/P66/ibm66n10.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n10.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#51)" is 
    used as the referred character in the attribute value in the EmptyElemTag 
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n11.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n11.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#00 2f"
    is used as the referred character in the CharRef in the EntityDecl in the 
    DTD.
  </TEST>
  <TEST URI="not-wf/P66/ibm66n12.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n12.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#x0000" 
    is used as the referred character in the attribute value in the EmptyElemTag
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n13.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n13.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#x001f" 
    is used as the referred character in the attribute value in the EmptyElemTag
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n14.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n14.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#xfffe" 
    is used as the referred character in the attribute value in the EmptyElemTag
    of the element "root".
  </TEST>
  <TEST URI="not-wf/P66/ibm66n15.xml" TYPE="not-wf" ID="ibm-not-wf-P66-ibm66n15.xml" ENTITIES="none" SECTIONS="4.1">
    Tests CharRef with an illegal character referred to. The "#xffff" 
    is used as the referred character in the attribute value in the EmptyElemTag
    of the element "root".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 68">
  <TEST URI="not-wf/P68/ibm68n01.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n01.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef with a required field missing. The Name is missing 
    in the EntityRef in the content of the element "root".
  </TEST>
  <TEST URI="not-wf/P68/ibm68n02.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n02.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef with a required field missing. The semicolon is
    missing in the EntityRef in the attribute value in the element "root".
  </TEST>
  <TEST URI="not-wf/P68/ibm68n03.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n03.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef with an extra white space. A white space occurs 
    after the ampersand in the EntityRef in the content of the element "root".
  </TEST>
  <TEST URI="not-wf/P68/ibm68n04.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n04.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: Entity Declared. The name
    "aAa" in the EntityRef in the AttValue in the STage of the element "root" 
    does not match the Name of any declared entity in the DTD.
  </TEST>
  <TEST URI="not-wf/P68/ibm68n05.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n05.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: Entity Declared. The 
    entity with the name "aaa" in the EntityRef in the AttValue in the STag of 
    the element "root" is not declared.
  </TEST>
  <TEST URI="not-wf/P68/ibm68n06.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n06.xml" ENTITIES="parameter" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: Entity Declared. The 
    entity with the name "aaa" in the EntityRef in the AttValue in the STag of 
    the element "root" is externally declared, but standalone is "yes".
  </TEST>
  <TEST URI="not-wf/P68/ibm68n07.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n07.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: Entity Declared. The 
    entity with the name "aaa" in the EntityRef in the AttValue in the STag of 
    the element "root" is referred before declared.
  </TEST>
  <TEST URI="not-wf/P68/ibm68n08.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n08.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: Parsed Entity. The 
    EntityRef in the AttValue in the STag of the element "root" contains the 
    name "aImage" of an unparsed entity.
  </TEST>
  <TEST URI="not-wf/P68/ibm68n09.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n09.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: No Recursion. The 
    recursive entity reference occurs with the entity declarations for "aaa"
    and "bbb" in the DTD.
  </TEST>
  <TEST URI="not-wf/P68/ibm68n10.xml" TYPE="not-wf" ID="ibm-not-wf-P68-ibm68n10.xml" ENTITIES="none" SECTIONS="4.1">
    Tests EntityRef which is against P68 WFC: No Recursion. The 
    indirect recursive entity reference occurs with the entity declarations for
    "aaa", "bbb", "ccc", "ddd", and "eee" in the DTD.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 69">
  <TEST URI="not-wf/P69/ibm69n01.xml" TYPE="not-wf" ID="ibm-not-wf-P69-ibm69n01.xml" ENTITIES="none" SECTIONS="4.1">
    Tests PEReference with a required field missing. The Name "paaa" is 
    missing in the PEReference in the DTD.
  </TEST>
  <TEST URI="not-wf/P69/ibm69n02.xml" TYPE="not-wf" ID="ibm-not-wf-P69-ibm69n02.xml" ENTITIES="none" SECTIONS="4.1">
    Tests PEReference with a required field missing. The semicolon is 
    missing in the PEReference "%paaa" in the DTD.
  </TEST>
  <TEST URI="not-wf/P69/ibm69n03.xml" TYPE="not-wf" ID="ibm-not-wf-P69-ibm69n03.xml" ENTITIES="none" SECTIONS="4.1">
    Tests PEReference with an extra white space. There is an extra 
    white space occurs before ";" in the PEReference in the DTD.  
  </TEST>
  <TEST URI="not-wf/P69/ibm69n04.xml" TYPE="not-wf" ID="ibm-not-wf-P69-ibm69n04.xml" ENTITIES="none" SECTIONS="4.1">
    Tests PEReference with an extra white space. There is an extra 
    white space occurs after "%" in the PEReference in the DTD.  
  </TEST>
  <TEST URI="not-wf/P69/ibm69n05.xml" TYPE="error" ID="ibm-not-wf-P69-ibm69n05.xml" ENTITIES="none" SECTIONS="4.1">
    Based on E29 substantial source: minutes XML-Syntax 1999-02-24 E38 in
    XML 1.0 Errata, this WFC does not apply to P69, but the VC Entity declared 
    still apply. 
    Tests PEReference which is against P69 WFC: Entity Declared. The PE
    with the name "paaa" is referred before declared in the DTD.
  </TEST>
  <TEST URI="not-wf/P69/ibm69n06.xml" TYPE="not-wf" ID="ibm-not-wf-P69-ibm69n06.xml" ENTITIES="none" SECTIONS="4.1">
    Tests PEReference which is against P69 WFC: No Recursion. The 
    recursive PE reference occurs with the entity declarations for "paaa" and 
    "bbb" in the DTD. 
  </TEST>
  <TEST URI="not-wf/P69/ibm69n07.xml" TYPE="not-wf" ID="ibm-not-wf-P69-ibm69n07.xml" ENTITIES="none" SECTIONS="4.1">
    Tests PEReference which is against P69 WFC: No Recursion. The 
    indirect recursive PE reference occurs with the entity declarations for 
    "paaa", "bbb", "ccc", "ddd", and "eee" in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 71">
  <TEST URI="not-wf/P71/ibm70n01.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm70n01.xml" ENTITIES="none" SECTIONS="4.2">
    Tests
  </TEST>
  <TEST URI="not-wf/P71/ibm71n01.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n01.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with a required field missing. The white space is 
    missing between the beginning sequence and the Name "aaa" in the EntityDecl 
    in the DTD.  
  </TEST>
  <TEST URI="not-wf/P71/ibm71n02.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n02.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with a required field missing. The white space is 
    missing between the Name "aaa" and the EntityDef "aString" in the 
    EntityDecl in the DTD.  
  </TEST>
  <TEST URI="not-wf/P71/ibm71n03.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n03.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with a required field missing. The EntityDef is 
    missing in the EntityDecl with the Name "aaa" in the DTD.  
  </TEST>
  <TEST URI="not-wf/P71/ibm71n04.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n04.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with a required field missing. The Name is missing 
    in the EntityDecl with the EntityDef "aString" in the DTD.  
  </TEST>
  <TEST URI="not-wf/P71/ibm71n05.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n05.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with wrong ordering. The Name "aaa" occurs after 
    the EntityDef in the EntityDecl in the DTD.  
  </TEST>
  <TEST URI="not-wf/P71/ibm71n06.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n06.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with wrong key word. The string "entity" is used 
    as the key word in the beginning sequence in the EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P71/ibm71n07.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n07.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with a required field missing. The closing bracket
    (greater than) is missing in the EntityDecl in the DTD.  
  </TEST>
  <TEST URI="not-wf/P71/ibm71n08.xml" TYPE="not-wf" ID="ibm-not-wf-P71-ibm71n08.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDecl with a required field missing. The exclamation mark
    is missing in the beginning sequence in the EntityDecl in the DTD.  
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 72">
  <TEST URI="not-wf/P72/ibm72n01.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n01.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with a required field missing. The white space is 
    missing between the beginning sequence and the "%" in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n02.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n02.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with a required field missing. The Name is missing 
    in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n03.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n03.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with a required field missing. The white space is 
    missing between the Name and the PEDef in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n04.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n04.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with a required field missing. The PEDef is missing 
    after the Name "paaa" in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n05.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n05.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with wrong field ordering. The Name "paaa" occurs 
    after the PEDef in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n06.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n06.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with wrong field ordering. The "%" and the Name "paaa"
    occurs after the PEDef in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n07.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n07.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with wrong key word. The string "entity" is used as 
    the key word in the beginning sequence in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n08.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n08.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with a required field missing. The closing bracket 
    (greater than) is missing in the PEDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P72/ibm72n09.xml" TYPE="not-wf" ID="ibm-not-wf-P72-ibm72n09.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEdecl with wrong closing sequence. The string 
    "!(greater than)" is used as the closing sequence in the PEDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 73">
  <TEST URI="not-wf/P73/ibm73n01.xml" TYPE="not-wf" ID="ibm-not-wf-P73-ibm73n01.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDef with wrong field ordering. The NDataDecl "NDATA 
    JPGformat" occurs before the ExternalID in the EntityDef in the EntityDecl.
  </TEST>
  <TEST URI="not-wf/P73/ibm73n03.xml" TYPE="not-wf" ID="ibm-not-wf-P73-ibm73n03.xml" ENTITIES="none" SECTIONS="4.2">
    Tests EntityDef with a required field missing. The ExternalID is 
    missing before the NDataDecl in the EntityDef in the EntityDecl.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 74">
  <TEST URI="not-wf/P74/ibm74n01.xml" TYPE="not-wf" ID="ibm-not-wf-P74-ibm74n01.xml" ENTITIES="none" SECTIONS="4.2">
    Tests PEDef with extra fields. The NDataDecl occurs after the 
    ExternalID in the PEDef in the PEDecl in the DTD.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 75">
  <TEST URI="not-wf/P75/ibm75n01.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n01.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with wrong key word. The string "system" is used
    as the key word in the ExternalID in the EntityDef in the EntityDecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n02.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n02.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with wrong key word. The string "public" is used
    as the key word in the ExternalID in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n03.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n03.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with wrong key word. The string "Public" is used
    as the key word in the ExternalID in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n04.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n04.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with wrong field ordering. The key word "PUBLIC" 
    occurs after the PublicLiteral and the SystemLiteral in the ExternalID in 
    the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n05.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n05.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The white space 
    between "SYSTEM" and the Systemliteral is missing in the ExternalID in the 
    EntityDef in the EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n06.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n06.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The Systemliteral 
    is missing after "SYSTEM" in the ExternalID in the EntityDef in the 
    EntityDecl in the DTD.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n07.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n07.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The white space 
    between the PublicLiteral and the Systemliteral is missing in the ExternalID
    in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n08.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n08.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The key word 
    "PUBLIC" is missing in the ExternalID in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n09.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n09.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The white space 
    between "PUBLIC" and the PublicLiteral is missing in the ExternalID in the 
    doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n10.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n10.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The PublicLiteral
    is missing in the ExternalID in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n11.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n11.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The PublicLiteral
    is missing in the ExternalID in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n12.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n12.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with a required field missing. The SystemLiteral
    is missing in the ExternalID in the doctypedecl.
  </TEST>
  <TEST URI="not-wf/P75/ibm75n13.xml" TYPE="not-wf" ID="ibm-not-wf-P75-ibm75n13.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests ExternalID with wrong field ordering. The key word "PUBLIC" 
    occurs after the PublicLiteral in the ExternalID in the doctypedecl.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 76">
  <TEST URI="not-wf/P76/ibm76n01.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n01.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with wrong key word. The string "ndata" is used as 
    the key word in the NDataDecl in the EntityDef in the GEDecl.
  </TEST>
  <TEST URI="not-wf/P76/ibm76n02.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n02.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with wrong key word. The string "NData" is used as 
    the key word in the NDataDecl in the EntityDef in the GEDecl.
  </TEST>
  <TEST URI="not-wf/P76/ibm76n03.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n03.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with a required field missing. The leading white 
    space is missing in the NDataDecl in the EntityDef in the GEDecl.
  </TEST>
  <TEST URI="not-wf/P76/ibm76n04.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n04.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with a required field missing. The key word "NDATA"
    is missing in the NDataDecl in the EntityDef in the GEDecl.
  </TEST>
  <TEST URI="not-wf/P76/ibm76n05.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n05.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with a required field missing. The Name after the 
    key word "NDATA" is missing in the NDataDecl in the EntityDef in the GEDecl.
  </TEST>
  <TEST URI="not-wf/P76/ibm76n06.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n06.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with a required field missing. The white space 
    between "NDATA" and the Name is missing in the NDataDecl in the EntityDef 
    in the GEDecl.
  </TEST>
  <TEST URI="not-wf/P76/ibm76n07.xml" TYPE="not-wf" ID="ibm-not-wf-P76-ibm76n07.xml" ENTITIES="none" SECTIONS="4.2.2">
    Tests NDataDecl with wrong field ordering. The key word "NDATA" 
    occurs after the Name in the NDataDecl in the EntityDef in the GEDecl.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 77">
  <TEST URI="not-wf/P77/ibm77n01.xml" TYPE="not-wf" ID="ibm-not-wf-P77-ibm77n01.xml" ENTITIES="general" SECTIONS="4.3.1">
    Tests TextDecl with wrong field ordering. The VersionInfo occurs 
    after the EncodingDecl in the TextDecl in the file "ibm77n01.ent".
  </TEST>
  <TEST URI="not-wf/P77/ibm77n02.xml" TYPE="not-wf" ID="ibm-not-wf-P77-ibm77n02.xml" ENTITIES="general" SECTIONS="4.3.1">
    Tests TextDecl with wrong key word. The string "XML" is used in the
    beginning sequence in the TextDecl in the file "ibm77n02.ent".
  </TEST>
  <TEST URI="not-wf/P77/ibm77n03.xml" TYPE="not-wf" ID="ibm-not-wf-P77-ibm77n03.xml" ENTITIES="parameter" SECTIONS="4.3.1">
    Tests TextDecl with wrong closing sequence. The character "greater 
    than" is used as the closing sequence in the TextDecl in the file 
    "ibm77n03.ent".
  </TEST>
  <TEST URI="not-wf/P77/ibm77n04.xml" TYPE="not-wf" ID="ibm-not-wf-P77-ibm77n04.xml" ENTITIES="parameter" SECTIONS="4.3.1">
    Tests TextDecl with a required field missing. The closing sequence 
    is missing in the TextDecl in the file "ibm77n04.ent".
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 78">
  <TEST URI="not-wf/P78/ibm78n01.xml" TYPE="not-wf" ID="ibm-not-wf-P78-ibm78n01.xml" ENTITIES="general" SECTIONS="4.3.2">
    Tests extParsedEnt with wrong field ordering. The TextDecl occurs 
    after the content in the file ibm78n01.ent.
  </TEST>
  <TEST URI="not-wf/P78/ibm78n02.xml" TYPE="not-wf" ID="ibm-not-wf-P78-ibm78n02.xml" ENTITIES="general" SECTIONS="4.3.2">
    Tests extParsedEnt with extra field. A blank line occurs before the
    TextDecl in the file ibm78n02.ent.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 79">
  <TEST URI="not-wf/P79/ibm79n01.xml" TYPE="not-wf" ID="ibm-not-wf-P79-ibm79n01.xml" ENTITIES="parameter" SECTIONS="4.3.2">
    Tests extPE with wrong field ordering. The TextDecl occurs after 
    the extSubsetDecl (the white space and the comment) in the file 
    ibm79n01.ent.
  </TEST>
  <TEST URI="not-wf/P79/ibm79n02.xml" TYPE="not-wf" ID="ibm-not-wf-P79-ibm79n02.xml" ENTITIES="parameter" SECTIONS="4.3.2">
    Tests extPE with extra field. A blank line occurs before the
    TextDecl in the file ibm78n02.ent.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 80">
  <TEST URI="not-wf/P80/ibm80n01.xml" TYPE="not-wf" ID="ibm-not-wf-P80-ibm80n01.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncodingDecl with a required field missing. The leading white 
    space is missing in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P80/ibm80n02.xml" TYPE="not-wf" ID="ibm-not-wf-P80-ibm80n02.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncodingDecl with a required field missing. The "=" sign is 
    missing in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P80/ibm80n03.xml" TYPE="not-wf" ID="ibm-not-wf-P80-ibm80n03.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncodingDecl with a required field missing. The double quoted 
    EncName are missing in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P80/ibm80n04.xml" TYPE="not-wf" ID="ibm-not-wf-P80-ibm80n04.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncodingDecl with wrong field ordering. The string "encoding="    occurs after the double quoted EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P80/ibm80n05.xml" TYPE="not-wf" ID="ibm-not-wf-P80-ibm80n05.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncodingDecl with wrong field ordering. The "encoding" occurs
    after the double quoted EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P80/ibm80n06.xml" TYPE="not-wf" ID="ibm-not-wf-P80-ibm80n06.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncodingDecl with wrong key word. The string "Encoding" is 
    used as the key word in the EncodingDecl in the XMLDecl.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 81">
  <TEST URI="not-wf/P81/ibm81n01.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n01.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The "_" is used as the 
    first character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n02.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n02.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The "-" is used as the 
    first character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n03.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n03.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The "." is used as the 
    first character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n04.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n04.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with illegal characters. The "8-" is used as the 
    initial characters in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n05.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n05.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The "~" is used as one 
    character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n06.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n06.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The "#" is used as one 
    character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n07.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n07.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The ":" is used as one 
    character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n08.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n08.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The "/" is used as one 
    character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
  <TEST URI="not-wf/P81/ibm81n09.xml" TYPE="not-wf" ID="ibm-not-wf-P81-ibm81n09.xml" ENTITIES="none" SECTIONS="4.3.3">
    Tests EncName with an illegal character. The ";" is used as one 
    character in the EncName in the EncodingDecl in the XMLDecl.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 82">
  <TEST URI="not-wf/P82/ibm82n01.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n01.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with a required field missing. The white space 
    after the beginning sequence of the NotationDecl is missing in the DTD. 
  </TEST>
  <TEST URI="not-wf/P82/ibm82n02.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n02.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with a required field missing. The Name in the 
    NotationDecl is missing in the DTD. 
  </TEST>
  <TEST URI="not-wf/P82/ibm82n03.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n03.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with a required field missing. The externalID or
    the PublicID is missing in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P82/ibm82n04.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n04.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with wrong field ordering. The Name occurs after
    the "SYSTEM" and the externalID in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P82/ibm82n05.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n05.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with wrong key word. The string "notation" is 
    used as a key word in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P82/ibm82n06.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n06.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with a required field missing. The closing 
    bracket (the greater than character) is missing in the NotationDecl.
  </TEST>
  <TEST URI="not-wf/P82/ibm82n07.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n07.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with wrong beginning sequence. The "!" is missing
    in the beginning sequence in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P82/ibm82n08.xml" TYPE="not-wf" ID="ibm-not-wf-P82-ibm82n08.xml" ENTITIES="none" SECTIONS="4.7">
    Tests NotationDecl with wrong closing sequence. The extra "!" occurs
    in the closing sequence in the NotationDecl in the DTD. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 83">
  <TEST URI="not-wf/P83/ibm83n01.xml" TYPE="not-wf" ID="ibm-not-wf-P83-ibm83n01.xml" ENTITIES="none" SECTIONS="4.7">
    Tests PublicID with wrong key word. The string "public" is used as 
    the key word in the PublicID in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P83/ibm83n02.xml" TYPE="not-wf" ID="ibm-not-wf-P83-ibm83n02.xml" ENTITIES="none" SECTIONS="4.7">
    Tests PublicID with wrong key word. The string "Public" is used as 
    the key word in the PublicID in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P83/ibm83n03.xml" TYPE="not-wf" ID="ibm-not-wf-P83-ibm83n03.xml" ENTITIES="none" SECTIONS="4.7">
    Tests PublicID with a required field missing. The key word "PUBLIC"
    is missing in the PublicID in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P83/ibm83n04.xml" TYPE="not-wf" ID="ibm-not-wf-P83-ibm83n04.xml" ENTITIES="none" SECTIONS="4.7">
    Tests PublicID with a required field missing. The white space 
    between the "PUBLIC" and the PubidLiteral is missing in the PublicID in 
    the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P83/ibm83n05.xml" TYPE="not-wf" ID="ibm-not-wf-P83-ibm83n05.xml" ENTITIES="none" SECTIONS="4.7">
    Tests PublicID with a required field missing. The PubidLiteral is 
    missing in the PublicID in the NotationDecl in the DTD. 
  </TEST>
  <TEST URI="not-wf/P83/ibm83n06.xml" TYPE="not-wf" ID="ibm-not-wf-P83-ibm83n06.xml" ENTITIES="none" SECTIONS="4.7">
    Tests PublicID with wrong field ordering. The key word "PUBLIC" 
    occurs after the PubidLiteral in the PublicID in the NotationDecl. 
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 85">
  <TEST URI="not-wf/P85/ibm85n01.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n01.xml" ENTITIES="none" SECTIONS="B.">
    Tests BaseChar with an illegal character. The character #x00D7 
    occurs as the first character of the PITarget in the PI in the DTD.
  </TEST>
  <TEST URI="not-wf/P85/ibm85n02.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n02.xml" ENTITIES="none" SECTIONS="B.">
    Tests BaseChar with an illegal character. The character #x00F7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n03.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n03.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0132    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n04.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n04.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0133    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n05.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n05.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x013F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n06.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n06.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0140    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n07.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n07.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0149    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n08.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n08.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x017F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n09.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n09.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01c4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n10.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n10.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01CC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n100.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n100.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0BB6
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n101.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n101.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0BBA
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n102.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n102.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C0D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n103.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n103.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n104.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n104.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n105.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n105.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n106.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n106.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C5F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n107.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n107.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C62    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n108.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n108.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C8D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n109.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n109.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0C91    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n11.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n11.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01F1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n110.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n110.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0CA9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n111.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n111.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0CB4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n112.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n112.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0CBA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n113.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n113.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0CDF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n114.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n114.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0CE2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n115.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n115.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0D0D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n116.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n116.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0D11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n117.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n117.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0D29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n118.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n118.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0D3A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n119.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n119.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0D62    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n12.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n12.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01F3    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n120.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n120.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E2F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n121.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n121.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E31    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n122.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n122.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n123.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n123.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E46    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n124.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n124.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E83    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n125.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n125.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E85    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n126.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n126.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E89    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n127.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n127.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E8B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n128.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n128.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E8E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n129.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n129.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0E98    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n13.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n13.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01F6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n130.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n130.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EA0    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n131.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n131.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EA4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n132.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n132.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EA6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n133.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n133.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EA8    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n134.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n134.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EAC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n135.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n135.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EAF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n136.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n136.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EB1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n137.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n137.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EB4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n138.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n138.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EBE    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n139.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n139.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0EC5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n14.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n14.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01F9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n140.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n140.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0F48    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n141.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n141.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0F6A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n142.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n142.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x10C6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n143.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n143.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x10F7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n144.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n144.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1011    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n145.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n145.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1104    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n146.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n146.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1108    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n147.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n147.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x110A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n148.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n148.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x110D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n149.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n149.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x113B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n15.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n15.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x01F9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n150.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n150.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x113F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n151.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n151.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1141    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n152.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n152.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x114D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n153.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n153.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x114f    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n154.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n154.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1151    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n155.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n155.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1156    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n156.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n156.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x115A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n157.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n157.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1162    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n158.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n158.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1164    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n159.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n159.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1166    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n16.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n16.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0230    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n160.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n160.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x116B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n161.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n161.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x116F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n162.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n162.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1174    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n163.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n163.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x119F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n164.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n164.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11AC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n165.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n165.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11B6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n166.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n166.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11B9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n167.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n167.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11BB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n168.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n168.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11C3    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n169.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n169.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11F1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n17.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n17.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x02AF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n170.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n170.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x11FA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n171.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n171.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1E9C    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n172.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n172.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1EFA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n173.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n173.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F16    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n174.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n174.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F1E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n175.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n175.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F46    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n176.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n176.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F4F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n177.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n177.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F58    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n178.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n178.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F5A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n179.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n179.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F5C    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n18.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n18.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x02CF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n180.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n180.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F5E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n181.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n181.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1F7E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n182.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n182.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FB5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n183.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n183.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FBD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n184.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n184.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FBF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n185.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n185.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FC5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n186.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n186.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FCD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n187.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n187.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FD5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n188.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n188.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FDC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n189.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n189.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FED    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n19.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n19.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0387    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n190.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n190.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FF5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n191.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n191.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x1FFD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n192.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n192.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x2127    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n193.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n193.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x212F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n194.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n194.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x2183    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n195.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n195.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x3095    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n196.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n196.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x30FB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n197.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n197.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x312D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n198.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n198.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #xD7A4    
    occurs as the first character of the PITarget in the PI in the DTD.  
    </TEST>
  <TEST URI="not-wf/P85/ibm85n20.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n20.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x038B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n21.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n21.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x03A2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n22.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n22.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x03CF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n23.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n23.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x03D7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n24.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n24.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x03DD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n25.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n25.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x03E1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n26.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n26.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x03F4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n27.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n27.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x040D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n28.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n28.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0450    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n29.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n29.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x045D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n30.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n30.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0482    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n31.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n31.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04C5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n32.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n32.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04C6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n33.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n33.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04C9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n34.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n34.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04EC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n35.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n35.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04ED    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n36.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n36.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04F6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n37.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n37.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x04FA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n38.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n38.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0557    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n39.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n39.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0558    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n40.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n40.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0587    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n41.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n41.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x05EB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n42.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n42.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x05F3    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n43.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n43.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0620    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n44.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n44.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x063B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n45.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n45.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x064B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n46.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n46.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x06B8    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n47.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n47.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x06BF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n48.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n48.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x06CF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n49.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n49.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x06D4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n50.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n50.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x06D6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n51.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n51.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x06E7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n52.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n52.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x093A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n53.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n53.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x093E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n54.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n54.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0962    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n55.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n55.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x098D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n56.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n56.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0991    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n57.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n57.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0992    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n58.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n58.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09A9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n59.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n59.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09B1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n60.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n60.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09B5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n61.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n61.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09BA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n62.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n62.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09DE    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n63.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n63.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09E2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n64.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n64.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x09F2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n65.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n65.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A0B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n66.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n66.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n67.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n67.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n68.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n68.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A31    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n69.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n69.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n70.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n70.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A37    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n71.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n71.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A3A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n72.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n72.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A5D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n73.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n73.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A70    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n74.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n74.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A75    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n75.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n75.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #xA84    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n76.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n76.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0ABC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n77.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n77.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0A92    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n78.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n78.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0AA9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n79.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n79.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0AB1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n80.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n80.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0AB4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n81.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n81.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0ABA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n82.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n82.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B04    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n83.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n83.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B0D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n84.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n84.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n85.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n85.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n86.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n86.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B31    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n87.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n87.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n88.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n88.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B3A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n89.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n89.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B3E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n90.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n90.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B5E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n91.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n91.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B62    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n92.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n92.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B8B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n93.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n93.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B91    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n94.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n94.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B98    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n95.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n95.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B9B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n96.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n96.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0B9D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n97.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n97.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0BA0    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n98.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n98.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0BA7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P85/ibm85n99.xml" TYPE="not-wf" ID="ibm-not-wf-P85-ibm85n99.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests BaseChar with an illegal character. The character #x0BAB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 86">
  <TEST URI="not-wf/P86/ibm86n01.xml" TYPE="not-wf" ID="ibm-not-wf-P86-ibm86n01.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Ideographic with an illegal character. The character #x4CFF    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
  <TEST URI="not-wf/P86/ibm86n02.xml" TYPE="not-wf" ID="ibm-not-wf-P86-ibm86n02.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Ideographic with an illegal character. The character #x9FA6    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
  <TEST URI="not-wf/P86/ibm86n03.xml" TYPE="not-wf" ID="ibm-not-wf-P86-ibm86n03.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Ideographic with an illegal character. The character #x3008    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
  <TEST URI="not-wf/P86/ibm86n04.xml" TYPE="not-wf" ID="ibm-not-wf-P86-ibm86n04.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Ideographic with an illegal character. The character #x302A    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 87">
  <TEST URI="not-wf/P87/ibm87n01.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n01.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x02FF    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n02.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n02.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0346    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n03.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n03.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0362    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n04.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n04.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0487    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n05.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n05.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x05A2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n06.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n06.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x05BA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n07.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n07.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x05BE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n08.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n08.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x05C0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n09.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n09.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x05C3    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n10.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n10.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0653    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n11.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n11.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x06B8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n12.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n12.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x06B9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n13.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n13.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x06E9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n14.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n14.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x06EE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n15.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n15.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0904    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n16.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n16.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x093B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n17.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n17.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x094E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n18.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n18.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0955    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n19.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n19.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0964    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n20.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n20.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0984    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n21.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n21.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x09C5    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n22.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n22.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x09C9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n23.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n23.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x09CE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n24.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n24.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x09D8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n25.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n25.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x09E4    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n26.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n26.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A03    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n27.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n27.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A3D    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n28.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n28.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A46    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n29.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n29.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A49    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n30.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n30.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A4E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n31.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n31.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A80    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n32.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n32.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0A84    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n33.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n33.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0ABB    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n34.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n34.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0AC6    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n35.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n35.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0ACA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n36.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n36.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0ACE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n37.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n37.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B04    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n38.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n38.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B3B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n39.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n39.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B44    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n40.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n40.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B4A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n41.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n41.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B4E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n42.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n42.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B58    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n43.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n43.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0B84    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n44.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n44.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0BC3    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n45.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n45.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0BC9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n46.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n46.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0BD6    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n47.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n47.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0C0D    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n48.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n48.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0C45    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n49.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n49.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0C49    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n50.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n50.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0C54    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n51.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n51.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0C81    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n52.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n52.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0C84    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n53.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n53.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0CC5    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n54.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n54.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0CC9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n55.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n55.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0CD4    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n56.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n56.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0CD7    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n57.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n57.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0D04    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n58.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n58.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0D45    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n59.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n59.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0D49    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n60.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n60.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0D4E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n61.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n61.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0D58    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n62.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n62.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0E3F    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n63.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n63.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0E3B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n64.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n64.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0E4F    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n66.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n66.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0EBA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n67.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n67.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0EBE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n68.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n68.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0ECE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n69.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n69.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F1A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n70.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n70.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F36    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n71.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n71.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F38    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n72.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n72.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F3B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n73.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n73.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F3A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n74.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n74.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F70    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n75.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n75.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F85    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n76.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n76.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F8C    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n77.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n77.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F96    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n78.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n78.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0F98    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n79.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n79.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0FB0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n80.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n80.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0FB8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n81.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n81.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x0FBA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n82.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n82.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x20DD    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n83.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n83.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x20E2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n84.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n84.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x3030    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P87/ibm87n85.xml" TYPE="not-wf" ID="ibm-not-wf-P87-ibm87n85.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests CombiningChar with an illegal character. The character #x309B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 88">
  <TEST URI="not-wf/P88/ibm88n01.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n01.xml" ENTITIES="none" SECTIONS="B.">
    Tests Digit with an illegal character. The character #x0029    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n02.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n02.xml" ENTITIES="none" SECTIONS="B.">
    Tests Digit with an illegal character. The character #x003B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n03.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n03.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x066A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n04.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n04.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x06FA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n05.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n05.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0970    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n06.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n06.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x09F2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n08.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n08.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0AF0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n09.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n09.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0B70    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n10.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n10.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0C65    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n11.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n11.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0CE5    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n12.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n12.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0CF0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n13.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n13.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0D70    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n14.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n14.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0E5A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n15.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n15.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0EDA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P88/ibm88n16.xml" TYPE="not-wf" ID="ibm-not-wf-P88-ibm88n16.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Digit with an illegal character. The character #x0F2A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 89">
  <TEST URI="not-wf/P89/ibm89n01.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n01.xml" ENTITIES="none" SECTIONS="B.">
    Tests Extender with an illegal character. The character #x00B6    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P89/ibm89n02.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n02.xml" ENTITIES="none" SECTIONS="B.">
    Tests Extender with an illegal character. The character #x00B8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P89/ibm89n03.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n03.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x02D2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P89/ibm89n04.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n04.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x03FE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P89/ibm89n05.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n05.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x065F    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
  <TEST URI="not-wf/P89/ibm89n06.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n06.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x0EC7    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
  <TEST URI="not-wf/P89/ibm89n07.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n07.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x3006    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
  <TEST URI="not-wf/P89/ibm89n08.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n08.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x3030    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
  <TEST URI="not-wf/P89/ibm89n09.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n09.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x3036    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
  <TEST URI="not-wf/P89/ibm89n10.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n10.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x309C    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
  <TEST URI="not-wf/P89/ibm89n11.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n11.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x309F    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
  <TEST URI="not-wf/P89/ibm89n12.xml" TYPE="not-wf" ID="ibm-not-wf-P89-ibm89n12.xml" ENTITIES="none" SECTIONS="B." EDITION="1 2 3 4">
    Tests Extender with an illegal character. The character #x30FF    
    occurs as the second character in the PITarget in the PI in the DTD.  
    [Also contains two top-level elements -- one should be removed]
  </TEST>
</TESTCASES>

</TESTCASES>




    <!--

 (C) Copyright IBM Corp. 2000  All rights reserved.

 US Government Users Restricted Rights Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

 The program is provided "as is" without any warranty express or
 implied, including the warranty of non-infringement and the implied
 warranties of merchantibility and fitness for a particular purpose.
 IBM will not be liable for any damages suffered by you as a result
 of using the Program. In no event will IBM be liable for any
 special, indirect or consequential damages or lost profits even if
 IBM has been advised of the possibility of their occurrence. IBM
 will not be liable for any third party claims against you.

-->

<TESTCASES PROFILE="IBM XML Conformance Test Suite - valid tests">

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 1">
  <TEST URI="valid/P01/ibm01v01.xml" TYPE="valid" ID="ibm-valid-P01-ibm01v01.xml" ENTITIES="none" SECTIONS="2.1" OUTPUT="valid/P01/out/ibm01v01.xml">
    Tests with a xml document consisting of <EM>prolog</EM> followed by 
    <EM>element</EM> then <EM>Misc</EM> 
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 2">
  <TEST URI="valid/P02/ibm02v01.xml" TYPE="valid" ID="ibm-valid-P02-ibm02v01.xml" ENTITIES="none" SECTIONS="2.2">
     This test case covers legal character ranges plus discrete legal characters for production 02.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 3">
  <TEST URI="valid/P03/ibm03v01.xml" TYPE="valid" ID="ibm-valid-P03-ibm03v01.xml" ENTITIES="none" SECTIONS="2.3">
    Tests all 4 legal white space characters - #x20 #x9 #xD #xA
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 9">
  <TEST URI="valid/P09/ibm09v01.xml" TYPE="valid" ID="ibm-valid-P09-ibm09v01.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P09/out/ibm09v01.xml">
    Empty EntityValue is legal
  </TEST>
  <TEST URI="valid/P09/ibm09v02.xml" TYPE="valid" ID="ibm-valid-P09-ibm09v02.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P09/out/ibm09v02.xml">
    Tests a normal EnitityValue
  </TEST>
  <TEST URI="valid/P09/ibm09v03.xml" TYPE="valid" ID="ibm-valid-P09-ibm09v03.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P09/out/ibm09v03.xml">
    Tests EnitityValue referencing a Parameter Entity
  </TEST>
  <TEST URI="valid/P09/ibm09v04.xml" TYPE="valid" ID="ibm-valid-P09-ibm09v04.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P09/out/ibm09v04.xml">
    Tests EnitityValue referencing a General Entity
  </TEST>
  <TEST URI="valid/P09/ibm09v05.xml" TYPE="valid" ID="ibm-valid-P09-ibm09v05.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P09/out/ibm09v05.xml">
    Tests EnitityValue with combination of GE, PE and text, the GE used is 
    declared in the student.dtd
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 10">
  <TEST URI="valid/P10/ibm10v01.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v01.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v01.xml">
    Tests empty AttValue with double quotes as the delimiters
</TEST>
  <TEST URI="valid/P10/ibm10v02.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v02.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v02.xml">
    Tests empty AttValue with single quotes as the delimiters
</TEST>
  <TEST URI="valid/P10/ibm10v03.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v03.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v03.xml">
    Test AttValue with double quotes as the delimiters and single quote inside
</TEST>
  <TEST URI="valid/P10/ibm10v04.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v04.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v04.xml">
    Test AttValue with single quotes as the delimiters and double quote inside
</TEST>
  <TEST URI="valid/P10/ibm10v05.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v05.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v05.xml">
    Test AttValue with a GE reference and double quotes as the delimiters
</TEST>
  <TEST URI="valid/P10/ibm10v06.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v06.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v06.xml">
    Test AttValue with a GE reference and single quotes as the delimiters
</TEST>
  <TEST URI="valid/P10/ibm10v07.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v07.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v07.xml">
    testing AttValue with mixed references and text content in double quotes
</TEST>
  <TEST URI="valid/P10/ibm10v08.xml" TYPE="valid" ID="ibm-valid-P10-ibm10v08.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P10/out/ibm10v08.xml">
    testing AttValue with mixed references and text content in single quotes
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 11">
  <TEST URI="valid/P11/ibm11v01.xml" TYPE="valid" ID="ibm-valid-P11-ibm11v01.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P11/out/ibm11v01.xml">
    Tests empty systemliteral using the double quotes
</TEST>
  <TEST URI="valid/P11/ibm11v02.xml" TYPE="valid" ID="ibm-valid-P11-ibm11v02.xml" ENTITIES="none" SECTIONS="2.3" OUTPUT="valid/P11/out/ibm11v02.xml">
    Tests empty systemliteral using the single quotes
</TEST>
  <TEST URI="valid/P11/ibm11v03.xml" TYPE="valid" ID="ibm-valid-P11-ibm11v03.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P11/out/ibm11v03.xml">
    Tests regular systemliteral using the single quotes
</TEST>
  <TEST URI="valid/P11/ibm11v04.xml" TYPE="valid" ID="ibm-valid-P11-ibm11v04.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P11/out/ibm11v04.xml">
    Tests regular systemliteral using the double quotes
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 12">
  <TEST URI="valid/P12/ibm12v01.xml" TYPE="valid" ID="ibm-valid-P12-ibm12v01.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P12/out/ibm12v01.xml">
    Tests empty systemliteral using the double quotes
</TEST>
  <TEST URI="valid/P12/ibm12v02.xml" TYPE="valid" ID="ibm-valid-P12-ibm12v02.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P12/out/ibm12v02.xml">
    Tests empty systemliteral using the single quotes
</TEST>
  <TEST URI="valid/P12/ibm12v03.xml" TYPE="valid" ID="ibm-valid-P12-ibm12v03.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P12/out/ibm12v03.xml">
    Tests regular systemliteral using the double quotes
</TEST>
  <TEST URI="valid/P12/ibm12v04.xml" TYPE="valid" ID="ibm-valid-P12-ibm12v04.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P12/out/ibm12v04.xml">
    Tests regular systemliteral using the single quotes
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 13">
  <TEST URI="valid/P13/ibm13v01.xml" TYPE="valid" ID="ibm-valid-P13-ibm13v01.xml" ENTITIES="parameter" SECTIONS="2.3" OUTPUT="valid/P13/out/ibm13v01.xml">
    Testing PubidChar with all legal PubidChar in a PubidLiteral  
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 14">
  <TEST URI="valid/P14/ibm14v01.xml" TYPE="valid" ID="ibm-valid-P14-ibm14v01.xml" ENTITIES="none" SECTIONS="2.4" OUTPUT="valid/P14/out/ibm14v01.xml">
    Testing CharData with empty string
</TEST>
  <TEST URI="valid/P14/ibm14v02.xml" TYPE="valid" ID="ibm-valid-P14-ibm14v02.xml" ENTITIES="none" SECTIONS="2.4" OUTPUT="valid/P14/out/ibm14v02.xml">
    Testing CharData with white space character
</TEST>
  <TEST URI="valid/P14/ibm14v03.xml" TYPE="valid" ID="ibm-valid-P14-ibm14v03.xml" ENTITIES="none" SECTIONS="2.4" OUTPUT="valid/P14/out/ibm14v03.xml">
    Testing CharData with a general text string
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 15">
  <TEST URI="valid/P15/ibm15v01.xml" TYPE="valid" ID="ibm-valid-P15-ibm15v01.xml" ENTITIES="none" SECTIONS="2.5" OUTPUT="valid/P15/out/ibm15v01.xml">
    Tests empty comment
</TEST>
  <TEST URI="valid/P15/ibm15v02.xml" TYPE="valid" ID="ibm-valid-P15-ibm15v02.xml" ENTITIES="none" SECTIONS="2.5" OUTPUT="valid/P15/out/ibm15v02.xml">
    Tests comment with regular text
</TEST>
  <TEST URI="valid/P15/ibm15v03.xml" TYPE="valid" ID="ibm-valid-P15-ibm15v03.xml" ENTITIES="none" SECTIONS="2.5" OUTPUT="valid/P15/out/ibm15v03.xml">
    Tests comment with one dash inside
</TEST>
  <TEST URI="valid/P15/ibm15v04.xml" TYPE="valid" ID="ibm-valid-P15-ibm15v04.xml" ENTITIES="none" SECTIONS="2.5" OUTPUT="valid/P15/out/ibm15v04.xml">
    Tests comment with more comprehensive content
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 16">
  <TEST URI="valid/P16/ibm16v01.xml" TYPE="valid" ID="ibm-valid-P16-ibm16v01.xml" ENTITIES="none" SECTIONS="2.6" OUTPUT="valid/P16/out/ibm16v01.xml">
    Tests PI definition with only PItarget name and nothing else
</TEST>
  <TEST URI="valid/P16/ibm16v02.xml" TYPE="valid" ID="ibm-valid-P16-ibm16v02.xml" ENTITIES="none" SECTIONS="2.6" OUTPUT="valid/P16/out/ibm16v02.xml">
    Tests PI definition with only PItarget name and a white space
</TEST>
  <TEST URI="valid/P16/ibm16v03.xml" TYPE="valid" ID="ibm-valid-P16-ibm16v03.xml" ENTITIES="none" SECTIONS="2.6" OUTPUT="valid/P16/out/ibm16v03.xml">
    Tests PI definition with PItarget name and text that contains 
    question mark and right angle 
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 17">
  <TEST URI="valid/P17/ibm17v01.xml" TYPE="valid" ID="ibm-valid-P17-ibm17v01.xml" ENTITIES="none" SECTIONS="2.6" OUTPUT="valid/P17/out/ibm17v01.xml">
    Tests PITarget name
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 18">
  <TEST URI="valid/P18/ibm18v01.xml" TYPE="valid" ID="ibm-valid-P18-ibm18v01.xml" ENTITIES="none" SECTIONS="2.7" OUTPUT="valid/P18/out/ibm18v01.xml">
    Tests CDSect with CDStart CData CDEnd
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 19">
  <TEST URI="valid/P19/ibm19v01.xml" TYPE="valid" ID="ibm-valid-P19-ibm19v01.xml" ENTITIES="none" SECTIONS="2.7" OUTPUT="valid/P19/out/ibm19v01.xml">
    Tests CDStart
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 20">
  <TEST URI="valid/P20/ibm20v01.xml" TYPE="valid" ID="ibm-valid-P20-ibm20v01.xml" ENTITIES="none" SECTIONS="2.7" OUTPUT="valid/P20/out/ibm20v01.xml">
    Tests CDATA with empty string
</TEST>
  <TEST URI="valid/P20/ibm20v02.xml" TYPE="valid" ID="ibm-valid-P20-ibm20v02.xml" ENTITIES="none" SECTIONS="2.7" OUTPUT="valid/P20/out/ibm20v02.xml">
    Tests CDATA with regular content 
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 21">
  <TEST URI="valid/P21/ibm21v01.xml" TYPE="valid" ID="ibm-valid-P21-ibm21v01.xml" ENTITIES="none" SECTIONS="2.7" OUTPUT="valid/P21/out/ibm21v01.xml">
    Tests CDEnd
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 22">
  <TEST URI="valid/P22/ibm22v01.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v01.xml">
    Tests prolog with XMLDecl and doctypedecl
</TEST>
  <TEST URI="valid/P22/ibm22v02.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v02.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v02.xml">
    Tests prolog with doctypedecl
</TEST>
  <TEST URI="valid/P22/ibm22v03.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v03.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v03.xml">
    Tests prolog with Misc doctypedecl
</TEST>
  <TEST URI="valid/P22/ibm22v04.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v04.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v04.xml">
    Tests prolog with doctypedecl Misc
</TEST>
  <TEST URI="valid/P22/ibm22v05.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v05.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v05.xml">
    Tests prolog with XMLDecl Misc doctypedecl
</TEST>
  <TEST URI="valid/P22/ibm22v06.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v06.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v06.xml">
    Tests prolog with XMLDecl doctypedecl Misc
</TEST>
  <TEST URI="valid/P22/ibm22v07.xml" TYPE="valid" ID="ibm-valid-P22-ibm22v07.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P22/out/ibm22v07.xml">
    Tests prolog with XMLDecl Misc doctypedecl Misc
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 23">
  <TEST URI="valid/P23/ibm23v01.xml" TYPE="valid" ID="ibm-valid-P23-ibm23v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P23/out/ibm23v01.xml">
    Tests XMLDecl with VersionInfo only
</TEST>
  <TEST URI="valid/P23/ibm23v02.xml" TYPE="valid" ID="ibm-valid-P23-ibm23v02.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P23/out/ibm23v02.xml">
    Tests XMLDecl with VersionInfo EncodingDecl
</TEST>
  <TEST URI="valid/P23/ibm23v03.xml" TYPE="valid" ID="ibm-valid-P23-ibm23v03.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P23/out/ibm23v03.xml">
    Tests XMLDecl with VersionInfo SDDecl
</TEST>
  <TEST URI="valid/P23/ibm23v04.xml" TYPE="valid" ID="ibm-valid-P23-ibm23v04.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P23/out/ibm23v04.xml">
    Tests XMLDecl with VerstionInfo and a trailing whitespace char
</TEST>
  <TEST URI="valid/P23/ibm23v05.xml" TYPE="valid" ID="ibm-valid-P23-ibm23v05.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P23/out/ibm23v05.xml">
    Tests XMLDecl with VersionInfo EncodingDecl SDDecl
</TEST>
  <TEST URI="valid/P23/ibm23v06.xml" TYPE="valid" ID="ibm-valid-P23-ibm23v06.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P23/out/ibm23v06.xml">
    Tests XMLDecl with VersionInfo EncodingDecl SDDecl and a trailing whitespace
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 24">
  <TEST URI="valid/P24/ibm24v01.xml" TYPE="valid" ID="ibm-valid-P24-ibm24v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P24/out/ibm24v01.xml">
    Tests VersionInfo with single quote
</TEST>
  <TEST URI="valid/P24/ibm24v02.xml" TYPE="valid" ID="ibm-valid-P24-ibm24v02.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P24/out/ibm24v02.xml">
    Tests VersionInfo with double quote
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 25">
  <TEST URI="valid/P25/ibm25v01.xml" TYPE="valid" ID="ibm-valid-P25-ibm25v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P25/out/ibm25v01.xml">
    Tests EQ with =
</TEST>
  <TEST URI="valid/P25/ibm25v02.xml" TYPE="valid" ID="ibm-valid-P25-ibm25v02.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P25/out/ibm25v02.xml">
    Tests EQ with = and spaces on both sides
</TEST>
  <TEST URI="valid/P25/ibm25v03.xml" TYPE="valid" ID="ibm-valid-P25-ibm25v03.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P25/out/ibm25v03.xml">
    Tests EQ with = and space in front of it
</TEST>
  <TEST URI="valid/P25/ibm25v04.xml" TYPE="valid" ID="ibm-valid-P25-ibm25v04.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P25/out/ibm25v04.xml">
    Tests EQ with = and space after it
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 26">
  <TEST URI="valid/P26/ibm26v01.xml" TYPE="valid" ID="ibm-valid-P26-ibm26v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P26/out/ibm26v01.xml">
    Tests VersionNum 1.0
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 27">
  <TEST URI="valid/P27/ibm27v01.xml" TYPE="valid" ID="ibm-valid-P27-ibm27v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P27/out/ibm27v01.xml">
    Tests Misc with comment
</TEST>
  <TEST URI="valid/P27/ibm27v02.xml" TYPE="valid" ID="ibm-valid-P27-ibm27v02.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P27/out/ibm27v02.xml">
    Tests Misc with PI
</TEST>
  <TEST URI="valid/P27/ibm27v03.xml" TYPE="valid" ID="ibm-valid-P27-ibm27v03.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P27/out/ibm27v03.xml">
    Tests Misc with white spaces
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 28">
  <TEST URI="valid/P28/ibm28v01.xml" TYPE="valid" ID="ibm-valid-P28-ibm28v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P28/out/ibm28v01.xml">
    Tests doctypedecl with internal DTD only
</TEST>
  <TEST URI="valid/P28/ibm28v02.xml" TYPE="valid" ID="ibm-valid-P28-ibm28v02.xml" ENTITIES="parameter" SECTIONS="2.8" OUTPUT="valid/P28/out/ibm28v02.xml">
    Tests doctypedecl with external subset and combinations of different markup
    declarations and PEReferences
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 29">
  <TEST URI="valid/P29/ibm29v01.xml" TYPE="valid" ID="ibm-valid-P29-ibm29v01.xml" ENTITIES="none" SECTIONS="2.8" OUTPUT="valid/P29/out/ibm29v01.xml">
    Tests markupdecl with combinations of elementdecl, AttlistDecl,EntityDecl, 
    NotationDecl, PI and comment
</TEST>
  <TEST URI="valid/P29/ibm29v02.xml" TYPE="valid" ID="ibm-valid-P29-ibm29v02.xml" ENTITIES="parameter" SECTIONS="2.8" OUTPUT="valid/P29/out/ibm29v02.xml">
    Tests WFC: PE in internal subset as a positive test
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 30">
  <TEST URI="valid/P30/ibm30v01.xml" TYPE="valid" ID="ibm-valid-P30-ibm30v01.xml" ENTITIES="parameter" SECTIONS="2.8" OUTPUT="valid/P30/out/ibm30v01.xml">
    Tests extSubset with extSubsetDecl only in the dtd file
</TEST>
  <TEST URI="valid/P30/ibm30v02.xml" TYPE="valid" ID="ibm-valid-P30-ibm30v02.xml" ENTITIES="parameter" SECTIONS="2.8" OUTPUT="valid/P30/out/ibm30v02.xml">
    Tests extSubset with TextDecl and extSubsetDecl in the dtd file
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 31">
  <TEST URI="valid/P31/ibm31v01.xml" TYPE="valid" ID="ibm-valid-P31-ibm31v01.xml" ENTITIES="parameter" SECTIONS="2.8" OUTPUT="valid/P31/out/ibm31v01.xml">
    Tests extSubsetDecl with combinations of markupdecls, conditionalSects, 
    PEReferences and white spaces
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 32">
  <TEST URI="valid/P32/ibm32v01.xml" TYPE="valid" ID="ibm-valid-P32-ibm32v01.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="valid/P32/out/ibm32v01.xml">
    Tests VC: Standalone Document Declaration with absent attribute that 
    has default value and standalone is no
</TEST>
  <TEST URI="valid/P32/ibm32v02.xml" TYPE="valid" ID="ibm-valid-P32-ibm32v02.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="valid/P32/out/ibm32v02.xml">
    Tests VC: Standalone Document Declaration with external entity reference
    and standalone is no
</TEST>
  <TEST URI="valid/P32/ibm32v03.xml" TYPE="valid" ID="ibm-valid-P32-ibm32v03.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="valid/P32/out/ibm32v03.xml">
    Tests VC: Standalone Document Declaration with attribute values that need
    to be normalized and standalone is no
</TEST>
  <TEST URI="valid/P32/ibm32v04.xml" TYPE="valid" ID="ibm-valid-P32-ibm32v04.xml" ENTITIES="parameter" SECTIONS="2.9" OUTPUT="valid/P32/out/ibm32v04.xml">
    Tests VC: Standalone Document Declaration with whitespace in mixed content
    and standalone is no
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 33">
  <TEST URI="valid/P33/ibm33v01.xml" TYPE="valid" ID="ibm-valid-P33-ibm33v01.xml" ENTITIES="none" SECTIONS="2.12" OUTPUT="valid/P33/out/ibm33v01.xml">
    Tests LanguageID with Langcode - Subcode
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 34">
  <TEST URI="valid/P34/ibm34v01.xml" TYPE="valid" ID="ibm-valid-P34-ibm34v01.xml" ENTITIES="none" SECTIONS="2.12" OUTPUT="valid/P34/out/ibm34v01.xml">
    Duplicate Test as ibm33v01.xml
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 35">
  <TEST URI="valid/P35/ibm35v01.xml" TYPE="valid" ID="ibm-valid-P35-ibm35v01.xml" ENTITIES="none" SECTIONS="2.12" OUTPUT="valid/P35/out/ibm35v01.xml">
    Tests ISO639Code
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 36">
  <TEST URI="valid/P36/ibm36v01.xml" TYPE="valid" ID="ibm-valid-P36-ibm36v01.xml" ENTITIES="none" SECTIONS="2.12" OUTPUT="valid/P36/out/ibm36v01.xml">
    Tests IanaCode
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 37">
  <TEST URI="valid/P37/ibm37v01.xml" TYPE="valid" ID="ibm-valid-P37-ibm37v01.xml" ENTITIES="none" SECTIONS="2.12" OUTPUT="valid/P37/out/ibm37v01.xml">
    Tests UserCode
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 38">
  <TEST URI="valid/P38/ibm38v01.xml" TYPE="valid" ID="ibm-valid-P38-ibm38v01.xml" ENTITIES="none" SECTIONS="2.12" OUTPUT="valid/P38/out/ibm38v01.xml">
    Tests SubCode
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 39">
  <TEST URI="valid/P39/ibm39v01.xml" TYPE="valid" ID="ibm-valid-P39-ibm39v01.xml" ENTITIES="none" SECTIONS="3" OUTPUT="valid/P39/out/ibm39v01.xml">
    Tests element with EmptyElemTag and STag content Etag, also tests the 
    VC: Element Valid with elements that have children, Mixed and ANY 
    contents
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 40">
  <TEST URI="valid/P40/ibm40v01.xml" TYPE="valid" ID="ibm-valid-P40-ibm40v01.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="valid/P40/out/ibm40v01.xml">
    Tests STag with possible combinations of its fields, also tests WFC:
    Unique Att Spec.
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 41">
  <TEST URI="valid/P41/ibm41v01.xml" TYPE="valid" ID="ibm-valid-P41-ibm41v01.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="valid/P41/out/ibm41v01.xml">
    Tests Attribute with Name Eq AttValue and VC: Attribute Value Type
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 42">
  <TEST URI="valid/P42/ibm42v01.xml" TYPE="valid" ID="ibm-valid-P42-ibm42v01.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="valid/P42/out/ibm42v01.xml">
    Tests ETag with possible combinations of its fields
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 43">
  <TEST URI="valid/P43/ibm43v01.xml" TYPE="valid" ID="ibm-valid-P43-ibm43v01.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="valid/P43/out/ibm43v01.xml">
    Tests content with all possible constructs: element, CharData, Reference, 
    CDSect, Comment
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 44">
  <TEST URI="valid/P44/ibm44v01.xml" TYPE="valid" ID="ibm-valid-P44-ibm44v01.xml" ENTITIES="none" SECTIONS="3.1" OUTPUT="valid/P44/out/ibm44v01.xml">
    Tests EmptyElemTag with possible combinations of its fields
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 45">
  <TEST URI="valid/P45/ibm45v01.xml" TYPE="valid" ID="ibm-valid-P45-ibm45v01.xml" ENTITIES="none" SECTIONS="3.2" OUTPUT="valid/P45/out/ibm45v01.xml">
    Tests both P45 elementDecl and P46 contentspec with possible combinations 
    of their constructs
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 47">
  <TEST URI="valid/P47/ibm47v01.xml" TYPE="valid" ID="ibm-valid-P47-ibm47v01.xml" ENTITIES="none" SECTIONS="3.2.1" OUTPUT="valid/P47/out/ibm47v01.xml">
    Tests all possible children,cp,choice,seq patterns in P47,P48,P49,P50
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 49">
  <TEST URI="valid/P49/ibm49v01.xml" TYPE="valid" ID="ibm-valid-P49-ibm49v01.xml" ENTITIES="parameter" SECTIONS="3.2.1" OUTPUT="valid/P49/out/ibm49v01.xml">
    Tests VC:Proper Group/PE Nesting with PEs of choices that are properly nested
    with parenthesized groups in external subsets
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 50">
  <TEST URI="valid/P50/ibm50v01.xml" TYPE="valid" ID="ibm-valid-P50-ibm50v01.xml" ENTITIES="parameter" SECTIONS="3.2.1" OUTPUT="valid/P50/out/ibm50v01.xml">
    Tests VC:Proper Group/PE Nesting with PEs of seq that are properly nested
    with parenthesized groups in external subsets
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 51">
  <TEST URI="valid/P51/ibm51v01.xml" TYPE="valid" ID="ibm-valid-P51-ibm51v01.xml" ENTITIES="none" SECTIONS="3.2.2" OUTPUT="valid/P51/out/ibm51v01.xml">
    Tests Mixed with possible combinations of its fields amd VC: No 
    Duplicate Types
</TEST>
  <TEST URI="valid/P51/ibm51v02.xml" TYPE="valid" ID="ibm-valid-P51-ibm51v02.xml" ENTITIES="parameter" SECTIONS="3.2.2" OUTPUT="valid/P51/out/ibm51v02.xml">
    Tests VC:Proper Group/PE Nesting with PEs of Mixed that are properly nested
    with parenthesized groups in external subsets
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 52">
  <TEST URI="valid/P52/ibm52v01.xml" TYPE="valid" ID="ibm-valid-P52-ibm52v01.xml" ENTITIES="none" SECTIONS="3.3" OUTPUT="valid/P52/out/ibm52v01.xml">
    Tests all AttlistDecl and AttDef Patterns in P52 and P53
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 54">
  <TEST URI="valid/P54/ibm54v01.xml" TYPE="valid" ID="ibm-valid-P54-ibm54v01.xml" ENTITIES="none" SECTIONS="3.3.1">
    Tests all AttTypes : StringType, TokenizedTypes, EnumeratedTypes in 
    P55,P56,P57,P58,P59.  Also tests all DefaultDecls in P60.
  </TEST>
  <TEST URI="valid/P54/ibm54v02.xml" TYPE="valid" ID="ibm-valid-P54-ibm54v02.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P54/out/ibm54v02.xml">
    Tests all AttTypes : StringType, TokenizedType, EnumeratedTypes in 
    P55,P56,P57.
  </TEST>
  <TEST URI="valid/P54/ibm54v03.xml" TYPE="valid" ID="ibm-valid-P54-ibm54v03.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P54/out/ibm54v03.xml">
    Tests AttTypes with StringType in P55.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 55">
  <TEST URI="valid/P55/ibm55v01.xml" TYPE="valid" ID="ibm-valid-P55-ibm55v01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P55/out/ibm55v01.xml">
    Tests StringType for P55. The "CDATA" occurs in the StringType for the 
    attribute "att" for the element "a".
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 56">
  <TEST URI="valid/P56/ibm56v01.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v01.xml">
    Tests TokenizedType for P56. The "ID", "IDREF", "IDREFS", "ENTITY", 
    "ENTITIES", "NMTOKEN", and "NMTOKENS" occur in the TokenizedType for the
    attribute "attr". 
  </TEST>
  <TEST URI="valid/P56/ibm56v02.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v02.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v02.xml">
    Tests TokenizedType for P56 VC: ID Attribute Default. The value "AC1999" is 
    assigned to the ID attribute "attr" with "#REQUIRED" in the DeaultDecl. 
  </TEST>
  <TEST URI="valid/P56/ibm56v03.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v03.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v03.xml">
    Tests TokenizedType for P56 VC: ID Attribute Default. The value "AC1999" is 
    assigned to the ID attribute "attr" with "#IMPLIED" in the DeaultDecl. 
  </TEST>
  <TEST URI="valid/P56/ibm56v04.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v04.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v04.xml">
    Tests TokenizedType for P56 VC: ID. The ID attribute "UniqueName" appears
    only once in the document. 
  </TEST>
  <TEST URI="valid/P56/ibm56v05.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v05.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v05.xml">
    Tests TokenizedType for P56 VC: One ID per element type. The element "a" or 
    "b" has only one ID attribute.
  </TEST>
  <TEST URI="valid/P56/ibm56v06.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v06.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v06.xml">
    Tests TokenizedType for P56 VC: IDREF. The IDREF value "AC456" matches the 
    value assigned to an ID attribute "UniqueName".
  </TEST>
  <TEST URI="valid/P56/ibm56v07.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v07.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v07.xml">
    Tests TokenizedType for P56 VC: IDREF. The IDREFS value "AC456 Q123" matches 
    the values assigned to the ID attribute "UniqueName" and "Uname".
  </TEST>
  <TEST URI="valid/P56/ibm56v08.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v08.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v08.xml">
    Tests TokenizedType for P56 VC: Entity Name. The value "image" of the ENTITY 
    attribute "sun" matches the name of an unparsed entity declared.  
  </TEST>
  <TEST URI="valid/P56/ibm56v09.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v09.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v09.xml">
    Tests TokenizedType for P56 VC: Name Token. The value of the NMTOKEN attribute
    "thistoken" matches the Nmtoken production.
  </TEST>
  <TEST URI="valid/P56/ibm56v10.xml" TYPE="valid" ID="ibm-valid-P56-ibm56v10.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P56/out/ibm56v10.xml">
    Tests TokenizedType for P56 VC: Name Token. The value of the NMTOKENS 
    attribute "thistoken" matches the Nmtoken production.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 57">
  <TEST URI="valid/P57/ibm57v01.xml" TYPE="valid" ID="ibm-valid-P57-ibm57v01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P57/out/ibm57v01.xml">
    Tests EnumeratedType in the AttType. The attribute "att" has a type (a|b) 
    with the element "a".
    the 
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 58">
  <TEST URI="valid/P58/ibm58v01.xml" TYPE="valid" ID="ibm-valid-P58-ibm58v01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P58/out/ibm58v01.xml">
    Tests NotationType for P58. It shows different patterns fro the NOTATION 
    attribute "attr".
  </TEST>
  <TEST URI="valid/P58/ibm58v02.xml" TYPE="valid" ID="ibm-valid-P58-ibm58v02.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P58/out/ibm58v02.xml">
    Tests NotationType for P58: Notation Attributes. The value "base64" of the 
    NOTATION attribute "attr" matches one of the notation names declared.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 59">
  <TEST URI="valid/P59/ibm59v01.xml" TYPE="valid" ID="ibm-valid-P59-ibm59v01.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P59/out/ibm59v01.xml">
    Tests Enumeration in the EnumeratedType for P59. It shows different 
    patterns for the Enumeration attribute "attr".
  </TEST>
  <TEST URI="valid/P59/ibm59v02.xml" TYPE="valid" ID="ibm-valid-P59-ibm59v02.xml" ENTITIES="none" SECTIONS="3.3.1" OUTPUT="valid/P59/out/ibm59v02.xml">
    Tests Enumeration for P59 VC: Enumeration. The value "one" of the 
    Enumeration attribute "attr" matches one of the element names declared.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 60">
  <TEST URI="valid/P60/ibm60v01.xml" TYPE="valid" ID="ibm-valid-P60-ibm60v01.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="valid/P60/out/ibm60v01.xml">
    Tests DefaultDecl for P60. It shows different options "#REQUIRED", "#FIXED",
    "#IMPLIED", and default for the attribute "chapter". 
  </TEST>
  <TEST URI="valid/P60/ibm60v02.xml" TYPE="valid" ID="ibm-valid-P60-ibm60v02.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="valid/P60/out/ibm60v02.xml">
    Tests DefaultDecl for P60 VC: Required Attribute. In the element "one" and
    "two" the value of the #REQUIRED attribute "chapter" is given.
  </TEST>
  <TEST URI="valid/P60/ibm60v03.xml" TYPE="valid" ID="ibm-valid-P60-ibm60v03.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="valid/P60/out/ibm60v03.xml">
    Tests DefaultDecl for P60 VC: Fixed Attribute Default. The value of the 
    #FIXED attribute "chapter" is exactly the same as the default value.
  </TEST>
  <TEST URI="valid/P60/ibm60v04.xml" TYPE="valid" ID="ibm-valid-P60-ibm60v04.xml" ENTITIES="none" SECTIONS="3.3.2" OUTPUT="valid/P60/out/ibm60v04.xml">
    Tests DefaultDecl for P60 VC: Attribute Default Legal. The default value 
    specified for the attribute "attr" meets the lexical constraints of the 
    declared attribute type.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 61">
  <TEST URI="valid/P61/ibm61v01.xml" TYPE="valid" ID="ibm-valid-P61-ibm61v01.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P61/out/ibm61v01.xml">
    Tests conditionalSect for P61. It takes the option "invludeSect" in the file
    ibm61v01.dtd.
  </TEST>
  <TEST URI="valid/P61/ibm61v02.xml" TYPE="valid" ID="ibm-valid-P61-ibm61v02.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P61/out/ibm61v02.xml">
    Tests conditionalSect for P61. It takes the option "ignoreSect" in the file
    ibm61v02.dtd.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 62">
  <TEST URI="valid/P62/ibm62v01.xml" TYPE="valid" ID="ibm-valid-P62-ibm62v01.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P62/out/ibm62v01.xml">
    Tests includeSect for P62. The white space is not included before the key
    word "INCLUDE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P62/ibm62v02.xml" TYPE="valid" ID="ibm-valid-P62-ibm62v02.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P62/out/ibm62v02.xml">
    Tests includeSect for P62. The white space is not included after the key
    word "INCLUDE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P62/ibm62v03.xml" TYPE="valid" ID="ibm-valid-P62-ibm62v03.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P62/out/ibm62v03.xml">
    Tests includeSect for P62. The white space is included after the key
    word "INCLUDE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P62/ibm62v04.xml" TYPE="valid" ID="ibm-valid-P62-ibm62v04.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P62/out/ibm62v04.xml">
    Tests includeSect for P62. The white space is included before the key
    word "INCLUDE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P62/ibm62v05.xml" TYPE="valid" ID="ibm-valid-P62-ibm62v05.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P62/out/ibm62v05.xml">
    Tests includeSect for P62. The extSubsetDecl is not included.
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 63">
  <TEST URI="valid/P63/ibm63v01.xml" TYPE="valid" ID="ibm-valid-P63-ibm63v01.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P63/out/ibm63v01.xml">
    Tests ignoreSect for P63. The white space is not included before the key
    word "IGNORE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P63/ibm63v02.xml" TYPE="valid" ID="ibm-valid-P63-ibm63v02.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P63/out/ibm63v02.xml">
    Tests ignoreSect for P63. The white space is not included after the key
    word "IGNORE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P63/ibm63v03.xml" TYPE="valid" ID="ibm-valid-P63-ibm63v03.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P63/out/ibm63v03.xml">
    Tests ignoreSect for P63. The white space is included after the key
    word "IGNORE" in the beginning sequence.
  </TEST>
  <TEST URI="valid/P63/ibm63v04.xml" TYPE="valid" ID="ibm-valid-P63-ibm63v04.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P63/out/ibm63v04.xml">
    Tests ignoreSect for P63. The ignireSectContents is included.
  </TEST>
  <TEST URI="valid/P63/ibm63v05.xml" TYPE="valid" ID="ibm-valid-P63-ibm63v05.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P63/out/ibm63v05.xml">
    Tests ignoreSect for P63. The white space is included before and after  the 
    key word "IGNORE" in the beginning sequence. 
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 64">
  <TEST URI="valid/P64/ibm64v01.xml" TYPE="valid" ID="ibm-valid-P64-ibm64v01.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P64/out/ibm64v01.xml">
    Tests ignoreSectContents for P64. One "ignore" field is included. 
  </TEST>
  <TEST URI="valid/P64/ibm64v02.xml" TYPE="valid" ID="ibm-valid-P64-ibm64v02.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P64/out/ibm64v02.xml">
    Tests ignoreSectContents for P64. Two "ignore" and one "ignoreSectContents"
    fields are included. 
  </TEST>
  <TEST URI="valid/P64/ibm64v03.xml" TYPE="valid" ID="ibm-valid-P64-ibm64v03.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P64/out/ibm64v03.xml">
    Tests ignoreSectContents for P64. Four "ignore" and three 
    "ignoreSectContents" fields are included. 
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 65">
  <TEST URI="valid/P65/ibm65v01.xml" TYPE="valid" ID="ibm-valid-P65-ibm65v01.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P65/out/ibm65v01.xml">
    Tests Ignore for P65. An empty string occurs in the Ignore filed.
  </TEST>
  <TEST URI="valid/P65/ibm65v02.xml" TYPE="valid" ID="ibm-valid-P65-ibm65v02.xml" ENTITIES="parameter" SECTIONS="3.4" OUTPUT="valid/P65/out/ibm65v02.xml">
    Tests Ignore for P65. An string not including the brackets occurs in each of
    the Ignore filed.
  </TEST>
</TESTCASES>
<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 66">
  <TEST URI="valid/P66/ibm66v01.xml" TYPE="valid" ID="ibm-valid-P66-ibm66v01.xml" ENTITIES="none" SECTIONS="4.1" OUTPUT="valid/P66/out/ibm66v01.xml">
    Tests all legal CharRef's. 
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 67">
  <TEST URI="valid/P67/ibm67v01.xml" TYPE="valid" ID="ibm-valid-P67-ibm67v01.xml" ENTITIES="none" SECTIONS="4.1" OUTPUT="valid/P67/out/ibm67v01.xml">
    Tests Reference could be EntityRef or CharRef.
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 68">
  <TEST URI="valid/P68/ibm68v01.xml" TYPE="valid" ID="ibm-valid-P68-ibm68v01.xml" ENTITIES="parameter" SECTIONS="4.1" OUTPUT="valid/P68/out/ibm68v01.xml">
    Tests P68 VC:Entity Declared with Entities in External Subset
    , standalone is no
</TEST>
  <TEST URI="valid/P68/ibm68v02.xml" TYPE="valid" ID="ibm-valid-P68-ibm68v02.xml" ENTITIES="both" SECTIONS="4.1" OUTPUT="valid/P68/out/ibm68v02.xml">
    Tests P68 VC:Entity Declared with Entities in External Parameter Entities
    , standalone is no
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 69">
  <TEST URI="valid/P69/ibm69v01.xml" TYPE="valid" ID="ibm-valid-P69-ibm69v01.xml" ENTITIES="parameter" SECTIONS="4.1" OUTPUT="valid/P69/out/ibm69v01.xml">
    Tests P68 VC:Entity Declared with Parameter Entities in External Subset
    , standalone is no
</TEST>
  <TEST URI="valid/P69/ibm69v02.xml" TYPE="valid" ID="ibm-valid-P69-ibm69v02.xml" ENTITIES="both" SECTIONS="4.1" OUTPUT="valid/P69/out/ibm69v02.xml">
    Tests P68 VC:Entity Declared with Parameter Entities in External Parameter
    Entities, standalone is no
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 70">
  <TEST URI="valid/P70/ibm70v01.xml" TYPE="valid" ID="ibm-valid-P70-ibm70v01.xml" ENTITIES="parameter" SECTIONS="4.2" OUTPUT="valid/P70/out/ibm70v01.xml">
    Tests all legal GEDecls and PEDecls constructs derived from P70-76 
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 78">
  <TEST URI="valid/P78/ibm78v01.xml" TYPE="valid" ID="ibm-valid-P78-ibm78v01.xml" ENTITIES="general" SECTIONS="4.3.2" OUTPUT="valid/P78/out/ibm78v01.xml">
    Tests ExtParsedEnt, also TextDecl in P77 and EncodingDecl in P80
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 79">
  <TEST URI="valid/P79/ibm79v01.xml" TYPE="valid" ID="ibm-valid-P79-ibm79v01.xml" ENTITIES="parameter" SECTIONS="4.3.2">
    Tests extPE
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 82">
  <TEST URI="valid/P82/ibm82v01.xml" TYPE="valid" ID="ibm-valid-P82-ibm82v01.xml" ENTITIES="none" SECTIONS="4.7" OUTPUT="valid/P82/out/ibm82v01.xml">
    Tests NotationDecl in P82 and PublicID in P83 
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 85">
  <TEST URI="valid/P85/ibm85v01.xml" TYPE="valid" ID="ibm-valid-P85-ibm85v01.xml" ENTITIES="none" SECTIONS="B.">
    This test case covers 149 legal character ranges plus 51 single legal 
    characters for BaseChar in P85 using a PI target Name
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 86">
  <TEST URI="valid/P86/ibm86v01.xml" TYPE="valid" ID="ibm-valid-P86-ibm86v01.xml" ENTITIES="none" SECTIONS="B.">
    This test case covers 2 legal character ranges plus 1 single legal 
    characters for IdeoGraphic in P86 using a PI target Name
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 87">
  <TEST URI="valid/P87/ibm87v01.xml" TYPE="valid" ID="ibm-valid-P87-ibm87v01.xml" ENTITIES="none" SECTIONS="B.">
    This test case covers 65 legal character ranges plus 30 single legal 
    characters for CombiningChar in P87 using a PI target Name
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 88">
  <TEST URI="valid/P88/ibm88v01.xml" TYPE="valid" ID="ibm-valid-P88-ibm88v01.xml" ENTITIES="none" SECTIONS="B.">
    This test case covers 15 legal character ranges for Digit in P88 using a PI
    target Name
</TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 89">
  <TEST URI="valid/P89/ibm89v01.xml" TYPE="valid" ID="ibm-valid-P89-ibm89v01.xml" ENTITIES="none" SECTIONS="B.">
    This test case covers 3 legal character ranges plus 8 single legal 
    characters for Extender in P89 using a PI target Name
</TEST>
</TESTCASES>

</TESTCASES>

</TESTCASES>
<!-- Wrapping TESTCASES elements below added by Dieter Köhler -->
<TESTCASES PROFILE="IBM XML 1.1 Tests" xml:base="ibm/xml-1.1/">
    <!--
	(C) Copyright IBM Corp. 2003  All rights reserved.
	
	US Government Users Restricted Rights Use, duplication or
	disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
	
	The program is provided "as is" without any warranty express or
	implied, including the warranty of non-infringement and the implied
	warranties of merchantibility and fitness for a particular purpose.
	IBM will not be liable for any damages suffered by you as a result
	of using the Program. In no event will IBM be liable for any
	special, indirect or consequential damages or lost profits even if
	IBM has been advised of the possibility of their occurrence. IBM
	will not be liable for any third party claims against you.
-->
<!--
    Configuration file for invalid XML 1.1 test cases.
-->

<TESTCASES PROFILE="IBM Invalid Conformance Tests for XML 1.1 CR October 15, 2002">

<TESTCASES PROFILE="IBM XML Conformance Test Suite">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="invalid/P46/ibm46i01.xml" TYPE="invalid" ID="ibm-1-1-valid-P46-ibm46i01.xml" ENTITIES="none" SECTIONS="3.2.1, 2.2">
        An element with Element-Only content contains the character #x85 (NEL not a 
        whitespace character as defined by S).
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="invalid/P46/ibm46i02.xml" TYPE="invalid" ID="ibm-1-1-valid-P46-ibm46i02.xml" ENTITIES="none" SECTIONS="3.2.1, 2.2">
        An element with Element-Only content contains the character #x2028 (LESP not a 
        whitespace character as defined by S).
  </TEST>  
</TESTCASES>

</TESTCASES>

    <!--
	(C) Copyright IBM Corp. 2003  All rights reserved.
	
	US Government Users Restricted Rights Use, duplication or
	disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
	
	The program is provided "as is" without any warranty express or
	implied, including the warranty of non-infringement and the implied
	warranties of merchantibility and fitness for a particular purpose.
	IBM will not be liable for any damages suffered by you as a result
	of using the Program. In no event will IBM be liable for any
	special, indirect or consequential damages or lost profits even if
	IBM has been advised of the possibility of their occurrence. IBM
	will not be liable for any third party claims against you.
-->
<!--
    Configuration file for not-wf XML 1.1 test cases.
-->

<TESTCASES PROFILE="IBM Not-WF Conformance Tests for XML 1.1 CR October 15, 2002">

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 2">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n01.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n01.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n02.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n02.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x2. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n03.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n03.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x3. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n04.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n04.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x4. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n05.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n05.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x5. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n06.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n06.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x6. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n07.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n07.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x7. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n08.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n08.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n09.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n09.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x0. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n10.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n10.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x100. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n11.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n11.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x0B. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n12.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n12.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x0C. 
    </TEST>
<!--
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n13.xml" 
        TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n13.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        Entity Replacement text contains a character reference 
	to x86 and is referenced in element content.
    </TEST>
-->
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n14.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n14.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x0E. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n15.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n15.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x0F. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n16.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n16.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x10. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n17.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n17.xml" ENTITIES="none" SECTIONS="2.2,4.1">
        This test contains embeded control character 0x11. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n18.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n18.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x12. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n19.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n19.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x13. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n20.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n20.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x14. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n21.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n21.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x15. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n22.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n22.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x16. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n23.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n23.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x17. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n24.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n24.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x18. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n25.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n25.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x19. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n26.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n26.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1A. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n27.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n27.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1B. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n28.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n28.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1C. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n29.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n29.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1D. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n30.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n30.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1E. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n31.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n31.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x1F. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n32.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n32.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x7F. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n33.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n33.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x80. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n34.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n34.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x81. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n35.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n35.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x82. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n36.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n36.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x83. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n37.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n37.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x84. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n38.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n38.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control characters  x82, x83 and x84.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n39.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n39.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x86. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n40.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n40.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x87. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n41.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n41.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x88. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n42.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n42.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x89. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n43.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n43.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8A. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n44.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n44.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8B. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n45.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n45.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8C. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n46.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n46.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8D. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n47.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n47.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8E. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n48.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n48.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x8F. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n49.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n49.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x90. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n50.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n50.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x91. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n51.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n51.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x92. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n52.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n52.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x93. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n53.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n53.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x94. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n54.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n54.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x95. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n55.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n55.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x96. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n56.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n56.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x97. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n57.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n57.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x98. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n58.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n58.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x99. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n59.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n59.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x9A. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n60.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n60.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x9B. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n61.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n61.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x9C. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n62.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n62.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x9D. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n63.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n63.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded control character 0x9E. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n64.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n64.xml" ENTITIES="general" SECTIONS="2.2,4.1">
        This test contains embeded control characters present in an external entity.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n65.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n65.xml" ENTITIES="general" SECTIONS="2.2,4.1">
        This test contains embeded control characters present in an external entity. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n66.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n66.xml" ENTITIES="general" SECTIONS="2.2,4.1">
        This test contains embeded control characters present in an external entity. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n67.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n67.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded character 0xD800. (Invalid UTF8 sequence)
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n68.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n68.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded character 0xFFFE. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n69.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n69.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains embeded character 0xFFFF. 
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n70.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n70.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains a reference to character 0xFFFE. 
    </TEST> 
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P02/ibm02n71.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P02-ibm02n71.xml" ENTITIES="none" SECTIONS="2.2,4.1"> 
        This test contains a reference to character 0xFFFF. 
    </TEST> 
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n01.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n01.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #x300
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n02.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n02.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x333
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n03.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n03.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x369  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n04.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n04.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x37E  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n05.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n05.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2000  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n06.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n06.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2001  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n07.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n07.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2002  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n08.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n08.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2005  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n09.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n09.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x200B  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n10.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n10.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x200E   
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n11.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n11.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x200F   
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n12.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n12.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2069    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n13.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n13.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2190    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n14.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n14.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x23FF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n15.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n15.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x280F    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n16.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n16.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2A00    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n17.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n17.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2EDC    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n18.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n18.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2B00    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n19.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n19.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x2BFF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n20.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n20.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0x3000    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n21.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n21.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xD800    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n22.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n22.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xD801    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n23.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n23.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xDAFF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n24.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n24.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xDFFF
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n25.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n25.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xEFFF
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n26.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n26.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xF1FF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n27.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n27.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xF8FF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04/ibm04n28.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04-ibm04n28.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameStartChar: #0xFFFFF    
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4a">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an01.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an01.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #xB8
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an02.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an02.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xA1
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an03.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an03.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xAF  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an04.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an04.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x37E  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an05.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an05.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2000  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an06.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an06.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2001  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an07.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an07.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2002  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an08.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an08.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2005  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an09.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an09.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x200B  
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an10.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an10.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x200E   
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an11.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an11.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2038   
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an12.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an12.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2041    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an13.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an13.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2190    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an14.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an14.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x23FF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an15.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an15.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x280F    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an16.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an16.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2A00    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an17.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an17.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xFDD0    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an18.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an18.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xFDEF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an19.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an19.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x2FFF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an20.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an20.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0x3000    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an21.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an21.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xD800    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an22.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an22.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xD801    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an23.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an23.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xDAFF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an24.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an24.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xDFFF
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an25.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an25.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xEFFF
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an26.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an26.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xF1FF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an27.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an27.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xF8FF    
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P04a/ibm04an28.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P04a-ibm04an28.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal NameChar: #0xFFFFF    
  </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 5">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P05/ibm05n01.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P05-ibm05n01.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal Name containing #0x0B
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P05/ibm05n02.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P05-ibm05n02.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal Name containing #0x300
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P05/ibm05n03.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P05-ibm05n03.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal Name containing #0x36F
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P05/ibm05n04.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P05-ibm05n04.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal Name containing #0x203F
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P05/ibm05n05.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P05-ibm05n05.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal Name containing #x2040
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P05/ibm05n06.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P05-ibm05n06.xml" ENTITIES="none" SECTIONS="2.3">
        Tests an element with an illegal Name containing #0xB7
  </TEST>        
</TESTCASES>


<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 77">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n01.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n01.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and that of the external dtd 1.0. 
        The external dtd contains the invalid XML1.1 but valid XML 1.0 character #x7F.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n02.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n02.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and that of the external dtd 1.0. 
        The external dtd contains a comment with the invalid XML1.1 but valid XML 1.0 
        character #x80.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n03.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n03.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and that of the external dtd 1.0. 
        The external dtd contains a PI with the invalid XML1.1 but valid XML 1.0 
        character #x9F.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n04.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n04.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and that of the external entity 1.0. 
        The external entity the contains invalid XML1.1 but valid XML 1.0 character #x89.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n05.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n05.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and that of the external entity 1.0. 
        The external entity contains the invalid XML1.1 but valid XML 1.0 character #x94.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n06.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n06.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and that of the external entity 1.0. 
        The external entity contains the invalid XML1.1 but valid XML 1.0 character #x9F.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n07.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n07.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and the external dtd does not contain
        a textDecl.  The external entity contains the invalid XML1.1 but valid XML 1.0 
        character #x7F.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n08.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n08.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and the external dtd does not contain
        a VersionNum in the textDecl.  The external entity contains the invalid XML1.1 but 
        valid XML 1.0 character #x9B.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n09.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n09.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 and the external dtd does not contain
        a textDecl.  The external entity contains the invalid XML1.1 but valid XML 1.0 
        character #x8D.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n10.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n10.xml" ENTITIES="general" SECTIONS="4.3.4">
 		The VersionNum of the document entity is 1.1 and the external dtd does not contain
        a VersionNum in the textDecl.  The external entity contains the invalid XML 1.1 but 
        valid XML 1.0 character #x84.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n11.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n11.xml" ENTITIES="general" SECTIONS="4.3.4">
 		The VersionNum of the document entity is 1.1 and the external dtd does not contain
        a textDecl.  The external entity contains the invalid XML 1.1 but 
        valid XML 1.0 character #x88.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n12.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n12.xml" ENTITIES="general" SECTIONS="4.3.4">
 		The VersionNum of the document entity is 1.1 and the external dtd does not contain
        a textDecl.  The external entity contains the invalid XML 1.1 but 
        valid XML 1.0 character #x8E.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n13.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n13.xml" ENTITIES="none" SECTIONS="4.3.4">
 		The VersionNum of the primary document entity is 1.0 and that of the external 
 		dtd is 1.0.  The external dtd contains an external entity whose VersionNum is 1.1.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n14.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n14.xml" ENTITIES="none" SECTIONS="4.3.4">
 		The VersionNum of the primary document entity is 1.1 and that of the external 
 		dtd is 1.0.  The external dtd contains an element declaration with an invalid 
		XML 1.1 and 1.0 name.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n15.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n15.xml" ENTITIES="none" SECTIONS="4.3.4">
 		The VersionNum of the primary document entity is 1.1 and testDecl of the external 
 		dtd is absent.  The external dtd contains an external entity whose VersionNum is 
 		1.1 containing a valid XML1.0 but an invalid XML 1.1 character #x7F.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n16.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n16.xml" ENTITIES="general" SECTIONS="4.3.4">
		The VersionNum of the primary document entity is 1.0 and VersioNum of the external 
 		entity is absent.  The replacement text of the entity contains an element followed 
 		by the valid XML 1.1 of line character NEL  #x85 in its empty elem tag.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n17.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n17.xml" ENTITIES="general" SECTIONS="4.3.4">
		The VersionNum of the primary document entity is absent and that of the external 
 		entity is 1.0.  The textDecl in the external entity contains an invalid XML1.0
 		but valid XML 1.1 enf of line character NEL #x85.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n18.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n18.xml" ENTITIES="general" SECTIONS="4.3.4">
		The VersionNum of the primary document entity is absent and that of the external 
 		entity is 1.0.  The textDecl in the external entity contains an invalid XML1.0
 		but valid XML 1.1 of line character Unicode line separator #x2028.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n19.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n19.xml" ENTITIES="general" SECTIONS="4.3.4">
 		The VersionNum of the primary document entity is 1.1 and that of the external 
 		dtd is absent.  The external dtd contains an external entity whose VersionNum is 
 		absent and it contains a valid XML 1.0 but an invalid XML 1.1 character #x94.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n20.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n20.xml" ENTITIES="general" SECTIONS="4.3.4">
 		The VersionNum of the primary document entity is 1.1 and that of the external 
 		dtd is 1.1.  The external dtd contains an external entity whose VersionNum is 
 		absent and it contains a valid XML 1.0 but an invalid XML 1.1 character #x8F.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="not-wf/P77/ibm77n21.xml" TYPE="not-wf" ID="ibm-1-1-not-wf-P77-ibm77n21.xml" ENTITIES="both" SECTIONS="4.3.4">
 		The VersionNum of the primary document entity is 1.1 and the texlDecl of the 
 		external dtd is absent.  The external dtd contains a reference to an external 
 		parameter entity whose VersionNum is absent from the textDecl and it contains 
 		an invalid XML 1.1 character #x8F.
  </TEST>
</TESTCASES>

</TESTCASES>

    <!--
        (C) Copyright IBM Corp. 2003  All rights reserved.
        
        US Government Users Restricted Rights Use, duplication or
        disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
        
        The program is provided "as is" without any warranty express or
        implied, including the warranty of non-infringement and the implied
        warranties of merchantibility and fitness for a particular purpose.
        IBM will not be liable for any damages suffered by you as a result
        of using the Program. In no event will IBM be liable for any
        special, indirect or consequential damages or lost profits even if
        IBM has been advised of the possibility of their occurrence. IBM
        will not be liable for any third party claims against you.
-->
<TESTCASES PROFILE="IBM Valid Conformance Tests for XML 1.1 CR October 15, 2002">

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 2">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v01.xml" TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v01.xml" ENTITIES="none" SECTIONS="2.2">
        This test case covers legal character ranges plus discrete legal characters 
        for production 02 of the XML1.1 sepcification.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v02.xml" TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v02.xml" ENTITIES="none" SECTIONS="2.2,4.1">
        This test case covers control characters x1 to x1F and x7F to x9F 
        which should only appear as character references.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v03.xml" TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v03.xml" ENTITIES="none" SECTIONS="2.2,4.1">
        This test case covers control characters x1 to x1F and x7F to x9F 
        which appear as character references as an entity's replacement text.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v04.xml" TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v04.xml" ENTITIES="none" SECTIONS="2.2,4.1">
        This test case contains embeded whitespace characters 
                 some form the range 1 - 1F.
    </TEST>    
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v05.xml" TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v05.xml" ENTITIES="none" SECTIONS="2.2,4.1">
        This test case contains valid char references that match the char production.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v06.xml" TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v06.xml" ENTITIES="general" SECTIONS="2.2,4.1">
        This test case contains valid char references in the CDATA section, comment and
        processing instruction of an external entity that match the char production.
    </TEST>     
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 3">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v01.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v01.xml" ENTITIES="general" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v01.xml">
        The two character sequence #x0D #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v02.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v02.xml" ENTITIES="general" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v02.xml">
        The single character sequence #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v03.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v03.xml" ENTITIES="general" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v03.xml">
        The two character sequence #x0D #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v04.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v04.xml" ENTITIES="general" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v04.xml">
        The single character sequence #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v05.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v05.xml" ENTITIES="none" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v05.xml">
        The two character sequence #x0D #x85 in a document entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v06.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v06.xml" ENTITIES="none" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v06.xml">
        The single character sequence #x85 in a document entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v07.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v07.xml" ENTITIES="none" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v07.xml">
        The single character sequence #x2028 in a document entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v08.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v08.xml" ENTITIES="none" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v08.xml">
        The single character sequence #x85 in the XMLDecl must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v09.xml" TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v09.xml" ENTITIES="general" SECTIONS="2.11" OUTPUT="valid/P03/out/ibm03v09.xml">
        The single character sequence #x2028 in the XMLDecl must be normalized to a 
        single newline. (This test is questionable)
  </TEST>  
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P04/ibm04v01.xml" TYPE="valid" ID="ibm-1-1-valid-P04-ibm04v01.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal NameStartChars character ranges plus discrete legal 
        characters for production 04.
    </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4a">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P04a/ibm04av01.xml" TYPE="valid" ID="ibm-1-1-valid-P04-ibm04av01.xml" ENTITIES="none" SECTIONS="2.3">
        This test case covers legal NameChars character ranges plus discrete legal 
        characters for production 04a.
    </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 5">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v01.xml" TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v01.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal Element Names as per production 5.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v02.xml" TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v02.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal PITarget (Names) as per production 5.
    </TEST>  
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v03.xml" TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v03.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal Attribute (Names) as per production 5.
    </TEST>  
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v04.xml" TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v04.xml" ENTITIES="none" SECTIONS="2.3">
        This test case covers legal ID/IDREF (Names) as per production 5.
    </TEST>  
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v05.xml" TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v05.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal ENTITY (Names) as per production 5.
    </TEST>      
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 7">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P07/ibm07v01.xml" TYPE="valid" ID="ibm-1-1-valid-P047-ibm07v01.xml" ENTITIES="none" SECTIONS="2.3">
        This test case covers legal NMTOKEN Name character ranges plus discrete legal 
        characters for production 7.
    </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 77">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v01.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v01.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 whereas the VersionNum of the external 
        DTD is 1.0.  The character #xC0 which is a valid XML 1.1 but an invalid XML 1.0 
        character is present in both documents.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v02.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v02.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 whereas the VersionNum of the external 
        DTD is 1.0.  The character #x1FFF which is a valid XML 1.1 but an invalid XML 1.0 
        character is present in both documents.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v03.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v03.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 whereas the VersionNum of the external 
        DTD is 1.0.  The character #xF901 which is a valid XML 1.1 but an invalid XML 1.0 
        character is present in both documents.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v04.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v04.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 whereas the VersionNum of the external 
        entity is 1.0.  The character #xD6 which is a valid XML 1.1 but an invalid XML 1.0 
        character is present in both documents.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v05.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v05.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 whereas the VersionNum of the external 
        entity is 1.0.  The character #x1FFF which is a valid XML 1.1 but an invalid XML 1.0 
        character is present in both documents.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v06.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v06.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 whereas the VersionNum of the external 
        entity is 1.0.  The character #xF901 which is a valid XML 1.1 but an invalid XML 1.0 
        character is present in both documents.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v07.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v07.xml" ENTITIES="none" SECTIONS="4.3.4">
        The VersionNum of the document and external dtd is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xD8.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v08.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v08.xml" ENTITIES="none" SECTIONS="4.3.4">
        The VersionNum of the document and external dtd is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #x1FFF.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v09.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v09.xml" ENTITIES="none" SECTIONS="4.3.4">
        The VersionNum of the document and external dtd is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xF901.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v10.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v10.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and external entity is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xF6.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v11.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v11.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and external entity is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #x1FFF.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v12.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v12.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and external entity is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xF901.
  </TEST>  
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v13.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v13.xml" ENTITIES="none" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 but the external dtd does not 
        contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character 
        #xF8.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v14.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v14.xml" ENTITIES="none" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 but the external dtd does not 
        contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character 
        #x1FFF.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v15.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v15.xml" ENTITIES="none" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 but the external dtd does not 
        contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character 
        #xF901.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v16.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v16.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 but the external entity does not 
        contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character 
        #x2FF.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v17.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v17.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 but the external entity does not 
        contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character 
        #x1FFF.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v18.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v18.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document entity is 1.1 but the external entity does not 
        contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character 
        #xF901.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v19.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v19.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and external dtd is 1.1.  The replacement 
        text of an entity declared in the external DTD contains a reference to the 
        character #x7F.  This entity is not referenced in the document entity.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v20.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v20.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and external dtd is 1.1.  The replacement 
        text of an entity declared in the external DTD contains a reference to the 
        character #x80.  This entity is not referenced in the document entity.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v21.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v21.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and external dtd is 1.1.  The replacement 
        text of an entity declared in the external DTD contains a reference to the 
        character #x9F.  This entity is not referenced in the document entity.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v22.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v22.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and the external entity is 1.1.  The entity contains 
        a reference to the character #x7F. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v23.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v23.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and the external entity is 1.1.  The entity contains 
        a reference to the character #x80. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v24.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v24.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document and the external entity is 1.1.  The entity contains 
        a reference to the character #x9F. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v25.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v25.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document is 1.1 and the textDecl is missing in the external 
        DTD.  The replacement text of an entity declared in the external DTD contains a 
        reference to the character #x7F, #x8F.  This entity is not referenced in the 
        document entity.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v26.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v26.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document is 1.1 and the textDecl is missing in the external 
        DTD.  The replacement text of an entity declared in the external DTD contains a 
        reference to the character #x80, #x90.  This entity is not referenced in the 
        document entity.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v27.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v27.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document is 1.1 and the textDecl is missing in the external 
        DTD.  The replacement text of an entity declared in the external DTD contains a 
        reference to the character #x81, #x9F.  This entity is not referenced in the 
        document entity.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v28.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v28.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document is 1.1 and the textDecl is missing in the external 
        entity.  The replacement text of an entity declared in the external DTD contains a 
        reference to the character #x7F, #x80, #x9F. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v29.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v29.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document is 1.1 and the textDecl is missing in the external 
        entity.  The replacement text of an entity declared in the external DTD contains a 
        reference to the character #x85, #x8F. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v30.xml" TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v30.xml" ENTITIES="general" SECTIONS="4.3.4">
        The VersionNum of the document is 1.1 and the textDecl is missing in the external 
        entity.  The replacement text of an entity declared in the external DTD contains a 
        reference to the character #x1, #x7F. 
  </TEST>
</TESTCASES>

</TESTCASES>


</TESTCASES>

<TESTCASES xml:base="eduni/errata-2e/">
    <TESTCASES PROFILE="Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003">

<!-- E1 is an editorial change that does not need a test -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E2" URI="E2a.xml" ID="rmt-e2e-2a" TYPE="invalid">
Duplicate token in enumerated attribute declaration
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E2" URI="E2b.xml" ID="rmt-e2e-2b" TYPE="invalid">
Duplicate token in NOTATION attribute declaration
</TEST>

<!-- E3 concerns URI redirection (eg by catalog or HTTP), and can't be
     reasonably tested in a standalone test suite such as this -->

<!-- E4 concerns escaping of characters in URIs by the parser, and can't be
     reasonably tested in a standalone test suite such as this -->

<!-- E5-E8 are editorial changes that do not need tests -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E9" URI="E9a.xml" ID="rmt-e2e-9a" TYPE="valid">
An unused attribute default need only be syntactically correct
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E9" URI="E9b.xml" ID="rmt-e2e-9b" TYPE="invalid">
An attribute default must be syntactically correct even if unused
</TEST>

<!-- E10 is obsoleted by E45 -->

<!-- E11 updates the reference to RFC 1766 (Language Identification Tags)
     to refer to RFC 3066 instead, and this does not affect the behaviour
     of XML processors -->

<!-- E12 updates the reference to RFC 2376 (XML Media Types) to refer to
     RFC 3023 instead; I don't think anything can be tested here -->

<!-- E13 corrects a spelling mistake -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E14" URI="E14.xml" ID="rmt-e2e-14" ENTITIES="parameter" TYPE="invalid">
Declarations mis-nested wrt parameter entities are just validity
errors (but note that some parsers treat some such errors as fatal)
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15a.xml" ID="rmt-e2e-15a" TYPE="invalid">
Empty content can't contain an entity reference
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15b.xml" ID="rmt-e2e-15b" TYPE="invalid">
Empty content can't contain a comment
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15c.xml" ID="rmt-e2e-15c" TYPE="invalid">
Empty content can't contain a PI
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15d.xml" ID="rmt-e2e-15d" TYPE="invalid">
Empty content can't contain whitespace
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15e.xml" ID="rmt-e2e-15e" TYPE="valid">
Element content can contain entity reference if replacement text is whitespace
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15f.xml" ID="rmt-e2e-15f" TYPE="valid">
Element content can contain entity reference if replacement text is whitespace,
even if it came from a character reference in the literal entity value
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15g.xml" ID="rmt-e2e-15g" TYPE="invalid">
Element content can't contain character reference to whitespace
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15h.xml" ID="rmt-e2e-15h" TYPE="invalid">
Element content can't contain entity reference if replacement text is
character reference to whitespace
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15i.xml" ID="rmt-e2e-15i" TYPE="valid">
Element content can contain a comment
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15j.xml" ID="rmt-e2e-15j" TYPE="valid">
Element content can contain a PI
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15k.xml" ID="rmt-e2e-15k" TYPE="valid">
Mixed content can contain a comment
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E15" URI="E15l.xml" ID="rmt-e2e-15l" TYPE="valid">
Mixed content can contain a PI
</TEST>

<!-- E16 is a change to the references -->

<!-- E17 is a change to the Notation section -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E18" URI="E18.xml" ID="rmt-e2e-18" ENTITIES="both" OUTPUT="out/E18.xml" TYPE="valid">
External entity containing start of entity declaration is base URI
for system identifier
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E19" URI="E19.xml" ID="rmt-e2e-19" ENTITIES="parameter" OUTPUT="out/E19.xml" TYPE="valid">
Parameter entities and character references are included-in-literal, but
general entities are bypassed.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E20" URI="E20.xml" ID="rmt-e2e-20" TYPE="invalid">
Tokens, after normalization, must be separated by space, not other
whitespace characters
</TEST>

<!-- E21 defines "internal subset" to not include the square brackets,
     but I don't see any way to test this in a document -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E22" URI="E22.xml" ID="rmt-e2e-22" TYPE="valid">
UTF-8 entities may start with a BOM
</TEST>

<!-- E23 cannot be tested in a standalone test suite -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E24" URI="E24.xml" ID="rmt-e2e-24" TYPE="valid">
Either the built-in entity or a character reference can be used to
represent greater-than after two close-square-brackets
</TEST>

<!-- E25 and E26 cannot be tested in a standalone test suite -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E27" URI="E27.xml" ID="rmt-e2e-27" TYPE="not-wf">
Contains an irregular UTF-8 sequence (i.e. a surrogate pair)
</TEST>

<!-- E28 is a change to the references -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E29" URI="E29.xml" ID="rmt-e2e-29" TYPE="valid">
Three-letter language codes are allowed
</TEST>

<!-- E30-E33 are editorial -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E34" URI="E34.xml" ID="rmt-e2e-34" TYPE="error">
A non-deterministic content model is an error even if the element type
is not used.
</TEST>

<!-- E35 is editorial -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E36" URI="E36.xml" ID="rmt-e2e-36" ENTITIES="parameter" TYPE="valid">
An external ATTLIST declaration does not make a document non-standalone
if the normalization would have been the same without the declaration
</TEST>

<!-- E37 is a clarification that doesn't affect parsing -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E38" URI="E38.xml" ID="rmt-e2e-38" ENTITIES="general" TYPE="not-wf">
XML 1.0 document refers to 1.1 entity
</TEST>

<!-- E39 does not affect parsing -->

<!-- E40 is editorial -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E41" URI="E41.xml" ID="rmt-e2e-41" TYPE="valid">
An xml:lang attribute may be empty
</TEST>

<!-- E42 cannot be tested without an application -->

<!-- E43 is just a consolidation of other errata -->

<!-- E44 is editorial -->

<!-- E45 can only reasonably be tested by putting the parser into a mode
     where it doesn't read external entities, and we can't force that -->

<!-- E46 is editorial -->

<!-- E47 has the same problem as E45 -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E48" URI="E48.xml" ID="rmt-e2e-48" TYPE="valid">
ANY content allows character data
</TEST>

<!-- E49 is editorial -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E50" URI="E50.xml" ID="rmt-e2e-50" VERSION="1.1" TYPE="valid">
All line-ends are normalized, even those not passed to the application.
NB this can only be tested effectively in XML 1.1, since CR is in the
S production; in 1.1 we can use NEL which isn't.
</TEST>

<!-- E51-E54 are editorial -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E55" URI="E55.xml" ID="rmt-e2e-55" TYPE="error">
A reference to an unparsed entity in an entity value is an error rather
than forbidden (unless the entity is referenced, of course)
</TEST>

<!-- E56 is editorial -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E57" URI="E57.xml" ID="rmt-e2e-57" TYPE="error">
A value other than preserve or default for xml:space is an error
</TEST>

<!-- E58 clarifies that certain things are undefined, so there is
     nothing that can usefully be tested -->

<!-- E59 is an explanatory note -->

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E60" URI="E60.xml" ID="rmt-e2e-60" ENTITIES="parameter" TYPE="valid">
Conditional sections are allowed in external parameter entities referred
to from the internal subset.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata2e" SECTIONS="E61" URI="E61.xml" ID="rmt-e2e-61" TYPE="not-wf">
(From John Cowan) An encoding declaration in ASCII specifying an encoding
that is not compatible with ASCII (so the document is not in its declared
encoding).  It should generate a fatal error.
</TEST>

</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/xml-1.1/">
    <TESTCASES PROFILE="Richard Tobin's XML 1.1 test suite 13 Feb 2003">

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="001.xml" ID="rmt-001" TYPE="not-wf" ENTITIES="parameter">
External subset has later version number
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="002.xml" ID="rmt-002" TYPE="not-wf" ENTITIES="parameter">
External PE has later version number
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="003.xml" ID="rmt-003" TYPE="not-wf" ENTITIES="general">
External general entity has later version number
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="004.xml" ID="rmt-004" TYPE="not-wf" ENTITIES="general">
External general entity has later version number (no decl means 1.0)
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="005.xml" ID="rmt-005" TYPE="not-wf" ENTITIES="general">
Indirect external general entity has later version number
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="006.xml" ID="rmt-006" OUTPUT="out/006.xml" TYPE="valid" ENTITIES="general">
Second-level external general entity has later version number than
first-level, but not later than document, so not an error.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="007.xml" ID="rmt-007" OUTPUT="out/007.xml" TYPE="valid">
A vanilla XML 1.1 document
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="008.xml" ID="rmt-008" TYPE="error">
an implausibly-versioned document
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.8 4.3.4" URI="009.xml" ID="rmt-009" TYPE="error" ENTITIES="general">
External general entity has implausible version number
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="010.xml" ID="rmt-010" OUTPUT="out/010.xml" TYPE="valid">
Contains a C1 control, legal in XML 1.0, illegal in XML 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="011.xml" ID="rmt-011" TYPE="not-wf">
Contains a C1 control, legal in XML 1.0, illegal in XML 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="012.xml" ID="rmt-012" OUTPUT="out/012.xml" TYPE="valid">
Contains a DEL, legal in XML 1.0, illegal in XML 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="013.xml" ID="rmt-013" TYPE="not-wf">
Contains a DEL, legal in XML 1.0, illegal in XML 1.1
</TEST>

<TEST VERSION="1.0" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="014.xml" ID="rmt-014" TYPE="not-wf" EDITION="1 2 3 4">
Has a "long s" in a name, legal in XML 1.1, illegal in XML 1.0 thru 4th edition
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="015.xml" ID="rmt-015" OUTPUT="out/015.xml" TYPE="invalid">
Has a "long s" in a name, legal in XML 1.1, illegal in XML 1.0 thru 4th edition
</TEST>

<TEST VERSION="1.0" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="016.xml" ID="rmt-016" TYPE="not-wf" EDITION="1 2 3 4">
Has a Byzantine Musical Symbol Kratimata in a name,
legal in XML 1.1, illegal in XML 1.0 thru 4th edition
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="017.xml" ID="rmt-017" OUTPUT="out/017.xml" TYPE="invalid">
Has a Byzantine Musical Symbol Kratimata in a name,
legal in XML 1.1, illegal in XML 1.0 thru 4th edition
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="018.xml" ID="rmt-018" OUTPUT="out/018.xml" TYPE="invalid">
Has the last legal namechar in XML 1.1, illegal in XML 1.0 thru 4th edition
</TEST>

<TEST VERSION="1.0" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="019.xml" ID="rmt-019" TYPE="not-wf" EDITION="1 2 3 4">
Has the last legal namechar in XML 1.1, illegal in XML 1.0 thru 4th edition
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="020.xml" ID="rmt-020" TYPE="not-wf">
Has the first character after the last legal namechar in XML 1.1,
illegal in both XML 1.0 and 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="021.xml" ID="rmt-021" TYPE="not-wf">
Has the first character after the last legal namechar in XML 1.1,
illegal in both XML 1.0 and 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="022.xml" ID="rmt-022" OUTPUT="out/022.xml" TYPE="valid">
Has a NEL character; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="023.xml" ID="rmt-023" OUTPUT="out/023.xml" TYPE="valid">
Has a NEL character; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="024.xml" ID="rmt-024" OUTPUT="out/024.xml" TYPE="valid">
Has an LSEP character; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="025.xml" ID="rmt-025" OUTPUT="out/025.xml" TYPE="valid">
Has an LSEP character; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="026.xml" ID="rmt-026" OUTPUT="out/026.xml" TYPE="valid">
Has CR-NEL; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="027.xml" ID="rmt-027" OUTPUT="out/027.xml" TYPE="valid">
Has CR-NEL; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="028.xml" ID="rmt-028" OUTPUT="out/028.xml" TYPE="valid">
Has CR-LSEP; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1.
Note that CR and LSEP are not combined into a single LF
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="029.xml" ID="rmt-029" OUTPUT="out/029.xml" TYPE="valid">
Has CR-LSEP; legal in both XML 1.0 and 1.1, but different
canonical output because of normalization in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="030.xml" ID="rmt-030" OUTPUT="out/030.xml" TYPE="invalid">
Has a NEL character in an NMTOKENS attribute; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="031.xml" ID="rmt-031" OUTPUT="out/031.xml" TYPE="valid">
Has a NEL character in an NMTOKENS attribute; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="032.xml" ID="rmt-032" OUTPUT="out/032.xml" TYPE="invalid">
Has an LSEP character in an NMTOKENS attribute; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="033.xml" ID="rmt-033" OUTPUT="out/033.xml" TYPE="valid">
Has an LSEP character in an NMTOKENS attribute; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="034.xml" ID="rmt-034" OUTPUT="out/034.xml" TYPE="valid">
Has an NMTOKENS attribute containing a CR character that comes from a
character reference in an internal entity.  Because CR is in the
S production, this is valid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="035.xml" ID="rmt-035" OUTPUT="out/035.xml" TYPE="valid">
Has an NMTOKENS attribute containing a CR character that comes from a
character reference in an internal entity.  Because CR is in the
S production, this is valid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="036.xml" ID="rmt-036" OUTPUT="out/036.xml" TYPE="invalid">
Has an NMTOKENS attribute containing a NEL character that comes from a
character reference in an internal entity.  Because NEL is not in the
S production (even though real NELs are converted to LF on input),
this is invalid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="037.xml" ID="rmt-037" OUTPUT="out/037.xml" TYPE="invalid">
Has an NMTOKENS attribute containing a NEL character that comes from a
character reference in an internal entity.  Because NEL is not in the
S production (even though real NELs are converted to LF on input),
this is invalid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="038.xml" ID="rmt-038" TYPE="not-wf">
Contains a C0 control character (form-feed), illegal in
both XML 1.0 and 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="039.xml" ID="rmt-039" TYPE="not-wf">
Contains a C0 control character (form-feed), illegal in
both XML 1.0 and 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="040.xml" ID="rmt-040" OUTPUT="out/040.xml" TYPE="valid">
Contains a C1 control character (partial line up), legal in
XML 1.0 but not 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.2" URI="041.xml" ID="rmt-041" TYPE="not-wf">
Contains a C1 control character (partial line up), legal in
XML 1.0 but not 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="4.1" URI="042.xml" ID="rmt-042" TYPE="not-wf">
Contains a character reference to a C0 control character (form-feed),
legal in XML 1.1 but not 1.0
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="4.1" URI="043.xml" ID="rmt-043" OUTPUT="out/043.xml" TYPE="valid">
Contains a character reference to a C0 control character (form-feed),
legal in XML 1.1 but not 1.0
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="4.1" URI="044.xml" ID="rmt-044" OUTPUT="out/044.xml" TYPE="valid">
Contains a character reference to a C1 control character (partial line
up), legal in both XML 1.0 and 1.1 (but for different reasons)
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="4.1" URI="045.xml" ID="rmt-045" OUTPUT="out/045.xml" TYPE="valid">
Contains a character reference to a C1 control character (partial line
up), legal in both XML 1.0 and 1.1 (but for different reasons)
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="046.xml" ID="rmt-046" OUTPUT="out/046.xml" TYPE="invalid">
Has a NEL character in element content whitespace; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="047.xml" ID="rmt-047" OUTPUT="out/047.xml" TYPE="valid">
Has a NEL character in element content whitespace; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="048.xml" ID="rmt-048" OUTPUT="out/048.xml" TYPE="invalid">
Has an LSEP character in element content whitespace; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="049.xml" ID="rmt-049" OUTPUT="out/049.xml" TYPE="valid">
has an LSEP character in element content whitespace; well-formed in both
XML 1.0 and 1.1, but valid only in 1.1
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="050.xml" ID="rmt-050" OUTPUT="out/050.xml" TYPE="valid">
Has element content whitespace containing a CR character that comes from
a character reference in an internal entity.  Because CR is in the
S production, this is valid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="051.xml" ID="rmt-051" OUTPUT="out/051.xml" TYPE="valid">
Has element content whitespace containing a CR character that comes from
a character reference in an internal entity.  Because CR is in the
S production, this is valid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="052.xml" ID="rmt-052" OUTPUT="out/052.xml" TYPE="invalid">
Has element content whitespace containing a NEL character that comes from
a character reference in an internal entity.  Because NEL is not in the
S production (even though real NELs are converted to LF on input),
this is invalid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.3" URI="053.xml" ID="rmt-053" OUTPUT="out/053.xml" TYPE="invalid">
Has element content whitespace containing a NEL character that comes from
a character reference in an internal entity.  Because NEL is not in the
S production (even though real NELs are converted to LF on input),
this is invalid in both XML 1.0 and 1.1.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="4.3.2" URI="054.xml" ID="rmt-054" OUTPUT="out/054.xml" TYPE="valid">
Contains a character reference to a C0 control character (form-feed)
in an entity value.  This will be legal (in XML 1.1) when the entity
declaration is parsed, but what about when it is used?  According to
the grammar in the CR spec, it should be illegal (because the
replacement text must match "content"), but this is probably not
intended.  This will be fixed in the PR version.
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="055.xml" ID="rmt-055" TYPE="error">
Has a Latin-1 NEL in the XML declaration (to be made an error in PR)
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="056.xml" ID="rmt-056" TYPE="error">
Has a UTF-8 NEL in the XML declaration (to be made an error in PR)
</TEST>

<TEST VERSION="1.1" RECOMMENDATION="XML1.1" SECTIONS="2.11" URI="057.xml" ID="rmt-057" TYPE="error">
Has a UTF-8 LSEP in the XML declaration (to be made an error in PR)
</TEST>

</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/namespaces/1.0/">
    <TESTCASES PROFILE="Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003">

<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="001.xml" ID="rmt-ns10-001" TYPE="valid">
Namespace name test: a perfectly good http URI
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="002.xml" ID="rmt-ns10-002" TYPE="valid">
Namespace name test: a syntactically plausible URI with a
fictitious scheme
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="003.xml" ID="rmt-ns10-003" TYPE="valid">
Namespace name test: a perfectly good http URI with a fragment
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="004.xml" ID="rmt-ns10-004" TYPE="error">
Namespace name test: a relative URI (deprecated)
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="005.xml" ID="rmt-ns10-005" TYPE="error">
Namespace name test: a same-document relative URI (deprecated)
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="006.xml" ID="rmt-ns10-006" TYPE="error">
Namespace name test: an http IRI that is not a URI
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="1" URI="007.xml" ID="rmt-ns10-007" TYPE="valid">
Namespace inequality test: different capitalization
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="1" URI="008.xml" ID="rmt-ns10-008" TYPE="valid">
Namespace inequality test: different escaping
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="1" URI="009.xml" ID="rmt-ns10-009" TYPE="not-wf">
Namespace equality test: plain repetition
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="1" URI="010.xml" ID="rmt-ns10-010" TYPE="not-wf">
Namespace equality test: use of character reference
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="1" URI="011.xml" ID="rmt-ns10-011" TYPE="not-wf">
Namespace equality test: use of entity reference
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="1" URI="012.xml" ID="rmt-ns10-012" TYPE="not-wf">
Namespace inequality test: equal after attribute value normalization
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="3" URI="013.xml" ID="rmt-ns10-013" TYPE="not-wf">
Bad QName syntax: multiple colons
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="3" URI="014.xml" ID="rmt-ns10-014" TYPE="not-wf">
Bad QName syntax: colon at end
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="3" URI="015.xml" ID="rmt-ns10-015" TYPE="not-wf">
Bad QName syntax: colon at start
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="016.xml" ID="rmt-ns10-016" TYPE="not-wf">
Bad QName syntax: xmlns:
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="-" URI="017.xml" ID="rmt-ns10-017" TYPE="invalid">
Simple legal case: no namespaces
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.2" URI="018.xml" ID="rmt-ns10-018" TYPE="invalid">
Simple legal case: default namespace
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="4" URI="019.xml" ID="rmt-ns10-019" TYPE="invalid">
Simple legal case: prefixed element
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="4" URI="020.xml" ID="rmt-ns10-020" TYPE="invalid">
Simple legal case: prefixed attribute
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.2" URI="021.xml" ID="rmt-ns10-021" TYPE="invalid">
Simple legal case: default namespace and unbinding
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.2" URI="022.xml" ID="rmt-ns10-022" TYPE="invalid">
Simple legal case: default namespace and rebinding
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="023.xml" ID="rmt-ns10-023" TYPE="not-wf">
Illegal use of 1.1-style prefix unbinding in 1.0 document
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.1" URI="024.xml" ID="rmt-ns10-024" TYPE="invalid">
Simple legal case: prefix rebinding
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="4" URI="025.xml" ID="rmt-ns10-025" TYPE="not-wf">
Unbound element prefix
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="4" URI="026.xml" ID="rmt-ns10-026" TYPE="not-wf">
Unbound attribute prefix
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="2" URI="027.xml" ID="rmt-ns10-027" TYPE="invalid">
Reserved prefixes and namespaces: using the xml prefix undeclared
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="028.xml" ID="rmt-ns10-028" TYPE="invalid">
Reserved prefixes and namespaces: declaring the xml prefix correctly
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="029.xml" ID="rmt-ns10-029" TYPE="not-wf">
Reserved prefixes and namespaces: declaring the xml prefix incorrectly
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="030.xml" ID="rmt-ns10-030" TYPE="not-wf">
Reserved prefixes and namespaces: binding another prefix
to the xml namespace
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="031.xml" ID="rmt-ns10-031" TYPE="not-wf">
Reserved prefixes and namespaces: declaring the xmlns prefix
with its correct URI (illegal)
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="032.xml" ID="rmt-ns10-032" TYPE="not-wf">
Reserved prefixes and namespaces: declaring the xmlns prefix
with an incorrect URI
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="033.xml" ID="rmt-ns10-033" TYPE="not-wf">
Reserved prefixes and namespaces: binding another prefix
to the xmlns namespace
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE05" URI="034.xml" ID="rmt-ns10-034" TYPE="invalid">
Reserved prefixes and namespaces: binding a reserved prefix
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="035.xml" ID="rmt-ns10-035" TYPE="not-wf">
Attribute uniqueness: repeated identical attribute
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="036.xml" ID="rmt-ns10-036" TYPE="not-wf">
Attribute uniqueness: repeated attribute with different prefixes
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="037.xml" ID="rmt-ns10-037" TYPE="invalid">
Attribute uniqueness: different attributes with same local name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="038.xml" ID="rmt-ns10-038" TYPE="invalid">
Attribute uniqueness: prefixed and unprefixed attributes with same
local name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="039.xml" ID="rmt-ns10-039" TYPE="invalid">
Attribute uniqueness: prefixed and unprefixed attributes with same
local name, with default namespace
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="040.xml" ID="rmt-ns10-040" TYPE="invalid">
Attribute uniqueness: prefixed and unprefixed attributes with same
local name, with default namespace and element in default namespace
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="5.3" URI="041.xml" ID="rmt-ns10-041" TYPE="invalid">
Attribute uniqueness: prefixed and unprefixed attributes with same
local name, element in same namespace as prefixed attribute
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE08" URI="042.xml" ID="rmt-ns10-042" TYPE="not-wf">
Colon in PI name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE08" URI="043.xml" ID="rmt-ns10-043" TYPE="not-wf">
Colon in entity name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE08" URI="044.xml" ID="rmt-ns10-044" TYPE="not-wf">
Colon in entity name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE08" URI="045.xml" ID="rmt-ns10-045" TYPE="invalid">
Colon in ID attribute name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE08" URI="046.xml" ID="rmt-ns10-046" TYPE="invalid">
Colon in ID attribute name
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE03" URI="047.xml" ID="ht-ns10-047" TYPE="valid">
Reserved name: _not_ an error
</TEST>
<TEST RECOMMENDATION="NS1.0" SECTIONS="NE03" URI="048.xml" ID="ht-ns10-048" TYPE="valid">
Reserved name: _not_ an error
</TEST>
</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/namespaces/1.1/">
    <TESTCASES PROFILE="Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003">

<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="2.1" URI="001.xml" ID="rmt-ns11-001" TYPE="valid">
Namespace name test: a perfectly good http IRI that is not a URI
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="2.3" URI="002.xml" ID="rmt-ns11-002" TYPE="valid">
Namespace inequality test: different escaping of non-ascii letter
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="6.1" URI="003.xml" ID="rmt-ns11-003" TYPE="valid">
1.1 style prefix unbinding
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="6.1" URI="004.xml" ID="rmt-ns11-004" TYPE="valid">
1.1 style prefix unbinding and rebinding
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="5" URI="005.xml" ID="rmt-ns11-005" TYPE="not-wf">
Illegal use of prefix that has been unbound
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="2.1" URI="006.xml" ID="rmt-ns11-006" TYPE="valid">
Test whether non-Latin-1 characters are accepted in IRIs, and whether
they are correctly distinguished
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="3" URI="007.xml" ID="ht-bh-ns11-007" TYPE="not-wf">
Attempt to unbind xmlns 'namespace'
</TEST>
<TEST VERSION="1.1" RECOMMENDATION="NS1.1" SECTIONS="3" URI="008.xml" ID="ht-bh-ns11-008" TYPE="not-wf">
Attempt to unbind xml namespace
</TEST>
</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/errata-3e/">
    <TESTCASES PROFILE="Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006">

<!-- These tests are for the errata to XML 1.0 3rd edition
     (http://www.w3.org/XML/xml-V10-3e-errata).
     The errata to XML 1.1 (first edition) are a superset of these
     (http://www.w3.org/XML/xml-V11-1e-errata).
     The additional XML 1.1 errata are (a) minor fixes to the BNF
     and (b) a correction concerning 1.0 compatibility; these do
     not seem to me to merit tests. -->

<!-- E01 concerns xml:lang and is not testable at the XML level -->

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E05" URI="E05a.xml" ID="rmt-e3e-05a" TYPE="valid">
CDATA sections may occur in Mixed content.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E05" URI="E05b.xml" ID="rmt-e3e-05b" TYPE="valid">
CDATA sections, comments and PIs may occur in ANY content.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06a.xml" ID="rmt-e3e-06a" TYPE="invalid">
Default values for IDREF attributes must match Name.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06b.xml" ID="rmt-e3e-06b" TYPE="invalid">
Default values for ENTITY attributes must match Name.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06c.xml" ID="rmt-e3e-06c" TYPE="invalid">
Default values for IDREFS attributes must match Names.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06d.xml" ID="rmt-e3e-06d" TYPE="invalid">
Default values for ENTITIES attributes must match Names.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06e.xml" ID="rmt-e3e-06e" TYPE="invalid">
Default values for NMTOKEN attributes must match Nmtoken.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06f.xml" ID="rmt-e3e-06f" TYPE="invalid">
Default values for NMTOKENS attributes must match Nmtokens.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06g.xml" ID="rmt-e3e-06g" TYPE="invalid">
Default values for NOTATION attributes must match one of the enumerated values.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06h.xml" ID="rmt-e3e-06h" TYPE="invalid">
Default values for enumerated attributes must match one of the enumerated values.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E06" URI="E06i.xml" ID="rmt-e3e-06i" TYPE="valid">
Non-syntactic validity errors in default attributes only happen if
the attribute is in fact defaulted.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E12" URI="E12.xml" ID="rmt-e3e-12" TYPE="not-wf">
Default values for attributes may not contain references to external entities.
</TEST>

<TEST RECOMMENDATION="XML1.0-errata3e" SECTIONS="E13" URI="E13.xml" ID="rmt-e3e-13" TYPE="invalid">
Even internal parameter entity references are enough to make undeclared
entities into mere validity errors rather than well-formedness errors.
</TEST>

</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/errata-4e/">
    <TESTCASES PROFILE="University of Edinburgh tests for XML 1.0 5th edition">
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="general" ID="invalid-bo-1" URI="inclbom_be.xml" SECTIONS="4.3.3" VERSION="1.0" OUTPUT="inclbom_out.xml">Byte order mark in general entity should go away (big-endian)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="general" ID="invalid-bo-2" URI="inclbom_le.xml" SECTIONS="4.3.3" VERSION="1.0" OUTPUT="inclbom_out.xml">Byte order mark in general entity should go away (little-endian)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="general" ID="invalid-bo-3" URI="incl8bom.xml" SECTIONS="4.3.3" VERSION="1.0" OUTPUT="inclbom_out.xml">Byte order mark in general entity should go away (utf-8)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="general" ID="invalid-bo-4" URI="inclbombom_be.xml" SECTIONS="4.3.3" VERSION="1.0" OUTPUT="inclbombom_out.xml">Two byte order marks in general entity produce only one (big-endian)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="general" ID="invalid-bo-5" URI="inclbombom_le.xml" SECTIONS="4.3.3" VERSION="1.0" OUTPUT="inclbombom_out.xml">Two byte order marks in general entity produce only one (little-endian)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="general" ID="invalid-bo-6" URI="incl8bombom.xml" SECTIONS="4.3.3" VERSION="1.0" OUTPUT="inclbombom_out.xml">Two byte order marks in general entity produce only one (utf-8)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="error" ENTITIES="general" ID="invalid-bo-7" URI="inclbomboom_be.xml" SECTIONS="4.3.3" VERSION="1.0">A byte order mark and a backwards one in general entity cause an illegal char. error (big-endian)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="error" ENTITIES="general" ID="invalid-bo-8" URI="inclbomboom_le.xml" SECTIONS="4.3.3" VERSION="1.0">A byte order mark and a backwards one in general entity cause an illegal char. error (little-endian)</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="error" ENTITIES="general" ID="invalid-bo-9" URI="incl8bomboom.xml" SECTIONS="4.3.3" VERSION="1.0">A byte order mark and a backwards one in general entity cause an illegal char. error (utf-8)</TEST> 
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="none" ID="invalid-sa-140" URI="140.xml" SECTIONS="2.3 [4]" EDITION="5" VERSION="1.0">Character
'&amp;#x309a;' is a CombiningChar, not a Letter, but as of 5th edition, may begin a name (c.f. xmltest/not-wf/sa/140.xml).</TEST>
 <TEST NAMESPACE="yes" RECOMMENDATION="XML1.0-errata4e" TYPE="invalid" ENTITIES="none" ID="invalid-sa-141" URI="141.xml" SECTIONS="2.3 [5]" EDITION="5" VERSION="1.0">As of 5th edition, character
#x0E5C is legal in XML names (c.f. xmltest/not-wf/sa/141.xml).</TEST>
<TEST VERSION="1.0" RECOMMENDATION="XML1.0-errata4e" SECTIONS="2.8 4.3.4" URI="008.xml" ID="x-rmt-008" TYPE="error" EDITION="1 2 3 4">
a document with version=1.7, illegal in XML 1.0 through 4th edition
</TEST>
<TEST VERSION="1.0" RECOMMENDATION="XML1.0-errata4e" SECTIONS="2.8 4.3.4" URI="008.xml" ID="x-rmt-008b" TYPE="valid" EDITION="5">
a document with version=1.7, legal in XML 1.0 from 5th edition
</TEST>
 <TEST NAMESPACE="yes" ENTITIES="none" RECOMMENDATION="XML1.0-errata4e" SECTIONS="2.3" URI="014.xml" ID="x-rmt5-014" TYPE="invalid" EDITION="5" VERSION="1.0">Has
a "long s" in a name, legal in XML 1.1, legal in XML 1.0 5th edition</TEST>
 <TEST NAMESPACE="yes" ENTITIES="none" RECOMMENDATION="XML1.0-errata4e" SECTIONS="2.3" URI="014a.xml" ID="x-rmt5-014a" TYPE="valid" EDITION="5" VERSION="1.0">Has
a "long s" in a name, legal in XML 1.1, legal in XML 1.0 5th edition</TEST>
 <TEST NAMESPACE="yes" ENTITIES="none" RECOMMENDATION="XML1.0-errata4e" SECTIONS="2.3" URI="016.xml" ID="x-rmt5-016" TYPE="invalid" VERSION="1.0" EDITION="5">Has
a Byzantine Musical Symbol Kratimata in a name, legal in XML 1.1, legal in
XML 1.0 5th edition</TEST>
 <TEST NAMESPACE="yes" ENTITIES="none" VERSION="1.0" RECOMMENDATION="XML1.0-errata4e" SECTIONS="2.3" URI="019.xml" ID="x-rmt5-019" TYPE="invalid" EDITION="5">Has
the last legal namechar in XML 1.1, legal in XML 1.0 5th edition</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n02.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n02.xml">Tests
an element with an illegal NameStartChar: #0x333</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n03.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n03.xml">Tests
an element with an illegal NameStartChar: #0x369</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n04.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n04.xml">Tests
an element with an illegal NameStartChar: #0x37E</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n05.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n05.xml">Tests
an element with an illegal NameStartChar: #0x2000</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n06.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n06.xml">Tests
an element with an illegal NameStartChar: #0x2001</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n07.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n07.xml">Tests
an element with an illegal NameStartChar: #0x2002</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n08.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n08.xml">Tests
an element with an illegal NameStartChar: #0x2005</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n09.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n09.xml">Tests
an element with an illegal NameStartChar: #0x200B</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n10.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n10.xml">Tests
an element with an illegal NameStartChar: #0x200E</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n11.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n11.xml">Tests
an element with an illegal NameStartChar: #0x200F</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n12.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n12.xml">Tests
an element with an illegal NameStartChar: #0x2069</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n13.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n13.xml">Tests
an element with an illegal NameStartChar: #0x2190</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n14.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n14.xml">Tests
an element with an illegal NameStartChar: #0x23FF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n15.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n15.xml">Tests
an element with an illegal NameStartChar: #0x280F</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n16.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n16.xml">Tests
an element with an illegal NameStartChar: #0x2A00</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n17.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n17.xml">Tests
an element with an illegal NameStartChar: #0x2EDC</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n18.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n18.xml">Tests
an element with an illegal NameStartChar: #0x2B00</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n19.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n19.xml">Tests
an element with an illegal NameStartChar: #0x2BFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n20.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n20.xml">Tests
an element with an illegal NameStartChar: #0x3000</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n21.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n21.xml">Tests
an element with an illegal NameStartChar: #0xD800</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n22.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n22.xml">Tests
an element with an illegal NameStartChar: #0xD801</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n23.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n23.xml">Tests
an element with an illegal NameStartChar: #0xDAFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n24.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n24.xml">Tests
an element with an illegal NameStartChar: #0xDFFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n25.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n25.xml">Tests
an element with an illegal NameStartChar: #0xEFFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n26.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n26.xml">Tests
an element with an illegal NameStartChar: #0xF1FF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n27.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n27.xml">Tests
an element with an illegal NameStartChar: #0xF8FF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04n28.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04-ibm04n28.xml">Tests
an element with an illegal NameStartChar: #0xFFFFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an01.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an01.xml">Tests
an element with an illegal NameChar: #xB8</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an02.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an02.xml">Tests
an element with an illegal NameChar: #0xA1</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an03.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an03.xml">Tests
an element with an illegal NameChar: #0xAF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an04.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an04.xml">Tests
an element with an illegal NameChar: #0x37E</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an05.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an05.xml">Tests
an element with an illegal NameChar: #0x2000</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an06.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an06.xml">Tests
an element with an illegal NameChar: #0x2001</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an07.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an07.xml">Tests
an element with an illegal NameChar: #0x2002</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an08.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an08.xml">Tests
an element with an illegal NameChar: #0x2005</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an09.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an09.xml">Tests
an element with an illegal NameChar: #0x200B</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an10.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an10.xml">Tests
an element with an illegal NameChar: #0x200E</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an11.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an11.xml">Tests
an element with an illegal NameChar: #0x2038</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an12.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an12.xml">Tests
an element with an illegal NameChar: #0x2041</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an13.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an13.xml">Tests
an element with an illegal NameChar: #0x2190</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an14.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an14.xml">Tests
an element with an illegal NameChar: #0x23FF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an15.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an15.xml">Tests
an element with an illegal NameChar: #0x280F</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an16.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an16.xml">Tests
an element with an illegal NameChar: #0x2A00</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an17.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an17.xml">Tests
an element with an illegal NameChar: #0xFDD0</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an18.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an18.xml">Tests
an element with an illegal NameChar: #0xFDEF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an19.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an19.xml">Tests
an element with an illegal NameChar: #0x2FFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an20.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an20.xml">Tests
an element with an illegal NameChar: #0x3000</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an21.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an21.xml">Tests
an element with an illegal NameChar: #0xD800</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an22.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an22.xml">Tests
an element with an illegal NameChar: #0xD801</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an23.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an23.xml">Tests
an element with an illegal NameChar: #0xDAFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an24.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an24.xml">Tests
an element with an illegal NameChar: #0xDFFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an25.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an25.xml">Tests
an element with an illegal NameChar: #0xEFFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an26.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an26.xml">Tests
an element with an illegal NameChar: #0xF1FF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an27.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an27.xml">Tests
an element with an illegal NameChar: #0xF8FF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04an28.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P04a-ibm04an28.xml">Tests
an element with an illegal NameChar: #0xFFFFF</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05n01.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P05-ibm05n01.xml">Tests
an element with an illegal Name containing #0x0B</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05n02.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P05-ibm05n02.xml">Tests
an element with an illegal Name containing #0x300</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05n03.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P05-ibm05n03.xml">Tests
an element with an illegal Name containing #0x36F</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05n04.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P05-ibm05n04.xml">Tests
an element with an illegal Name containing #0x203F</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05n05.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P05-ibm05n05.xml">Tests
an element with an illegal Name containing #x2040</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05n06.xml" NAMESPACE="yes" TYPE="not-wf" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-not-wf-P05-ibm05n06.xml">Tests
an element with an illegal Name containing #0xB7</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04v01.xml" TYPE="valid" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no" ID="x-ibm-1-0.5-valid-P04-ibm04v01.xml">This
test case covers legal NameStartChars character ranges plus discrete legal
characters for production 04.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm04av01.xml" NAMESPACE="yes" TYPE="valid" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-valid-P04-ibm04av01.xml">This
test case covers legal NameChars character ranges plus discrete legal
characters for production 04a.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05v01.xml" TYPE="valid" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no" ID="x-ibm-1-0.5-valid-P05-ibm05v01.xml">This
test case covers legal Element Names as per production 5.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05v02.xml" TYPE="valid" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no" ID="x-ibm-1-0.5-valid-P05-ibm05v02.xml">This
test case covers legal PITarget (Names) as per production 5.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05v03.xml" TYPE="valid" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no" ID="x-ibm-1-0.5-valid-P05-ibm05v03.xml">This
test case covers legal Attribute (Names) as per production 5.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05v04.xml" NAMESPACE="yes" TYPE="valid" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-valid-P05-ibm05v04.xml">This
test case covers legal ID/IDREF (Names) as per production 5.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm05v05.xml" TYPE="valid" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no" ID="x-ibm-1-0.5-valid-P05-ibm05v05.xml">This
test case covers legal ENTITY (Names) as per production 5.</TEST>
 <TEST VERSION="1.0" EDITION="5" RECOMMENDATION="XML1.0-errata4e" URI="ibm07v01.xml" NAMESPACE="yes" TYPE="valid" ENTITIES="none" SECTIONS="2.3" ID="x-ibm-1-0.5-valid-P047-ibm07v01.xml">This
test case covers legal NMTOKEN Name character ranges plus discrete legal
characters for production 7.</TEST>
<TEST VERSION="1.0" URI="ibm85n03.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n03.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0132    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n04.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n04.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0133    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n05.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n05.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x013F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n06.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n06.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0140    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n07.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n07.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0149    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n08.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n08.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x017F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n09.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n09.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01c4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n10.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n10.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01CC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n100.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n100.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0BB6
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n101.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n101.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0BBA
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n102.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n102.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C0D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n103.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n103.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n104.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n104.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n105.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n105.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n106.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n106.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C5F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n107.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n107.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C62    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n108.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n108.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C8D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n109.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n109.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0C91    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n11.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n11.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01F1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n110.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n110.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0CA9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n111.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n111.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0CB4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n112.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n112.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0CBA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n113.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n113.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0CDF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n114.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n114.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0CE2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n115.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n115.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0D0D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n116.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n116.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0D11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n117.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n117.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0D29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n118.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n118.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0D3A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n119.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n119.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0D62    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n12.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n12.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01F3    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n120.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n120.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E2F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n121.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n121.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E31    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n122.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n122.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n123.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n123.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E46    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n124.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n124.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E83    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n125.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n125.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E85    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n126.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n126.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E89    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n127.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n127.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E8B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n128.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n128.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E8E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n129.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n129.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0E98    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n13.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n13.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01F6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n130.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n130.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EA0    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n131.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n131.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EA4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n132.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n132.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EA6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n133.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n133.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EA8    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n134.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n134.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EAC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n135.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n135.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EAF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n136.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n136.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EB1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n137.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n137.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EB4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n138.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n138.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EBE    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n139.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n139.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0EC5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n14.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n14.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01F9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n140.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n140.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0F48    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n141.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n141.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0F6A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n142.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n142.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x10C6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n143.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n143.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x10F7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n144.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n144.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1011    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n145.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n145.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1104    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n146.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n146.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1108    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n147.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n147.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x110A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n148.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n148.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x110D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n149.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n149.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x113B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n15.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n15.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x01F9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n150.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n150.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x113F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n151.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n151.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1141    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n152.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n152.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x114D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n153.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n153.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x114f    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n154.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n154.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1151    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n155.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n155.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1156    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n156.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n156.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x115A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n157.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n157.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1162    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n158.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n158.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1164    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n159.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n159.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1166    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n16.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n16.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0230    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n160.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n160.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x116B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n161.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n161.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x116F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n162.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n162.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1174    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n163.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n163.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x119F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n164.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n164.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11AC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n165.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n165.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11B6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n166.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n166.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11B9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n167.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n167.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11BB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n168.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n168.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11C3    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n169.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n169.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11F1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n17.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n17.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x02AF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n170.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n170.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x11FA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n171.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n171.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1E9C    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n172.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n172.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1EFA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n173.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n173.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F16    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n174.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n174.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F1E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n175.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n175.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F46    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n176.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n176.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F4F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n177.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n177.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F58    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n178.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n178.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F5A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n179.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n179.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F5C    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n18.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n18.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x02CF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n180.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n180.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F5E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n181.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n181.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1F7E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n182.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n182.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FB5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n183.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n183.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FBD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n184.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n184.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FBF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n185.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n185.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FC5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n186.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n186.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FCD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n187.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n187.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FD5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n188.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n188.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FDC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n189.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n189.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FED    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n19.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n19.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0387    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n190.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n190.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FF5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n191.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n191.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x1FFD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n192.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n192.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x2127    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n193.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n193.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x212F    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n194.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n194.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x2183    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n195.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n195.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x3095    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n196.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n196.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x30FB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n197.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n197.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x312D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n198.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n198.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #xD7A4    
    occurs as the first character of the PITarget in the PI in the DTD.  
    </TEST>
<TEST VERSION="1.0" URI="ibm85n20.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n20.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x038B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n21.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n21.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x03A2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n22.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n22.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x03CF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n23.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n23.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x03D7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n24.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n24.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x03DD    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n25.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n25.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x03E1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n26.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n26.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x03F4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n27.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n27.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x040D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n28.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n28.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0450    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n29.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n29.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x045D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n30.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n30.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0482    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n31.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n31.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04C5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n32.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n32.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04C6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n33.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n33.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04C9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n34.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n34.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04EC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n35.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n35.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04ED    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n36.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n36.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04F6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n37.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n37.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x04FA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n38.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n38.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0557    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n39.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n39.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0558    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n40.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n40.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0587    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n41.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n41.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x05EB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n42.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n42.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x05F3    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n43.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n43.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0620    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n44.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n44.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x063B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n45.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n45.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x064B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n46.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n46.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x06B8    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n47.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n47.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x06BF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n48.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n48.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x06CF    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n49.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n49.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x06D4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n50.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n50.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x06D6    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n51.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n51.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x06E7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n52.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n52.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x093A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n53.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n53.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x093E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n54.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n54.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0962    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n55.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n55.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x098D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n56.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n56.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0991    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n57.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n57.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0992    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n58.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n58.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09A9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n59.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n59.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09B1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n60.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n60.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09B5    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n61.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n61.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09BA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n62.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n62.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09DE    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n63.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n63.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09E2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n64.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n64.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x09F2    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n65.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n65.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A0B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n66.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n66.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n67.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n67.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n68.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n68.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A31    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n69.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n69.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n70.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n70.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A37    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n71.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n71.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A3A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n72.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n72.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A5D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n73.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n73.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A70    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n74.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n74.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A75    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n75.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n75.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #xA84    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n76.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n76.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0ABC    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n77.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n77.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0A92    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n78.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n78.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0AA9    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n79.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n79.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0AB1    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n80.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n80.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0AB4    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n81.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n81.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0ABA    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n82.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n82.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B04    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n83.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n83.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B0D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n84.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n84.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B11    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n85.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n85.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B29    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n86.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n86.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B31    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n87.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n87.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B34    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n88.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n88.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B3A    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n89.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n89.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B3E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n90.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n90.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B5E    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n91.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n91.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B62    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n92.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n92.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B8B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n93.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n93.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B91    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n94.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n94.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B98    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n95.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n95.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B9B    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n96.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n96.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0B9D    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n97.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n97.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0BA0    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n98.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n98.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0BA7    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm85n99.xml" TYPE="valid" ID="ibm-valid-P85-ibm85n99.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests BaseChar with an only legal per 5th edition character. The character #x0BAB    
    occurs as the first character of the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm86n01.xml" TYPE="valid" ID="ibm-valid-P86-ibm86n01.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Ideographic with an only legal per 5th edition character. The character #x4CFF    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
<TEST VERSION="1.0" URI="ibm86n02.xml" TYPE="valid" ID="ibm-valid-P86-ibm86n02.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Ideographic with an only legal per 5th edition character. The character #x9FA6    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
<TEST VERSION="1.0" URI="ibm86n03.xml" TYPE="valid" ID="ibm-valid-P86-ibm86n03.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Ideographic with an only legal per 5th edition character. The character #x3008    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
<TEST VERSION="1.0" URI="ibm86n04.xml" TYPE="valid" ID="ibm-valid-P86-ibm86n04.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Ideographic with an only legal per 5th edition character. The character #x302A    
    occurs as the first character in the PITarget in the PI in the DTD.  
</TEST>
<TEST VERSION="1.0" URI="ibm87n01.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n01.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x02FF    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n02.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n02.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0346    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n03.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n03.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0362    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n04.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n04.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0487    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n05.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n05.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x05A2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n06.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n06.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x05BA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n07.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n07.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x05BE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n08.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n08.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x05C0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n09.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n09.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x05C3    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n10.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n10.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0653    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n11.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n11.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x06B8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n12.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n12.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x06B9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n13.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n13.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x06E9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n14.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n14.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x06EE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n15.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n15.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0904    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n16.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n16.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x093B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n17.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n17.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x094E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n18.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n18.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0955    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n19.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n19.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0964    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n20.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n20.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0984    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n21.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n21.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x09C5    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n22.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n22.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x09C9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n23.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n23.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x09CE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n24.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n24.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x09D8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n25.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n25.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x09E4    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n26.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n26.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A03    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n27.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n27.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A3D    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n28.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n28.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A46    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n29.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n29.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A49    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n30.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n30.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A4E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n31.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n31.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A80    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n32.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n32.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0A84    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n33.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n33.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0ABB    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n34.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n34.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0AC6    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n35.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n35.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0ACA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n36.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n36.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0ACE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n37.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n37.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B04    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n38.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n38.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B3B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n39.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n39.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B44    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n40.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n40.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B4A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n41.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n41.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B4E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n42.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n42.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B58    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n43.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n43.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0B84    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n44.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n44.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0BC3    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n45.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n45.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0BC9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n46.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n46.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0BD6    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n47.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n47.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0C0D    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n48.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n48.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0C45    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n49.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n49.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0C49    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n50.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n50.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0C54    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n51.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n51.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0C81    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n52.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n52.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0C84    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n53.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n53.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0CC5    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n54.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n54.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0CC9    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n55.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n55.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0CD4    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n56.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n56.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0CD7    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n57.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n57.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0D04    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n58.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n58.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0D45    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n59.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n59.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0D49    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n60.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n60.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0D4E    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n61.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n61.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0D58    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n62.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n62.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0E3F    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n63.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n63.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0E3B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n64.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n64.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0E4F    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n66.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n66.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0EBA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n67.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n67.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0EBE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n68.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n68.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0ECE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n69.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n69.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F1A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n70.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n70.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F36    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n71.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n71.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F38    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n72.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n72.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F3B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n73.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n73.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F3A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n74.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n74.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F70    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n75.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n75.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F85    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n76.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n76.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F8C    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n77.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n77.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F96    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n78.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n78.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0F98    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n79.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n79.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0FB0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n80.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n80.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0FB8    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n81.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n81.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x0FBA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n82.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n82.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x20DD    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n83.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n83.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x20E2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n84.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n84.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x3030    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm87n85.xml" TYPE="valid" ID="ibm-valid-P87-ibm87n85.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests CombiningChar with an only legal per 5th edition character. The character #x309B    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n03.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n03.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x066A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n04.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n04.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x06FA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n05.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n05.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0970    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n06.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n06.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x09F2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n08.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n08.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0AF0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n09.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n09.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0B70    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n10.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n10.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0C65    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n11.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n11.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0CE5    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n12.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n12.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0CF0    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n13.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n13.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0D70    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n14.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n14.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0E5A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n15.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n15.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0EDA    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm88n16.xml" TYPE="valid" ID="ibm-valid-P88-ibm88n16.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Digit with an only legal per 5th edition character. The character #x0F2A    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n03.xml" TYPE="valid" ID="ibm-valid-P89-ibm89n03.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x02D2    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n04.xml" TYPE="valid" ID="ibm-valid-P89-ibm89n04.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x03FE    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n05.xml" TYPE="valid" ID="ibm-valid-P89-ibm89n05.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x065F    
    occurs as the second character in the PITarget in the PI in the DTD.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n06.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n06.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x0EC7    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n07.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n07.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x3006    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n08.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n08.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x3030    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n09.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n09.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x3036    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n10.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n10.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x309C    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n11.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n11.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x309F    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
<TEST VERSION="1.0" URI="ibm89n12.xml" TYPE="invalid" ID="ibm-invalid-P89-ibm89n12.xml" ENTITIES="none" SECTIONS="B." RECOMMENDATION="XML1.0-errata4e" EDITION="5">
    Tests Extender with an only legal per 5th edition character. The character #x30FF    
    occurs as the second character in the PITarget in the PI in the prolog, and in an element name.  
  </TEST>
</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/namespaces/errata-1e/">
    <TESTCASES PROFILE="Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006">

<!-- These tests are for the erratum to Namespaces in XML 1.0 and 1.1
     first edition.  The erratum is the same for both 1.0 and 1.1. -->

<TEST RECOMMENDATION="NS1.0-errata1e" SECTIONS="NE13" URI="NE13a.xml" ID="rmt-ns-e1.0-13a" TYPE="not-wf">
The xml namespace must not be declared as the default namespace.
</TEST>

<TEST RECOMMENDATION="NS1.0-errata1e" SECTIONS="NE13" URI="NE13b.xml" ID="rmt-ns-e1.0-13b" TYPE="not-wf">
The xmlns namespace must not be declared as the default namespace.
</TEST>

<TEST RECOMMENDATION="NS1.0-errata1e" SECTIONS="NE13" URI="NE13c.xml" ID="rmt-ns-e1.0-13c" TYPE="not-wf">
Elements must not have the prefix xmlns.
</TEST>

</TESTCASES>

</TESTCASES>
<TESTCASES xml:base="eduni/misc/">
    <TESTCASES PROFILE="Bjoern Hoehrmann via HST 2013-09-18">

<TEST SECTIONS="2.2 [2], 4.1 [66]" URI="001.xml" ID="hst-bh-001" TYPE="not-wf">
decimal charref &gt; 10FFFF, indeed &gt; max 32 bit integer, checking for recovery
from possible overflow
</TEST>
<TEST SECTIONS="2.2 [2], 4.1 [66]" URI="002.xml" ID="hst-bh-002" TYPE="not-wf">
hex charref &gt; 10FFFF, indeed &gt; max 32 bit integer, checking for recovery
from possible overflow
</TEST>
<TEST SECTIONS="2.2 [2], 4.1 [66]" URI="003.xml" ID="hst-bh-003" TYPE="not-wf">
decimal charref &gt; 10FFFF, indeed &gt; max 64 bit integer, checking for recovery
from possible overflow
</TEST>
<TEST SECTIONS="2.2 [2], 4.1 [66]" URI="004.xml" ID="hst-bh-004" TYPE="not-wf">
hex charref &gt; 10FFFF, indeed &gt; max 64 bit integer, checking for recovery
from possible overflow
</TEST>
<TEST SECTIONS="3.1 [41]" URI="005.xml" ID="hst-bh-005" TYPE="invalid">
xmlns:xml is an attribute as far as validation is concerned and must
be declared
</TEST>
<TEST SECTIONS="3.1 [41]" URI="006.xml" ID="hst-bh-006" TYPE="invalid">
xmlns:foo is an attribute as far as validation is concerned and must
be declared
</TEST>
<TEST SECTIONS="4.3.3" URI="007.xml" ID="hst-lhs-007" TYPE="not-wf">
UTF-8 BOM plus xml decl of iso-8859-1 incompatible
</TEST>
<TEST SECTIONS="4.3.3" URI="008.xml" ID="hst-lhs-008" TYPE="not-wf">
UTF-16 BOM plus xml decl of utf-8 (using UTF-16 coding) incompatible
</TEST>
<TEST SECTIONS="4.3.3" URI="009.xml" ID="hst-lhs-009" TYPE="not-wf">
UTF-16 BOM plus xml decl of utf-8 (using UTF-8 coding) incompatible
</TEST>

</TESTCASES>

</TESTCASES>

</TESTSUITE>
