root/trunk/examples/xml/defines2.xml

Revision 30, 292 bytes (checked in by mikey, 2 years ago)

converted Example2

Line 
1 <defines>
2         <tag name="zahl" type="integer" keyAttribute="name"/>
3
4         <tag name="colors" type="array"/>
5         <tag name="color" type="Color" key="__none">
6                 <attribute name="red" type="integer"/>
7                 <attribute name="green" type="integer"/>
8                 <attribute name="blue" type="integer"/>
9         </tag>
10
11 </defines>
Note: See TracBrowser for help on using the browser.