Created
April 28, 2016 22:24
-
-
Save buggtb/124aab308a834aefefdb32a85ea03532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <Schema metamodelVersion="4.0" name="my-schema"> | |
| <Cube name="my-schema"> | |
| <Dimensions> | |
| <Dimension name="version" visible="true"> | |
| <Attributes> | |
| <Attribute hasHierarchy="false" keyColumn="version" name="version"/> | |
| </Attributes> | |
| </Dimension> | |
| <Dimension name="codename" visible="true"> | |
| <Attributes> | |
| <Attribute hasHierarchy="false" keyColumn="codename" name="codename"/> | |
| </Attributes> | |
| </Dimension> | |
| <Dimension name="series" visible="true"> | |
| <Attributes> | |
| <Attribute hasHierarchy="false" keyColumn="series" name="series"/> | |
| </Attributes> | |
| </Dimension> | |
| <Dimension name="created" visible="true"> | |
| <Attributes> | |
| <Attribute hasHierarchy="false" keyColumn="created" name="created"/> | |
| </Attributes> | |
| </Dimension> | |
| <Dimension name="eol" visible="true"> | |
| <Attributes> | |
| <Attribute hasHierarchy="false" keyColumn="eol" name="eol"/> | |
| </Attributes> | |
| </Dimension> | |
| </Dimensions> | |
| <MeasureGroups> | |
| <MeasureGroup name="Default" table="my-table"> | |
| <DimensionLinks> | |
| <FactLink dimension="version"/> | |
| <FactLink dimension="codename"/> | |
| <FactLink dimension="series"/> | |
| <FactLink dimension="created"/> | |
| <FactLink dimension="eol"/> | |
| </DimensionLinks> | |
| <Measures> | |
| <Measure aggregator="SUM" column="release" name="release" visible="true"/> | |
| </Measures> | |
| </MeasureGroup> | |
| </MeasureGroups> | |
| </Cube> | |
| <PhysicalSchema> | |
| <Table name="my-schema"/> | |
| </PhysicalSchema> | |
| </Schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment