Skip to content

Commit 8095603

Browse files
committed
clean resources out of tut examples
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 7280d8a commit 8095603

File tree

103 files changed

+323
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+323
-323
lines changed

docs/cubeserver/tutorial/complex.school.md

Lines changed: 70 additions & 70 deletions
Large diffs are not rendered by default.

docs/cubeserver/tutorial/tutorial.accessallnonecustom.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,37 @@ This files represent the complete definition of the catalog.
3131
<roma:Level id="Level2" name="Level2" column="Fact_KEY"/>
3232
<roma:Hierarchy id="Hierarchy1" name="Hierarchy1" levels="Level2" primaryKey="Fact_KEY" query="Fact_Query"/>
3333
<roma:StandardDimension id="Dimension1" name="Dimension1" hierarchies="Hierarchy1"/>
34+
<roma:PhysicalCube id="Cube2" name="Cube2" query="Fact_Query">
35+
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
36+
<measureGroups/>
37+
</roma:PhysicalCube>
3438
<roma:PhysicalCube id="Cube1" name="Cube1" query="Fact_Query">
3539
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1" id="DimensionConnector1"/>
3640
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension2" id="DimensionConnector2"/>
3741
<measureGroups>
3842
<measures xsi:type="roma:SumMeasure" id="Measure1" name="Measure1" column="Fact_VALUE"/>
3943
</measureGroups>
4044
</roma:PhysicalCube>
41-
<roma:PhysicalCube id="Cube2" name="Cube2" query="Fact_Query">
42-
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
43-
<measureGroups/>
44-
</roma:PhysicalCube>
45-
<roma:AccessRole id="role3" name="role3">
45+
<roma:AccessRole id="role1" name="role1">
46+
<accessCatalogGrants catalogAccess="all">
47+
<cubeGrants cube="Cube2"/>
48+
</accessCatalogGrants>
49+
</roma:AccessRole>
50+
<roma:AccessRole id="manager" name="manager">
4651
<accessCatalogGrants>
4752
<cubeGrants cubeAccess="all" cube="Cube1">
48-
<hierarchyGrants hierarchyAccess="custom" hierarchy="Hierarchy1" topLevel="Level2">
53+
<hierarchyGrants hierarchyAccess="custom" rollupPolicy="partial" hierarchy="Hierarchy1" topLevel="Level2">
54+
<memberGrants memberAccess="all" member="[Dimension1].[A]"/>
55+
<memberGrants member="[Dimension1].[B]"/>
56+
</hierarchyGrants>
57+
<hierarchyGrants hierarchyAccess="custom" hierarchy="Hierarchy1" bottomLevel="Level2" topLevel="Level2">
4958
<memberGrants memberAccess="all" member="[Dimension1].[A]"/>
5059
<memberGrants member="[Dimension1].[B]"/>
5160
</hierarchyGrants>
5261
</cubeGrants>
5362
</accessCatalogGrants>
5463
</roma:AccessRole>
64+
<roma:AccessRole id="role2" name="role2"/>
5565
<roma:AccessRole id="role_u" name="role_u">
5666
<referencedAccessRoles id="role11" name="role11">
5767
<accessCatalogGrants>
@@ -64,29 +74,19 @@ This files represent the complete definition of the catalog.
6474
</accessCatalogGrants>
6575
</referencedAccessRoles>
6676
</roma:AccessRole>
67-
<roma:AccessRole id="role1" name="role1">
68-
<accessCatalogGrants catalogAccess="all">
69-
<cubeGrants cube="Cube2"/>
70-
</accessCatalogGrants>
77+
<roma:AccessRole id="role3" name="role3">
78+
<accessCatalogGrants catalogAccess="all"/>
7179
</roma:AccessRole>
72-
<roma:AccessRole id="manager" name="manager">
80+
<roma:AccessRole id="role3" name="role3">
7381
<accessCatalogGrants>
7482
<cubeGrants cubeAccess="all" cube="Cube1">
75-
<hierarchyGrants hierarchyAccess="custom" rollupPolicy="partial" hierarchy="Hierarchy1" topLevel="Level2">
76-
<memberGrants memberAccess="all" member="[Dimension1].[A]"/>
77-
<memberGrants member="[Dimension1].[B]"/>
78-
</hierarchyGrants>
79-
<hierarchyGrants hierarchyAccess="custom" hierarchy="Hierarchy1" bottomLevel="Level2" topLevel="Level2">
83+
<hierarchyGrants hierarchyAccess="custom" hierarchy="Hierarchy1" topLevel="Level2">
8084
<memberGrants memberAccess="all" member="[Dimension1].[A]"/>
8185
<memberGrants member="[Dimension1].[B]"/>
8286
</hierarchyGrants>
8387
</cubeGrants>
8488
</accessCatalogGrants>
8589
</roma:AccessRole>
86-
<roma:AccessRole id="role2" name="role2"/>
87-
<roma:AccessRole id="role3" name="role3">
88-
<accessCatalogGrants catalogAccess="all"/>
89-
</roma:AccessRole>
9090
</xmi:XMI>
9191

