> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/install/legacy-redirects/mondrian-schema-element-reference-legacy-pages/cube/constituent-elements.md).

# Constituent Elements

| Element                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Definition                                                                                                                                       |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Relation (as [\<Table>](https://github.com/pentaho/documentation/blob/main/PDIA/11.0/Install/Multidimensional%20data%20modeling%20in%20Pentaho/Article%20-%20Multidimensional%20Data%20Modeling%20in%20Pentaho/Article%20-%20About%20Multidimensional%20Expression%20Language/Article%20-%20Mondrian%20Schema%20Element%20Reference/Table=GUID-EA9696E7-73AF-4AA5-A4F6-C46EA93B67A2=2=en=.md), [View](https://github.com/pentaho/documentation/blob/main/PDIA/11.0/Install/Multidimensional%20data%20modeling%20in%20Pentaho/Article%20-%20Multidimensional%20Data%20Modeling%20in%20Pentaho/Article%20-%20About%20Multidimensional%20Expression%20Language/Article%20-%20Mondrian%20Schema%20Element%20Reference/View=GUID-8D3751DC-1E9E-43D6-8B55-5568A0B55D61=2=en=.md)[\<View>](https://github.com/pentaho/documentation/blob/main/PDIA/11.0/Install/Multidimensional%20data%20modeling%20in%20Pentaho/Article%20-%20Multidimensional%20Data%20Modeling%20in%20Pentaho/Article%20-%20About%20Multidimensional%20Expression%20Language/Article%20-%20Mondrian%20Schema%20Element%20Reference/View=GUID-8D3751DC-1E9E-43D6-8B55-5568A0B55D61=2=en=.md), or [\<InlineTable>](/install/legacy-redirects/mondrian-schema-element-reference-flattened-pages/inlinetable.md)) | The fact table is the source of all measures in this cube. If this is a Table and the schema name is not present, table name is left unqualified |
| [CubeDimension](/install/legacy-redirects/mondrian-schema-element-reference-legacy-pages/dimension.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Defines a dimension -- a collection of hierarchies                                                                                               |
| [Measure](/install/legacy-redirects/mondrian-schema-element-reference-legacy-pages/measure.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Specifies an aggregated numeric value                                                                                                            |
| [CalculatedMember](/install/legacy-redirects/mondrian-schema-element-reference-flattened-pages/calculatedmember.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Calculated members in this cube                                                                                                                  |
| [NamedSet](/install/legacy-redirects/mondrian-schema-element-reference-flattened-pages/namedset.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Named sets in this cube                                                                                                                          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/install/legacy-redirects/mondrian-schema-element-reference-legacy-pages/cube/constituent-elements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
