|
|
Keywords:
Dtd,
Xml,
Constraints,
Schema,
Conforms
An XML document that adheres to the specifications outlined in the DTD. This generally refers to how an element can occur, the name of the element and the number of times the element can occur.
HTML A Web page or HTML document is considered valid when it complies with World Wide Web Consortium recommendations.
From Extensible Markup Language (XML) 1.1 ( 2004-02-04) An XML document is valid if it has an associated document type declaration and if the document complies with the constraints expressed in it.
From Extensible Markup Language (XML) 1.0 ( 2000-10-06) An XML document is valid if it has an associated document type declaration and if the document complies with the constraints expressed in it.
An XML document that is well-formed and conforms to a schema (RELAX NG, DTD, W3C XML Schema, etc.) of some kind.
A document is valid if it conforms to a declared document type definition (DTD) and meets the conditions for well-formedness. All elements, attributes, and entities must be declared in the DTD, and all data types must match their definition's requirement.
An XML document is "valid" if it is both well-formed and it conforms to an explicitly-defined data model that has been expressed using SGML's DTD (Document Type Definition) syntax.
The term used to refer to an XML document when its structure and element content is consistent with that declared in its referenced or included DTD.
A valid XML document, in addition to being well formed, conforms to all the constraints imposed by a DTD. In other words, it does not contain any tags that are not permitted by the DTD, and the order of the tags conforms to the DTD's specifications.
Conforming to a particular DTD or XML schema.
(1.) Allowed. (2.) True, or conforming to an appropriate standard or authority.
An XML document that is verified correct against a DTD or schema. Create a Valid XML Document valid glossary entry
Well-formed, validated against a DTD or similar (with !Doctype Declaration to match).
(Application Developer's Guide - XML; search in this book)
|