This document defines and provides examples of key concepts in Document Type Definitions (DTDs), including:
1. A DTD defines the structure and elements of a valid XML document. It can be internal or external.
2. A DTD is used to specify valid tags, attributes, and content in an XML document so computer programs can process it correctly.
3. The main building blocks of DTDs are elements, attributes, entities, and character data types like PCDATA and CDATA. Elements define tags, attributes provide extra information, and entities define shortcuts.