<!ELEMENT element-name (content-model)>
|
| , | Strict order | Example:
the book element must contain a title
followed by an author, followed by a publisher
followed by a year, in that order.
|
|
| ? | Optional element |
Example:
the book element must contain a title
followed by an author, followed by an optional
publisher.
|