Namespaces in DTD
Namespaces help create unique element names. To define a namespace to which an element belongs, add an attribute to the element’s definition, where the attribute name is xmlns. For example:

    <!ELEMENT name (book*)>
    <!ATTLIST name xmlns CDATA #FIXED "http://www.example.com/">

Click the Next button to continue.