You can nest parentheses to group multiple elements. This allows you to write shorter code. In the following example, the Messages element contains a mail child element and a subject or text child element. |
<!ELEMENT Messages (mail, (subject | text))>
|