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.
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.
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.
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.
This test violates VC: Element Valid in P39. Element a is declared empty
in DTD, but has content in the document.
This test violates VC: Element Valid in P39. root is declared only having
element children in DTD, but have text content in the document.
This test violates VC: Element Valid in P39. Illegal elements are inserted
in b's content of Mixed type.
This test violates VC: Element Valid in P39. Element c has undeclared
element as its content of ANY type
This test violates VC: Attribute Value Type in P41. attr1 for Element b is
not declared.
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.
This test violates VC: Unique Element Type Declaration. Element not_unique
has been declared 3 time in the DTD.
Violates VC:Proper Group/PE Nesting in P49. Open and close parenthesis for a
choice content model are in different PE replace Texts.
Violates VC:Proper Group/PE Nesting in P50. Open and close parenthesis for a
seq content model are in different PE replace Texts.
Violates VC:Proper Group/PE Nesting in P51. Open and close parenthesis for a
Mixed content model are in different PE replace Texts.
Violates VC:No Duplicate Types in P51. Element a appears twice in the Mixed
content model of Element e.
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.
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".
Tests invalid TokenizedType which is against P56 VC: ID Attribute Default. The
"#FIXED" occurs in the DefaultDecl for the ID attribute "UniqueName".
Tests invalid TokenizedType which is against P56 VC: ID Attribute Default. The
constant string "BOGUS" occurs in the DefaultDecl for the ID attribute
"UniqueName".
Tests invalid TokenizedType which is against P56 VC: One ID per Element Type. The
element "a" has two ID attributes "first" and "second".
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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)".
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.
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.
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.
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".
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.
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.
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.
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".
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.
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".
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.
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
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.
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.
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.