- or download this
<items>
<item>
...
</item>
</items>
- or download this
<!ELEMENT bar (#PCDATA)>
<!ELEMENT baz (#PCDATA)>
<!ELEMENT foo (#PCDATA)>
<!ELEMENT item (foo, bar, baz)>
<!ELEMENT items (item+)>
- or download this
<items>
<item>
...
<baz>z</baz>
</item>
</items>
- or download this
<!ELEMENT bar (#PCDATA)>
<!ELEMENT baz (#PCDATA)>
<!ELEMENT foo (#PCDATA)>
<!ELEMENT item (foo, bar, baz, item?)>
<!ELEMENT items (item+)>