9292
```

docs/cubeserver/tutorial/tutorial.accesscubegrand.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ This files represent the complete definition of the catalog.
2828
<roma:Level id="Level2" name="Level2" column="Fact_KEY"/>
2929
<roma:Hierarchy id="Hierarchy1" name="Hierarchy1" levels="Level2" primaryKey="Fact_KEY" query="FactQuery"/>
3030
<roma:StandardDimension id="Dimension1" name="Dimension1" hierarchies="Hierarchy1"/>
31+
<roma:PhysicalCube id="Cube2" name="Cube2" query="FactQuery">
32+
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
33+
<measureGroups/>
34+
</roma:PhysicalCube>
3135
<roma:PhysicalCube id="Cube1" name="Cube1" query="FactQuery">
3236
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
3337
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension2"/>
3438
<measureGroups>
3539
<measures xsi:type="roma:SumMeasure" id="Measure1" name="Measure1" column="Fact_VALUE"/>
3640
</measureGroups>
3741
</roma:PhysicalCube>
38-
<roma:PhysicalCube id="Cube2" name="Cube2" query="FactQuery">
39-
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
40-
<measureGroups/>
41-
</roma:PhysicalCube>
4242
<roma:AccessRole id="role1" name="role1">
4343
<accessCatalogGrants catalogAccess="all_dimensions">
4444
<cubeGrants cubeAccess="all" cube="Cube1"/>

docs/cubeserver/tutorial/tutorial.accessdbschemagrand.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ This files represent the complete definition of the catalog.
3434
<measures xsi:type="roma:SumMeasure" id="Measure1" name="Measure1" column="Fact_VALUE"/>
3535
</measureGroups>
3636
</roma:PhysicalCube>
37-
<roma:AccessRole id="role_database_schema_access_all" name="role_database_schema_access_all">
38-
<accessCatalogGrants catalogAccess="custom">
39-
<cubeGrants cubeAccess="all" cube="Cube"/>
40-
<databaseSchemaGrants databaseSchemaAccess="all" databaseSchema="databaseSchema"/>
41-
</accessCatalogGrants>
42-
</roma:AccessRole>
4337
<roma:AccessRole id="role_database_schema_access_custom" name="role_database_schema_access_custom">
4438
<accessCatalogGrants catalogAccess="custom">
4539
<cubeGrants cubeAccess="all" cube="Cube"/>
@@ -52,6 +46,12 @@ This files represent the complete definition of the catalog.
5246
</databaseSchemaGrants>
5347
</accessCatalogGrants>
5448
</roma:AccessRole>
49+
<roma:AccessRole id="role_database_schema_access_all" name="role_database_schema_access_all">
50+
<accessCatalogGrants catalogAccess="custom">
51+
<cubeGrants cubeAccess="all" cube="Cube"/>
52+
<databaseSchemaGrants databaseSchemaAccess="all" databaseSchema="databaseSchema"/>
53+
</accessCatalogGrants>
54+
</roma:AccessRole>
5555
</xmi:XMI>
5656

5757
```

