| ID |
optional |
Identifies the element. |
| generate |
default :true |
The Java class is to be generated. |
boolean generate |
| inline |
default: false |
When false, force the display to a new line. Defaults to true for attributes and false for elements. |
boolean inline |
| label |
optional |
Specifies a unique identifier. |
String label |
| tag |
optional |
An XML attribute or element tag name. |
String tag |
| trim |
default :true |
Remove leading/trailing whitespace. |
boolean trim |
| type ( idref | CDATA | PCDATA | int | short | long | byte | boolean | float | double | base64 | url | char | BigDecimal) "PCDATA" |
optional |
Specifies the pre-defined data types for text elements. |
String type |
| validInherited |
default :true |
Indicates that enums and ranges are inherited. |
boolean validInherited |
| wild |
default :false |
Defines a "wild card" Coin which can be used with any XML attribute or element. When true, label must be set, but not tag. |
boolean wild |