-
contentModel
String contentModel
-
keepDef
Boolean keepDef
-
_class
String _class
-
superclass
String superclass
-
_def
DOMWrapper _def
-
doc
String doc
Doc tags allow documentation to be added to any definition. The
documentation will automatically appear in all physical forms
of this model, including dtds, java classes, and the xsl
transformation.
-
attributes
MetaDef.Attribute[] attributes
This array defines all attributes to appear within this class or
element.
-
content
MetaDef.Content[] content
This array defines all content (objects and arrays) to appear within
this class or element. The interpretation of this array depends
on the element's defined content model.
-
any
MetaDef.Any any
-
cdata
MetaDef.CData cdata
-
code
String code
This element allows arbitrary Java Code to be attached to any
class or element. Code sections are not verified until the final
.java class is compiled and should be used sparingly.