docs/cubeserver/tutorial/tutorial.accessschemagrand.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ This files represent the complete definition of the catalog.
2828
<roma:Level id="Level2" name="Level2" column="Fact_KEY"/>
2929
<roma:Hierarchy id="Hierarchy1" name="Hierarchy1" levels="Level2" primaryKey="Fact_KEY" query="FactQuery"/>
3030
<roma:StandardDimension id="Dimension1" name="Dimension1" hierarchies="Hierarchy1"/>
31-
<roma:PhysicalCube id="Cube2" name="Cube2" query="FactQuery">
32-
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
33-
<measureGroups/>
34-
</roma:PhysicalCube>
3531
<roma:PhysicalCube id="Cube1" name="Cube1" query="FactQuery">
3632
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
3733
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension2"/>
3834
<measureGroups>
3935
<measures xsi:type="roma:SumMeasure" id="Measure1" name="Measure1" column="Fact_VALUE"/>
4036
</measureGroups>
4137
</roma:PhysicalCube>
38+
<roma:PhysicalCube id="Cube2" name="Cube2" query="FactQuery">
39+
<dimensionConnectors foreignKey="Fact_KEY" dimension="Dimension1" overrideDimensionName="Dimension1"/>
40+
<measureGroups/>
41+
</roma:PhysicalCube>
4242
<roma:AccessRole id="role1" name="role1">
4343
<accessCatalogGrants catalogAccess="all_dimensions"/>
4444
</roma:AccessRole>

docs/cubeserver/tutorial/tutorial.cube.calculatedmember.intro.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Query is a simple TableQuery that selects all columns from the Fact table to
3131

3232

3333
```xml
34-
<roma:TableQuery id="_query" table="roma:PhysicalTable catalog.xmi#_table_fact"/>
34+
<roma:TableQuery id="_query" table="roma:PhysicalTable _table_fact"/>
3535

3636
```
3737

@@ -41,7 +41,7 @@ This Example uses one simple Level bases on the KEY column.
4141

4242

4343
```xml
44-
<roma:Level id="_level" name="theLevel" column="roma:PhysicalColumn catalog.xmi#_col_fact_key"/>
44+
<roma:Level id="_level" name="theLevel" column="roma:PhysicalColumn _col_fact_key"/>
4545

4646
```
4747

@@ -51,7 +51,7 @@ The Hierarchy is defined with the hasAll property set to true and the one level.
5151

5252

5353
```xml
54-
<roma:Hierarchy id="_hierarchy" name="theHierarchy" levels="catalog.xmi#_level" hasAll="true" primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key" query="roma:TableQuery catalog.xmi#_query"/>
54+
<roma:Hierarchy id="_hierarchy" name="theHierarchy" levels="_level" hasAll="true" primaryKey="roma:PhysicalColumn _col_fact_key" query="roma:TableQuery _query"/>
5555

5656
```
5757

@@ -61,7 +61,7 @@ The dimension is defined with the one hierarchy. The hierarchy is used in the cu
6161

6262

6363
```xml
64-
<roma:StandardDimension id="_dimension" name="theDimension" hierarchies="catalog.xmi#_hierarchy"/>
64+
<roma:StandardDimension id="_dimension" name="theDimension" hierarchies="_hierarchy"/>
6565

6666
```
6767

@@ -82,7 +82,7 @@ This calculated member has also a Formula. Additionaly it references the Hierarc
8282

8383

8484
```xml
85-
<roma:CalculatedMember id="_cm2" name="Calculated Member 2" formula="[Measures].[Measure1-Sum] / [Measures].[Measure2-Count]" parent="[theDimension].[theHierarchy].[All theHierarchys]" hierarchy="catalog.xmi#_hierarchy"/>
85+
<roma:CalculatedMember id="_cm2" name="Calculated Member 2" formula="[Measures].[Measure1-Sum] / [Measures].[Measure2-Count]" parent="[theDimension].[theHierarchy].[All theHierarchys]" hierarchy="_hierarchy"/>
8686

8787
```
8888

