Document Type Definitions
DTD: Concise structural definition of an XML document type.
DTDs are optional, well-formed+DTD=>valid
DTDs provide a way to enforce XML documents’ compliance to constraints on XML documents.
Optional elements and attributes add additional flexibility to support evolving schemas.
DTDs can be embedded in the XML document, providing a self-sufficient validating document.