1# -*- coding: utf-8 -*-
2# Copyright (C) 2006-2007 Søren Roug, European Environment Agency
3#
4# This library is free software; you can redistribute it and/or
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
8#
9# This library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12# Lesser General Public License for more details.
13#
14# You should have received a copy of the GNU Lesser General Public
15# License along with this library; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17#
18# Contributor(s):
19#
20
21
22from .namespaces import TABLENS
23from .element import Element
24
25
26# Autogenerated
27def Body(**args):
28    return Element(qname=(TABLENS,'body'), **args)
29
30
31def CalculationSettings(**args):
32    return Element(qname=(TABLENS,'calculation-settings'), **args)
33
34
35def CellAddress(**args):
36    return Element(qname=(TABLENS,'cell-address'), **args)
37
38
39def CellContentChange(**args):
40    return Element(qname=(TABLENS,'cell-content-change'), **args)
41
42
43def CellContentDeletion(**args):
44    return Element(qname=(TABLENS,'cell-content-deletion'), **args)
45
46
47def CellRangeSource(**args):
48    return Element(qname=(TABLENS,'cell-range-source'), **args)
49
50
51def ChangeDeletion(**args):
52    return Element(qname=(TABLENS,'change-deletion'), **args)
53
54
55def ChangeTrackTableCell(**args):
56    return Element(qname=(TABLENS,'change-track-table-cell'), **args)
57
58
59def Consolidation(**args):
60    return Element(qname=(TABLENS,'consolidation'), **args)
61
62
63def ContentValidation(**args):
64    return Element(qname=(TABLENS,'content-validation'), **args)
65
66
67def ContentValidations(**args):
68    return Element(qname=(TABLENS,'content-validations'), **args)
69
70
71def CoveredTableCell(**args):
72    return Element(qname=(TABLENS,'covered-table-cell'), **args)
73
74
75def CutOffs(**args):
76    return Element(qname=(TABLENS,'cut-offs'), **args)
77
78
79def DataPilotDisplayInfo(**args):
80    return Element(qname=(TABLENS,'data-pilot-display-info'), **args)
81
82
83def DataPilotField(**args):
84    return Element(qname=(TABLENS,'data-pilot-field'), **args)
85
86
87def DataPilotFieldReference(**args):
88    return Element(qname=(TABLENS,'data-pilot-field-reference'), **args)
89
90
91def DataPilotGroup(**args):
92    return Element(qname=(TABLENS,'data-pilot-group'), **args)
93
94
95def DataPilotGroupMember(**args):
96    return Element(qname=(TABLENS,'data-pilot-group-member'), **args)
97
98
99def DataPilotGroups(**args):
100    return Element(qname=(TABLENS,'data-pilot-groups'), **args)
101
102
103def DataPilotLayoutInfo(**args):
104    return Element(qname=(TABLENS,'data-pilot-layout-info'), **args)
105
106
107def DataPilotLevel(**args):
108    return Element(qname=(TABLENS,'data-pilot-level'), **args)
109
110
111def DataPilotMember(**args):
112    return Element(qname=(TABLENS,'data-pilot-member'), **args)
113
114
115def DataPilotMembers(**args):
116    return Element(qname=(TABLENS,'data-pilot-members'), **args)
117
118
119def DataPilotSortInfo(**args):
120    return Element(qname=(TABLENS,'data-pilot-sort-info'), **args)
121
122
123def DataPilotSubtotal(**args):
124    return Element(qname=(TABLENS,'data-pilot-subtotal'), **args)
125
126
127def DataPilotSubtotals(**args):
128    return Element(qname=(TABLENS,'data-pilot-subtotals'), **args)
129
130
131def DataPilotTable(**args):
132    return Element(qname=(TABLENS,'data-pilot-table'), **args)
133
134
135def DataPilotTables(**args):
136    return Element(qname=(TABLENS,'data-pilot-tables'), **args)
137
138
139def DatabaseRange(**args):
140    return Element(qname=(TABLENS,'database-range'), **args)
141
142
143def DatabaseRanges(**args):
144    return Element(qname=(TABLENS,'database-ranges'), **args)
145
146
147def DatabaseSourceQuery(**args):
148    return Element(qname=(TABLENS,'database-source-query'), **args)
149
150
151def DatabaseSourceSql(**args):
152    return Element(qname=(TABLENS,'database-source-sql'), **args)
153
154
155def DatabaseSourceTable(**args):
156    return Element(qname=(TABLENS,'database-source-table'), **args)
157
158
159def DdeLink(**args):
160    return Element(qname=(TABLENS,'dde-link'), **args)
161
162
163def DdeLinks(**args):
164    return Element(qname=(TABLENS,'dde-links'), **args)
165
166
167def Deletion(**args):
168    return Element(qname=(TABLENS,'deletion'), **args)
169
170
171def Deletions(**args):
172    return Element(qname=(TABLENS,'deletions'), **args)
173
174
175def Dependencies(**args):
176    return Element(qname=(TABLENS,'dependencies'), **args)
177
178
179def Dependency(**args):
180    return Element(qname=(TABLENS,'dependency'), **args)
181
182
183def Detective(**args):
184    return Element(qname=(TABLENS,'detective'), **args)
185
186
187def ErrorMacro(**args):
188    return Element(qname=(TABLENS,'error-macro'), **args)
189
190
191def ErrorMessage(**args):
192    return Element(qname=(TABLENS,'error-message'), **args)
193
194
195def EvenColumns(**args):
196    return Element(qname=(TABLENS,'even-columns'), **args)
197
198
199def EvenRows(**args):
200    return Element(qname=(TABLENS,'even-rows'), **args)
201
202
203def Filter(**args):
204    return Element(qname=(TABLENS,'filter'), **args)
205
206
207def FilterAnd(**args):
208    return Element(qname=(TABLENS,'filter-and'), **args)
209
210
211def FilterCondition(**args):
212    return Element(qname=(TABLENS,'filter-condition'), **args)
213
214
215def FilterOr(**args):
216    return Element(qname=(TABLENS,'filter-or'), **args)
217
218
219def FirstColumn(**args):
220    return Element(qname=(TABLENS,'first-column'), **args)
221
222
223def FirstRow(**args):
224    return Element(qname=(TABLENS,'first-row'), **args)
225
226
227def HelpMessage(**args):
228    return Element(qname=(TABLENS,'help-message'), **args)
229
230
231def HighlightedRange(**args):
232    return Element(qname=(TABLENS,'highlighted-range'), **args)
233
234
235def Insertion(**args):
236    return Element(qname=(TABLENS,'insertion'), **args)
237
238
239def InsertionCutOff(**args):
240    return Element(qname=(TABLENS,'insertion-cut-off'), **args)
241
242
243def Iteration(**args):
244    return Element(qname=(TABLENS,'iteration'), **args)
245
246
247def LabelRange(**args):
248    return Element(qname=(TABLENS,'label-range'), **args)
249
250
251def LabelRanges(**args):
252    return Element(qname=(TABLENS,'label-ranges'), **args)
253
254
255def LastColumn(**args):
256    return Element(qname=(TABLENS,'last-column'), **args)
257
258
259def LastRow(**args):
260    return Element(qname=(TABLENS,'last-row'), **args)
261
262
263def Movement(**args):
264    return Element(qname=(TABLENS,'movement'), **args)
265
266
267def MovementCutOff(**args):
268    return Element(qname=(TABLENS,'movement-cut-off'), **args)
269
270
271def NamedExpression(**args):
272    return Element(qname=(TABLENS,'named-expression'), **args)
273
274
275def NamedExpressions(**args):
276    return Element(qname=(TABLENS,'named-expressions'), **args)
277
278
279def NamedRange(**args):
280    return Element(qname=(TABLENS,'named-range'), **args)
281
282
283def NullDate(**args):
284    return Element(qname=(TABLENS,'null-date'), **args)
285
286
287def OddColumns(**args):
288    return Element(qname=(TABLENS,'odd-columns'), **args)
289
290
291def OddRows(**args):
292    return Element(qname=(TABLENS,'odd-rows'), **args)
293
294
295def Operation(**args):
296    return Element(qname=(TABLENS,'operation'), **args)
297
298
299def Previous(**args):
300    return Element(qname=(TABLENS,'previous'), **args)
301
302
303def Scenario(**args):
304    return Element(qname=(TABLENS,'scenario'), **args)
305
306
307def Shapes(**args):
308    return Element(qname=(TABLENS,'shapes'), **args)
309
310
311def Sort(**args):
312    return Element(qname=(TABLENS,'sort'), **args)
313
314
315def SortBy(**args):
316    return Element(qname=(TABLENS,'sort-by'), **args)
317
318
319def SortGroups(**args):
320    return Element(qname=(TABLENS,'sort-groups'), **args)
321
322
323def SourceCellRange(**args):
324    return Element(qname=(TABLENS,'source-cell-range'), **args)
325
326
327def SourceRangeAddress(**args):
328    return Element(qname=(TABLENS,'source-range-address'), **args)
329
330
331def SourceService(**args):
332    return Element(qname=(TABLENS,'source-service'), **args)
333
334
335def SubtotalField(**args):
336    return Element(qname=(TABLENS,'subtotal-field'), **args)
337
338
339def SubtotalRule(**args):
340    return Element(qname=(TABLENS,'subtotal-rule'), **args)
341
342
343def SubtotalRules(**args):
344    return Element(qname=(TABLENS,'subtotal-rules'), **args)
345
346
347def Table(**args):
348    return Element(qname=(TABLENS,'table'), **args)
349
350
351def TableCell(**args):
352    return Element(qname=(TABLENS,'table-cell'), **args)
353
354
355def TableColumn(**args):
356    return Element(qname=(TABLENS,'table-column'), **args)
357
358
359def TableColumnGroup(**args):
360    return Element(qname=(TABLENS,'table-column-group'), **args)
361
362
363def TableColumns(**args):
364    return Element(qname=(TABLENS,'table-columns'), **args)
365
366
367def TableHeaderColumns(**args):
368    return Element(qname=(TABLENS,'table-header-columns'), **args)
369
370
371def TableHeaderRows(**args):
372    return Element(qname=(TABLENS,'table-header-rows'), **args)
373
374
375def TableRow(**args):
376    return Element(qname=(TABLENS,'table-row'), **args)
377
378
379def TableRowGroup(**args):
380    return Element(qname=(TABLENS,'table-row-group'), **args)
381
382
383def TableRows(**args):
384    return Element(qname=(TABLENS,'table-rows'), **args)
385
386
387def TableSource(**args):
388    return Element(qname=(TABLENS,'table-source'), **args)
389
390
391def TableTemplate(**args):
392    return Element(qname=(TABLENS,'table-template'), **args)
393
394
395def TargetRangeAddress(**args):
396    return Element(qname=(TABLENS,'target-range-address'), **args)
397
398
399def TrackedChanges(**args):
400    return Element(qname=(TABLENS,'tracked-changes'), **args)
401