doc/book/en/development/datamodel/definition.rst
changeset 4430 0b6a069eb29e
parent 4040 00e2f1ae625d
child 4437 21f2e01fdd6a
equal deleted inserted replaced
4429:0cd207567f37 4430:0b6a069eb29e
   395       the basic schema description)
   395       the basic schema description)
   396 
   396 
   397 * it is possible to use the attribute `meta` to flag an entity type as a `meta`
   397 * it is possible to use the attribute `meta` to flag an entity type as a `meta`
   398   (e.g. used to describe/categorize other entities)
   398   (e.g. used to describe/categorize other entities)
   399 
   399 
       
   400 *Note* : if you end up with an `if` in the definition of your entity, this probably
       
   401 means that you need two separate entities that implement the `ITree` interface and
       
   402 get the result from `.children()` which ever entity is concerned.
       
   403 
   400 Inheritance
   404 Inheritance
   401 ```````````
   405 ```````````
   402 XXX feed me
   406 XXX feed me
   403 
   407 
   404 
   408