This list is complete. No other elements will be understood, so don't expect any standard HTML elements to work.
Some terminology:
Non-empty elements consist of an opening and a closing tag, e.g.
<PAGE INDEX="1"> ...
.
/PAGE
By contrast, with XML (unlike HTML), empty elements
(with no matching closing tag) must be terminated with " /"
(e.g. <CREATEOBJECT ... />
).
INDEX="1"
string.
With XML, attributes can only appear in an opening tag (or in the tag of an
empty element). Also, attributes must have a value, and the value must be in quotes.