Internal DTD subset This item type specifies an internal DTD subset, for example: <!ELEMENT music (#PCDATA | CL)*> <!ELEMENT CL (#PCDATA | Composer | Artist)*> <!ELEMENT Composer (#PCDATA)> <!ELEMENT Artist (#PCDATA)> Shortcut menu commands Edit DTD Open the Edit Internal dialog box, and specify the DTD subset. View Open the Templates view. You can expand the DTD subset and display the elements. Autogenerate XML Document Automatically generate an XML document template based on the DTD subset. See XML document templates. Settings Label Label displayed in the Process view. Description Optional information about this item. This information is not exported from the XMLOUT tool. Item type Internal DTD subset. References www.w3.org
<!ELEMENT music (#PCDATA | CL)*>
<!ELEMENT CL (#PCDATA | Composer | Artist)*>
<!ELEMENT Composer (#PCDATA)>
<!ELEMENT Artist (#PCDATA)>