Schema
A schema is a collection of cubes and virtual cubes. It can also contain shared dimensions (for use by those cubes), named sets, roles, and declarations of user-defined functions.
Attributes
Attribute | Data Type | Definition |
---|---|---|
name | String |
Name of this schema |
measuresCaption | String |
Label for the measures dimension. Can be localized from Properties file using #{propertyname}. |
defaultRole | String |
The name of the default role for connections to this schema |
Constituent Elements
Element | Definition |
---|---|
Parameter | This schema's parameter definitions |
Dimension | Shared dimensions in this schema |
Cube | Cubes in this schema |
VirtualCube | Virtual cubes in this schema |
NamedSet | Named sets in this schema |
Role | Roles in this schema |
UserDefinedFunction | Declarations of user-defined functions in this schema |