doc/book/en/development/datamodel/baseschema.rst
changeset 2539 0f26a76b0348
parent 2477 7baebaf44fc2
child 2544 282261b26774
equal deleted inserted replaced
2538:6f8ffaa2a700 2539:0f26a76b0348
     1 
     1 
     2 Pre-defined schemas in the library
     2 Pre-defined entities in the library
     3 ----------------------------------
     3 ----------------------------------
     4 
     4 
     5 The library defines a set of entity schemas that are required by the system
     5 The library defines a set of entity schemas that are required by the system
     6 or commonly used in *CubicWeb* instances.
     6 or commonly used in *CubicWeb* instances.
     7 
     7 
    26 * `Transition`, workflow transition
    26 * `Transition`, workflow transition
    27 * `TrInfo`, record of a transition trafic for an entity
    27 * `TrInfo`, record of a transition trafic for an entity
    28 
    28 
    29 Other entity types
    29 Other entity types
    30 ~~~~~~~~~~~~~~~~~~
    30 ~~~~~~~~~~~~~~~~~~
    31 * `CWCache`
    31 * `CWCache`, cache entities used to improve performances
    32 * `CWProperty`, used to configure the instance
    32 * `CWProperty`, used to configure the instance
    33 
    33 
    34 * `EmailAddress`, email address, used by the system to send notifications
    34 * `EmailAddress`, email address, used by the system to send notifications
    35   to the users and also used by others optionnals schemas
    35   to the users and also used by others optionnals schemas
    36 
    36