@@ -92,13 +92,13 @@ The cube is defines by the DimensionConnector and the MeasureGroup and most impo
9292

9393

9494
```xml
95-
<roma:PhysicalCube id="_cube" name="Cube CalculatedMember" query="roma:TableQuery catalog.xmi#_query">
95+
<roma:PhysicalCube id="_cube" name="Cube CalculatedMember" query="roma:TableQuery _query">
9696
<calculatedMembers id="_cm1" name="Calculated Member 1" formula="[Measures].[Measure1-Sum] / [Measures].[Measure2-Count]"/>
97-
<calculatedMembers id="_cm2" name="Calculated Member 2" formula="[Measures].[Measure1-Sum] / [Measures].[Measure2-Count]" parent="[theDimension].[theHierarchy].[All theHierarchys]" hierarchy="catalog.xmi#_hierarchy"/>
98-
<dimensionConnectors foreignKey="roma:PhysicalColumn catalog.xmi#_col_fact_key" dimension="roma:StandardDimension catalog.xmi#_dimension"/>
97+
<calculatedMembers id="_cm2" name="Calculated Member 2" formula="[Measures].[Measure1-Sum] / [Measures].[Measure2-Count]" parent="[theDimension].[theHierarchy].[All theHierarchys]" hierarchy="_hierarchy"/>
98+
<dimensionConnectors foreignKey="roma:PhysicalColumn _col_fact_key" dimension="roma:StandardDimension _dimension"/>
9999
<measureGroups>
100-
<measures xsi:type="roma:SumMeasure" id="Measure1-Sum" name="Measure1-Sum" column="roma:PhysicalColumn catalog.xmi#_col_fact_value"/>
101-
<measures xsi:type="roma:CountMeasure" id="Measure2-Count" name="Measure2-Count" column="roma:PhysicalColumn catalog.xmi#_col_fact_value"/>
100+
<measures xsi:type="roma:SumMeasure" id="Measure1-Sum" name="Measure1-Sum" column="roma:PhysicalColumn _col_fact_value"/>
101+
<measures xsi:type="roma:CountMeasure" id="Measure2-Count" name="Measure2-Count" column="roma:PhysicalColumn _col_fact_value"/>
102102
</measureGroups>
103103
</roma:PhysicalCube>
104104

docs/cubeserver/tutorial/tutorial.cube.dimension.intro.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This example uses a TableQuery, as it directly references the physical table `Fa
3232

3333

3434
```xml
35-
<roma:TableQuery id="_query" table="roma:PhysicalTable catalog.xmi#_tab"/>
35+
<roma:TableQuery id="_query" table="roma:PhysicalTable _tab"/>
3636

3737
```
3838

@@ -42,7 +42,7 @@ The level is the most basic element of a hierarchy. It defines the granularity o
4242

4343

4444
```xml
45-
<roma:Level id="_level" name="theLevel" column="roma:PhysicalColumn catalog.xmi#_col_key"/>
45+
<roma:Level id="_level" name="theLevel" column="roma:PhysicalColumn _col_key"/>
4646

4747
```
4848

@@ -56,7 +56,7 @@ Additionally, a primary key column can be specified for the hierarchy. The prima
5656

5757

5858
```xml
59-
<roma:Hierarchy id="_hierarchy" name="theHierarchy" levels="catalog.xmi#_level" primaryKey="roma:PhysicalColumn catalog.xmi#_col_key" query="roma:TableQuery catalog.xmi#_query"/>
59+
<roma:Hierarchy id="_hierarchy" name="theHierarchy" levels="_level" primaryKey="roma:PhysicalColumn _col_key" query="roma:TableQuery _query"/>
6060

6161
```
6262

