Overview#
Document type definition (DTD) is a set of markup declarations that define a document type for an SGML-family markup languages (SGML, XML, HTML).Document type definition defines the legal building blocks of an XML document which includes
- the document structure
- a list of legal XML elements and attributes.
XML Document type definition uses a subset of SGML Document type definition.
As of 2009, newer XML namespace-aware schema languages (such as W3C XML Schema Definition Language (XSD) and ISO RELAX NG) have largely superseded Document type definitions.
More Information#
There might be more information for this subject on one of the following:- [#1] - Document_type_definition
- based on information obtained 2018-01-08-