<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!-- DTD specifies the root element   name   is empty. -->  
<!-- The XML matches this definition, and thus is valid -->

<!DOCTYPE name 
  [
  <!ELEMENT name EMPTY >
  ] >

<name></name>