@@ -66,7 +66,7 @@ The Dimension is the main element of the cube. It defines the structure of the d
6666

6767

6868
```xml
69-
<roma:StandardDimension id="_dimension" name="theDimension" hierarchies="catalog.xmi#_hierarchy"/>
69+
<roma:StandardDimension id="_dimension" name="theDimension" hierarchies="_hierarchy"/>
7070

7171
```
7272

@@ -78,10 +78,10 @@ To connect the dimension to the cube, a DimensionConnector is used. The Dimensio
7878

7979

8080
```xml
81-
<roma:PhysicalCube id="_cube" name="CubeWithSimpleDimension" query="roma:TableQuery catalog.xmi#_query">
82-
<dimensionConnectors dimension="roma:StandardDimension catalog.xmi#_dimension"/>
81+
<roma:PhysicalCube id="_cube" name="CubeWithSimpleDimension" query="roma:TableQuery _query">
82+
<dimensionConnectors dimension="roma:StandardDimension _dimension"/>
8383
<measureGroups>
84-
<measures xsi:type="roma:SumMeasure" id="_measure" name="theMeasure" column="roma:PhysicalColumn catalog.xmi#_col_value"/>
84+
<measures xsi:type="roma:SumMeasure" id="_measure" name="theMeasure" column="roma:PhysicalColumn _col_value"/>
8585
</measureGroups>
8686
</roma:PhysicalCube>
8787

docs/cubeserver/tutorial/tutorial.cube.hierarchy.hasall.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This Query references the Fact table and will be udes for the Cube and all Hiera
4343

4444

4545
```xml
46-
<roma:TableQuery id="_query" table="roma:PhysicalTable catalog.xmi#_table"/>
46+
<roma:TableQuery id="_query" table="roma:PhysicalTable _table"/>
4747

4848
```
4949

@@ -54,17 +54,17 @@ This the only Level that exists in this example and will be used in all hierarch
5454

5555

5656
```xml
57-
<roma:Level id="_level" name="theLevel" column="roma:PhysicalColumn catalog.xmi#_col_fact_key"/>
57+
<roma:Level id="_level" name="theLevel" column="roma:PhysicalColumn _col_fact_key"/>
5858

5959
```
6060

61-
## Hierarchy with hasAll Level and custom names
61+
## Hierarchy with hasAll Level and defaut names
6262

63-
tHis hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the custom Name for the All-Level and the All-Member.
63+
This hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the default Name for the All-Level and the All-Member.
6464

6565

6666
```xml
67-
<roma:Hierarchy id="_hierarchy_hasall_complex" name="Hierarchy - with HasAll and Names" levels="catalog.xmi#_level" allLevelName="theAllLevelName" allMemberName="theAllMemberName" hasAll="true" primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key" query="roma:TableQuery catalog.xmi#_query"/>
67+
<roma:Hierarchy id="_hierarchy_hasall_simple" name="Hierarchy - with HasAll" levels="_level" hasAll="true" primaryKey="roma:PhysicalColumn _col_fact_key" query="roma:TableQuery _query"/>
6868

6969
```
7070

@@ -74,17 +74,17 @@ This Hierarchy sets the attribute `hasAll` to false, which means that no top lev
7474

7575

7676
```xml
77-
<roma:Hierarchy id="_hierarchy_hasall_no" name="Hierarchy - Without HasAll" levels="catalog.xmi#_level" primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key" query="roma:TableQuery catalog.xmi#_query"/>
77+
<roma:Hierarchy id="_hierarchy_hasall_no" name="Hierarchy - Without HasAll" levels="_level" primaryKey="roma:PhysicalColumn _col_fact_key" query="roma:TableQuery _query"/>
7878

