5. DTD Element Declaration

Example 5.4 Element Declaration Syntax
<!ELEMENT NAME CONTENT_MODEL>
	

In the above example NAME is the name of the element that is being declared; CONTENT_MODEL can be set to EMPTY, ANY or hold mixed content (other elements as well as parsed character data) or child elements.