kuji-cube 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.document +5 -0
- data/.gitignore +53 -0
- data/.rspec +2 -0
- data/Gemfile +15 -0
- data/Gemfile.lock +82 -0
- data/LICENSE.txt +20 -0
- data/README.md +69 -0
- data/Rakefile +38 -0
- data/kuji-cube.gemspec +28 -0
- data/lib/cube/cube.rb +154 -0
- data/lib/cube/olap_result.rb +13 -0
- data/lib/cube/version.rb +3 -0
- data/lib/cube/xmla.rb +9 -0
- data/lib/cube.rb +2 -0
- data/lib/wsdl/xmla.xml +104 -0
- data/spec/cassettes/.yml +40 -0
- data/spec/cassettes/formatted_values.yml +183 -0
- data/spec/cassettes/kvartovi_u_recima.yml +167 -0
- data/spec/cassettes/kvatovi_u_koloni.yml +169 -0
- data/spec/cassettes/member_query.yml +331 -0
- data/spec/cassettes/mondrian_broj_intervencija.yml +269 -0
- data/spec/cassettes/mondrian_jedan_red_odgovor.yml +171 -0
- data/spec/cassettes/mondrian_nula_redaka.yml +159 -0
- data/spec/cassettes/mondrian_scalar_value.yml +166 -0
- data/spec/cassettes/mondrian_vrati_samo_jedan_broj.yml +166 -0
- data/spec/cassettes/razlog_prijave_i_kvart.yml +219 -0
- data/spec/cube_spec.rb +143 -0
- data/spec/spec_helper.rb +53 -0
- metadata +112 -0
@@ -0,0 +1,331 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :post
|
5
|
+
uri: http://localhost:8383/mondrian/xmla
|
6
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><env:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
|
7
|
+
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsdl=\"http://tempuri.org/wsdl/\"
|
8
|
+
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ins0=\"http://tempuri.org/type\"><env:Body><Execute
|
9
|
+
xmlns=\"urn:schemas-microsoft-com:xml-analysis\"> <Command>\n <Statement>
|
10
|
+
<![CDATA[ SELECT { [Category].[Energy].Children } on COLUMNS\n FROM
|
11
|
+
[Carbon]\n ]]> </Statement> \n </Command>\n <Properties>\n <PropertyList>
|
12
|
+
\n <Catalog>GOSJAR</Catalog>\n <Format>Multidimensional</Format>
|
13
|
+
\n <AxisFormat>TupleFormat</AxisFormat>\n </PropertyList> \n </Properties>\n</Execute></env:Body></env:Envelope>"
|
14
|
+
headers:
|
15
|
+
soapaction:
|
16
|
+
- ! '"urn:schemas-microsoft-com:xml-analysis:Execute"'
|
17
|
+
content-type:
|
18
|
+
- text/xml;charset=UTF-8
|
19
|
+
content-length:
|
20
|
+
- '758'
|
21
|
+
response: !ruby/struct:VCR::Response
|
22
|
+
status: !ruby/struct:VCR::ResponseStatus
|
23
|
+
code: 200
|
24
|
+
message: OK
|
25
|
+
headers:
|
26
|
+
server:
|
27
|
+
- Apache-Coyote/1.1
|
28
|
+
content-type:
|
29
|
+
- text/xml
|
30
|
+
transfer-encoding:
|
31
|
+
- chunked
|
32
|
+
date:
|
33
|
+
- Wed, 16 May 2012 15:53:08 GMT
|
34
|
+
body: ! "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
35
|
+
SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" >\n<SOAP-ENV:Header>\n</SOAP-ENV:Header>\n<SOAP-ENV:Body>\n<cxmla:ExecuteResponse
|
36
|
+
xmlns:cxmla=\"urn:schemas-microsoft-com:xml-analysis\">\n <cxmla:return>\n
|
37
|
+
\ <root xmlns=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
38
|
+
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:EX=\"urn:schemas-microsoft-com:xml-analysis:exception\">\n
|
39
|
+
\ <xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" targetNamespace=\"urn:schemas-microsoft-com:xml-analysis:mddataset\"
|
40
|
+
xmlns=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
41
|
+
xmlns:sql=\"urn:schemas-microsoft-com:xml-sql\" elementFormDefault=\"qualified\">\n
|
42
|
+
\ <xsd:complexType name=\"MemberType\">\n <xsd:sequence>\n <xsd:element
|
43
|
+
name=\"UName\" type=\"xsd:string\"/>\n <xsd:element name=\"Caption\"
|
44
|
+
type=\"xsd:string\"/>\n <xsd:element name=\"LName\" type=\"xsd:string\"/>\n
|
45
|
+
\ <xsd:element name=\"LNum\" type=\"xsd:unsignedInt\"/>\n <xsd:element
|
46
|
+
name=\"DisplayInfo\" type=\"xsd:unsignedInt\"/>\n <xsd:sequence maxOccurs=\"unbounded\"
|
47
|
+
minOccurs=\"0\">\n <xsd:any processContents=\"lax\" maxOccurs=\"unbounded\"/>\n
|
48
|
+
\ </xsd:sequence>\n </xsd:sequence>\n <xsd:attribute
|
49
|
+
name=\"Hierarchy\" type=\"xsd:string\"/>\n </xsd:complexType>\n <xsd:complexType
|
50
|
+
name=\"PropType\">\n <xsd:attribute name=\"name\" type=\"xsd:string\"/>\n
|
51
|
+
\ </xsd:complexType>\n <xsd:complexType name=\"TupleType\">\n <xsd:sequence
|
52
|
+
maxOccurs=\"unbounded\">\n <xsd:element name=\"Member\" type=\"MemberType\"/>\n
|
53
|
+
\ </xsd:sequence>\n </xsd:complexType>\n <xsd:complexType
|
54
|
+
name=\"MembersType\">\n <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:element
|
55
|
+
name=\"Member\" type=\"MemberType\"/>\n </xsd:sequence>\n <xsd:attribute
|
56
|
+
name=\"Hierarchy\" type=\"xsd:string\"/>\n </xsd:complexType>\n <xsd:complexType
|
57
|
+
name=\"TuplesType\">\n <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:element
|
58
|
+
name=\"Tuple\" type=\"TupleType\"/>\n </xsd:sequence>\n </xsd:complexType>\n
|
59
|
+
\ <xsd:complexType name=\"CrossProductType\">\n <xsd:sequence>\n
|
60
|
+
\ <xsd:choice minOccurs=\"0\" maxOccurs=\"unbounded\">\n <xsd:element
|
61
|
+
name=\"Members\" type=\"MembersType\"/>\n <xsd:element name=\"Tuples\"
|
62
|
+
type=\"TuplesType\"/>\n </xsd:choice>\n </xsd:sequence>\n
|
63
|
+
\ <xsd:attribute name=\"Size\" type=\"xsd:unsignedInt\"/>\n </xsd:complexType>\n
|
64
|
+
\ <xsd:complexType name=\"OlapInfo\">\n <xsd:sequence>\n <xsd:element
|
65
|
+
name=\"CubeInfo\">\n <xsd:complexType>\n <xsd:sequence>\n
|
66
|
+
\ <xsd:element name=\"Cube\" maxOccurs=\"unbounded\">\n <xsd:complexType>\n
|
67
|
+
\ <xsd:sequence>\n <xsd:element name=\"CubeName\"
|
68
|
+
type=\"xsd:string\"/>\n </xsd:sequence>\n </xsd:complexType>\n
|
69
|
+
\ </xsd:element>\n </xsd:sequence>\n </xsd:complexType>\n
|
70
|
+
\ </xsd:element>\n <xsd:element name=\"AxesInfo\">\n <xsd:complexType>\n
|
71
|
+
\ <xsd:sequence>\n <xsd:element name=\"AxisInfo\"
|
72
|
+
maxOccurs=\"unbounded\">\n <xsd:complexType>\n <xsd:sequence>\n
|
73
|
+
\ <xsd:element name=\"HierarchyInfo\" minOccurs=\"0\"
|
74
|
+
maxOccurs=\"unbounded\">\n <xsd:complexType>\n <xsd:sequence>\n
|
75
|
+
\ <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:element
|
76
|
+
name=\"UName\" type=\"PropType\"/>\n <xsd:element
|
77
|
+
name=\"Caption\" type=\"PropType\"/>\n <xsd:element
|
78
|
+
name=\"LName\" type=\"PropType\"/>\n <xsd:element
|
79
|
+
name=\"LNum\" type=\"PropType\"/>\n <xsd:element
|
80
|
+
name=\"DisplayInfo\" type=\"PropType\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n
|
81
|
+
\ </xsd:sequence>\n <xsd:sequence>\n
|
82
|
+
\ <xsd:any processContents=\"lax\" minOccurs=\"0\"
|
83
|
+
maxOccurs=\"unbounded\"/>\n </xsd:sequence>\n </xsd:sequence>\n
|
84
|
+
\ <xsd:attribute name=\"name\" type=\"xsd:string\"
|
85
|
+
use=\"required\"/>\n </xsd:complexType>\n </xsd:element>\n
|
86
|
+
\ </xsd:sequence>\n <xsd:attribute
|
87
|
+
name=\"name\" type=\"xsd:string\"/>\n </xsd:complexType>\n
|
88
|
+
\ </xsd:element>\n </xsd:sequence>\n </xsd:complexType>\n
|
89
|
+
\ </xsd:element>\n <xsd:element name=\"CellInfo\">\n <xsd:complexType>\n
|
90
|
+
\ <xsd:sequence>\n <xsd:sequence minOccurs=\"0\"
|
91
|
+
maxOccurs=\"unbounded\">\n <xsd:choice>\n <xsd:element
|
92
|
+
name=\"Value\" type=\"PropType\"/>\n <xsd:element name=\"FmtValue\"
|
93
|
+
type=\"PropType\"/>\n <xsd:element name=\"BackColor\" type=\"PropType\"/>\n
|
94
|
+
\ <xsd:element name=\"ForeColor\" type=\"PropType\"/>\n
|
95
|
+
\ <xsd:element name=\"FontName\" type=\"PropType\"/>\n <xsd:element
|
96
|
+
name=\"FontSize\" type=\"PropType\"/>\n <xsd:element name=\"FontFlags\"
|
97
|
+
type=\"PropType\"/>\n <xsd:element name=\"FormatString\"
|
98
|
+
type=\"PropType\"/>\n <xsd:element name=\"NonEmptyBehavior\"
|
99
|
+
type=\"PropType\"/>\n <xsd:element name=\"SolveOrder\"
|
100
|
+
type=\"PropType\"/>\n <xsd:element name=\"Updateable\"
|
101
|
+
type=\"PropType\"/>\n <xsd:element name=\"Visible\" type=\"PropType\"/>\n
|
102
|
+
\ <xsd:element name=\"Expression\" type=\"PropType\"/>\n
|
103
|
+
\ </xsd:choice>\n </xsd:sequence>\n <xsd:sequence
|
104
|
+
maxOccurs=\"unbounded\" minOccurs=\"0\">\n <xsd:any processContents=\"lax\"
|
105
|
+
maxOccurs=\"unbounded\"/>\n </xsd:sequence>\n </xsd:sequence>\n
|
106
|
+
\ </xsd:complexType>\n </xsd:element>\n </xsd:sequence>\n
|
107
|
+
\ </xsd:complexType>\n <xsd:complexType name=\"Axes\">\n <xsd:sequence
|
108
|
+
maxOccurs=\"unbounded\">\n <xsd:element name=\"Axis\">\n <xsd:complexType>\n
|
109
|
+
\ <xsd:choice minOccurs=\"0\" maxOccurs=\"unbounded\">\n <xsd:element
|
110
|
+
name=\"CrossProduct\" type=\"CrossProductType\"/>\n <xsd:element
|
111
|
+
name=\"Tuples\" type=\"TuplesType\"/>\n <xsd:element name=\"Members\"
|
112
|
+
type=\"MembersType\"/>\n </xsd:choice>\n <xsd:attribute
|
113
|
+
name=\"name\" type=\"xsd:string\"/>\n </xsd:complexType>\n </xsd:element>\n
|
114
|
+
\ </xsd:sequence>\n </xsd:complexType>\n <xsd:complexType
|
115
|
+
name=\"CellData\">\n <xsd:sequence>\n <xsd:element name=\"Cell\"
|
116
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\">\n <xsd:complexType>\n
|
117
|
+
\ <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:choice>\n
|
118
|
+
\ <xsd:element name=\"Value\"/>\n <xsd:element
|
119
|
+
name=\"FmtValue\" type=\"xsd:string\"/>\n <xsd:element name=\"BackColor\"
|
120
|
+
type=\"xsd:unsignedInt\"/>\n <xsd:element name=\"ForeColor\"
|
121
|
+
type=\"xsd:unsignedInt\"/>\n <xsd:element name=\"FontName\"
|
122
|
+
type=\"xsd:string\"/>\n <xsd:element name=\"FontSize\" type=\"xsd:unsignedShort\"/>\n
|
123
|
+
\ <xsd:element name=\"FontFlags\" type=\"xsd:unsignedInt\"/>\n
|
124
|
+
\ <xsd:element name=\"FormatString\" type=\"xsd:string\"/>\n
|
125
|
+
\ <xsd:element name=\"NonEmptyBehavior\" type=\"xsd:unsignedShort\"/>\n
|
126
|
+
\ <xsd:element name=\"SolveOrder\" type=\"xsd:unsignedInt\"/>\n
|
127
|
+
\ <xsd:element name=\"Updateable\" type=\"xsd:unsignedInt\"/>\n
|
128
|
+
\ <xsd:element name=\"Visible\" type=\"xsd:unsignedInt\"/>\n
|
129
|
+
\ <xsd:element name=\"Expression\" type=\"xsd:string\"/>\n
|
130
|
+
\ </xsd:choice>\n </xsd:sequence>\n <xsd:attribute
|
131
|
+
name=\"CellOrdinal\" type=\"xsd:unsignedInt\" use=\"required\"/>\n </xsd:complexType>\n
|
132
|
+
\ </xsd:element>\n </xsd:sequence>\n </xsd:complexType>\n
|
133
|
+
\ <xsd:element name=\"root\">\n <xsd:complexType>\n <xsd:sequence
|
134
|
+
maxOccurs=\"unbounded\">\n <xsd:element name=\"OlapInfo\" type=\"OlapInfo\"/>\n
|
135
|
+
\ <xsd:element name=\"Axes\" type=\"Axes\"/>\n <xsd:element
|
136
|
+
name=\"CellData\" type=\"CellData\"/>\n </xsd:sequence>\n </xsd:complexType>\n
|
137
|
+
\ </xsd:element>\n </xsd:schema>\n <OlapInfo>\n <CubeInfo>\n
|
138
|
+
\ <Cube>\n <CubeName>Carbon</CubeName>\n </Cube>\n
|
139
|
+
\ </CubeInfo>\n <AxesInfo>\n <AxisInfo name=\"Axis0\">\n
|
140
|
+
\ <HierarchyInfo name=\"Category\">\n <UName name=\"[Category].[MEMBER_UNIQUE_NAME]\"/>\n
|
141
|
+
\ <Caption name=\"[Category].[MEMBER_CAPTION]\"/>\n <LName
|
142
|
+
name=\"[Category].[LEVEL_UNIQUE_NAME]\"/>\n <LNum name=\"[Category].[LEVEL_NUMBER]\"/>\n
|
143
|
+
\ <DisplayInfo name=\"[Category].[DISPLAY_INFO]\"/>\n </HierarchyInfo>\n
|
144
|
+
\ </AxisInfo>\n <AxisInfo name=\"SlicerAxis\"/>\n </AxesInfo>\n
|
145
|
+
\ <CellInfo>\n <Value name=\"VALUE\"/>\n <FmtValue name=\"FORMATTED_VALUE\"/>\n
|
146
|
+
\ <FormatString name=\"FORMAT_STRING\"/>\n </CellInfo>\n </OlapInfo>\n
|
147
|
+
\ <Axes>\n <Axis name=\"Axis0\">\n <Tuples>\n <Tuple>\n
|
148
|
+
\ <Member Hierarchy=\"Category\">\n <UName>[Category].[Energy].[Electricity]</UName>\n
|
149
|
+
\ <Caption>Electricity</Caption>\n <LName>[Category].[Category
|
150
|
+
ID]</LName>\n <LNum>1</LNum>\n <DisplayInfo>0</DisplayInfo>\n
|
151
|
+
\ </Member>\n </Tuple>\n <Tuple>\n <Member
|
152
|
+
Hierarchy=\"Category\">\n <UName>[Category].[Energy].[Natural
|
153
|
+
Gas]</UName>\n <Caption>Natural Gas</Caption>\n <LName>[Category].[Category
|
154
|
+
ID]</LName>\n <LNum>1</LNum>\n <DisplayInfo>131072</DisplayInfo>\n
|
155
|
+
\ </Member>\n </Tuple>\n </Tuples>\n </Axis>\n
|
156
|
+
\ <Axis name=\"SlicerAxis\">\n <Tuples>\n <Tuple/>\n
|
157
|
+
\ </Tuples>\n </Axis>\n </Axes>\n <CellData>\n <Cell
|
158
|
+
CellOrdinal=\"0\">\n <FmtValue/>\n <FormatString/>\n </Cell>\n
|
159
|
+
\ </CellData>\n </root>\n </cxmla:return>\n</cxmla:ExecuteResponse>\n</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n"
|
160
|
+
http_version: '1.1'
|
161
|
+
- !ruby/struct:VCR::HTTPInteraction
|
162
|
+
request: !ruby/struct:VCR::Request
|
163
|
+
method: :post
|
164
|
+
uri: http://localhost:8383/mondrian/xmla
|
165
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><env:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
|
166
|
+
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsdl=\"http://tempuri.org/wsdl/\"
|
167
|
+
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ins0=\"http://tempuri.org/type\"><env:Body><Execute
|
168
|
+
xmlns=\"urn:schemas-microsoft-com:xml-analysis\"> <Command>\n <Statement>
|
169
|
+
<![CDATA[ SELECT { [Category].[Energy].Children } on COLUMNS,\n {
|
170
|
+
[Entity].LastChild } on ROWS\n FROM [Carbon]\n ]]> </Statement> \n </Command>\n
|
171
|
+
\ <Properties>\n <PropertyList> \n <Catalog>GOSJAR</Catalog>\n
|
172
|
+
\ <Format>Multidimensional</Format> \n <AxisFormat>TupleFormat</AxisFormat>\n
|
173
|
+
\ </PropertyList> \n </Properties>\n</Execute></env:Body></env:Envelope>"
|
174
|
+
headers:
|
175
|
+
soapaction:
|
176
|
+
- ! '"urn:schemas-microsoft-com:xml-analysis:Execute"'
|
177
|
+
content-type:
|
178
|
+
- text/xml;charset=UTF-8
|
179
|
+
content-length:
|
180
|
+
- '805'
|
181
|
+
response: !ruby/struct:VCR::Response
|
182
|
+
status: !ruby/struct:VCR::ResponseStatus
|
183
|
+
code: 200
|
184
|
+
message: OK
|
185
|
+
headers:
|
186
|
+
server:
|
187
|
+
- Apache-Coyote/1.1
|
188
|
+
content-type:
|
189
|
+
- text/xml
|
190
|
+
transfer-encoding:
|
191
|
+
- chunked
|
192
|
+
date:
|
193
|
+
- Wed, 16 May 2012 15:57:59 GMT
|
194
|
+
body: ! "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
195
|
+
SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" >\n<SOAP-ENV:Header>\n</SOAP-ENV:Header>\n<SOAP-ENV:Body>\n<cxmla:ExecuteResponse
|
196
|
+
xmlns:cxmla=\"urn:schemas-microsoft-com:xml-analysis\">\n <cxmla:return>\n
|
197
|
+
\ <root xmlns=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
198
|
+
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:EX=\"urn:schemas-microsoft-com:xml-analysis:exception\">\n
|
199
|
+
\ <xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" targetNamespace=\"urn:schemas-microsoft-com:xml-analysis:mddataset\"
|
200
|
+
xmlns=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
201
|
+
xmlns:sql=\"urn:schemas-microsoft-com:xml-sql\" elementFormDefault=\"qualified\">\n
|
202
|
+
\ <xsd:complexType name=\"MemberType\">\n <xsd:sequence>\n <xsd:element
|
203
|
+
name=\"UName\" type=\"xsd:string\"/>\n <xsd:element name=\"Caption\"
|
204
|
+
type=\"xsd:string\"/>\n <xsd:element name=\"LName\" type=\"xsd:string\"/>\n
|
205
|
+
\ <xsd:element name=\"LNum\" type=\"xsd:unsignedInt\"/>\n <xsd:element
|
206
|
+
name=\"DisplayInfo\" type=\"xsd:unsignedInt\"/>\n <xsd:sequence maxOccurs=\"unbounded\"
|
207
|
+
minOccurs=\"0\">\n <xsd:any processContents=\"lax\" maxOccurs=\"unbounded\"/>\n
|
208
|
+
\ </xsd:sequence>\n </xsd:sequence>\n <xsd:attribute
|
209
|
+
name=\"Hierarchy\" type=\"xsd:string\"/>\n </xsd:complexType>\n <xsd:complexType
|
210
|
+
name=\"PropType\">\n <xsd:attribute name=\"name\" type=\"xsd:string\"/>\n
|
211
|
+
\ </xsd:complexType>\n <xsd:complexType name=\"TupleType\">\n <xsd:sequence
|
212
|
+
maxOccurs=\"unbounded\">\n <xsd:element name=\"Member\" type=\"MemberType\"/>\n
|
213
|
+
\ </xsd:sequence>\n </xsd:complexType>\n <xsd:complexType
|
214
|
+
name=\"MembersType\">\n <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:element
|
215
|
+
name=\"Member\" type=\"MemberType\"/>\n </xsd:sequence>\n <xsd:attribute
|
216
|
+
name=\"Hierarchy\" type=\"xsd:string\"/>\n </xsd:complexType>\n <xsd:complexType
|
217
|
+
name=\"TuplesType\">\n <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:element
|
218
|
+
name=\"Tuple\" type=\"TupleType\"/>\n </xsd:sequence>\n </xsd:complexType>\n
|
219
|
+
\ <xsd:complexType name=\"CrossProductType\">\n <xsd:sequence>\n
|
220
|
+
\ <xsd:choice minOccurs=\"0\" maxOccurs=\"unbounded\">\n <xsd:element
|
221
|
+
name=\"Members\" type=\"MembersType\"/>\n <xsd:element name=\"Tuples\"
|
222
|
+
type=\"TuplesType\"/>\n </xsd:choice>\n </xsd:sequence>\n
|
223
|
+
\ <xsd:attribute name=\"Size\" type=\"xsd:unsignedInt\"/>\n </xsd:complexType>\n
|
224
|
+
\ <xsd:complexType name=\"OlapInfo\">\n <xsd:sequence>\n <xsd:element
|
225
|
+
name=\"CubeInfo\">\n <xsd:complexType>\n <xsd:sequence>\n
|
226
|
+
\ <xsd:element name=\"Cube\" maxOccurs=\"unbounded\">\n <xsd:complexType>\n
|
227
|
+
\ <xsd:sequence>\n <xsd:element name=\"CubeName\"
|
228
|
+
type=\"xsd:string\"/>\n </xsd:sequence>\n </xsd:complexType>\n
|
229
|
+
\ </xsd:element>\n </xsd:sequence>\n </xsd:complexType>\n
|
230
|
+
\ </xsd:element>\n <xsd:element name=\"AxesInfo\">\n <xsd:complexType>\n
|
231
|
+
\ <xsd:sequence>\n <xsd:element name=\"AxisInfo\"
|
232
|
+
maxOccurs=\"unbounded\">\n <xsd:complexType>\n <xsd:sequence>\n
|
233
|
+
\ <xsd:element name=\"HierarchyInfo\" minOccurs=\"0\"
|
234
|
+
maxOccurs=\"unbounded\">\n <xsd:complexType>\n <xsd:sequence>\n
|
235
|
+
\ <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:element
|
236
|
+
name=\"UName\" type=\"PropType\"/>\n <xsd:element
|
237
|
+
name=\"Caption\" type=\"PropType\"/>\n <xsd:element
|
238
|
+
name=\"LName\" type=\"PropType\"/>\n <xsd:element
|
239
|
+
name=\"LNum\" type=\"PropType\"/>\n <xsd:element
|
240
|
+
name=\"DisplayInfo\" type=\"PropType\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n
|
241
|
+
\ </xsd:sequence>\n <xsd:sequence>\n
|
242
|
+
\ <xsd:any processContents=\"lax\" minOccurs=\"0\"
|
243
|
+
maxOccurs=\"unbounded\"/>\n </xsd:sequence>\n </xsd:sequence>\n
|
244
|
+
\ <xsd:attribute name=\"name\" type=\"xsd:string\"
|
245
|
+
use=\"required\"/>\n </xsd:complexType>\n </xsd:element>\n
|
246
|
+
\ </xsd:sequence>\n <xsd:attribute
|
247
|
+
name=\"name\" type=\"xsd:string\"/>\n </xsd:complexType>\n
|
248
|
+
\ </xsd:element>\n </xsd:sequence>\n </xsd:complexType>\n
|
249
|
+
\ </xsd:element>\n <xsd:element name=\"CellInfo\">\n <xsd:complexType>\n
|
250
|
+
\ <xsd:sequence>\n <xsd:sequence minOccurs=\"0\"
|
251
|
+
maxOccurs=\"unbounded\">\n <xsd:choice>\n <xsd:element
|
252
|
+
name=\"Value\" type=\"PropType\"/>\n <xsd:element name=\"FmtValue\"
|
253
|
+
type=\"PropType\"/>\n <xsd:element name=\"BackColor\" type=\"PropType\"/>\n
|
254
|
+
\ <xsd:element name=\"ForeColor\" type=\"PropType\"/>\n
|
255
|
+
\ <xsd:element name=\"FontName\" type=\"PropType\"/>\n <xsd:element
|
256
|
+
name=\"FontSize\" type=\"PropType\"/>\n <xsd:element name=\"FontFlags\"
|
257
|
+
type=\"PropType\"/>\n <xsd:element name=\"FormatString\"
|
258
|
+
type=\"PropType\"/>\n <xsd:element name=\"NonEmptyBehavior\"
|
259
|
+
type=\"PropType\"/>\n <xsd:element name=\"SolveOrder\"
|
260
|
+
type=\"PropType\"/>\n <xsd:element name=\"Updateable\"
|
261
|
+
type=\"PropType\"/>\n <xsd:element name=\"Visible\" type=\"PropType\"/>\n
|
262
|
+
\ <xsd:element name=\"Expression\" type=\"PropType\"/>\n
|
263
|
+
\ </xsd:choice>\n </xsd:sequence>\n <xsd:sequence
|
264
|
+
maxOccurs=\"unbounded\" minOccurs=\"0\">\n <xsd:any processContents=\"lax\"
|
265
|
+
maxOccurs=\"unbounded\"/>\n </xsd:sequence>\n </xsd:sequence>\n
|
266
|
+
\ </xsd:complexType>\n </xsd:element>\n </xsd:sequence>\n
|
267
|
+
\ </xsd:complexType>\n <xsd:complexType name=\"Axes\">\n <xsd:sequence
|
268
|
+
maxOccurs=\"unbounded\">\n <xsd:element name=\"Axis\">\n <xsd:complexType>\n
|
269
|
+
\ <xsd:choice minOccurs=\"0\" maxOccurs=\"unbounded\">\n <xsd:element
|
270
|
+
name=\"CrossProduct\" type=\"CrossProductType\"/>\n <xsd:element
|
271
|
+
name=\"Tuples\" type=\"TuplesType\"/>\n <xsd:element name=\"Members\"
|
272
|
+
type=\"MembersType\"/>\n </xsd:choice>\n <xsd:attribute
|
273
|
+
name=\"name\" type=\"xsd:string\"/>\n </xsd:complexType>\n </xsd:element>\n
|
274
|
+
\ </xsd:sequence>\n </xsd:complexType>\n <xsd:complexType
|
275
|
+
name=\"CellData\">\n <xsd:sequence>\n <xsd:element name=\"Cell\"
|
276
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\">\n <xsd:complexType>\n
|
277
|
+
\ <xsd:sequence maxOccurs=\"unbounded\">\n <xsd:choice>\n
|
278
|
+
\ <xsd:element name=\"Value\"/>\n <xsd:element
|
279
|
+
name=\"FmtValue\" type=\"xsd:string\"/>\n <xsd:element name=\"BackColor\"
|
280
|
+
type=\"xsd:unsignedInt\"/>\n <xsd:element name=\"ForeColor\"
|
281
|
+
type=\"xsd:unsignedInt\"/>\n <xsd:element name=\"FontName\"
|
282
|
+
type=\"xsd:string\"/>\n <xsd:element name=\"FontSize\" type=\"xsd:unsignedShort\"/>\n
|
283
|
+
\ <xsd:element name=\"FontFlags\" type=\"xsd:unsignedInt\"/>\n
|
284
|
+
\ <xsd:element name=\"FormatString\" type=\"xsd:string\"/>\n
|
285
|
+
\ <xsd:element name=\"NonEmptyBehavior\" type=\"xsd:unsignedShort\"/>\n
|
286
|
+
\ <xsd:element name=\"SolveOrder\" type=\"xsd:unsignedInt\"/>\n
|
287
|
+
\ <xsd:element name=\"Updateable\" type=\"xsd:unsignedInt\"/>\n
|
288
|
+
\ <xsd:element name=\"Visible\" type=\"xsd:unsignedInt\"/>\n
|
289
|
+
\ <xsd:element name=\"Expression\" type=\"xsd:string\"/>\n
|
290
|
+
\ </xsd:choice>\n </xsd:sequence>\n <xsd:attribute
|
291
|
+
name=\"CellOrdinal\" type=\"xsd:unsignedInt\" use=\"required\"/>\n </xsd:complexType>\n
|
292
|
+
\ </xsd:element>\n </xsd:sequence>\n </xsd:complexType>\n
|
293
|
+
\ <xsd:element name=\"root\">\n <xsd:complexType>\n <xsd:sequence
|
294
|
+
maxOccurs=\"unbounded\">\n <xsd:element name=\"OlapInfo\" type=\"OlapInfo\"/>\n
|
295
|
+
\ <xsd:element name=\"Axes\" type=\"Axes\"/>\n <xsd:element
|
296
|
+
name=\"CellData\" type=\"CellData\"/>\n </xsd:sequence>\n </xsd:complexType>\n
|
297
|
+
\ </xsd:element>\n </xsd:schema>\n <OlapInfo>\n <CubeInfo>\n
|
298
|
+
\ <Cube>\n <CubeName>Carbon</CubeName>\n </Cube>\n
|
299
|
+
\ </CubeInfo>\n <AxesInfo>\n <AxisInfo name=\"Axis0\">\n
|
300
|
+
\ <HierarchyInfo name=\"Category\">\n <UName name=\"[Category].[MEMBER_UNIQUE_NAME]\"/>\n
|
301
|
+
\ <Caption name=\"[Category].[MEMBER_CAPTION]\"/>\n <LName
|
302
|
+
name=\"[Category].[LEVEL_UNIQUE_NAME]\"/>\n <LNum name=\"[Category].[LEVEL_NUMBER]\"/>\n
|
303
|
+
\ <DisplayInfo name=\"[Category].[DISPLAY_INFO]\"/>\n </HierarchyInfo>\n
|
304
|
+
\ </AxisInfo>\n <AxisInfo name=\"Axis1\">\n <HierarchyInfo
|
305
|
+
name=\"Entity\">\n <UName name=\"[Entity].[MEMBER_UNIQUE_NAME]\"/>\n
|
306
|
+
\ <Caption name=\"[Entity].[MEMBER_CAPTION]\"/>\n <LName
|
307
|
+
name=\"[Entity].[LEVEL_UNIQUE_NAME]\"/>\n <LNum name=\"[Entity].[LEVEL_NUMBER]\"/>\n
|
308
|
+
\ <DisplayInfo name=\"[Entity].[DISPLAY_INFO]\"/>\n </HierarchyInfo>\n
|
309
|
+
\ </AxisInfo>\n <AxisInfo name=\"SlicerAxis\"/>\n </AxesInfo>\n
|
310
|
+
\ <CellInfo>\n <Value name=\"VALUE\"/>\n <FmtValue name=\"FORMATTED_VALUE\"/>\n
|
311
|
+
\ <FormatString name=\"FORMAT_STRING\"/>\n </CellInfo>\n </OlapInfo>\n
|
312
|
+
\ <Axes>\n <Axis name=\"Axis0\">\n <Tuples>\n <Tuple>\n
|
313
|
+
\ <Member Hierarchy=\"Category\">\n <UName>[Category].[Energy].[Electricity]</UName>\n
|
314
|
+
\ <Caption>Electricity</Caption>\n <LName>[Category].[Category
|
315
|
+
ID]</LName>\n <LNum>1</LNum>\n <DisplayInfo>0</DisplayInfo>\n
|
316
|
+
\ </Member>\n </Tuple>\n <Tuple>\n <Member
|
317
|
+
Hierarchy=\"Category\">\n <UName>[Category].[Energy].[Natural
|
318
|
+
Gas]</UName>\n <Caption>Natural Gas</Caption>\n <LName>[Category].[Category
|
319
|
+
ID]</LName>\n <LNum>1</LNum>\n <DisplayInfo>131072</DisplayInfo>\n
|
320
|
+
\ </Member>\n </Tuple>\n </Tuples>\n </Axis>\n
|
321
|
+
\ <Axis name=\"Axis1\">\n <Tuples>\n <Tuple>\n <Member
|
322
|
+
Hierarchy=\"Entity\">\n <UName>[Entity].[Wrythe Green Surgery
|
323
|
+
- General Practitioner]</UName>\n <Caption>Wrythe Green Surgery
|
324
|
+
- General Practitioner</Caption>\n <LName>[Entity].[Name]</LName>\n
|
325
|
+
\ <LNum>1</LNum>\n <DisplayInfo>0</DisplayInfo>\n
|
326
|
+
\ </Member>\n </Tuple>\n </Tuples>\n </Axis>\n
|
327
|
+
\ <Axis name=\"SlicerAxis\">\n <Tuples>\n <Tuple/>\n
|
328
|
+
\ </Tuples>\n </Axis>\n </Axes>\n <CellData>\n <Cell
|
329
|
+
CellOrdinal=\"0\">\n <FmtValue/>\n <FormatString/>\n </Cell>\n
|
330
|
+
\ </CellData>\n </root>\n </cxmla:return>\n</cxmla:ExecuteResponse>\n</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n"
|
331
|
+
http_version: '1.1'
|