I thought the requirement was to have "between 4 and 6", so I thought 5 was wanted as valid also.
Anyway, I also found another way to do it with a dtd (and if 5 isn't wanted you can just leave the middle line out
<!ELEMENT division (
(team, team, team, team) |
(team, team, team, team, team) |
(team, team, team, team, team, team)>
Its not very elegant, but I guess it would work.
Angie