7979
```
8080

81-
## Hierarchy with hasAll Level and defaut names
81+
## Hierarchy with hasAll Level and custom names
8282

83-
This hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the default Name for the All-Level and the All-Member.
83+
tHis hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the custom Name for the All-Level and the All-Member.
8484

8585

8686
```xml
87-
<roma:Hierarchy id="_hierarchy_hasall_simple" name="Hierarchy - with HasAll" levels="catalog.xmi#_level" hasAll="true" primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key" query="roma:TableQuery catalog.xmi#_query"/>
87+
<roma:Hierarchy id="_hierarchy_hasall_complex" name="Hierarchy - with HasAll and Names" levels="_level" allLevelName="theAllLevelName" allMemberName="theAllMemberName" hasAll="true" primaryKey="roma:PhysicalColumn _col_fact_key" query="roma:TableQuery _query"/>
8888

8989
```
9090

@@ -94,7 +94,7 @@ The Dimension that containes all the hierarchies.
9494

9595

9696
```xml
97-
<roma:StandardDimension id="_dimension" name="Dimension1" hierarchies="catalog.xmi#_hierarchy_hasall_simple catalog.xmi#_hierarchy_hasall_complex catalog.xmi#_hierarchy_hasall_no"/>
97+
<roma:StandardDimension id="_dimension" name="Dimension1" hierarchies="_hierarchy_hasall_simple _hierarchy_hasall_complex _hierarchy_hasall_no"/>
9898

9999
```
100100

@@ -104,10 +104,10 @@ The cube contains only one Measure in a unnamed MeasureGroup and references to t
104104

105105

106106
```xml
107-
<roma:PhysicalCube id="_cube" name="HasAll Cube" query="roma:TableQuery catalog.xmi#_query">
108-
<dimensionConnectors dimension="roma:StandardDimension catalog.xmi#_dimension"/>
107+
<roma:PhysicalCube id="_cube" name="HasAll Cube" query="roma:TableQuery _query">
108+
<dimensionConnectors dimension="roma:StandardDimension _dimension"/>
109109
<measureGroups>
110-
<measures xsi:type="roma:SumMeasure" id="_measure" name="theMeasure" column="roma:PhysicalColumn catalog.xmi#_col_fact_value"/>
110+
<measures xsi:type="roma:SumMeasure" id="_measure" name="theMeasure" column="roma:PhysicalColumn _col_fact_value"/>
111111
</measureGroups>
112112
</roma:PhysicalCube>
113113

@@ -130,9 +130,9 @@ This files represent the complete definition of the catalog.
130130
</roma:DatabaseSchema>
131131
<roma:TableQuery id="_query" table="_table"/>
132132
<roma:Level id="_level" name="theLevel" column="_col_fact_key"/>
133-
<roma:Hierarchy id="_hierarchy_hasall_complex" name="Hierarchy - with HasAll and Names" levels="_level" allLevelName="theAllLevelName" allMemberName="theAllMemberName" hasAll="true" primaryKey="_col_fact_key" query="_query"/>
134-
<roma:Hierarchy id="_hierarchy_hasall_no" name="Hierarchy - Without HasAll" levels="_level" primaryKey="_col_fact_key" query="_query"/>
135133
<roma:Hierarchy id="_hierarchy_hasall_simple" name="Hierarchy - with HasAll" levels="_level" hasAll="true" primaryKey="_col_fact_key" query="_query"/>
134+
<roma:Hierarchy id="_hierarchy_hasall_no" name="Hierarchy - Without HasAll" levels="_level" primaryKey="_col_fact_key" query="_query"/>
135+
<roma:Hierarchy id="_hierarchy_hasall_complex" name="Hierarchy - with HasAll and Names" levels="_level" allLevelName="theAllLevelName" allMemberName="theAllMemberName" hasAll="true" primaryKey="_col_fact_key" query="_query"/>
136136
<roma:StandardDimension id="_dimension" name="Dimension1" hierarchies="_hierarchy_hasall_simple _hierarchy_hasall_complex _hierarchy_hasall_no"/>
137137
<roma:PhysicalCube id="_cube" name="HasAll Cube" query="_query">
138138
<dimensionConnectors dimension="_dimension"/>

0 commit comments

Comments
 (0)