The <entity> element is a child of the <model> element. It has
the following attributes:
<entity
name = '' -- relates class to db table
className = '' -- python class name for this entity
moduleName = '' -- class is generated into, and accessed from, this module
externalName = '' -- db table name
parentEntity = '' -- name of entity to "inherit" from
typeName = '' -- not yet used
isAbstract = '0' -- not yet used
isReadOnly = '0' -- not yet used
comment = '' -- a comment
>
All these attributes are described in section 2.3.2.
Comments are welcome: Sebastien Bigaret / Modeling Home Page