Johannes said:
When I first read the OP's post I thought of document type declaration
and document type definition.
.... Perhaps. If so:
"[Definition:] The XML document type declaration contains or points to
markup declarations that provide a grammar for a class of documents.
This grammar is known as a document type definition, or DTD. The
document type declaration can point to an external subset (a special
kind of external entity) containing markup declarations, or can contain
the markup declarations directly in an internal subset, or can do both.
The DTD for a document consists of both subsets taken together."
As I read that, the Document Type Declaration is production 28 in the
XML grammar (doctypedecl), whereas the Document Type Definition is
specifically that portion of the declaration which is described by
production 29 (markupdecl).
But I've never seen anyone use the term "document type declaration"
outside this specification. It's generally just called "the doctype", or
"the DTD" (though officially, DTD refers only to the definition).
Does that help?