|
Revision 15, 355 bytes
(checked in by schst, 2 years ago)
|
Fixed parameters in constructor (requires PHP 5.1.3 or a single argument in the constructor to function properly)
|
| Line | |
|---|
| 1 |
<defines> |
|---|
| 2 |
<tag name="int" primitive="int" keyAttribute="id"/> |
|---|
| 3 |
<tag name="bool" primitive="boolean" keyAttribute="id"/> |
|---|
| 4 |
|
|---|
| 5 |
<tag name="color" type="ColorPrimitives"> |
|---|
| 6 |
<constructor><cdata type="string"/></constructor> |
|---|
| 7 |
<attribute name="red" type="int"/> |
|---|
| 8 |
<attribute name="green" type="int"/> |
|---|
| 9 |
<attribute name="blue" type="int"/> |
|---|
| 10 |
</tag> |
|---|
| 11 |
</defines> |
|---|