More animation work
[potpourri.git] / dtd / level.dtd
blob8c9f88c1ecd0cd5a76dcbd28250dec60d42ef265
1 <!-- does this work? -->
3 <!ELEMENT presentation (name, data)>
5 <!ELEMENT name (#PCDATA)>
7 <!ELEMENT source (#PCDATA)>
8 <!ELEMENT position (#PCDATA|presentation)*>
10 <!ELEMENT static_graphic (source, position, zindex?)>
12 <!ELEMENT data (#PCDATA|actor)*>
14 <!ELEMENT actor (name, source, position, angle?, zindex?)>
15 <!ELEMENT zindex (#PCDATA)>
16 <!ELEMENT angle (#PCDATA)>
18 <!ELEMENT viewport (#PCDATA|presentation)*>
20 <!ELEMENT startup (#PCDATA|presentation)*>
22 <!ELEMENT level (name, startup?, viewport,
23 (presentation|actor|static_graphic)*)>