If an element is declared with the content model of EMPTY, this means that the declared element does not contain any type of content.
<?xml version="1.0" standalone="yes"?> <!DOCTYPE rootelement [ <!ELEMENT rootelement (EMPTY)> ]> <rootelement />