Designing Data-Intensive Web Applications

| WebML element | Brief description | Properties |
|---|---|---|
| AND sub-pages | AND sub-pages are used to divide the page into portions. AND sub-pages are contained in a page or in a sub-page. |
|
| Area | An area is a container of pages or, recursively, other sub-areas, which can be used to give a hierarchical organization to the site view. |
|
| Connect unit | A connect unit creates new instances of a relationship. |
|
| Create unit | A create unit enables the creation of a new entity instance. |
|
| Data unit | A data unit publishes a single object of a given entity. |
|
| Delete unit | A delete unit deletes one or more objects of a given entity. |
|
| Disconnect unit | A disconnect unit deletes instances of a relationship. |
|
| Entry unit | An entry unit supports form-based data entry. |
|
| Generic operation unit | A generic operation unit defines a generic operation: the input and output parameters must be defined by the designer. | Designer-defined |
| Get unit | A get unit retrieves the value of a global parameter. |
|
| Global parameter | A global parameter stores information available to multiple pages for the duration of the session. |
|
| Hierarchical index... |