<!ELEMENT teams (competition?, description?, team*) >
<!ELEMENT competition (#PCDATA) >
<!ELEMENT description (#PCDATA) >
<!ELEMENT team (id?, name?) >
<!ELEMENT id (#PCDATA) >
<!ELEMENT name (#PCDATA) >
