root/trunk/examples/xml/defines-attributes-required.xml

Revision 35, 253 bytes (checked in by mikey, 2 years ago)

converted the TestAttributesRequired? example

Line 
1 <defines>
2         <tag name="color" type="Color" keyAttribute="id">
3                 <attribute name="red" type="integer" required="true"/>
4                 <attribute name="green" type="integer" required="true"/>
5                 <attribute name="blue" type="integer" required="true"/>
6         </tag>
7 </defines>
Note: See TracBrowser for help on using the browser.