DocumentedElement
Abstract base class that provides documentation capabilities to all modeling elements in the ROLAP mapping framework. This class establishes the foundation for comprehensive documentation of OLAP schema components, enabling detailed descriptions, structured help content, and API reference generation. All major modeling elements (cubes, dimensions, measures, etc.) inherit from this class either directly or through AbstractElement.
Attributes
Name | Id | Type | Lower | Upper |
---|
References
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
documentations | Documentation🔗 | 0 | ∞ | true |
Collection of Documentation objects that provide structured documentation for this element. Each Documentation object contains a title, descriptive content, and ordering information for generating comprehensive help systems, API documentation, and user guides. Multiple documentation entries allow for different types of documentation (user guide, technical reference, examples) to be associated with a single element. |