uniword 1.0.0 → 1.0.3

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.
Files changed (1784) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +43 -0
  3. data/README.adoc +71 -2142
  4. data/config/accessibility_profiles.yml +145 -0
  5. data/config/font_metadata.yml +213 -0
  6. data/config/latent_styles.yml +962 -0
  7. data/config/link_validation_rules.yml +62 -0
  8. data/config/locale_profiles.yml +226 -0
  9. data/config/metadata_schema.yml +294 -0
  10. data/config/ooxml/schema_loader.yml +98 -0
  11. data/config/ooxml/schema_main.yml +524 -0
  12. data/config/ooxml/schemas/01_document_structure.yml +44 -0
  13. data/config/ooxml/schemas/02_paragraph.yml +282 -0
  14. data/config/ooxml/schemas/03_run.yml +276 -0
  15. data/config/ooxml/schemas/04_table.yml +184 -0
  16. data/config/ooxml/schemas/05_headers_footers.yml +82 -0
  17. data/config/ooxml/schemas/06_fields.yml +81 -0
  18. data/config/ooxml/schemas/07_footnotes.yml +92 -0
  19. data/config/ooxml/schemas/08_styles.yml +265 -0
  20. data/config/ooxml/schemas/09_numbering.yml +247 -0
  21. data/config/ooxml/schemas/10_sections.yml +250 -0
  22. data/config/ooxml/schemas/11_drawing.yml +381 -0
  23. data/config/ooxml/schemas/12_math.yml +349 -0
  24. data/config/ooxml/schemas/13_charts.yml +920 -0
  25. data/config/ooxml/schemas/bibliography.yml +351 -0
  26. data/config/ooxml/schemas/chart.yml +1472 -0
  27. data/config/ooxml/schemas/content_types.yml +93 -0
  28. data/config/ooxml/schemas/customxml.yml +493 -0
  29. data/config/ooxml/schemas/document_properties.yml +275 -0
  30. data/config/ooxml/schemas/document_variables.yml +135 -0
  31. data/config/ooxml/schemas/drawingml.yml +1368 -0
  32. data/config/ooxml/schemas/glossary.yml +235 -0
  33. data/config/ooxml/schemas/math.yml +1266 -0
  34. data/config/ooxml/schemas/office.yml +648 -0
  35. data/config/ooxml/schemas/picture.yml +213 -0
  36. data/config/ooxml/schemas/presentationml.yml +1003 -0
  37. data/config/ooxml/schemas/relationships.yml +91 -0
  38. data/config/ooxml/schemas/shared_types.yml +174 -0
  39. data/config/ooxml/schemas/spreadsheetml.yml +1534 -0
  40. data/config/ooxml/schemas/vml.yml +426 -0
  41. data/config/ooxml/schemas/vml_office.yml +415 -0
  42. data/config/ooxml/schemas/wordprocessingml.yml +1881 -0
  43. data/config/ooxml/schemas/wordprocessingml_2010.yml +428 -0
  44. data/config/ooxml/schemas/wordprocessingml_2013.yml +286 -0
  45. data/config/ooxml/schemas/wordprocessingml_2016.yml +205 -0
  46. data/config/ooxml/schemas/wp_drawing.yml +528 -0
  47. data/config/pipeline.yml +108 -0
  48. data/config/profiles.yml +49 -0
  49. data/config/quality_rules.yml +49 -0
  50. data/config/style_mappings/iso_publication.yml +30 -0
  51. data/config/styles/iso_standard.yml +229 -0
  52. data/config/styles/legal_document.yml +198 -0
  53. data/config/styles/minimal.yml +90 -0
  54. data/config/styles/technical_report.yml +233 -0
  55. data/config/system_profiles.yml +87 -0
  56. data/config/theme_mapping.yml +447 -0
  57. data/config/transformation_rules.yml +160 -0
  58. data/config/validation_rules.yml +60 -0
  59. data/config/warning_rules.yml +57 -0
  60. data/data/color_schemes/amber.yml +17 -0
  61. data/data/color_schemes/azure.yml +17 -0
  62. data/data/color_schemes/burgundy.yml +17 -0
  63. data/data/color_schemes/cerulean.yml +17 -0
  64. data/data/color_schemes/chartreuse.yml +17 -0
  65. data/data/color_schemes/classic.yml +17 -0
  66. data/data/color_schemes/cobalt.yml +17 -0
  67. data/data/color_schemes/coral.yml +17 -0
  68. data/data/color_schemes/crimson.yml +17 -0
  69. data/data/color_schemes/emerald.yml +17 -0
  70. data/data/color_schemes/horizon.yml +17 -0
  71. data/data/color_schemes/indigo.yml +17 -0
  72. data/data/color_schemes/lavender.yml +17 -0
  73. data/data/color_schemes/magenta.yml +17 -0
  74. data/data/color_schemes/modern.yml +17 -0
  75. data/data/color_schemes/monochrome.yml +17 -0
  76. data/data/color_schemes/parchment.yml +17 -0
  77. data/data/color_schemes/saffron.yml +17 -0
  78. data/data/color_schemes/sage.yml +17 -0
  79. data/data/color_schemes/scarlet.yml +17 -0
  80. data/data/color_schemes/solar.yml +17 -0
  81. data/data/color_schemes/teal.yml +17 -0
  82. data/data/color_schemes/terrain.yml +17 -0
  83. data/data/font_schemes/caladea.yml +45 -0
  84. data/data/font_schemes/carlito_caladea.yml +45 -0
  85. data/data/font_schemes/carlito_liberation.yml +45 -0
  86. data/data/font_schemes/carlito_sans.yml +45 -0
  87. data/data/font_schemes/classic_office.yml +45 -0
  88. data/data/font_schemes/eb_garamond.yml +45 -0
  89. data/data/font_schemes/eb_garamond_liberation.yml +45 -0
  90. data/data/font_schemes/gelasio.yml +45 -0
  91. data/data/font_schemes/league_gothic.yml +45 -0
  92. data/data/font_schemes/league_liberation.yml +45 -0
  93. data/data/font_schemes/liberation_bold_sans.yml +45 -0
  94. data/data/font_schemes/liberation_libre.yml +45 -0
  95. data/data/font_schemes/liberation_mono_sans.yml +45 -0
  96. data/data/font_schemes/liberation_pair.yml +45 -0
  97. data/data/font_schemes/liberation_reverse.yml +45 -0
  98. data/data/font_schemes/liberation_sans.yml +45 -0
  99. data/data/font_schemes/liberation_sans_trebuchet.yml +45 -0
  100. data/data/font_schemes/libre_bodoni.yml +45 -0
  101. data/data/font_schemes/libre_franklin.yml +45 -0
  102. data/data/font_schemes/modern_office.yml +45 -0
  103. data/data/font_schemes/ms_office_2007.yml +72 -0
  104. data/data/font_schemes/ms_office_2013.yml +106 -0
  105. data/data/font_schemes/ms_office_2024.yml +106 -0
  106. data/data/font_schemes/source_alfa_slab.yml +45 -0
  107. data/data/font_schemes/source_display.yml +45 -0
  108. data/data/font_schemes/source_modern.yml +45 -0
  109. data/data/font_schemes/source_sans.yml +45 -0
  110. data/data/font_schemes/source_sans_century.yml +45 -0
  111. data/data/resources/document_elements/ar/bibliographies.yml +13 -0
  112. data/data/resources/document_elements/ar/cover_pages.yml +26 -0
  113. data/data/resources/document_elements/ar/equations.yml +21 -0
  114. data/data/resources/document_elements/ar/footers.yml +31 -0
  115. data/data/resources/document_elements/ar/headers.yml +32 -0
  116. data/data/resources/document_elements/ar/table_of_contents.yml +21 -0
  117. data/data/resources/document_elements/ar/tables.yml +19 -0
  118. data/data/resources/document_elements/ar/watermarks.yml +25 -0
  119. data/data/resources/document_elements/cs/bibliographies.yml +13 -0
  120. data/data/resources/document_elements/cs/cover_pages.yml +26 -0
  121. data/data/resources/document_elements/cs/equations.yml +21 -0
  122. data/data/resources/document_elements/cs/footers.yml +31 -0
  123. data/data/resources/document_elements/cs/headers.yml +32 -0
  124. data/data/resources/document_elements/cs/table_of_contents.yml +21 -0
  125. data/data/resources/document_elements/cs/tables.yml +19 -0
  126. data/data/resources/document_elements/cs/watermarks.yml +25 -0
  127. data/data/resources/document_elements/da/bibliographies.yml +13 -0
  128. data/data/resources/document_elements/da/cover_pages.yml +26 -0
  129. data/data/resources/document_elements/da/equations.yml +21 -0
  130. data/data/resources/document_elements/da/footers.yml +31 -0
  131. data/data/resources/document_elements/da/headers.yml +32 -0
  132. data/data/resources/document_elements/da/table_of_contents.yml +21 -0
  133. data/data/resources/document_elements/da/tables.yml +19 -0
  134. data/data/resources/document_elements/da/watermarks.yml +25 -0
  135. data/data/resources/document_elements/de/bibliographies.yml +13 -0
  136. data/data/resources/document_elements/de/cover_pages.yml +26 -0
  137. data/data/resources/document_elements/de/equations.yml +21 -0
  138. data/data/resources/document_elements/de/footers.yml +31 -0
  139. data/data/resources/document_elements/de/headers.yml +32 -0
  140. data/data/resources/document_elements/de/table_of_contents.yml +21 -0
  141. data/data/resources/document_elements/de/tables.yml +19 -0
  142. data/data/resources/document_elements/de/watermarks.yml +25 -0
  143. data/data/resources/document_elements/el/bibliographies.yml +13 -0
  144. data/data/resources/document_elements/el/cover_pages.yml +26 -0
  145. data/data/resources/document_elements/el/equations.yml +21 -0
  146. data/data/resources/document_elements/el/footers.yml +31 -0
  147. data/data/resources/document_elements/el/headers.yml +32 -0
  148. data/data/resources/document_elements/el/table_of_contents.yml +21 -0
  149. data/data/resources/document_elements/el/tables.yml +19 -0
  150. data/data/resources/document_elements/el/watermarks.yml +25 -0
  151. data/data/resources/document_elements/en/bibliographies.yml +13 -0
  152. data/data/resources/document_elements/en/cover_pages.yml +26 -0
  153. data/data/resources/document_elements/en/equations.yml +21 -0
  154. data/data/resources/document_elements/en/footers.yml +31 -0
  155. data/data/resources/document_elements/en/headers.yml +32 -0
  156. data/data/resources/document_elements/en/table_of_contents.yml +21 -0
  157. data/data/resources/document_elements/en/tables.yml +19 -0
  158. data/data/resources/document_elements/en/watermarks.yml +25 -0
  159. data/data/resources/document_elements/en-GB/bibliographies.yml +13 -0
  160. data/data/resources/document_elements/en-GB/cover_pages.yml +26 -0
  161. data/data/resources/document_elements/en-GB/equations.yml +21 -0
  162. data/data/resources/document_elements/en-GB/footers.yml +31 -0
  163. data/data/resources/document_elements/en-GB/headers.yml +32 -0
  164. data/data/resources/document_elements/en-GB/table_of_contents.yml +21 -0
  165. data/data/resources/document_elements/en-GB/tables.yml +19 -0
  166. data/data/resources/document_elements/en-GB/watermarks.yml +25 -0
  167. data/data/resources/document_elements/es/bibliographies.yml +13 -0
  168. data/data/resources/document_elements/es/cover_pages.yml +26 -0
  169. data/data/resources/document_elements/es/equations.yml +21 -0
  170. data/data/resources/document_elements/es/footers.yml +31 -0
  171. data/data/resources/document_elements/es/headers.yml +32 -0
  172. data/data/resources/document_elements/es/table_of_contents.yml +21 -0
  173. data/data/resources/document_elements/es/tables.yml +19 -0
  174. data/data/resources/document_elements/es/watermarks.yml +25 -0
  175. data/data/resources/document_elements/es-MX/bibliographies.yml +13 -0
  176. data/data/resources/document_elements/es-MX/cover_pages.yml +26 -0
  177. data/data/resources/document_elements/es-MX/equations.yml +21 -0
  178. data/data/resources/document_elements/es-MX/footers.yml +31 -0
  179. data/data/resources/document_elements/es-MX/headers.yml +32 -0
  180. data/data/resources/document_elements/es-MX/table_of_contents.yml +21 -0
  181. data/data/resources/document_elements/es-MX/tables.yml +19 -0
  182. data/data/resources/document_elements/es-MX/watermarks.yml +25 -0
  183. data/data/resources/document_elements/fi/bibliographies.yml +13 -0
  184. data/data/resources/document_elements/fi/cover_pages.yml +26 -0
  185. data/data/resources/document_elements/fi/equations.yml +21 -0
  186. data/data/resources/document_elements/fi/footers.yml +31 -0
  187. data/data/resources/document_elements/fi/headers.yml +32 -0
  188. data/data/resources/document_elements/fi/table_of_contents.yml +21 -0
  189. data/data/resources/document_elements/fi/tables.yml +19 -0
  190. data/data/resources/document_elements/fi/watermarks.yml +25 -0
  191. data/data/resources/document_elements/fr/bibliographies.yml +13 -0
  192. data/data/resources/document_elements/fr/cover_pages.yml +26 -0
  193. data/data/resources/document_elements/fr/equations.yml +21 -0
  194. data/data/resources/document_elements/fr/footers.yml +31 -0
  195. data/data/resources/document_elements/fr/headers.yml +32 -0
  196. data/data/resources/document_elements/fr/table_of_contents.yml +21 -0
  197. data/data/resources/document_elements/fr/tables.yml +19 -0
  198. data/data/resources/document_elements/fr/watermarks.yml +25 -0
  199. data/data/resources/document_elements/fr-CA/bibliographies.yml +13 -0
  200. data/data/resources/document_elements/fr-CA/cover_pages.yml +26 -0
  201. data/data/resources/document_elements/fr-CA/equations.yml +21 -0
  202. data/data/resources/document_elements/fr-CA/footers.yml +31 -0
  203. data/data/resources/document_elements/fr-CA/headers.yml +32 -0
  204. data/data/resources/document_elements/fr-CA/table_of_contents.yml +21 -0
  205. data/data/resources/document_elements/fr-CA/tables.yml +19 -0
  206. data/data/resources/document_elements/fr-CA/watermarks.yml +25 -0
  207. data/data/resources/document_elements/he/bibliographies.yml +13 -0
  208. data/data/resources/document_elements/he/cover_pages.yml +26 -0
  209. data/data/resources/document_elements/he/equations.yml +21 -0
  210. data/data/resources/document_elements/he/footers.yml +31 -0
  211. data/data/resources/document_elements/he/headers.yml +32 -0
  212. data/data/resources/document_elements/he/table_of_contents.yml +21 -0
  213. data/data/resources/document_elements/he/tables.yml +19 -0
  214. data/data/resources/document_elements/he/watermarks.yml +25 -0
  215. data/data/resources/document_elements/hu/bibliographies.yml +13 -0
  216. data/data/resources/document_elements/hu/cover_pages.yml +26 -0
  217. data/data/resources/document_elements/hu/equations.yml +21 -0
  218. data/data/resources/document_elements/hu/footers.yml +31 -0
  219. data/data/resources/document_elements/hu/headers.yml +32 -0
  220. data/data/resources/document_elements/hu/table_of_contents.yml +21 -0
  221. data/data/resources/document_elements/hu/tables.yml +19 -0
  222. data/data/resources/document_elements/hu/watermarks.yml +25 -0
  223. data/data/resources/document_elements/id/bibliographies.yml +13 -0
  224. data/data/resources/document_elements/id/cover_pages.yml +26 -0
  225. data/data/resources/document_elements/id/equations.yml +21 -0
  226. data/data/resources/document_elements/id/footers.yml +31 -0
  227. data/data/resources/document_elements/id/headers.yml +32 -0
  228. data/data/resources/document_elements/id/table_of_contents.yml +21 -0
  229. data/data/resources/document_elements/id/tables.yml +19 -0
  230. data/data/resources/document_elements/id/watermarks.yml +25 -0
  231. data/data/resources/document_elements/it/bibliographies.yml +13 -0
  232. data/data/resources/document_elements/it/cover_pages.yml +26 -0
  233. data/data/resources/document_elements/it/equations.yml +21 -0
  234. data/data/resources/document_elements/it/footers.yml +31 -0
  235. data/data/resources/document_elements/it/headers.yml +32 -0
  236. data/data/resources/document_elements/it/table_of_contents.yml +21 -0
  237. data/data/resources/document_elements/it/tables.yml +19 -0
  238. data/data/resources/document_elements/it/watermarks.yml +25 -0
  239. data/data/resources/document_elements/ja/bibliographies.yml +13 -0
  240. data/data/resources/document_elements/ja/cover_pages.yml +26 -0
  241. data/data/resources/document_elements/ja/equations.yml +21 -0
  242. data/data/resources/document_elements/ja/footers.yml +31 -0
  243. data/data/resources/document_elements/ja/headers.yml +32 -0
  244. data/data/resources/document_elements/ja/table_of_contents.yml +21 -0
  245. data/data/resources/document_elements/ja/tables.yml +19 -0
  246. data/data/resources/document_elements/ja/watermarks.yml +25 -0
  247. data/data/resources/document_elements/ko/bibliographies.yml +13 -0
  248. data/data/resources/document_elements/ko/cover_pages.yml +26 -0
  249. data/data/resources/document_elements/ko/equations.yml +21 -0
  250. data/data/resources/document_elements/ko/footers.yml +31 -0
  251. data/data/resources/document_elements/ko/headers.yml +32 -0
  252. data/data/resources/document_elements/ko/table_of_contents.yml +21 -0
  253. data/data/resources/document_elements/ko/tables.yml +19 -0
  254. data/data/resources/document_elements/ko/watermarks.yml +25 -0
  255. data/data/resources/document_elements/nl/bibliographies.yml +13 -0
  256. data/data/resources/document_elements/nl/cover_pages.yml +26 -0
  257. data/data/resources/document_elements/nl/equations.yml +21 -0
  258. data/data/resources/document_elements/nl/footers.yml +31 -0
  259. data/data/resources/document_elements/nl/headers.yml +32 -0
  260. data/data/resources/document_elements/nl/table_of_contents.yml +21 -0
  261. data/data/resources/document_elements/nl/tables.yml +19 -0
  262. data/data/resources/document_elements/nl/watermarks.yml +25 -0
  263. data/data/resources/document_elements/no/bibliographies.yml +13 -0
  264. data/data/resources/document_elements/no/cover_pages.yml +26 -0
  265. data/data/resources/document_elements/no/equations.yml +21 -0
  266. data/data/resources/document_elements/no/footers.yml +31 -0
  267. data/data/resources/document_elements/no/headers.yml +32 -0
  268. data/data/resources/document_elements/no/table_of_contents.yml +21 -0
  269. data/data/resources/document_elements/no/tables.yml +19 -0
  270. data/data/resources/document_elements/no/watermarks.yml +25 -0
  271. data/data/resources/document_elements/pl/bibliographies.yml +13 -0
  272. data/data/resources/document_elements/pl/cover_pages.yml +26 -0
  273. data/data/resources/document_elements/pl/equations.yml +21 -0
  274. data/data/resources/document_elements/pl/footers.yml +31 -0
  275. data/data/resources/document_elements/pl/headers.yml +32 -0
  276. data/data/resources/document_elements/pl/table_of_contents.yml +21 -0
  277. data/data/resources/document_elements/pl/tables.yml +19 -0
  278. data/data/resources/document_elements/pl/watermarks.yml +25 -0
  279. data/data/resources/document_elements/pt/bibliographies.yml +13 -0
  280. data/data/resources/document_elements/pt/cover_pages.yml +26 -0
  281. data/data/resources/document_elements/pt/equations.yml +21 -0
  282. data/data/resources/document_elements/pt/footers.yml +31 -0
  283. data/data/resources/document_elements/pt/headers.yml +32 -0
  284. data/data/resources/document_elements/pt/table_of_contents.yml +21 -0
  285. data/data/resources/document_elements/pt/tables.yml +19 -0
  286. data/data/resources/document_elements/pt/watermarks.yml +25 -0
  287. data/data/resources/document_elements/pt-PT/bibliographies.yml +13 -0
  288. data/data/resources/document_elements/pt-PT/cover_pages.yml +26 -0
  289. data/data/resources/document_elements/pt-PT/equations.yml +21 -0
  290. data/data/resources/document_elements/pt-PT/footers.yml +31 -0
  291. data/data/resources/document_elements/pt-PT/headers.yml +32 -0
  292. data/data/resources/document_elements/pt-PT/table_of_contents.yml +21 -0
  293. data/data/resources/document_elements/pt-PT/tables.yml +19 -0
  294. data/data/resources/document_elements/pt-PT/watermarks.yml +25 -0
  295. data/data/resources/document_elements/ru/bibliographies.yml +13 -0
  296. data/data/resources/document_elements/ru/cover_pages.yml +26 -0
  297. data/data/resources/document_elements/ru/equations.yml +21 -0
  298. data/data/resources/document_elements/ru/footers.yml +31 -0
  299. data/data/resources/document_elements/ru/headers.yml +32 -0
  300. data/data/resources/document_elements/ru/table_of_contents.yml +21 -0
  301. data/data/resources/document_elements/ru/tables.yml +19 -0
  302. data/data/resources/document_elements/ru/watermarks.yml +25 -0
  303. data/data/resources/document_elements/sk/bibliographies.yml +13 -0
  304. data/data/resources/document_elements/sk/cover_pages.yml +26 -0
  305. data/data/resources/document_elements/sk/equations.yml +21 -0
  306. data/data/resources/document_elements/sk/footers.yml +31 -0
  307. data/data/resources/document_elements/sk/headers.yml +32 -0
  308. data/data/resources/document_elements/sk/table_of_contents.yml +21 -0
  309. data/data/resources/document_elements/sk/tables.yml +19 -0
  310. data/data/resources/document_elements/sk/watermarks.yml +25 -0
  311. data/data/resources/document_elements/sv/bibliographies.yml +13 -0
  312. data/data/resources/document_elements/sv/cover_pages.yml +26 -0
  313. data/data/resources/document_elements/sv/equations.yml +21 -0
  314. data/data/resources/document_elements/sv/footers.yml +31 -0
  315. data/data/resources/document_elements/sv/headers.yml +32 -0
  316. data/data/resources/document_elements/sv/table_of_contents.yml +21 -0
  317. data/data/resources/document_elements/sv/tables.yml +19 -0
  318. data/data/resources/document_elements/sv/watermarks.yml +25 -0
  319. data/data/resources/document_elements/th/bibliographies.yml +13 -0
  320. data/data/resources/document_elements/th/cover_pages.yml +26 -0
  321. data/data/resources/document_elements/th/equations.yml +21 -0
  322. data/data/resources/document_elements/th/footers.yml +31 -0
  323. data/data/resources/document_elements/th/headers.yml +32 -0
  324. data/data/resources/document_elements/th/table_of_contents.yml +21 -0
  325. data/data/resources/document_elements/th/tables.yml +19 -0
  326. data/data/resources/document_elements/th/watermarks.yml +25 -0
  327. data/data/resources/document_elements/tr/bibliographies.yml +13 -0
  328. data/data/resources/document_elements/tr/cover_pages.yml +26 -0
  329. data/data/resources/document_elements/tr/equations.yml +21 -0
  330. data/data/resources/document_elements/tr/footers.yml +31 -0
  331. data/data/resources/document_elements/tr/headers.yml +32 -0
  332. data/data/resources/document_elements/tr/table_of_contents.yml +21 -0
  333. data/data/resources/document_elements/tr/tables.yml +19 -0
  334. data/data/resources/document_elements/tr/watermarks.yml +25 -0
  335. data/data/resources/document_elements/zh-CN/bibliographies.yml +13 -0
  336. data/data/resources/document_elements/zh-CN/cover_pages.yml +26 -0
  337. data/data/resources/document_elements/zh-CN/equations.yml +21 -0
  338. data/data/resources/document_elements/zh-CN/footers.yml +31 -0
  339. data/data/resources/document_elements/zh-CN/headers.yml +32 -0
  340. data/data/resources/document_elements/zh-CN/table_of_contents.yml +21 -0
  341. data/data/resources/document_elements/zh-CN/tables.yml +19 -0
  342. data/data/resources/document_elements/zh-CN/watermarks.yml +25 -0
  343. data/data/resources/document_elements/zh-TW/bibliographies.yml +13 -0
  344. data/data/resources/document_elements/zh-TW/cover_pages.yml +26 -0
  345. data/data/resources/document_elements/zh-TW/equations.yml +21 -0
  346. data/data/resources/document_elements/zh-TW/footers.yml +31 -0
  347. data/data/resources/document_elements/zh-TW/headers.yml +32 -0
  348. data/data/resources/document_elements/zh-TW/table_of_contents.yml +21 -0
  349. data/data/resources/document_elements/zh-TW/tables.yml +19 -0
  350. data/data/resources/document_elements/zh-TW/watermarks.yml +25 -0
  351. data/data/resources/font_registry.yml +135 -0
  352. data/data/schemas/ecma/opc-contentTypes.xsd +42 -0
  353. data/data/schemas/ecma/opc-coreProperties.xsd +50 -0
  354. data/data/schemas/ecma/opc-digSig.xsd +49 -0
  355. data/data/schemas/ecma/opc-relationships.xsd +33 -0
  356. data/data/schemas/iso/dml-chart.xsd +1499 -0
  357. data/data/schemas/iso/dml-chartDrawing.xsd +146 -0
  358. data/data/schemas/iso/dml-diagram.xsd +1085 -0
  359. data/data/schemas/iso/dml-lockedCanvas.xsd +11 -0
  360. data/data/schemas/iso/dml-main.xsd +3081 -0
  361. data/data/schemas/iso/dml-picture.xsd +23 -0
  362. data/data/schemas/iso/dml-spreadsheetDrawing.xsd +185 -0
  363. data/data/schemas/iso/dml-wordprocessingDrawing.xsd +287 -0
  364. data/data/schemas/iso/pml.xsd +1676 -0
  365. data/data/schemas/iso/shared-additionalCharacteristics.xsd +28 -0
  366. data/data/schemas/iso/shared-bibliography.xsd +144 -0
  367. data/data/schemas/iso/shared-commonSimpleTypes.xsd +172 -0
  368. data/data/schemas/iso/shared-customXmlDataProperties.xsd +25 -0
  369. data/data/schemas/iso/shared-customXmlSchemaProperties.xsd +18 -0
  370. data/data/schemas/iso/shared-documentPropertiesCustom.xsd +59 -0
  371. data/data/schemas/iso/shared-documentPropertiesExtended.xsd +56 -0
  372. data/data/schemas/iso/shared-documentPropertiesVariantTypes.xsd +195 -0
  373. data/data/schemas/iso/shared-math.xsd +582 -0
  374. data/data/schemas/iso/shared-relationshipReference.xsd +25 -0
  375. data/data/schemas/iso/sml.xsd +4439 -0
  376. data/data/schemas/iso/vml-main.xsd +570 -0
  377. data/data/schemas/iso/vml-officeDrawing.xsd +509 -0
  378. data/data/schemas/iso/vml-presentationDrawing.xsd +12 -0
  379. data/data/schemas/iso/vml-spreadsheetDrawing.xsd +108 -0
  380. data/data/schemas/iso/vml-wordprocessingDrawing.xsd +96 -0
  381. data/data/schemas/iso/wml.xsd +3646 -0
  382. data/data/schemas/iso/xml.xsd +116 -0
  383. data/data/schemas/mce/mc.xsd +75 -0
  384. data/data/schemas/microsoft/wml-2010.xsd +560 -0
  385. data/data/schemas/microsoft/wml-2012.xsd +66 -0
  386. data/data/schemas/microsoft/wml-2018.xsd +14 -0
  387. data/data/schemas/microsoft/wml-cex-2018.xsd +19 -0
  388. data/data/schemas/microsoft/wml-cid-2016.xsd +13 -0
  389. data/data/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  390. data/data/schemas/microsoft/wml-symex-2015.xsd +8 -0
  391. data/data/schemas/microsoft/word12.xsd +3 -0
  392. data/data/stylesets/ceremonial.yml +929 -0
  393. data/data/stylesets/classic.yml +1051 -0
  394. data/data/stylesets/contemporary.yml +951 -0
  395. data/data/stylesets/gazette.yml +1452 -0
  396. data/data/stylesets/heritage.yml +898 -0
  397. data/data/stylesets/minimal.yml +855 -0
  398. data/data/stylesets/ornate.yml +920 -0
  399. data/data/stylesets/outlook.yml +1428 -0
  400. data/data/stylesets/refined.yml +956 -0
  401. data/data/stylesets/scrollwork.yml +891 -0
  402. data/data/stylesets/signature.yml +903 -0
  403. data/data/stylesets/wicker.yml +1285 -0
  404. data/data/themes/abyss.yml +197 -0
  405. data/data/themes/archive.yml +197 -0
  406. data/data/themes/boardwalk.yml +197 -0
  407. data/data/themes/botanical.yml +197 -0
  408. data/data/themes/bulletin.yml +197 -0
  409. data/data/themes/calculus.yml +389 -0
  410. data/data/themes/constellation.yml +197 -0
  411. data/data/themes/contrail.yml +197 -0
  412. data/data/themes/corporate.yml +197 -0
  413. data/data/themes/emblem.yml +197 -0
  414. data/data/themes/exhibit.yml +197 -0
  415. data/data/themes/harvest.yml +197 -0
  416. data/data/themes/incision.yml +197 -0
  417. data/data/themes/lather.yml +197 -0
  418. data/data/themes/letterpress.yml +197 -0
  419. data/data/themes/memoir.yml +389 -0
  420. data/data/themes/meridian.yml +197 -0
  421. data/data/themes/mosaic.yml +197 -0
  422. data/data/themes/parkway.yml +197 -0
  423. data/data/themes/plasma.yml +197 -0
  424. data/data/themes/plumage.yml +197 -0
  425. data/data/themes/prism.yml +197 -0
  426. data/data/themes/ripple.yml +197 -0
  427. data/data/themes/spectrum.yml +197 -0
  428. data/data/themes/spotlight.yml +197 -0
  429. data/data/themes/vista.yml +197 -0
  430. data/data/themes/weave.yml +197 -0
  431. data/data/themes/workspace.yml +197 -0
  432. data/data/themes/zephyr.yml +197 -0
  433. data/exe/uniword +2 -2
  434. data/lib/uniword/accessibility/accessibility_checker.rb +4 -4
  435. data/lib/uniword/accessibility/accessibility_profile.rb +20 -11
  436. data/lib/uniword/accessibility/accessibility_report.rb +9 -9
  437. data/lib/uniword/accessibility/accessibility_rule.rb +7 -7
  438. data/lib/uniword/accessibility/accessibility_violation.rb +1 -1
  439. data/lib/uniword/accessibility/rules/descriptive_headings_rule.rb +5 -5
  440. data/lib/uniword/accessibility/rules/document_title_rule.rb +3 -3
  441. data/lib/uniword/accessibility/rules/heading_structure_rule.rb +6 -6
  442. data/lib/uniword/accessibility/rules/image_alt_text_rule.rb +7 -5
  443. data/lib/uniword/accessibility/rules/language_specification_rule.rb +2 -2
  444. data/lib/uniword/accessibility/rules/table_headers_rule.rb +2 -2
  445. data/lib/uniword/accessibility/rules.rb +4 -2
  446. data/lib/uniword/accessibility.rb +8 -4
  447. data/lib/uniword/assembly/assembly_manifest.rb +27 -18
  448. data/lib/uniword/assembly/component_registry.rb +10 -10
  449. data/lib/uniword/assembly/cross_reference_resolver.rb +1 -1
  450. data/lib/uniword/assembly/document_assembler.rb +19 -19
  451. data/lib/uniword/assembly/toc.rb +4 -4
  452. data/lib/uniword/assembly/toc_entry.rb +2 -1
  453. data/lib/uniword/assembly/toc_instruction.rb +3 -3
  454. data/lib/uniword/assembly/variable_substitutor.rb +2 -2
  455. data/lib/uniword/assembly.rb +2 -1
  456. data/lib/uniword/batch/batch_result.rb +20 -20
  457. data/lib/uniword/batch/document_processor.rb +32 -28
  458. data/lib/uniword/batch/processing_stage.rb +6 -6
  459. data/lib/uniword/batch/stages/compress_images_stage.rb +2 -2
  460. data/lib/uniword/batch/stages/convert_format_stage.rb +7 -7
  461. data/lib/uniword/batch/stages/normalize_styles_stage.rb +14 -14
  462. data/lib/uniword/batch/stages/quality_check_stage.rb +13 -9
  463. data/lib/uniword/batch/stages/update_metadata_stage.rb +7 -11
  464. data/lib/uniword/batch/stages/validate_links_stage.rb +9 -9
  465. data/lib/uniword/batch.rb +6 -3
  466. data/lib/uniword/bibliography/author.rb +21 -21
  467. data/lib/uniword/bibliography/city.rb +3 -3
  468. data/lib/uniword/bibliography/corporate.rb +3 -3
  469. data/lib/uniword/bibliography/day.rb +3 -3
  470. data/lib/uniword/bibliography/edition.rb +3 -3
  471. data/lib/uniword/bibliography/first.rb +3 -3
  472. data/lib/uniword/bibliography/first_name.rb +3 -3
  473. data/lib/uniword/bibliography/guid.rb +3 -3
  474. data/lib/uniword/bibliography/issue.rb +3 -3
  475. data/lib/uniword/bibliography/last.rb +3 -3
  476. data/lib/uniword/bibliography/last_name.rb +3 -3
  477. data/lib/uniword/bibliography/lcid.rb +3 -3
  478. data/lib/uniword/bibliography/locale_id.rb +3 -3
  479. data/lib/uniword/bibliography/month.rb +3 -3
  480. data/lib/uniword/bibliography/name_list.rb +3 -3
  481. data/lib/uniword/bibliography/pages.rb +3 -3
  482. data/lib/uniword/bibliography/person.rb +5 -5
  483. data/lib/uniword/bibliography/publisher.rb +3 -3
  484. data/lib/uniword/bibliography/ref_order.rb +3 -3
  485. data/lib/uniword/bibliography/source.rb +59 -55
  486. data/lib/uniword/bibliography/source_tag.rb +3 -3
  487. data/lib/uniword/bibliography/source_type.rb +3 -3
  488. data/lib/uniword/bibliography/sources.rb +6 -6
  489. data/lib/uniword/bibliography/tag.rb +3 -3
  490. data/lib/uniword/bibliography/title.rb +3 -3
  491. data/lib/uniword/bibliography/url.rb +3 -3
  492. data/lib/uniword/bibliography/volume_number.rb +3 -3
  493. data/lib/uniword/bibliography/year.rb +3 -3
  494. data/lib/uniword/bibliography.rb +30 -30
  495. data/lib/uniword/bookmark.rb +2 -2
  496. data/lib/uniword/builder/base_builder.rb +44 -0
  497. data/lib/uniword/builder/bibliography_builder.rb +7 -7
  498. data/lib/uniword/builder/chart_builder.rb +100 -159
  499. data/lib/uniword/builder/comment_builder.rb +1 -1
  500. data/lib/uniword/builder/document_builder.rb +18 -59
  501. data/lib/uniword/builder/footnote_builder.rb +2 -2
  502. data/lib/uniword/builder/has_borders.rb +26 -0
  503. data/lib/uniword/builder/has_shading.rb +19 -0
  504. data/lib/uniword/builder/header_footer_builder.rb +2 -2
  505. data/lib/uniword/builder/image_builder.rb +41 -36
  506. data/lib/uniword/builder/list_builder.rb +5 -4
  507. data/lib/uniword/builder/numbering_builder.rb +4 -16
  508. data/lib/uniword/builder/paragraph_builder.rb +16 -89
  509. data/lib/uniword/builder/run_builder.rb +31 -158
  510. data/lib/uniword/builder/sdt_builder.rb +19 -37
  511. data/lib/uniword/builder/section_builder.rb +11 -39
  512. data/lib/uniword/builder/style_builder.rb +3 -3
  513. data/lib/uniword/builder/table_builder.rb +11 -51
  514. data/lib/uniword/builder/table_cell_builder.rb +14 -58
  515. data/lib/uniword/builder/table_row_builder.rb +4 -16
  516. data/lib/uniword/builder/toc_builder.rb +4 -4
  517. data/lib/uniword/builder/watermark_builder.rb +17 -17
  518. data/lib/uniword/builder.rb +37 -36
  519. data/lib/uniword/chart/area3_d_chart.rb +9 -9
  520. data/lib/uniword/chart/area_chart.rb +8 -8
  521. data/lib/uniword/chart/auto_title_deleted.rb +3 -3
  522. data/lib/uniword/chart/axis_id.rb +3 -3
  523. data/lib/uniword/chart/axis_position.rb +3 -3
  524. data/lib/uniword/chart/bar3_d_chart.rb +11 -11
  525. data/lib/uniword/chart/bar_chart.rb +10 -10
  526. data/lib/uniword/chart/bubble_chart.rb +10 -10
  527. data/lib/uniword/chart/bubble_size.rb +4 -4
  528. data/lib/uniword/chart/cat_ax.rb +14 -14
  529. data/lib/uniword/chart/category_axis_data.rb +6 -6
  530. data/lib/uniword/chart/chart.rb +9 -8
  531. data/lib/uniword/chart/chart_reference.rb +3 -3
  532. data/lib/uniword/chart/chart_space.rb +9 -9
  533. data/lib/uniword/chart/color_map_override.rb +3 -3
  534. data/lib/uniword/chart/data_label.rb +9 -9
  535. data/lib/uniword/chart/data_labels.rb +12 -12
  536. data/lib/uniword/chart/date_ax.rb +14 -14
  537. data/lib/uniword/chart/diagram_reference.rb +3 -3
  538. data/lib/uniword/chart/doughnut_chart.rb +7 -7
  539. data/lib/uniword/chart/drop_lines.rb +3 -3
  540. data/lib/uniword/chart/error_bar_type.rb +3 -3
  541. data/lib/uniword/chart/error_bars.rb +10 -10
  542. data/lib/uniword/chart/error_direction.rb +3 -3
  543. data/lib/uniword/chart/explosion.rb +3 -3
  544. data/lib/uniword/chart/gap_width.rb +3 -3
  545. data/lib/uniword/chart/hi_low_lines.rb +3 -3
  546. data/lib/uniword/chart/index.rb +3 -3
  547. data/lib/uniword/chart/layout.rb +3 -3
  548. data/lib/uniword/chart/legend.rb +10 -9
  549. data/lib/uniword/chart/legend_entry.rb +5 -5
  550. data/lib/uniword/chart/legend_position.rb +3 -3
  551. data/lib/uniword/chart/line3_d_chart.rb +9 -9
  552. data/lib/uniword/chart/line_chart.rb +12 -12
  553. data/lib/uniword/chart/major_gridlines.rb +3 -3
  554. data/lib/uniword/chart/marker.rb +5 -5
  555. data/lib/uniword/chart/marker_size.rb +3 -3
  556. data/lib/uniword/chart/marker_style.rb +3 -3
  557. data/lib/uniword/chart/minor_gridlines.rb +3 -3
  558. data/lib/uniword/chart/number_reference.rb +4 -4
  559. data/lib/uniword/chart/numbering_format.rb +4 -4
  560. data/lib/uniword/chart/order.rb +3 -3
  561. data/lib/uniword/chart/orientation.rb +3 -3
  562. data/lib/uniword/chart/pie3_d_chart.rb +5 -5
  563. data/lib/uniword/chart/pie_chart.rb +6 -6
  564. data/lib/uniword/chart/plot_area.rb +9 -9
  565. data/lib/uniword/chart/plot_vis_only.rb +3 -3
  566. data/lib/uniword/chart/radar_chart.rb +7 -7
  567. data/lib/uniword/chart/scaling.rb +6 -6
  568. data/lib/uniword/chart/scatter_chart.rb +7 -7
  569. data/lib/uniword/chart/ser_ax.rb +13 -13
  570. data/lib/uniword/chart/series.rb +6 -6
  571. data/lib/uniword/chart/series_text.rb +4 -4
  572. data/lib/uniword/chart/shape_properties.rb +3 -3
  573. data/lib/uniword/chart/show_category_name.rb +3 -3
  574. data/lib/uniword/chart/show_legend_key.rb +3 -3
  575. data/lib/uniword/chart/show_value.rb +3 -3
  576. data/lib/uniword/chart/smooth.rb +3 -3
  577. data/lib/uniword/chart/stock_chart.rb +8 -8
  578. data/lib/uniword/chart/style.rb +3 -3
  579. data/lib/uniword/chart/surface3_d_chart.rb +6 -6
  580. data/lib/uniword/chart/surface_chart.rb +6 -6
  581. data/lib/uniword/chart/text_properties.rb +3 -3
  582. data/lib/uniword/chart/tick_label_position.rb +3 -3
  583. data/lib/uniword/chart/title.rb +7 -7
  584. data/lib/uniword/chart/trendline.rb +9 -9
  585. data/lib/uniword/chart/trendline_type.rb +3 -3
  586. data/lib/uniword/chart/up_down_bars.rb +5 -5
  587. data/lib/uniword/chart/val_ax.rb +16 -16
  588. data/lib/uniword/chart/values.rb +4 -4
  589. data/lib/uniword/chart/x_values.rb +4 -4
  590. data/lib/uniword/chart/y_values.rb +4 -4
  591. data/lib/uniword/cli/diff_cli.rb +188 -0
  592. data/lib/uniword/cli/generate_cli.rb +83 -0
  593. data/lib/uniword/cli/headers_cli.rb +159 -0
  594. data/lib/uniword/cli/helpers.rb +43 -0
  595. data/lib/uniword/cli/images_cli.rb +166 -0
  596. data/lib/uniword/cli/main.rb +550 -0
  597. data/lib/uniword/cli/protect_cli.rb +97 -0
  598. data/lib/uniword/cli/resources_cli.rb +165 -0
  599. data/lib/uniword/cli/review_cli.rb +291 -0
  600. data/lib/uniword/cli/spellcheck_cli.rb +102 -0
  601. data/lib/uniword/cli/styleset_cli.rb +191 -0
  602. data/lib/uniword/cli/template_cli.rb +194 -0
  603. data/lib/uniword/cli/theme_cli.rb +221 -0
  604. data/lib/uniword/cli/toc_cli.rb +154 -0
  605. data/lib/uniword/cli/watermark_cli.rb +97 -0
  606. data/lib/uniword/cli.rb +18 -735
  607. data/lib/uniword/column_configuration.rb +2 -2
  608. data/lib/uniword/comment.rb +7 -7
  609. data/lib/uniword/comment_range.rb +5 -5
  610. data/lib/uniword/comments_part.rb +7 -3
  611. data/lib/uniword/configuration/configuration_loader.rb +3 -3
  612. data/lib/uniword/configuration.rb +2 -1
  613. data/lib/uniword/content_types/default.rb +4 -4
  614. data/lib/uniword/content_types/override.rb +4 -4
  615. data/lib/uniword/content_types/types.rb +4 -7
  616. data/lib/uniword/content_types.rb +35 -35
  617. data/lib/uniword/customxml/custom_xml.rb +6 -6
  618. data/lib/uniword/customxml/custom_xml_attribute.rb +5 -5
  619. data/lib/uniword/customxml/custom_xml_block.rb +6 -6
  620. data/lib/uniword/customxml/custom_xml_cell.rb +6 -6
  621. data/lib/uniword/customxml/custom_xml_del_range_start.rb +5 -5
  622. data/lib/uniword/customxml/custom_xml_ins_range_end.rb +3 -3
  623. data/lib/uniword/customxml/custom_xml_ins_range_start.rb +5 -5
  624. data/lib/uniword/customxml/custom_xml_move_from_range_end.rb +3 -3
  625. data/lib/uniword/customxml/custom_xml_move_from_range_start.rb +5 -5
  626. data/lib/uniword/customxml/custom_xml_move_to_range_end.rb +3 -3
  627. data/lib/uniword/customxml/custom_xml_move_to_range_start.rb +5 -5
  628. data/lib/uniword/customxml/custom_xml_properties.rb +7 -6
  629. data/lib/uniword/customxml/custom_xml_row.rb +6 -6
  630. data/lib/uniword/customxml/custom_xml_run.rb +6 -6
  631. data/lib/uniword/customxml/data_binding.rb +5 -5
  632. data/lib/uniword/customxml/data_store_item.rb +4 -4
  633. data/lib/uniword/customxml/element_name.rb +3 -3
  634. data/lib/uniword/customxml/name.rb +3 -3
  635. data/lib/uniword/customxml/namespace_uri.rb +3 -3
  636. data/lib/uniword/customxml/placeholder.rb +3 -3
  637. data/lib/uniword/customxml/placeholder_text.rb +3 -3
  638. data/lib/uniword/customxml/prefix_mappings.rb +3 -3
  639. data/lib/uniword/customxml/schema_reference.rb +5 -5
  640. data/lib/uniword/customxml/showing_placeholder.rb +3 -3
  641. data/lib/uniword/customxml/showing_placeholder_header.rb +3 -3
  642. data/lib/uniword/customxml/smart_tag.rb +6 -6
  643. data/lib/uniword/customxml/smart_tag_attribute.rb +4 -4
  644. data/lib/uniword/customxml/smart_tag_element.rb +3 -3
  645. data/lib/uniword/customxml/smart_tag_name.rb +3 -3
  646. data/lib/uniword/customxml/smart_tag_properties.rb +5 -4
  647. data/lib/uniword/customxml/smart_tag_type.rb +5 -5
  648. data/lib/uniword/customxml/smart_tag_uri.rb +3 -3
  649. data/lib/uniword/customxml/store_item_id.rb +3 -3
  650. data/lib/uniword/customxml/x_path.rb +3 -3
  651. data/lib/uniword/customxml/x_path_expression.rb +3 -3
  652. data/lib/uniword/customxml.rb +45 -38
  653. data/lib/uniword/diff/diff_result.rb +100 -0
  654. data/lib/uniword/diff/document_differ.rb +517 -0
  655. data/lib/uniword/diff/formatter.rb +120 -0
  656. data/lib/uniword/diff/package_diff_result.rb +204 -0
  657. data/lib/uniword/diff/package_differ.rb +581 -0
  658. data/lib/uniword/diff.rb +19 -0
  659. data/lib/uniword/document_factory.rb +55 -26
  660. data/lib/uniword/document_variables/data_type.rb +3 -3
  661. data/lib/uniword/document_variables/default_value.rb +3 -3
  662. data/lib/uniword/document_variables/doc_var.rb +4 -4
  663. data/lib/uniword/document_variables/doc_vars.rb +3 -3
  664. data/lib/uniword/document_variables/read_only.rb +3 -3
  665. data/lib/uniword/document_variables/variable_binding.rb +5 -5
  666. data/lib/uniword/document_variables/variable_collection.rb +4 -4
  667. data/lib/uniword/document_variables/variable_expression.rb +3 -3
  668. data/lib/uniword/document_variables/variable_format.rb +3 -3
  669. data/lib/uniword/document_variables/variable_scope.rb +3 -3
  670. data/lib/uniword/document_writer.rb +18 -17
  671. data/lib/uniword/docx/document_statistics.rb +142 -0
  672. data/lib/uniword/docx/package.rb +492 -0
  673. data/lib/uniword/docx/package_defaults.rb +151 -0
  674. data/lib/uniword/docx/package_serialization.rb +490 -0
  675. data/lib/uniword/docx/profile.rb +256 -0
  676. data/lib/uniword/docx/reconciler.rb +1006 -0
  677. data/lib/uniword/docx.rb +15 -0
  678. data/lib/uniword/drawingml/adjust_value_list.rb +3 -3
  679. data/lib/uniword/drawingml/alpha.rb +3 -3
  680. data/lib/uniword/drawingml/alpha_bi_level.rb +3 -3
  681. data/lib/uniword/drawingml/alpha_modulation.rb +3 -3
  682. data/lib/uniword/drawingml/alpha_modulation_fixed.rb +3 -3
  683. data/lib/uniword/drawingml/alpha_offset.rb +3 -3
  684. data/lib/uniword/drawingml/arc_to.rb +6 -6
  685. data/lib/uniword/drawingml/background_color.rb +4 -4
  686. data/lib/uniword/drawingml/bevel_top.rb +5 -5
  687. data/lib/uniword/drawingml/bi_level.rb +3 -3
  688. data/lib/uniword/drawingml/blip.rb +11 -9
  689. data/lib/uniword/drawingml/blip_fill.rb +6 -6
  690. data/lib/uniword/drawingml/blue.rb +3 -3
  691. data/lib/uniword/drawingml/blur.rb +4 -4
  692. data/lib/uniword/drawingml/body_properties.rb +3 -3
  693. data/lib/uniword/drawingml/camera.rb +4 -4
  694. data/lib/uniword/drawingml/close_path.rb +2 -2
  695. data/lib/uniword/drawingml/color_scheme.rb +71 -71
  696. data/lib/uniword/drawingml/complex_script_font.rb +4 -4
  697. data/lib/uniword/drawingml/custom_dash.rb +3 -3
  698. data/lib/uniword/drawingml/custom_geometry.rb +4 -4
  699. data/lib/uniword/drawingml/dash_stop.rb +4 -4
  700. data/lib/uniword/drawingml/default_paragraph_properties.rb +4 -4
  701. data/lib/uniword/drawingml/duotone.rb +5 -4
  702. data/lib/uniword/drawingml/east_asian_font.rb +4 -4
  703. data/lib/uniword/drawingml/effect_container.rb +3 -3
  704. data/lib/uniword/drawingml/effect_list.rb +7 -7
  705. data/lib/uniword/drawingml/extension.rb +11 -11
  706. data/lib/uniword/drawingml/extension_list.rb +2 -2
  707. data/lib/uniword/drawingml/extents.rb +4 -4
  708. data/lib/uniword/drawingml/extra_color_scheme_list.rb +1 -1
  709. data/lib/uniword/drawingml/fill_overlay.rb +3 -3
  710. data/lib/uniword/drawingml/fill_rect.rb +27 -0
  711. data/lib/uniword/drawingml/fill_to_rect.rb +6 -6
  712. data/lib/uniword/drawingml/font_reference.rb +4 -4
  713. data/lib/uniword/drawingml/font_scheme.rb +30 -30
  714. data/lib/uniword/drawingml/foreground_color.rb +4 -4
  715. data/lib/uniword/drawingml/format_scheme.rb +23 -23
  716. data/lib/uniword/drawingml/gamma.rb +2 -2
  717. data/lib/uniword/drawingml/geometry_guide.rb +4 -4
  718. data/lib/uniword/drawingml/glow.rb +5 -5
  719. data/lib/uniword/drawingml/gradient_fill.rb +6 -6
  720. data/lib/uniword/drawingml/gradient_stop.rb +5 -5
  721. data/lib/uniword/drawingml/gradient_stop_list.rb +5 -4
  722. data/lib/uniword/drawingml/graphic.rb +3 -3
  723. data/lib/uniword/drawingml/graphic_data.rb +6 -6
  724. data/lib/uniword/drawingml/graphic_frame_locks.rb +24 -0
  725. data/lib/uniword/drawingml/grayscale.rb +2 -2
  726. data/lib/uniword/drawingml/green.rb +3 -3
  727. data/lib/uniword/drawingml/group_locking.rb +10 -10
  728. data/lib/uniword/drawingml/group_shape_properties.rb +3 -3
  729. data/lib/uniword/drawingml/gvml.rb +17 -12
  730. data/lib/uniword/drawingml/gvml_connector.rb +5 -5
  731. data/lib/uniword/drawingml/gvml_connector_non_visual.rb +4 -4
  732. data/lib/uniword/drawingml/gvml_graphic_frame_non_visual.rb +5 -4
  733. data/lib/uniword/drawingml/gvml_graphical_object_frame.rb +6 -5
  734. data/lib/uniword/drawingml/gvml_group_shape.rb +10 -10
  735. data/lib/uniword/drawingml/gvml_group_shape_non_visual.rb +4 -4
  736. data/lib/uniword/drawingml/gvml_picture.rb +6 -6
  737. data/lib/uniword/drawingml/gvml_picture_non_visual.rb +4 -4
  738. data/lib/uniword/drawingml/gvml_shape.rb +6 -6
  739. data/lib/uniword/drawingml/gvml_shape_non_visual.rb +4 -4
  740. data/lib/uniword/drawingml/gvml_text_shape.rb +5 -5
  741. data/lib/uniword/drawingml/gvml_use_shape_rectangle.rb +2 -2
  742. data/lib/uniword/drawingml/hue.rb +3 -3
  743. data/lib/uniword/drawingml/hue_modulation.rb +3 -3
  744. data/lib/uniword/drawingml/hue_offset.rb +3 -3
  745. data/lib/uniword/drawingml/inner_shadow.rb +7 -7
  746. data/lib/uniword/drawingml/inverse_gamma.rb +2 -2
  747. data/lib/uniword/drawingml/level1_paragraph_properties.rb +4 -4
  748. data/lib/uniword/drawingml/level2_paragraph_properties.rb +4 -4
  749. data/lib/uniword/drawingml/level3_paragraph_properties.rb +4 -4
  750. data/lib/uniword/drawingml/light_rig.rb +5 -5
  751. data/lib/uniword/drawingml/line_defaults.rb +6 -6
  752. data/lib/uniword/drawingml/line_join_miter.rb +3 -3
  753. data/lib/uniword/drawingml/line_join_round.rb +2 -2
  754. data/lib/uniword/drawingml/line_properties.rb +10 -10
  755. data/lib/uniword/drawingml/line_to.rb +3 -3
  756. data/lib/uniword/drawingml/linear_gradient.rb +4 -4
  757. data/lib/uniword/drawingml/list_style.rb +6 -6
  758. data/lib/uniword/drawingml/luminance.rb +3 -3
  759. data/lib/uniword/drawingml/luminance_modulation.rb +3 -3
  760. data/lib/uniword/drawingml/luminance_offset.rb +3 -3
  761. data/lib/uniword/drawingml/move_to.rb +3 -3
  762. data/lib/uniword/drawingml/no_fill.rb +2 -2
  763. data/lib/uniword/drawingml/non_visual_connector_properties.rb +3 -3
  764. data/lib/uniword/drawingml/non_visual_drawing_properties.rb +10 -4
  765. data/lib/uniword/drawingml/non_visual_graphic_frame_properties.rb +3 -3
  766. data/lib/uniword/drawingml/non_visual_group_drawing_shape_properties.rb +3 -3
  767. data/lib/uniword/drawingml/non_visual_picture_properties.rb +6 -5
  768. data/lib/uniword/drawingml/non_visual_shape_properties.rb +3 -3
  769. data/lib/uniword/drawingml/object_defaults.rb +4 -4
  770. data/lib/uniword/drawingml/office_art_extension.rb +5 -3
  771. data/lib/uniword/drawingml/office_art_extension_list.rb +5 -4
  772. data/lib/uniword/drawingml/offset.rb +4 -4
  773. data/lib/uniword/drawingml/outer_shadow.rb +11 -11
  774. data/lib/uniword/drawingml/path_gradient.rb +4 -4
  775. data/lib/uniword/drawingml/path_list.rb +3 -3
  776. data/lib/uniword/drawingml/pattern_fill.rb +5 -5
  777. data/lib/uniword/drawingml/picture_locking.rb +10 -10
  778. data/lib/uniword/drawingml/preset_dash.rb +3 -3
  779. data/lib/uniword/drawingml/preset_geometry.rb +4 -4
  780. data/lib/uniword/drawingml/preset_shadow.rb +5 -5
  781. data/lib/uniword/drawingml/red.rb +3 -3
  782. data/lib/uniword/drawingml/red_modulation.rb +3 -3
  783. data/lib/uniword/drawingml/red_offset.rb +3 -3
  784. data/lib/uniword/drawingml/reflection.rb +10 -10
  785. data/lib/uniword/drawingml/relative_rect.rb +6 -6
  786. data/lib/uniword/drawingml/rotation.rb +5 -5
  787. data/lib/uniword/drawingml/saturation.rb +3 -3
  788. data/lib/uniword/drawingml/saturation_modulation.rb +3 -3
  789. data/lib/uniword/drawingml/saturation_offset.rb +3 -3
  790. data/lib/uniword/drawingml/scene_3d.rb +4 -4
  791. data/lib/uniword/drawingml/scheme_color.rb +13 -13
  792. data/lib/uniword/drawingml/shade.rb +3 -3
  793. data/lib/uniword/drawingml/shape.rb +4 -4
  794. data/lib/uniword/drawingml/shape_3d.rb +6 -6
  795. data/lib/uniword/drawingml/shape_defaults.rb +6 -6
  796. data/lib/uniword/drawingml/shape_properties.rb +4 -4
  797. data/lib/uniword/drawingml/shape_style.rb +6 -6
  798. data/lib/uniword/drawingml/soft_edge.rb +3 -3
  799. data/lib/uniword/drawingml/solid_fill.rb +4 -4
  800. data/lib/uniword/drawingml/source_rect.rb +6 -6
  801. data/lib/uniword/drawingml/srgb_color.rb +13 -13
  802. data/lib/uniword/drawingml/stretch.rb +6 -2
  803. data/lib/uniword/drawingml/style_matrix.rb +6 -6
  804. data/lib/uniword/drawingml/style_matrix_reference.rb +5 -5
  805. data/lib/uniword/drawingml/style_reference.rb +4 -4
  806. data/lib/uniword/drawingml/text_body.rb +6 -5
  807. data/lib/uniword/drawingml/text_character_properties.rb +8 -8
  808. data/lib/uniword/drawingml/text_defaults.rb +6 -6
  809. data/lib/uniword/drawingml/text_font.rb +4 -4
  810. data/lib/uniword/drawingml/text_paragraph.rb +3 -3
  811. data/lib/uniword/drawingml/text_paragraph_properties.rb +5 -5
  812. data/lib/uniword/drawingml/text_run.rb +3 -3
  813. data/lib/uniword/drawingml/theme.rb +29 -29
  814. data/lib/uniword/drawingml/tile.rb +8 -8
  815. data/lib/uniword/drawingml/tile_rect.rb +6 -6
  816. data/lib/uniword/drawingml/tint.rb +3 -3
  817. data/lib/uniword/drawingml/transform2_d.rb +4 -4
  818. data/lib/uniword/drawingml/use_local_dpi.rb +21 -0
  819. data/lib/uniword/drawingml.rb +163 -144
  820. data/lib/uniword/element.rb +1 -1
  821. data/lib/uniword/element_registry.rb +1 -1
  822. data/lib/uniword/endnote.rb +1 -1
  823. data/lib/uniword/errors.rb +1 -1
  824. data/lib/uniword/field.rb +21 -21
  825. data/lib/uniword/footer.rb +8 -5
  826. data/lib/uniword/footnote.rb +1 -1
  827. data/lib/uniword/format_converter.rb +6 -6
  828. data/lib/uniword/format_detector.rb +39 -16
  829. data/lib/uniword/generation/document_generator.rb +135 -0
  830. data/lib/uniword/generation/structured_text_parser.rb +131 -0
  831. data/lib/uniword/generation/style_extractor.rb +90 -0
  832. data/lib/uniword/generation/style_mapper.rb +89 -0
  833. data/lib/uniword/generation.rb +17 -0
  834. data/lib/uniword/glossary/auto_text.rb +3 -3
  835. data/lib/uniword/glossary/category_name.rb +3 -3
  836. data/lib/uniword/glossary/doc_part.rb +4 -4
  837. data/lib/uniword/glossary/doc_part_behavior.rb +3 -3
  838. data/lib/uniword/glossary/doc_part_behaviors.rb +5 -4
  839. data/lib/uniword/glossary/doc_part_body.rb +7 -6
  840. data/lib/uniword/glossary/doc_part_category.rb +4 -4
  841. data/lib/uniword/glossary/doc_part_description.rb +3 -3
  842. data/lib/uniword/glossary/doc_part_gallery.rb +3 -3
  843. data/lib/uniword/glossary/doc_part_id.rb +3 -3
  844. data/lib/uniword/glossary/doc_part_name.rb +3 -3
  845. data/lib/uniword/glossary/doc_part_properties.rb +9 -9
  846. data/lib/uniword/glossary/doc_part_type.rb +3 -3
  847. data/lib/uniword/glossary/doc_part_types.rb +4 -4
  848. data/lib/uniword/glossary/doc_parts.rb +3 -3
  849. data/lib/uniword/glossary/equation.rb +3 -3
  850. data/lib/uniword/glossary/glossary_document.rb +5 -5
  851. data/lib/uniword/glossary/style_id.rb +3 -3
  852. data/lib/uniword/glossary/text_box.rb +3 -3
  853. data/lib/uniword/glossary.rb +19 -19
  854. data/lib/uniword/header.rb +8 -5
  855. data/lib/uniword/headers_footers/manager.rb +140 -0
  856. data/lib/uniword/headers_footers.rb +12 -0
  857. data/lib/uniword/hyperlink.rb +1 -1
  858. data/lib/uniword/image.rb +12 -9
  859. data/lib/uniword/images/image_info.rb +48 -0
  860. data/lib/uniword/images/image_manager.rb +253 -0
  861. data/lib/uniword/images.rb +15 -0
  862. data/lib/uniword/infrastructure/mime_packager.rb +15 -17
  863. data/lib/uniword/infrastructure/mime_parser.rb +28 -18
  864. data/lib/uniword/infrastructure/xml_namespace_normalizer.rb +8 -6
  865. data/lib/uniword/infrastructure/zip_extractor.rb +23 -15
  866. data/lib/uniword/infrastructure/zip_packager.rb +30 -29
  867. data/lib/uniword/lazy_loader.rb +5 -11
  868. data/lib/uniword/line_numbering.rb +11 -11
  869. data/lib/uniword/logger.rb +1 -1
  870. data/lib/uniword/math/accent.rb +4 -4
  871. data/lib/uniword/math/accent_properties.rb +4 -4
  872. data/lib/uniword/math/argument_properties.rb +3 -3
  873. data/lib/uniword/math/bar.rb +4 -4
  874. data/lib/uniword/math/bar_properties.rb +4 -4
  875. data/lib/uniword/math/begin_char.rb +3 -3
  876. data/lib/uniword/math/border_box.rb +4 -4
  877. data/lib/uniword/math/border_box_properties.rb +11 -11
  878. data/lib/uniword/math/box.rb +4 -4
  879. data/lib/uniword/math/box_properties.rb +8 -8
  880. data/lib/uniword/math/char.rb +3 -3
  881. data/lib/uniword/math/control_properties.rb +3 -3
  882. data/lib/uniword/math/degree.rb +4 -4
  883. data/lib/uniword/math/delimiter.rb +4 -4
  884. data/lib/uniword/math/delimiter_properties.rb +8 -8
  885. data/lib/uniword/math/denominator.rb +4 -4
  886. data/lib/uniword/math/element.rb +29 -24
  887. data/lib/uniword/math/end_char.rb +3 -3
  888. data/lib/uniword/math/equation_array.rb +4 -4
  889. data/lib/uniword/math/equation_array_properties.rb +8 -8
  890. data/lib/uniword/math/fraction.rb +5 -5
  891. data/lib/uniword/math/fraction_properties.rb +4 -4
  892. data/lib/uniword/math/function.rb +5 -5
  893. data/lib/uniword/math/function_name.rb +4 -4
  894. data/lib/uniword/math/function_properties.rb +3 -3
  895. data/lib/uniword/math/group_char.rb +4 -4
  896. data/lib/uniword/math/group_char_properties.rb +6 -6
  897. data/lib/uniword/math/lim.rb +4 -4
  898. data/lib/uniword/math/lower_limit.rb +5 -5
  899. data/lib/uniword/math/lower_limit_properties.rb +3 -3
  900. data/lib/uniword/math/math_break.rb +3 -3
  901. data/lib/uniword/math/math_font.rb +3 -3
  902. data/lib/uniword/math/math_properties.rb +18 -18
  903. data/lib/uniword/math/math_run.rb +5 -5
  904. data/lib/uniword/math/math_run_properties.rb +9 -9
  905. data/lib/uniword/math/math_simple_int_val.rb +3 -3
  906. data/lib/uniword/math/math_simple_val.rb +3 -3
  907. data/lib/uniword/math/math_style.rb +3 -3
  908. data/lib/uniword/math/math_text.rb +2 -2
  909. data/lib/uniword/math/matrix.rb +4 -4
  910. data/lib/uniword/math/matrix_column.rb +3 -3
  911. data/lib/uniword/math/matrix_column_properties.rb +4 -4
  912. data/lib/uniword/math/matrix_columns.rb +3 -3
  913. data/lib/uniword/math/matrix_properties.rb +10 -10
  914. data/lib/uniword/math/matrix_row.rb +3 -3
  915. data/lib/uniword/math/nary.rb +6 -6
  916. data/lib/uniword/math/nary_properties.rb +8 -8
  917. data/lib/uniword/math/numerator.rb +4 -4
  918. data/lib/uniword/math/o_math.rb +28 -23
  919. data/lib/uniword/math/o_math_para.rb +4 -4
  920. data/lib/uniword/math/o_math_para_properties.rb +3 -3
  921. data/lib/uniword/math/phantom.rb +4 -4
  922. data/lib/uniword/math/phantom_properties.rb +8 -8
  923. data/lib/uniword/math/plurimath_adapter.rb +26 -22
  924. data/lib/uniword/math/pre_sub_superscript.rb +6 -6
  925. data/lib/uniword/math/pre_sub_superscript_properties.rb +3 -3
  926. data/lib/uniword/math/radical.rb +5 -5
  927. data/lib/uniword/math/radical_properties.rb +4 -4
  928. data/lib/uniword/math/separator_char.rb +3 -3
  929. data/lib/uniword/math/sub.rb +4 -4
  930. data/lib/uniword/math/sub_superscript.rb +6 -6
  931. data/lib/uniword/math/sub_superscript_properties.rb +4 -4
  932. data/lib/uniword/math/subscript.rb +5 -5
  933. data/lib/uniword/math/subscript_properties.rb +3 -3
  934. data/lib/uniword/math/sup.rb +4 -4
  935. data/lib/uniword/math/superscript.rb +5 -5
  936. data/lib/uniword/math/superscript_properties.rb +3 -3
  937. data/lib/uniword/math/upper_limit.rb +5 -5
  938. data/lib/uniword/math/upper_limit_properties.rb +3 -3
  939. data/lib/uniword/math.rb +70 -68
  940. data/lib/uniword/math_equation.rb +6 -6
  941. data/lib/uniword/mhtml/css_number_formatter.rb +7 -6
  942. data/lib/uniword/mhtml/document.rb +24 -18
  943. data/lib/uniword/mhtml/html_part.rb +19 -18
  944. data/lib/uniword/mhtml/math_converter.rb +17 -15
  945. data/lib/uniword/mhtml/metadata/document_properties.rb +21 -21
  946. data/lib/uniword/mhtml/metadata/latent_styles.rb +8 -8
  947. data/lib/uniword/mhtml/metadata/office_document_settings.rb +4 -4
  948. data/lib/uniword/mhtml/metadata/word_document_settings.rb +16 -15
  949. data/lib/uniword/mhtml/metadata.rb +4 -2
  950. data/lib/uniword/mhtml/mhtml_package.rb +7 -9
  951. data/lib/uniword/mhtml/mime_part.rb +17 -13
  952. data/lib/uniword/mhtml/namespaces.rb +7 -7
  953. data/lib/uniword/mhtml/numbering_configuration.rb +3 -3
  954. data/lib/uniword/mhtml/styles_configuration.rb +3 -3
  955. data/lib/uniword/mhtml/theme.rb +2 -2
  956. data/lib/uniword/mhtml/word_css.rb +15 -29
  957. data/lib/uniword/office/bottom.rb +3 -3
  958. data/lib/uniword/office/brightness.rb +3 -3
  959. data/lib/uniword/office/button.rb +5 -5
  960. data/lib/uniword/office/callout.rb +10 -10
  961. data/lib/uniword/office/callout_anchor.rb +3 -3
  962. data/lib/uniword/office/checkbox.rb +4 -4
  963. data/lib/uniword/office/color_menu.rb +4 -4
  964. data/lib/uniword/office/color_mru.rb +4 -4
  965. data/lib/uniword/office/complex.rb +3 -3
  966. data/lib/uniword/office/diagram.rb +10 -10
  967. data/lib/uniword/office/diffusity.rb +3 -3
  968. data/lib/uniword/office/document_protection.rb +5 -5
  969. data/lib/uniword/office/document_view.rb +3 -3
  970. data/lib/uniword/office/edge.rb +4 -4
  971. data/lib/uniword/office/extrusion.rb +19 -19
  972. data/lib/uniword/office/extrusion_color.rb +4 -4
  973. data/lib/uniword/office/extrusion_color_mode.rb +3 -3
  974. data/lib/uniword/office/extrusion_ok.rb +3 -3
  975. data/lib/uniword/office/field.rb +4 -4
  976. data/lib/uniword/office/forms.rb +3 -3
  977. data/lib/uniword/office/id_map.rb +4 -4
  978. data/lib/uniword/office/ink.rb +4 -4
  979. data/lib/uniword/office/ink_annotation.rb +4 -4
  980. data/lib/uniword/office/left.rb +3 -3
  981. data/lib/uniword/office/lock.rb +7 -7
  982. data/lib/uniword/office/metal.rb +3 -3
  983. data/lib/uniword/office/proof_state.rb +4 -4
  984. data/lib/uniword/office/regroup.rb +3 -3
  985. data/lib/uniword/office/regroup_table.rb +3 -3
  986. data/lib/uniword/office/relation_table.rb +3 -3
  987. data/lib/uniword/office/right.rb +3 -3
  988. data/lib/uniword/office/rules.rb +3 -3
  989. data/lib/uniword/office/shape_defaults.rb +6 -6
  990. data/lib/uniword/office/shape_layout.rb +4 -4
  991. data/lib/uniword/office/signature_line.rb +12 -12
  992. data/lib/uniword/office/skew.rb +6 -6
  993. data/lib/uniword/office/specularity.rb +3 -3
  994. data/lib/uniword/office/top.rb +3 -3
  995. data/lib/uniword/office/writing_style.rb +6 -6
  996. data/lib/uniword/office/zoom.rb +3 -3
  997. data/lib/uniword/office.rb +41 -41
  998. data/lib/uniword/ooxml/additional_characteristics.rb +8 -8
  999. data/lib/uniword/ooxml/app_properties.rb +44 -44
  1000. data/lib/uniword/ooxml/core_properties.rb +15 -14
  1001. data/lib/uniword/ooxml/custom_properties.rb +35 -35
  1002. data/lib/uniword/ooxml/dotx_package.rb +161 -52
  1003. data/lib/uniword/ooxml/namespaces.rb +267 -114
  1004. data/lib/uniword/ooxml/package_file.rb +13 -10
  1005. data/lib/uniword/ooxml/relationships/hyperlink_relationship.rb +3 -3
  1006. data/lib/uniword/ooxml/relationships/image_relationship.rb +2 -2
  1007. data/lib/uniword/ooxml/relationships/office_document_relationship.rb +3 -3
  1008. data/lib/uniword/ooxml/relationships/package_relationship.rb +6 -6
  1009. data/lib/uniword/ooxml/relationships/package_relationships.rb +16 -16
  1010. data/lib/uniword/ooxml/relationships/relationship.rb +6 -6
  1011. data/lib/uniword/ooxml/relationships/relationships.rb +7 -6
  1012. data/lib/uniword/ooxml/relationships.rb +6 -3
  1013. data/lib/uniword/ooxml/schema/attribute_definition.rb +10 -9
  1014. data/lib/uniword/ooxml/schema/child_definition.rb +17 -17
  1015. data/lib/uniword/ooxml/schema/element_definition.rb +3 -3
  1016. data/lib/uniword/ooxml/schema/element_serializer.rb +43 -21
  1017. data/lib/uniword/ooxml/schema/ooxml_schema.rb +7 -6
  1018. data/lib/uniword/ooxml/schema_library.rb +9 -8
  1019. data/lib/uniword/ooxml/styleset_package.rb +1 -1
  1020. data/lib/uniword/ooxml/theme_package.rb +6 -6
  1021. data/lib/uniword/ooxml/thmx_package.rb +13 -12
  1022. data/lib/uniword/ooxml/types/cp_description_type.rb +1 -1
  1023. data/lib/uniword/ooxml/types/cp_keywords_type.rb +1 -1
  1024. data/lib/uniword/ooxml/types/cp_last_modified_by_type.rb +1 -1
  1025. data/lib/uniword/ooxml/types/cp_revision_type.rb +1 -1
  1026. data/lib/uniword/ooxml/types/dc_creator_type.rb +1 -1
  1027. data/lib/uniword/ooxml/types/dc_subject_type.rb +1 -1
  1028. data/lib/uniword/ooxml/types/dc_title_type.rb +1 -1
  1029. data/lib/uniword/ooxml/types/dcterms_created_type.rb +4 -4
  1030. data/lib/uniword/ooxml/types/dcterms_modified_type.rb +4 -4
  1031. data/lib/uniword/ooxml/types/dcterms_w3cdtf_type.rb +6 -35
  1032. data/lib/uniword/ooxml/types/mc_ignorable_type.rb +1 -1
  1033. data/lib/uniword/ooxml/types/on_off_type.rb +5 -5
  1034. data/lib/uniword/ooxml/types/ooxml_boolean.rb +7 -7
  1035. data/lib/uniword/ooxml/types/ooxml_boolean_optional.rb +7 -7
  1036. data/lib/uniword/ooxml/types/relationship_id.rb +18 -0
  1037. data/lib/uniword/ooxml/types/variant_types.rb +41 -41
  1038. data/lib/uniword/ooxml/types.rb +29 -25
  1039. data/lib/uniword/ooxml.rb +2 -2
  1040. data/lib/uniword/page_borders.rb +9 -9
  1041. data/lib/uniword/paragraph_border.rb +9 -8
  1042. data/lib/uniword/picture/fill_rect.rb +6 -6
  1043. data/lib/uniword/picture/non_visual_drawing_properties.rb +29 -0
  1044. data/lib/uniword/picture/non_visual_picture_drawing_properties.rb +4 -4
  1045. data/lib/uniword/picture/non_visual_picture_properties.rb +5 -5
  1046. data/lib/uniword/picture/picture.rb +5 -5
  1047. data/lib/uniword/picture/picture_blip_fill.rb +6 -6
  1048. data/lib/uniword/picture/picture_locks.rb +4 -4
  1049. data/lib/uniword/picture/picture_shape_properties.rb +5 -5
  1050. data/lib/uniword/picture/picture_source_rect.rb +6 -6
  1051. data/lib/uniword/picture/picture_stretch.rb +3 -3
  1052. data/lib/uniword/picture/tile.rb +7 -7
  1053. data/lib/uniword/picture.rb +4 -1
  1054. data/lib/uniword/presentationml/audio.rb +5 -5
  1055. data/lib/uniword/presentationml/body_properties.rb +7 -7
  1056. data/lib/uniword/presentationml/break.rb +3 -3
  1057. data/lib/uniword/presentationml/color_map.rb +6 -6
  1058. data/lib/uniword/presentationml/common_slide_data.rb +5 -5
  1059. data/lib/uniword/presentationml/common_time_node.rb +8 -8
  1060. data/lib/uniword/presentationml/connection_shape.rb +4 -4
  1061. data/lib/uniword/presentationml/embed.rb +3 -3
  1062. data/lib/uniword/presentationml/embedded_font.rb +4 -4
  1063. data/lib/uniword/presentationml/end_conditions_list.rb +3 -3
  1064. data/lib/uniword/presentationml/end_paragraph_run_properties.rb +5 -5
  1065. data/lib/uniword/presentationml/extension.rb +3 -3
  1066. data/lib/uniword/presentationml/extension_list.rb +3 -3
  1067. data/lib/uniword/presentationml/field.rb +7 -7
  1068. data/lib/uniword/presentationml/graphic_frame.rb +5 -5
  1069. data/lib/uniword/presentationml/group_shape.rb +6 -6
  1070. data/lib/uniword/presentationml/handout_master.rb +4 -4
  1071. data/lib/uniword/presentationml/handout_master_id_list.rb +3 -3
  1072. data/lib/uniword/presentationml/list_style.rb +6 -6
  1073. data/lib/uniword/presentationml/non_visual_shape_properties.rb +5 -5
  1074. data/lib/uniword/presentationml/notes.rb +5 -5
  1075. data/lib/uniword/presentationml/notes_master_id_list.rb +3 -3
  1076. data/lib/uniword/presentationml/notes_size.rb +4 -4
  1077. data/lib/uniword/presentationml/ole_object.rb +5 -5
  1078. data/lib/uniword/presentationml/paragraph.rb +7 -7
  1079. data/lib/uniword/presentationml/paragraph_properties.rb +7 -7
  1080. data/lib/uniword/presentationml/parallel_time_node.rb +3 -3
  1081. data/lib/uniword/presentationml/picture.rb +5 -5
  1082. data/lib/uniword/presentationml/presentation.rb +14 -11
  1083. data/lib/uniword/presentationml/run.rb +4 -4
  1084. data/lib/uniword/presentationml/run_properties.rb +9 -9
  1085. data/lib/uniword/presentationml/sequence_time_node.rb +5 -5
  1086. data/lib/uniword/presentationml/shape.rb +5 -5
  1087. data/lib/uniword/presentationml/shape_properties.rb +7 -7
  1088. data/lib/uniword/presentationml/shape_tree.rb +13 -11
  1089. data/lib/uniword/presentationml/slide.rb +8 -8
  1090. data/lib/uniword/presentationml/slide_id.rb +6 -5
  1091. data/lib/uniword/presentationml/slide_id_list.rb +3 -3
  1092. data/lib/uniword/presentationml/slide_layout.rb +8 -8
  1093. data/lib/uniword/presentationml/slide_master.rb +8 -8
  1094. data/lib/uniword/presentationml/slide_master_id.rb +6 -5
  1095. data/lib/uniword/presentationml/slide_master_id_list.rb +5 -4
  1096. data/lib/uniword/presentationml/slide_size.rb +5 -5
  1097. data/lib/uniword/presentationml/start_conditions_list.rb +3 -3
  1098. data/lib/uniword/presentationml/text_body.rb +5 -5
  1099. data/lib/uniword/presentationml/time_node_list.rb +4 -4
  1100. data/lib/uniword/presentationml/timing.rb +4 -4
  1101. data/lib/uniword/presentationml/transition.rb +8 -8
  1102. data/lib/uniword/presentationml/video.rb +4 -4
  1103. data/lib/uniword/presentationml.rb +54 -50
  1104. data/lib/uniword/properties/adjust_right_ind.rb +27 -0
  1105. data/lib/uniword/properties/alignment.rb +3 -3
  1106. data/lib/uniword/properties/auto_space_de.rb +27 -0
  1107. data/lib/uniword/properties/auto_space_dn.rb +27 -0
  1108. data/lib/uniword/properties/bold.rb +5 -5
  1109. data/lib/uniword/properties/boolean_formatting.rb +44 -30
  1110. data/lib/uniword/properties/border.rb +8 -8
  1111. data/lib/uniword/properties/borders.rb +8 -8
  1112. data/lib/uniword/properties/cell_vertical_align.rb +3 -3
  1113. data/lib/uniword/properties/cell_width.rb +4 -4
  1114. data/lib/uniword/properties/character_spacing.rb +3 -3
  1115. data/lib/uniword/properties/color_value.rb +6 -6
  1116. data/lib/uniword/properties/contextual_spacing.rb +4 -4
  1117. data/lib/uniword/properties/displaced_by_custom_xml_value.rb +18 -0
  1118. data/lib/uniword/properties/emphasis_mark.rb +3 -3
  1119. data/lib/uniword/properties/font_size.rb +3 -3
  1120. data/lib/uniword/properties/highlight.rb +3 -3
  1121. data/lib/uniword/properties/history_value.rb +17 -0
  1122. data/lib/uniword/properties/indentation.rb +6 -6
  1123. data/lib/uniword/properties/italic.rb +5 -5
  1124. data/lib/uniword/properties/kerning.rb +3 -3
  1125. data/lib/uniword/properties/language.rb +5 -5
  1126. data/lib/uniword/properties/margin.rb +3 -3
  1127. data/lib/uniword/properties/numbering_id.rb +3 -3
  1128. data/lib/uniword/properties/numbering_level.rb +3 -3
  1129. data/lib/uniword/properties/numbering_properties.rb +4 -4
  1130. data/lib/uniword/properties/outline.rb +6 -6
  1131. data/lib/uniword/properties/outline_level.rb +3 -3
  1132. data/lib/uniword/properties/page_break_before.rb +26 -0
  1133. data/lib/uniword/properties/position.rb +3 -3
  1134. data/lib/uniword/properties/relationship_id.rb +17 -0
  1135. data/lib/uniword/properties/run_fonts.rb +11 -11
  1136. data/lib/uniword/properties/shading.rb +6 -6
  1137. data/lib/uniword/properties/spacing.rb +12 -6
  1138. data/lib/uniword/properties/style_reference.rb +5 -5
  1139. data/lib/uniword/properties/tab_stop.rb +5 -5
  1140. data/lib/uniword/properties/table_caption.rb +19 -0
  1141. data/lib/uniword/properties/table_cell_margin.rb +6 -6
  1142. data/lib/uniword/properties/table_indent.rb +4 -4
  1143. data/lib/uniword/properties/table_justification.rb +3 -3
  1144. data/lib/uniword/properties/table_layout.rb +23 -0
  1145. data/lib/uniword/properties/table_look.rb +9 -9
  1146. data/lib/uniword/properties/table_width.rb +4 -4
  1147. data/lib/uniword/properties/tabs.rb +3 -3
  1148. data/lib/uniword/properties/text_fill.rb +3 -3
  1149. data/lib/uniword/properties/text_outline.rb +4 -4
  1150. data/lib/uniword/properties/underline.rb +6 -6
  1151. data/lib/uniword/properties/vertical_align.rb +3 -3
  1152. data/lib/uniword/properties/widow_control.rb +27 -0
  1153. data/lib/uniword/properties/width_scale.rb +3 -3
  1154. data/lib/uniword/properties/word2010_id_value.rb +17 -0
  1155. data/lib/uniword/properties.rb +69 -55
  1156. data/lib/uniword/protect/manager.rb +124 -0
  1157. data/lib/uniword/protect.rb +11 -0
  1158. data/lib/uniword/quality/document_checker.rb +10 -10
  1159. data/lib/uniword/quality/quality_report.rb +19 -19
  1160. data/lib/uniword/quality/quality_rule.rb +7 -7
  1161. data/lib/uniword/quality/rules/heading_hierarchy_rule.rb +2 -2
  1162. data/lib/uniword/quality/rules/image_alt_text_rule.rb +4 -4
  1163. data/lib/uniword/quality/rules/link_validation_rule.rb +8 -10
  1164. data/lib/uniword/quality/rules/paragraph_length_rule.rb +4 -4
  1165. data/lib/uniword/quality/rules/style_consistency_rule.rb +6 -5
  1166. data/lib/uniword/quality/rules/table_header_rule.rb +2 -2
  1167. data/lib/uniword/quality.rb +8 -4
  1168. data/lib/uniword/resource/cache.rb +1 -1
  1169. data/lib/uniword/resource/cache_paths.rb +9 -7
  1170. data/lib/uniword/resource/cache_version.rb +4 -3
  1171. data/lib/uniword/resource/color_scheme_loader.rb +36 -0
  1172. data/lib/uniword/resource/color_transformer.rb +2 -2
  1173. data/lib/uniword/resource/document_element_converter.rb +63 -0
  1174. data/lib/uniword/resource/document_element_loader.rb +54 -0
  1175. data/lib/uniword/resource/document_element_template.rb +54 -0
  1176. data/lib/uniword/resource/font_scheme_loader.rb +50 -0
  1177. data/lib/uniword/resource/font_substitutor.rb +98 -21
  1178. data/lib/uniword/resource/importer.rb +54 -6
  1179. data/lib/uniword/resource/resource_location.rb +1 -1
  1180. data/lib/uniword/resource/resource_resolver.rb +9 -7
  1181. data/lib/uniword/resource/theme_mapping_loader.rb +138 -0
  1182. data/lib/uniword/resource/theme_processor.rb +7 -10
  1183. data/lib/uniword/resource/theme_transition.rb +124 -0
  1184. data/lib/uniword/resource.rb +18 -0
  1185. data/lib/uniword/review/accept_reject.rb +120 -0
  1186. data/lib/uniword/review/interactive_review.rb +233 -0
  1187. data/lib/uniword/review/review_manager.rb +250 -0
  1188. data/lib/uniword/review.rb +19 -0
  1189. data/lib/uniword/revision.rb +8 -8
  1190. data/lib/uniword/schema/model_generator.rb +22 -21
  1191. data/lib/uniword/schema/schema_loader.rb +8 -8
  1192. data/lib/uniword/section.rb +28 -25
  1193. data/lib/uniword/section_properties.rb +15 -13
  1194. data/lib/uniword/serialization/ooxml_serializer.rb +3 -2
  1195. data/lib/uniword/shading.rb +15 -14
  1196. data/lib/uniword/shared_types/angle.rb +3 -3
  1197. data/lib/uniword/shared_types/boolean_value.rb +3 -3
  1198. data/lib/uniword/shared_types/decimal_number.rb +3 -3
  1199. data/lib/uniword/shared_types/emu_measure.rb +3 -3
  1200. data/lib/uniword/shared_types/fixed_percentage.rb +3 -3
  1201. data/lib/uniword/shared_types/hex_color.rb +3 -3
  1202. data/lib/uniword/shared_types/on_off.rb +3 -3
  1203. data/lib/uniword/shared_types/percent_value.rb +3 -3
  1204. data/lib/uniword/shared_types/pixel_measure.rb +3 -3
  1205. data/lib/uniword/shared_types/point_measure.rb +3 -3
  1206. data/lib/uniword/shared_types/positive_percentage.rb +3 -3
  1207. data/lib/uniword/shared_types/string_type.rb +3 -3
  1208. data/lib/uniword/shared_types/text_alignment.rb +3 -3
  1209. data/lib/uniword/shared_types/twips_measure.rb +3 -3
  1210. data/lib/uniword/shared_types/vertical_alignment.rb +3 -3
  1211. data/lib/uniword/shared_types.rb +16 -16
  1212. data/lib/uniword/spellcheck/grammar_checker.rb +135 -0
  1213. data/lib/uniword/spellcheck/hunspell_adapter.rb +100 -0
  1214. data/lib/uniword/spellcheck/spell_checker.rb +160 -0
  1215. data/lib/uniword/spellcheck/spellcheck_result.rb +82 -0
  1216. data/lib/uniword/spellcheck.rb +10 -0
  1217. data/lib/uniword/spreadsheetml/alignment.rb +8 -8
  1218. data/lib/uniword/spreadsheetml/authors.rb +5 -4
  1219. data/lib/uniword/spreadsheetml/auto_filter.rb +7 -6
  1220. data/lib/uniword/spreadsheetml/bold.rb +3 -3
  1221. data/lib/uniword/spreadsheetml/book_views.rb +3 -3
  1222. data/lib/uniword/spreadsheetml/border.rb +7 -7
  1223. data/lib/uniword/spreadsheetml/borders.rb +6 -5
  1224. data/lib/uniword/spreadsheetml/calc_properties.rb +5 -5
  1225. data/lib/uniword/spreadsheetml/cell.rb +7 -7
  1226. data/lib/uniword/spreadsheetml/cell_format.rb +12 -12
  1227. data/lib/uniword/spreadsheetml/cell_formats.rb +4 -4
  1228. data/lib/uniword/spreadsheetml/cell_formula.rb +6 -6
  1229. data/lib/uniword/spreadsheetml/cell_style.rb +8 -8
  1230. data/lib/uniword/spreadsheetml/cell_style_xfs.rb +4 -4
  1231. data/lib/uniword/spreadsheetml/cell_styles.rb +4 -4
  1232. data/lib/uniword/spreadsheetml/cell_value.rb +3 -3
  1233. data/lib/uniword/spreadsheetml/chartsheet.rb +4 -4
  1234. data/lib/uniword/spreadsheetml/col.rb +8 -8
  1235. data/lib/uniword/spreadsheetml/col_breaks.rb +4 -4
  1236. data/lib/uniword/spreadsheetml/color.rb +6 -6
  1237. data/lib/uniword/spreadsheetml/color_filter.rb +4 -4
  1238. data/lib/uniword/spreadsheetml/colors.rb +3 -3
  1239. data/lib/uniword/spreadsheetml/cols.rb +3 -3
  1240. data/lib/uniword/spreadsheetml/comment.rb +5 -5
  1241. data/lib/uniword/spreadsheetml/comment_list.rb +5 -4
  1242. data/lib/uniword/spreadsheetml/comments.rb +4 -4
  1243. data/lib/uniword/spreadsheetml/conditional_formatting.rb +6 -5
  1244. data/lib/uniword/spreadsheetml/conditional_formatting_rule.rb +5 -5
  1245. data/lib/uniword/spreadsheetml/custom_filter.rb +4 -4
  1246. data/lib/uniword/spreadsheetml/custom_filters.rb +6 -5
  1247. data/lib/uniword/spreadsheetml/custom_workbook_views.rb +3 -3
  1248. data/lib/uniword/spreadsheetml/data_validation.rb +13 -13
  1249. data/lib/uniword/spreadsheetml/data_validations.rb +6 -5
  1250. data/lib/uniword/spreadsheetml/date_group_item.rb +9 -9
  1251. data/lib/uniword/spreadsheetml/defined_name.rb +6 -6
  1252. data/lib/uniword/spreadsheetml/defined_names.rb +3 -3
  1253. data/lib/uniword/spreadsheetml/dimension.rb +3 -3
  1254. data/lib/uniword/spreadsheetml/drawing.rb +3 -3
  1255. data/lib/uniword/spreadsheetml/dynamic_filter.rb +5 -5
  1256. data/lib/uniword/spreadsheetml/external_reference.rb +3 -3
  1257. data/lib/uniword/spreadsheetml/external_references.rb +3 -3
  1258. data/lib/uniword/spreadsheetml/file_sharing.rb +3 -3
  1259. data/lib/uniword/spreadsheetml/file_version.rb +4 -4
  1260. data/lib/uniword/spreadsheetml/fill.rb +3 -3
  1261. data/lib/uniword/spreadsheetml/fills.rb +4 -4
  1262. data/lib/uniword/spreadsheetml/filter.rb +3 -3
  1263. data/lib/uniword/spreadsheetml/filter_column.rb +11 -11
  1264. data/lib/uniword/spreadsheetml/filters.rb +8 -7
  1265. data/lib/uniword/spreadsheetml/font.rb +7 -7
  1266. data/lib/uniword/spreadsheetml/font_name.rb +3 -3
  1267. data/lib/uniword/spreadsheetml/font_size.rb +3 -3
  1268. data/lib/uniword/spreadsheetml/fonts.rb +4 -4
  1269. data/lib/uniword/spreadsheetml/hyperlink.rb +7 -7
  1270. data/lib/uniword/spreadsheetml/hyperlinks.rb +3 -3
  1271. data/lib/uniword/spreadsheetml/icon_filter.rb +4 -4
  1272. data/lib/uniword/spreadsheetml/italic.rb +3 -3
  1273. data/lib/uniword/spreadsheetml/legacy_drawing.rb +3 -3
  1274. data/lib/uniword/spreadsheetml/merge_cell.rb +3 -3
  1275. data/lib/uniword/spreadsheetml/merge_cells.rb +4 -4
  1276. data/lib/uniword/spreadsheetml/number_format.rb +4 -4
  1277. data/lib/uniword/spreadsheetml/number_formats.rb +4 -4
  1278. data/lib/uniword/spreadsheetml/ole_object.rb +4 -4
  1279. data/lib/uniword/spreadsheetml/ole_objects.rb +3 -3
  1280. data/lib/uniword/spreadsheetml/ole_size.rb +3 -3
  1281. data/lib/uniword/spreadsheetml/pattern_fill.rb +5 -5
  1282. data/lib/uniword/spreadsheetml/phonetic_pr.rb +10 -10
  1283. data/lib/uniword/spreadsheetml/phonetic_properties.rb +4 -4
  1284. data/lib/uniword/spreadsheetml/pivot_caches.rb +3 -3
  1285. data/lib/uniword/spreadsheetml/pivot_table.rb +4 -4
  1286. data/lib/uniword/spreadsheetml/pivot_table_definition.rb +5 -5
  1287. data/lib/uniword/spreadsheetml/protected_ranges.rb +3 -3
  1288. data/lib/uniword/spreadsheetml/query_table.rb +4 -4
  1289. data/lib/uniword/spreadsheetml/rich_text_run.rb +4 -4
  1290. data/lib/uniword/spreadsheetml/row.rb +8 -8
  1291. data/lib/uniword/spreadsheetml/row_breaks.rb +4 -4
  1292. data/lib/uniword/spreadsheetml/run_properties.rb +6 -6
  1293. data/lib/uniword/spreadsheetml/scenarios.rb +5 -5
  1294. data/lib/uniword/spreadsheetml/shared_string_table.rb +7 -6
  1295. data/lib/uniword/spreadsheetml/sheet.rb +6 -6
  1296. data/lib/uniword/spreadsheetml/sheet_data.rb +3 -3
  1297. data/lib/uniword/spreadsheetml/sheet_format_pr.rb +12 -9
  1298. data/lib/uniword/spreadsheetml/sheet_protection.rb +6 -6
  1299. data/lib/uniword/spreadsheetml/sheet_view.rb +7 -7
  1300. data/lib/uniword/spreadsheetml/sheet_views.rb +3 -3
  1301. data/lib/uniword/spreadsheetml/sheets.rb +3 -3
  1302. data/lib/uniword/spreadsheetml/sort_condition.rb +9 -9
  1303. data/lib/uniword/spreadsheetml/sort_state.rb +6 -5
  1304. data/lib/uniword/spreadsheetml/sparkline_group.rb +4 -4
  1305. data/lib/uniword/spreadsheetml/sparkline_groups.rb +5 -4
  1306. data/lib/uniword/spreadsheetml/string_item.rb +5 -5
  1307. data/lib/uniword/spreadsheetml/table.rb +9 -9
  1308. data/lib/uniword/spreadsheetml/table_column.rb +4 -4
  1309. data/lib/uniword/spreadsheetml/table_columns.rb +4 -4
  1310. data/lib/uniword/spreadsheetml/table_formula.rb +3 -3
  1311. data/lib/uniword/spreadsheetml/table_parts.rb +4 -4
  1312. data/lib/uniword/spreadsheetml/table_style_info.rb +7 -7
  1313. data/lib/uniword/spreadsheetml/table_styles.rb +6 -5
  1314. data/lib/uniword/spreadsheetml/text.rb +4 -4
  1315. data/lib/uniword/spreadsheetml/top10.rb +6 -6
  1316. data/lib/uniword/spreadsheetml/workbook.rb +7 -7
  1317. data/lib/uniword/spreadsheetml/workbook_properties.rb +5 -5
  1318. data/lib/uniword/spreadsheetml/workbook_protection.rb +4 -4
  1319. data/lib/uniword/spreadsheetml/workbook_view.rb +5 -5
  1320. data/lib/uniword/spreadsheetml/worksheet/sheet_format_pr.rb +12 -9
  1321. data/lib/uniword/spreadsheetml/worksheet.rb +8 -8
  1322. data/lib/uniword/spreadsheetml.rb +108 -105
  1323. data/lib/uniword/streaming_parser.rb +21 -21
  1324. data/lib/uniword/styles.rb +12 -7
  1325. data/lib/uniword/styleset.rb +12 -12
  1326. data/lib/uniword/stylesets/package.rb +13 -9
  1327. data/lib/uniword/stylesets/styleset_importer.rb +10 -10
  1328. data/lib/uniword/stylesets/yaml_styleset_loader.rb +4 -4
  1329. data/lib/uniword/tab_stop.rb +13 -12
  1330. data/lib/uniword/table_border.rb +16 -15
  1331. data/lib/uniword/template/helpers/conditional_helper.rb +2 -1
  1332. data/lib/uniword/template/helpers/filter_helper.rb +20 -17
  1333. data/lib/uniword/template/template.rb +4 -2
  1334. data/lib/uniword/template/template_parser.rb +5 -5
  1335. data/lib/uniword/template/template_validator.rb +5 -4
  1336. data/lib/uniword/template/variable_resolver.rb +10 -10
  1337. data/lib/uniword/template_manager.rb +163 -0
  1338. data/lib/uniword/text_box.rb +5 -4
  1339. data/lib/uniword/text_frame.rb +16 -16
  1340. data/lib/uniword/theme/media_file.rb +18 -12
  1341. data/lib/uniword/theme/theme_applicator.rb +13 -12
  1342. data/lib/uniword/theme/theme_package_reader.rb +5 -5
  1343. data/lib/uniword/theme/theme_xml_parser.rb +67 -56
  1344. data/lib/uniword/theme_writer.rb +1 -1
  1345. data/lib/uniword/themes/theme.rb +29 -21
  1346. data/lib/uniword/themes/theme_importer.rb +24 -24
  1347. data/lib/uniword/themes/theme_transformation.rb +41 -13
  1348. data/lib/uniword/toc/toc_entry.rb +73 -0
  1349. data/lib/uniword/toc/toc_generator.rb +302 -0
  1350. data/lib/uniword/toc.rb +16 -0
  1351. data/lib/uniword/tracked_changes.rb +8 -7
  1352. data/lib/uniword/transformation/html_element_builder.rb +445 -0
  1353. data/lib/uniword/transformation/html_formatting_mapper.rb +245 -0
  1354. data/lib/uniword/transformation/html_to_ooxml_converter.rb +48 -457
  1355. data/lib/uniword/transformation/hyperlink_transformation_rule.rb +2 -2
  1356. data/lib/uniword/transformation/image_transformation_rule.rb +1 -1
  1357. data/lib/uniword/transformation/mhtml_element_renderer.rb +626 -0
  1358. data/lib/uniword/transformation/mhtml_metadata_builder.rb +233 -0
  1359. data/lib/uniword/transformation/mhtml_style_builder.rb +713 -0
  1360. data/lib/uniword/transformation/ooxml_to_html_converter.rb +19 -19
  1361. data/lib/uniword/transformation/ooxml_to_mhtml_converter.rb +182 -1278
  1362. data/lib/uniword/transformation/paragraph_transformation_rule.rb +10 -10
  1363. data/lib/uniword/transformation/run_transformation_rule.rb +1 -1
  1364. data/lib/uniword/transformation/table_transformation_rule.rb +3 -3
  1365. data/lib/uniword/transformation/transformation_rule_registry.rb +1 -1
  1366. data/lib/uniword/transformation/transformer.rb +41 -46
  1367. data/lib/uniword/transformation.rb +31 -11
  1368. data/lib/uniword/validation/checkers/external_link_checker.rb +30 -18
  1369. data/lib/uniword/validation/checkers/file_reference_checker.rb +25 -17
  1370. data/lib/uniword/validation/checkers/footnote_reference_checker.rb +19 -11
  1371. data/lib/uniword/validation/checkers/internal_link_checker.rb +19 -11
  1372. data/lib/uniword/validation/checkers.rb +4 -2
  1373. data/lib/uniword/validation/document_validator.rb +12 -12
  1374. data/lib/uniword/validation/layer_validation_result.rb +3 -3
  1375. data/lib/uniword/validation/layer_validator.rb +5 -5
  1376. data/lib/uniword/validation/link_validator.rb +8 -8
  1377. data/lib/uniword/validation/opc_validator.rb +229 -0
  1378. data/lib/uniword/validation/report/layer_result.rb +59 -0
  1379. data/lib/uniword/validation/report/terminal_formatter.rb +102 -0
  1380. data/lib/uniword/validation/report/validation_issue.rb +56 -0
  1381. data/lib/uniword/validation/report/verification_report.rb +66 -0
  1382. data/lib/uniword/validation/rules/base.rb +100 -0
  1383. data/lib/uniword/validation/rules/bookmarks_rule.rb +84 -0
  1384. data/lib/uniword/validation/rules/content_types_coverage_rule.rb +64 -0
  1385. data/lib/uniword/validation/rules/core_properties_namespace_rule.rb +86 -0
  1386. data/lib/uniword/validation/rules/document_context.rb +197 -0
  1387. data/lib/uniword/validation/rules/font_table_signature_rule.rb +55 -0
  1388. data/lib/uniword/validation/rules/fonts_rule.rb +64 -0
  1389. data/lib/uniword/validation/rules/footnotes_rule.rb +164 -0
  1390. data/lib/uniword/validation/rules/headers_footers_rule.rb +91 -0
  1391. data/lib/uniword/validation/rules/images_rule.rb +115 -0
  1392. data/lib/uniword/validation/rules/mc_ignorable_namespace_rule.rb +82 -0
  1393. data/lib/uniword/validation/rules/numbering_preservation_rule.rb +139 -0
  1394. data/lib/uniword/validation/rules/numbering_rule.rb +81 -0
  1395. data/lib/uniword/validation/rules/registry.rb +69 -0
  1396. data/lib/uniword/validation/rules/relationship_integrity_rule.rb +85 -0
  1397. data/lib/uniword/validation/rules/rsid_rule.rb +65 -0
  1398. data/lib/uniword/validation/rules/section_properties_rule.rb +72 -0
  1399. data/lib/uniword/validation/rules/settings_rule.rb +76 -0
  1400. data/lib/uniword/validation/rules/settings_values_rule.rb +76 -0
  1401. data/lib/uniword/validation/rules/style_references_rule.rb +98 -0
  1402. data/lib/uniword/validation/rules/tables_rule.rb +69 -0
  1403. data/lib/uniword/validation/rules/theme_completeness_rule.rb +72 -0
  1404. data/lib/uniword/validation/rules/theme_rule.rb +88 -0
  1405. data/lib/uniword/validation/rules.rb +47 -0
  1406. data/lib/uniword/validation/schema_registry.rb +200 -0
  1407. data/lib/uniword/validation/structural_validator.rb +116 -0
  1408. data/lib/uniword/validation/validation_report.rb +18 -18
  1409. data/lib/uniword/validation/validation_result.rb +3 -3
  1410. data/lib/uniword/validation/validators/content_type_validator.rb +28 -22
  1411. data/lib/uniword/validation/validators/document_semantics_validator.rb +42 -123
  1412. data/lib/uniword/validation/validators/file_structure_validator.rb +10 -7
  1413. data/lib/uniword/validation/validators/ooxml_part_validator.rb +19 -19
  1414. data/lib/uniword/validation/validators/relationship_validator.rb +22 -21
  1415. data/lib/uniword/validation/validators/xml_schema_validator.rb +110 -73
  1416. data/lib/uniword/validation/validators/zip_integrity_validator.rb +8 -8
  1417. data/lib/uniword/validation/validators.rb +10 -5
  1418. data/lib/uniword/validation/verify_orchestrator.rb +171 -0
  1419. data/lib/uniword/validation.rb +3 -1
  1420. data/lib/uniword/validators/element_validator.rb +11 -9
  1421. data/lib/uniword/validators/paragraph_validator.rb +5 -11
  1422. data/lib/uniword/validators/table_validator.rb +6 -12
  1423. data/lib/uniword/version.rb +1 -1
  1424. data/lib/uniword/visitor/text_extractor.rb +6 -6
  1425. data/lib/uniword/vml/arc.rb +13 -13
  1426. data/lib/uniword/vml/background.rb +9 -9
  1427. data/lib/uniword/vml/curve.rb +11 -11
  1428. data/lib/uniword/vml/fill.rb +8 -8
  1429. data/lib/uniword/vml/formula.rb +3 -3
  1430. data/lib/uniword/vml/formulas.rb +3 -3
  1431. data/lib/uniword/vml/group.rb +7 -7
  1432. data/lib/uniword/vml/handle.rb +11 -11
  1433. data/lib/uniword/vml/handles.rb +3 -3
  1434. data/lib/uniword/vml/image.rb +16 -16
  1435. data/lib/uniword/vml/imagedata.rb +14 -9
  1436. data/lib/uniword/vml/line.rb +10 -10
  1437. data/lib/uniword/vml/oval.rb +11 -11
  1438. data/lib/uniword/vml/path.rb +6 -6
  1439. data/lib/uniword/vml/polyline.rb +9 -9
  1440. data/lib/uniword/vml/rect.rb +11 -11
  1441. data/lib/uniword/vml/roundrect.rb +12 -12
  1442. data/lib/uniword/vml/shadow.rb +9 -9
  1443. data/lib/uniword/vml/shape.rb +22 -22
  1444. data/lib/uniword/vml/shapetype.rb +10 -10
  1445. data/lib/uniword/vml/stroke.rb +9 -9
  1446. data/lib/uniword/vml/textbox.rb +5 -5
  1447. data/lib/uniword/vml/textpath.rb +5 -5
  1448. data/lib/uniword/vml/wrap.rb +4 -4
  1449. data/lib/uniword/vml.rb +24 -24
  1450. data/lib/uniword/vml_office/vml_anchor_lock.rb +3 -3
  1451. data/lib/uniword/vml_office/vml_bottom.rb +4 -4
  1452. data/lib/uniword/vml_office/vml_callout.rb +10 -10
  1453. data/lib/uniword/vml_office/vml_clip_path.rb +4 -4
  1454. data/lib/uniword/vml_office/vml_color_mru.rb +4 -4
  1455. data/lib/uniword/vml_office/vml_column.rb +4 -4
  1456. data/lib/uniword/vml_office/vml_complex.rb +3 -3
  1457. data/lib/uniword/vml_office/vml_complex_extension.rb +4 -4
  1458. data/lib/uniword/vml_office/vml_diagram.rb +8 -8
  1459. data/lib/uniword/vml_office/vml_entry.rb +4 -4
  1460. data/lib/uniword/vml_office/vml_extrusion.rb +14 -14
  1461. data/lib/uniword/vml_office/vml_id_map.rb +4 -4
  1462. data/lib/uniword/vml_office/vml_ink.rb +5 -5
  1463. data/lib/uniword/vml_office/vml_left.rb +4 -4
  1464. data/lib/uniword/vml_office/vml_lock.rb +11 -11
  1465. data/lib/uniword/vml_office/vml_office_fill.rb +8 -8
  1466. data/lib/uniword/vml_office/vml_proxy.rb +6 -6
  1467. data/lib/uniword/vml_office/vml_regroup.rb +3 -3
  1468. data/lib/uniword/vml_office/vml_relation_table.rb +4 -4
  1469. data/lib/uniword/vml_office/vml_right.rb +4 -4
  1470. data/lib/uniword/vml_office/vml_rule.rb +5 -5
  1471. data/lib/uniword/vml_office/vml_rules.rb +4 -4
  1472. data/lib/uniword/vml_office/vml_shape_defaults.rb +9 -9
  1473. data/lib/uniword/vml_office/vml_shape_layout.rb +12 -12
  1474. data/lib/uniword/vml_office/vml_signature_line.rb +11 -11
  1475. data/lib/uniword/vml_office/vml_skew.rb +7 -7
  1476. data/lib/uniword/vml_office/vml_top.rb +4 -4
  1477. data/lib/uniword/vml_office/vml_wrap_block.rb +4 -4
  1478. data/lib/uniword/vml_office/vml_wrap_coords.rb +3 -3
  1479. data/lib/uniword/vml_office.rb +31 -31
  1480. data/lib/uniword/vml_word/border_bottom.rb +7 -7
  1481. data/lib/uniword/vml_word/border_left.rb +7 -7
  1482. data/lib/uniword/vml_word/border_right.rb +7 -7
  1483. data/lib/uniword/vml_word/border_top.rb +7 -7
  1484. data/lib/uniword/vml_word.rb +4 -4
  1485. data/lib/uniword/warnings/warning.rb +1 -1
  1486. data/lib/uniword/warnings/warning_collector.rb +9 -9
  1487. data/lib/uniword/warnings/warning_report.rb +6 -6
  1488. data/lib/uniword/watermark/manager.rb +119 -0
  1489. data/lib/uniword/watermark.rb +11 -0
  1490. data/lib/uniword/word2010_ext/wrap.rb +4 -4
  1491. data/lib/uniword/word2010_ext.rb +2 -2
  1492. data/lib/uniword/word_implementation.rb +12 -4
  1493. data/lib/uniword/word_implementation_factory.rb +1 -1
  1494. data/lib/uniword/word_implementation_linux.rb +7 -7
  1495. data/lib/uniword/word_implementation_macos.rb +8 -8
  1496. data/lib/uniword/word_implementation_null.rb +1 -1
  1497. data/lib/uniword/word_implementation_windows.rb +22 -17
  1498. data/lib/uniword/wordprocessing_group.rb +5 -5
  1499. data/lib/uniword/wordprocessing_shape.rb +10 -10
  1500. data/lib/uniword/wordprocessingml/abstract_num.rb +5 -5
  1501. data/lib/uniword/wordprocessingml/abstract_num_id.rb +3 -3
  1502. data/lib/uniword/wordprocessingml/alternate_content.rb +4 -4
  1503. data/lib/uniword/wordprocessingml/anchor.rb +9 -9
  1504. data/lib/uniword/wordprocessingml/based_on.rb +3 -3
  1505. data/lib/uniword/wordprocessingml/body.rb +38 -14
  1506. data/lib/uniword/wordprocessingml/bookmark_end.rb +5 -3
  1507. data/lib/uniword/wordprocessingml/bookmark_start.rb +6 -4
  1508. data/lib/uniword/wordprocessingml/border.rb +7 -7
  1509. data/lib/uniword/wordprocessingml/break.rb +4 -4
  1510. data/lib/uniword/wordprocessingml/carriage_return.rb +2 -2
  1511. data/lib/uniword/wordprocessingml/character_style.rb +64 -63
  1512. data/lib/uniword/wordprocessingml/choice.rb +4 -4
  1513. data/lib/uniword/wordprocessingml/cnf_style.rb +15 -15
  1514. data/lib/uniword/wordprocessingml/columns.rb +5 -5
  1515. data/lib/uniword/wordprocessingml/comment_range_end.rb +3 -3
  1516. data/lib/uniword/wordprocessingml/comment_range_start.rb +3 -3
  1517. data/lib/uniword/wordprocessingml/comment_reference.rb +3 -3
  1518. data/lib/uniword/wordprocessingml/compat.rb +7 -6
  1519. data/lib/uniword/wordprocessingml/compat_setting.rb +5 -5
  1520. data/lib/uniword/wordprocessingml/deleted_text.rb +3 -3
  1521. data/lib/uniword/wordprocessingml/doc_defaults.rb +4 -4
  1522. data/lib/uniword/wordprocessingml/doc_grid.rb +5 -5
  1523. data/lib/uniword/wordprocessingml/doc_pr.rb +5 -5
  1524. data/lib/uniword/wordprocessingml/document_root/feature_facade.rb +317 -0
  1525. data/lib/uniword/wordprocessingml/document_root.rb +145 -30
  1526. data/lib/uniword/wordprocessingml/drawing.rb +4 -4
  1527. data/lib/uniword/wordprocessingml/emboss.rb +3 -3
  1528. data/lib/uniword/wordprocessingml/endnote.rb +5 -5
  1529. data/lib/uniword/wordprocessingml/endnote_ref.rb +2 -2
  1530. data/lib/uniword/wordprocessingml/endnote_reference.rb +3 -3
  1531. data/lib/uniword/wordprocessingml/endnotes.rb +5 -4
  1532. data/lib/uniword/wordprocessingml/extent.rb +4 -4
  1533. data/lib/uniword/wordprocessingml/fallback.rb +4 -4
  1534. data/lib/uniword/wordprocessingml/field_char.rb +4 -4
  1535. data/lib/uniword/wordprocessingml/font.rb +36 -26
  1536. data/lib/uniword/wordprocessingml/font_table.rb +23 -5
  1537. data/lib/uniword/wordprocessingml/fonts.rb +3 -3
  1538. data/lib/uniword/wordprocessingml/footer.rb +4 -4
  1539. data/lib/uniword/wordprocessingml/footer_reference.rb +6 -8
  1540. data/lib/uniword/wordprocessingml/footnote.rb +5 -5
  1541. data/lib/uniword/wordprocessingml/footnote_ref.rb +2 -2
  1542. data/lib/uniword/wordprocessingml/footnote_reference.rb +3 -3
  1543. data/lib/uniword/wordprocessingml/footnotes.rb +5 -4
  1544. data/lib/uniword/wordprocessingml/graphic.rb +3 -3
  1545. data/lib/uniword/wordprocessingml/graphic_data.rb +3 -3
  1546. data/lib/uniword/wordprocessingml/grid_after.rb +3 -3
  1547. data/lib/uniword/wordprocessingml/grid_before.rb +3 -3
  1548. data/lib/uniword/wordprocessingml/grid_col.rb +3 -3
  1549. data/lib/uniword/wordprocessingml/header.rb +4 -4
  1550. data/lib/uniword/wordprocessingml/header_reference.rb +6 -8
  1551. data/lib/uniword/wordprocessingml/hide_mark.rb +20 -0
  1552. data/lib/uniword/wordprocessingml/hyperlink.rb +14 -32
  1553. data/lib/uniword/wordprocessingml/imprint.rb +3 -3
  1554. data/lib/uniword/wordprocessingml/inline.rb +5 -5
  1555. data/lib/uniword/wordprocessingml/instr_text.rb +7 -6
  1556. data/lib/uniword/wordprocessingml/last_rendered_page_break.rb +2 -2
  1557. data/lib/uniword/wordprocessingml/latent_styles.rb +16 -16
  1558. data/lib/uniword/wordprocessingml/level.rb +50 -16
  1559. data/lib/uniword/wordprocessingml/link.rb +3 -3
  1560. data/lib/uniword/wordprocessingml/lvl_jc.rb +3 -3
  1561. data/lib/uniword/wordprocessingml/lvl_text.rb +3 -3
  1562. data/lib/uniword/wordprocessingml/mc_requires.rb +1 -1
  1563. data/lib/uniword/wordprocessingml/multi_level_type.rb +3 -3
  1564. data/lib/uniword/wordprocessingml/next.rb +3 -3
  1565. data/lib/uniword/wordprocessingml/no_break_hyphen.rb +2 -2
  1566. data/lib/uniword/wordprocessingml/no_wrap.rb +2 -2
  1567. data/lib/uniword/wordprocessingml/num.rb +7 -4
  1568. data/lib/uniword/wordprocessingml/num_fmt.rb +3 -3
  1569. data/lib/uniword/wordprocessingml/numbering.rb +29 -5
  1570. data/lib/uniword/wordprocessingml/numbering_configuration.rb +29 -9
  1571. data/lib/uniword/wordprocessingml/numbering_definition.rb +37 -27
  1572. data/lib/uniword/wordprocessingml/numbering_elements.rb +14 -14
  1573. data/lib/uniword/wordprocessingml/numbering_instance.rb +40 -8
  1574. data/lib/uniword/wordprocessingml/numbering_level.rb +9 -8
  1575. data/lib/uniword/wordprocessingml/object.rb +4 -4
  1576. data/lib/uniword/wordprocessingml/outline.rb +3 -3
  1577. data/lib/uniword/wordprocessingml/p_pr_default.rb +3 -3
  1578. data/lib/uniword/wordprocessingml/page_margins.rb +9 -9
  1579. data/lib/uniword/wordprocessingml/page_numbering.rb +6 -4
  1580. data/lib/uniword/wordprocessingml/page_size.rb +7 -5
  1581. data/lib/uniword/wordprocessingml/paragraph.rb +33 -75
  1582. data/lib/uniword/wordprocessingml/paragraph_borders.rb +9 -11
  1583. data/lib/uniword/wordprocessingml/paragraph_properties.rb +108 -119
  1584. data/lib/uniword/wordprocessingml/paragraph_style.rb +66 -59
  1585. data/lib/uniword/wordprocessingml/pict.rb +3 -3
  1586. data/lib/uniword/wordprocessingml/picture.rb +4 -4
  1587. data/lib/uniword/wordprocessingml/position_tab.rb +5 -5
  1588. data/lib/uniword/wordprocessingml/proof_err.rb +3 -3
  1589. data/lib/uniword/wordprocessingml/r_pr_default.rb +3 -3
  1590. data/lib/uniword/wordprocessingml/recipient_data.rb +5 -5
  1591. data/lib/uniword/wordprocessingml/recipients.rb +5 -4
  1592. data/lib/uniword/wordprocessingml/run.rb +34 -28
  1593. data/lib/uniword/wordprocessingml/run_properties/accessors.rb +74 -0
  1594. data/lib/uniword/wordprocessingml/run_properties/conversion.rb +167 -0
  1595. data/lib/uniword/wordprocessingml/run_properties/predicates.rb +96 -0
  1596. data/lib/uniword/wordprocessingml/run_properties/yaml_transforms.rb +205 -0
  1597. data/lib/uniword/wordprocessingml/run_properties.rb +89 -598
  1598. data/lib/uniword/wordprocessingml/section_properties.rb +29 -19
  1599. data/lib/uniword/wordprocessingml/semi_hidden.rb +3 -3
  1600. data/lib/uniword/wordprocessingml/settings.rb +174 -136
  1601. data/lib/uniword/wordprocessingml/shading.rb +7 -7
  1602. data/lib/uniword/wordprocessingml/shadow.rb +3 -3
  1603. data/lib/uniword/wordprocessingml/shape.rb +5 -5
  1604. data/lib/uniword/wordprocessingml/simple_field.rb +5 -5
  1605. data/lib/uniword/wordprocessingml/simple_pos.rb +4 -4
  1606. data/lib/uniword/wordprocessingml/soft_hyphen.rb +2 -2
  1607. data/lib/uniword/wordprocessingml/start.rb +3 -3
  1608. data/lib/uniword/wordprocessingml/structured_document_tag/alias.rb +3 -3
  1609. data/lib/uniword/wordprocessingml/structured_document_tag/appearance.rb +3 -3
  1610. data/lib/uniword/wordprocessingml/structured_document_tag/bibliography.rb +2 -2
  1611. data/lib/uniword/wordprocessingml/structured_document_tag/content.rb +19 -10
  1612. data/lib/uniword/wordprocessingml/structured_document_tag/data_binding.rb +6 -5
  1613. data/lib/uniword/wordprocessingml/structured_document_tag/date.rb +16 -15
  1614. data/lib/uniword/wordprocessingml/structured_document_tag/doc_part_obj.rb +11 -10
  1615. data/lib/uniword/wordprocessingml/structured_document_tag/end_properties.rb +3 -3
  1616. data/lib/uniword/wordprocessingml/structured_document_tag/id.rb +3 -3
  1617. data/lib/uniword/wordprocessingml/structured_document_tag/placeholder.rb +5 -5
  1618. data/lib/uniword/wordprocessingml/structured_document_tag/run_properties.rb +31 -31
  1619. data/lib/uniword/wordprocessingml/structured_document_tag/showing_placeholder_header.rb +2 -2
  1620. data/lib/uniword/wordprocessingml/structured_document_tag/tag.rb +3 -3
  1621. data/lib/uniword/wordprocessingml/structured_document_tag/temporary.rb +2 -2
  1622. data/lib/uniword/wordprocessingml/structured_document_tag/text.rb +5 -2
  1623. data/lib/uniword/wordprocessingml/structured_document_tag.rb +15 -10
  1624. data/lib/uniword/wordprocessingml/structured_document_tag_properties.rb +17 -16
  1625. data/lib/uniword/wordprocessingml/style.rb +48 -171
  1626. data/lib/uniword/wordprocessingml/style_name.rb +3 -3
  1627. data/lib/uniword/wordprocessingml/styles/list_style_definition.rb +2 -2
  1628. data/lib/uniword/wordprocessingml/styles/paragraph_style_definition.rb +3 -2
  1629. data/lib/uniword/wordprocessingml/styles/style_definition.rb +1 -1
  1630. data/lib/uniword/wordprocessingml/styles/style_library.rb +1 -1
  1631. data/lib/uniword/wordprocessingml/styles/table_style_definition.rb +7 -5
  1632. data/lib/uniword/wordprocessingml/styles.rb +4 -2
  1633. data/lib/uniword/wordprocessingml/styles_configuration.rb +47 -19
  1634. data/lib/uniword/wordprocessingml/symbol.rb +4 -4
  1635. data/lib/uniword/wordprocessingml/tab.rb +4 -4
  1636. data/lib/uniword/wordprocessingml/tab_stop.rb +5 -37
  1637. data/lib/uniword/wordprocessingml/table.rb +8 -7
  1638. data/lib/uniword/wordprocessingml/table_borders.rb +8 -8
  1639. data/lib/uniword/wordprocessingml/table_cell.rb +8 -38
  1640. data/lib/uniword/wordprocessingml/table_cell_borders.rb +6 -6
  1641. data/lib/uniword/wordprocessingml/table_cell_margin.rb +7 -7
  1642. data/lib/uniword/wordprocessingml/table_cell_properties.rb +14 -28
  1643. data/lib/uniword/wordprocessingml/table_grid.rb +3 -3
  1644. data/lib/uniword/wordprocessingml/table_properties.rb +18 -253
  1645. data/lib/uniword/wordprocessingml/table_row.rb +9 -25
  1646. data/lib/uniword/wordprocessingml/table_row_properties.rb +13 -9
  1647. data/lib/uniword/wordprocessingml/table_style.rb +3 -3
  1648. data/lib/uniword/wordprocessingml/text.rb +6 -13
  1649. data/lib/uniword/wordprocessingml/text_box_content.rb +7 -6
  1650. data/lib/uniword/wordprocessingml/text_direction.rb +3 -3
  1651. data/lib/uniword/wordprocessingml/title_pg.rb +20 -0
  1652. data/lib/uniword/wordprocessingml/tr_height.rb +4 -4
  1653. data/lib/uniword/wordprocessingml/ui_priority.rb +3 -3
  1654. data/lib/uniword/wordprocessingml/val_int.rb +3 -3
  1655. data/lib/uniword/wordprocessingml/w14_attributes.rb +1 -1
  1656. data/lib/uniword/wordprocessingml/web_settings.rb +30 -7
  1657. data/lib/uniword/wordprocessingml/width_after.rb +4 -4
  1658. data/lib/uniword/wordprocessingml/width_before.rb +4 -4
  1659. data/lib/uniword/wordprocessingml/zoom.rb +3 -3
  1660. data/lib/uniword/wordprocessingml.rb +209 -197
  1661. data/lib/uniword/wordprocessingml_2010/checkbox.rb +5 -5
  1662. data/lib/uniword/wordprocessingml_2010/checked_state.rb +4 -4
  1663. data/lib/uniword/wordprocessingml_2010/conditional_format_style.rb +7 -7
  1664. data/lib/uniword/wordprocessingml_2010/conflict_deletion.rb +5 -5
  1665. data/lib/uniword/wordprocessingml_2010/conflict_insertion.rb +5 -5
  1666. data/lib/uniword/wordprocessingml_2010/conflict_mode.rb +3 -3
  1667. data/lib/uniword/wordprocessingml_2010/custom_xml_conflict_insertion.rb +4 -4
  1668. data/lib/uniword/wordprocessingml_2010/doc_id.rb +3 -3
  1669. data/lib/uniword/wordprocessingml_2010/doc_part_gallery.rb +3 -3
  1670. data/lib/uniword/wordprocessingml_2010/doc_part_obj.rb +5 -5
  1671. data/lib/uniword/wordprocessingml_2010/entity_picker.rb +3 -3
  1672. data/lib/uniword/wordprocessingml_2010/ligatures.rb +3 -3
  1673. data/lib/uniword/wordprocessingml_2010/number_form.rb +3 -3
  1674. data/lib/uniword/wordprocessingml_2010/para_id.rb +3 -3
  1675. data/lib/uniword/wordprocessingml_2010/props3d.rb +5 -5
  1676. data/lib/uniword/wordprocessingml_2010/sdt_content.rb +3 -3
  1677. data/lib/uniword/wordprocessingml_2010/sdt_properties.rb +5 -5
  1678. data/lib/uniword/wordprocessingml_2010/structured_document_tag.rb +4 -4
  1679. data/lib/uniword/wordprocessingml_2010/text_fill.rb +5 -5
  1680. data/lib/uniword/wordprocessingml_2010/text_glow.rb +4 -4
  1681. data/lib/uniword/wordprocessingml_2010/text_id.rb +3 -3
  1682. data/lib/uniword/wordprocessingml_2010/text_outline.rb +6 -6
  1683. data/lib/uniword/wordprocessingml_2010/text_reflection.rb +6 -6
  1684. data/lib/uniword/wordprocessingml_2010/text_shadow.rb +6 -6
  1685. data/lib/uniword/wordprocessingml_2010/unchecked_state.rb +4 -4
  1686. data/lib/uniword/wordprocessingml_2010.rb +30 -26
  1687. data/lib/uniword/wordprocessingml_2013/chart_props.rb +4 -4
  1688. data/lib/uniword/wordprocessingml_2013/chart_tracking_ref_based.rb +3 -3
  1689. data/lib/uniword/wordprocessingml_2013/comment_author.rb +5 -5
  1690. data/lib/uniword/wordprocessingml_2013/comment_collapsed.rb +3 -3
  1691. data/lib/uniword/wordprocessingml_2013/comment_done.rb +3 -3
  1692. data/lib/uniword/wordprocessingml_2013/comment_ex.rb +5 -5
  1693. data/lib/uniword/wordprocessingml_2013/comments_ids.rb +3 -3
  1694. data/lib/uniword/wordprocessingml_2013/doc_part_anchor.rb +3 -3
  1695. data/lib/uniword/wordprocessingml_2013/document_part.rb +3 -3
  1696. data/lib/uniword/wordprocessingml_2013/footnote_columns.rb +3 -3
  1697. data/lib/uniword/wordprocessingml_2013/people_group.rb +4 -4
  1698. data/lib/uniword/wordprocessingml_2013/person.rb +5 -5
  1699. data/lib/uniword/wordprocessingml_2013/presence_info.rb +4 -4
  1700. data/lib/uniword/wordprocessingml_2013/repeating_section.rb +4 -4
  1701. data/lib/uniword/wordprocessingml_2013/repeating_section_item.rb +3 -3
  1702. data/lib/uniword/wordprocessingml_2013/sdt_appearance.rb +3 -3
  1703. data/lib/uniword/wordprocessingml_2013/sdt_color.rb +3 -3
  1704. data/lib/uniword/wordprocessingml_2013/sdt_data_binding.rb +4 -4
  1705. data/lib/uniword/wordprocessingml_2013/web_extension.rb +3 -3
  1706. data/lib/uniword/wordprocessingml_2013/web_extension_linked.rb +3 -3
  1707. data/lib/uniword/wordprocessingml_2013.rb +26 -21
  1708. data/lib/uniword/wordprocessingml_2016/cell_rsid.rb +3 -3
  1709. data/lib/uniword/wordprocessingml_2016/chart_color_style.rb +3 -3
  1710. data/lib/uniword/wordprocessingml_2016/chart_style2016.rb +3 -3
  1711. data/lib/uniword/wordprocessingml_2016/comments_ext.rb +4 -4
  1712. data/lib/uniword/wordprocessingml_2016/conflict_mode2016.rb +3 -3
  1713. data/lib/uniword/wordprocessingml_2016/content_id.rb +3 -3
  1714. data/lib/uniword/wordprocessingml_2016/data_binding2016.rb +5 -5
  1715. data/lib/uniword/wordprocessingml_2016/extension.rb +4 -4
  1716. data/lib/uniword/wordprocessingml_2016/extension_list.rb +3 -3
  1717. data/lib/uniword/wordprocessingml_2016/persistent_document_id.rb +3 -3
  1718. data/lib/uniword/wordprocessingml_2016/row_rsid.rb +3 -3
  1719. data/lib/uniword/wordprocessingml_2016/sdt_appearance2016.rb +3 -3
  1720. data/lib/uniword/wordprocessingml_2016/separator_extension.rb +3 -3
  1721. data/lib/uniword/wordprocessingml_2016/table_rsid.rb +3 -3
  1722. data/lib/uniword/wordprocessingml_2016/web_video_property.rb +4 -4
  1723. data/lib/uniword/wordprocessingml_2016.rb +21 -16
  1724. data/lib/uniword/wp_drawing/align.rb +3 -3
  1725. data/lib/uniword/wp_drawing/allow_overlap.rb +3 -3
  1726. data/lib/uniword/wp_drawing/anchor.rb +29 -27
  1727. data/lib/uniword/wp_drawing/behind_doc.rb +3 -3
  1728. data/lib/uniword/wp_drawing/c_nv_graphic_frame_pr.rb +5 -5
  1729. data/lib/uniword/wp_drawing/doc_pr.rb +7 -7
  1730. data/lib/uniword/wp_drawing/doc_properties.rb +8 -6
  1731. data/lib/uniword/wp_drawing/effect_extent.rb +6 -6
  1732. data/lib/uniword/wp_drawing/extent.rb +4 -4
  1733. data/lib/uniword/wp_drawing/hidden.rb +3 -3
  1734. data/lib/uniword/wp_drawing/inline.rb +16 -11
  1735. data/lib/uniword/wp_drawing/layout_in_cell.rb +3 -3
  1736. data/lib/uniword/wp_drawing/line_to.rb +4 -4
  1737. data/lib/uniword/wp_drawing/locked.rb +3 -3
  1738. data/lib/uniword/wp_drawing/non_visual_drawing_props.rb +6 -4
  1739. data/lib/uniword/wp_drawing/pos_offset.rb +3 -3
  1740. data/lib/uniword/wp_drawing/position_h.rb +5 -5
  1741. data/lib/uniword/wp_drawing/position_v.rb +5 -5
  1742. data/lib/uniword/wp_drawing/relative_height.rb +3 -3
  1743. data/lib/uniword/wp_drawing/simple_pos.rb +4 -4
  1744. data/lib/uniword/wp_drawing/size_rel_h.rb +4 -4
  1745. data/lib/uniword/wp_drawing/size_rel_v.rb +4 -4
  1746. data/lib/uniword/wp_drawing/start.rb +4 -4
  1747. data/lib/uniword/wp_drawing/wrap_none.rb +2 -2
  1748. data/lib/uniword/wp_drawing/wrap_polygon.rb +5 -5
  1749. data/lib/uniword/wp_drawing/wrap_square.rb +8 -8
  1750. data/lib/uniword/wp_drawing/wrap_through.rb +6 -6
  1751. data/lib/uniword/wp_drawing/wrap_tight.rb +6 -6
  1752. data/lib/uniword/wp_drawing/wrap_top_and_bottom.rb +5 -5
  1753. data/lib/uniword/wp_drawing.rb +30 -29
  1754. data/lib/uniword.rb +139 -121
  1755. metadata +583 -41
  1756. data/lib/uniword/document_properties/app_version.rb +0 -22
  1757. data/lib/uniword/document_properties/application.rb +0 -22
  1758. data/lib/uniword/document_properties/bool_value.rb +0 -22
  1759. data/lib/uniword/document_properties/company.rb +0 -22
  1760. data/lib/uniword/document_properties/custom_properties.rb +0 -23
  1761. data/lib/uniword/document_properties/custom_property.rb +0 -37
  1762. data/lib/uniword/document_properties/doc_security.rb +0 -22
  1763. data/lib/uniword/document_properties/extended_properties.rb +0 -41
  1764. data/lib/uniword/document_properties/file_time.rb +0 -22
  1765. data/lib/uniword/document_properties/heading_pairs.rb +0 -23
  1766. data/lib/uniword/document_properties/hyperlinks_changed.rb +0 -22
  1767. data/lib/uniword/document_properties/i4.rb +0 -22
  1768. data/lib/uniword/document_properties/links_up_to_date.rb +0 -22
  1769. data/lib/uniword/document_properties/lpw_str.rb +0 -22
  1770. data/lib/uniword/document_properties/manager.rb +0 -22
  1771. data/lib/uniword/document_properties/scale_crop.rb +0 -22
  1772. data/lib/uniword/document_properties/shared_doc.rb +0 -22
  1773. data/lib/uniword/document_properties/titles_of_parts.rb +0 -23
  1774. data/lib/uniword/document_properties/variant.rb +0 -25
  1775. data/lib/uniword/document_properties/vector.rb +0 -27
  1776. data/lib/uniword/document_properties.rb +0 -32
  1777. data/lib/uniword/metadata/metadata.rb +0 -345
  1778. data/lib/uniword/metadata/metadata_extractor.rb +0 -403
  1779. data/lib/uniword/metadata/metadata_index.rb +0 -455
  1780. data/lib/uniword/metadata/metadata_manager.rb +0 -334
  1781. data/lib/uniword/metadata/metadata_updater.rb +0 -243
  1782. data/lib/uniword/metadata/metadata_validator.rb +0 -326
  1783. data/lib/uniword/metadata.rb +0 -12
  1784. data/lib/uniword/ooxml/docx_package.rb +0 -989
@@ -0,0 +1,4439 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3
+ xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
4
+ xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
5
+ xmlns:xdr="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
6
+ xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
7
+ targetNamespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
8
+ elementFormDefault="qualified">
9
+ <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
10
+ schemaLocation="shared-relationshipReference.xsd"/>
11
+ <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
12
+ schemaLocation="shared-commonSimpleTypes.xsd"/>
13
+ <xsd:import
14
+ namespace="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
15
+ schemaLocation="dml-spreadsheetDrawing.xsd"/>
16
+ <xsd:complexType name="CT_AutoFilter">
17
+ <xsd:sequence>
18
+ <xsd:element name="filterColumn" minOccurs="0" maxOccurs="unbounded" type="CT_FilterColumn"/>
19
+ <xsd:element name="sortState" minOccurs="0" maxOccurs="1" type="CT_SortState"/>
20
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
21
+ </xsd:sequence>
22
+ <xsd:attribute name="ref" type="ST_Ref"/>
23
+ </xsd:complexType>
24
+ <xsd:complexType name="CT_FilterColumn">
25
+ <xsd:choice minOccurs="0" maxOccurs="1">
26
+ <xsd:element name="filters" type="CT_Filters" minOccurs="0" maxOccurs="1"/>
27
+ <xsd:element name="top10" type="CT_Top10" minOccurs="0" maxOccurs="1"/>
28
+ <xsd:element name="customFilters" type="CT_CustomFilters" minOccurs="0" maxOccurs="1"/>
29
+ <xsd:element name="dynamicFilter" type="CT_DynamicFilter" minOccurs="0" maxOccurs="1"/>
30
+ <xsd:element name="colorFilter" type="CT_ColorFilter" minOccurs="0" maxOccurs="1"/>
31
+ <xsd:element name="iconFilter" minOccurs="0" maxOccurs="1" type="CT_IconFilter"/>
32
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
33
+ </xsd:choice>
34
+ <xsd:attribute name="colId" type="xsd:unsignedInt" use="required"/>
35
+ <xsd:attribute name="hiddenButton" type="xsd:boolean" use="optional" default="false"/>
36
+ <xsd:attribute name="showButton" type="xsd:boolean" use="optional" default="true"/>
37
+ </xsd:complexType>
38
+ <xsd:complexType name="CT_Filters">
39
+ <xsd:sequence>
40
+ <xsd:element name="filter" type="CT_Filter" minOccurs="0" maxOccurs="unbounded"/>
41
+ <xsd:element name="dateGroupItem" type="CT_DateGroupItem" minOccurs="0" maxOccurs="unbounded"
42
+ />
43
+ </xsd:sequence>
44
+ <xsd:attribute name="blank" type="xsd:boolean" use="optional" default="false"/>
45
+ <xsd:attribute name="calendarType" type="s:ST_CalendarType" use="optional" default="none"/>
46
+ </xsd:complexType>
47
+ <xsd:complexType name="CT_Filter">
48
+ <xsd:attribute name="val" type="s:ST_Xstring"/>
49
+ </xsd:complexType>
50
+ <xsd:complexType name="CT_CustomFilters">
51
+ <xsd:sequence>
52
+ <xsd:element name="customFilter" type="CT_CustomFilter" minOccurs="1" maxOccurs="2"/>
53
+ </xsd:sequence>
54
+ <xsd:attribute name="and" type="xsd:boolean" use="optional" default="false"/>
55
+ </xsd:complexType>
56
+ <xsd:complexType name="CT_CustomFilter">
57
+ <xsd:attribute name="operator" type="ST_FilterOperator" default="equal" use="optional"/>
58
+ <xsd:attribute name="val" type="s:ST_Xstring"/>
59
+ </xsd:complexType>
60
+ <xsd:complexType name="CT_Top10">
61
+ <xsd:attribute name="top" type="xsd:boolean" use="optional" default="true"/>
62
+ <xsd:attribute name="percent" type="xsd:boolean" use="optional" default="false"/>
63
+ <xsd:attribute name="val" type="xsd:double" use="required"/>
64
+ <xsd:attribute name="filterVal" type="xsd:double" use="optional"/>
65
+ </xsd:complexType>
66
+ <xsd:complexType name="CT_ColorFilter">
67
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
68
+ <xsd:attribute name="cellColor" type="xsd:boolean" use="optional" default="true"/>
69
+ </xsd:complexType>
70
+ <xsd:complexType name="CT_IconFilter">
71
+ <xsd:attribute name="iconSet" type="ST_IconSetType" use="required"/>
72
+ <xsd:attribute name="iconId" type="xsd:unsignedInt" use="optional"/>
73
+ </xsd:complexType>
74
+ <xsd:simpleType name="ST_FilterOperator">
75
+ <xsd:restriction base="xsd:string">
76
+ <xsd:enumeration value="equal"/>
77
+ <xsd:enumeration value="lessThan"/>
78
+ <xsd:enumeration value="lessThanOrEqual"/>
79
+ <xsd:enumeration value="notEqual"/>
80
+ <xsd:enumeration value="greaterThanOrEqual"/>
81
+ <xsd:enumeration value="greaterThan"/>
82
+ </xsd:restriction>
83
+ </xsd:simpleType>
84
+ <xsd:complexType name="CT_DynamicFilter">
85
+ <xsd:attribute name="type" type="ST_DynamicFilterType" use="required"/>
86
+ <xsd:attribute name="val" type="xsd:double" use="optional"/>
87
+ <xsd:attribute name="valIso" type="xsd:dateTime" use="optional"/>
88
+ <xsd:attribute name="maxVal" type="xsd:double" use="optional"/>
89
+ <xsd:attribute name="maxValIso" type="xsd:dateTime" use="optional"/>
90
+ </xsd:complexType>
91
+ <xsd:simpleType name="ST_DynamicFilterType">
92
+ <xsd:restriction base="xsd:string">
93
+ <xsd:enumeration value="null"/>
94
+ <xsd:enumeration value="aboveAverage"/>
95
+ <xsd:enumeration value="belowAverage"/>
96
+ <xsd:enumeration value="tomorrow"/>
97
+ <xsd:enumeration value="today"/>
98
+ <xsd:enumeration value="yesterday"/>
99
+ <xsd:enumeration value="nextWeek"/>
100
+ <xsd:enumeration value="thisWeek"/>
101
+ <xsd:enumeration value="lastWeek"/>
102
+ <xsd:enumeration value="nextMonth"/>
103
+ <xsd:enumeration value="thisMonth"/>
104
+ <xsd:enumeration value="lastMonth"/>
105
+ <xsd:enumeration value="nextQuarter"/>
106
+ <xsd:enumeration value="thisQuarter"/>
107
+ <xsd:enumeration value="lastQuarter"/>
108
+ <xsd:enumeration value="nextYear"/>
109
+ <xsd:enumeration value="thisYear"/>
110
+ <xsd:enumeration value="lastYear"/>
111
+ <xsd:enumeration value="yearToDate"/>
112
+ <xsd:enumeration value="Q1"/>
113
+ <xsd:enumeration value="Q2"/>
114
+ <xsd:enumeration value="Q3"/>
115
+ <xsd:enumeration value="Q4"/>
116
+ <xsd:enumeration value="M1"/>
117
+ <xsd:enumeration value="M2"/>
118
+ <xsd:enumeration value="M3"/>
119
+ <xsd:enumeration value="M4"/>
120
+ <xsd:enumeration value="M5"/>
121
+ <xsd:enumeration value="M6"/>
122
+ <xsd:enumeration value="M7"/>
123
+ <xsd:enumeration value="M8"/>
124
+ <xsd:enumeration value="M9"/>
125
+ <xsd:enumeration value="M10"/>
126
+ <xsd:enumeration value="M11"/>
127
+ <xsd:enumeration value="M12"/>
128
+ </xsd:restriction>
129
+ </xsd:simpleType>
130
+ <xsd:simpleType name="ST_IconSetType">
131
+ <xsd:restriction base="xsd:string">
132
+ <xsd:enumeration value="3Arrows"/>
133
+ <xsd:enumeration value="3ArrowsGray"/>
134
+ <xsd:enumeration value="3Flags"/>
135
+ <xsd:enumeration value="3TrafficLights1"/>
136
+ <xsd:enumeration value="3TrafficLights2"/>
137
+ <xsd:enumeration value="3Signs"/>
138
+ <xsd:enumeration value="3Symbols"/>
139
+ <xsd:enumeration value="3Symbols2"/>
140
+ <xsd:enumeration value="4Arrows"/>
141
+ <xsd:enumeration value="4ArrowsGray"/>
142
+ <xsd:enumeration value="4RedToBlack"/>
143
+ <xsd:enumeration value="4Rating"/>
144
+ <xsd:enumeration value="4TrafficLights"/>
145
+ <xsd:enumeration value="5Arrows"/>
146
+ <xsd:enumeration value="5ArrowsGray"/>
147
+ <xsd:enumeration value="5Rating"/>
148
+ <xsd:enumeration value="5Quarters"/>
149
+ </xsd:restriction>
150
+ </xsd:simpleType>
151
+ <xsd:complexType name="CT_SortState">
152
+ <xsd:sequence>
153
+ <xsd:element name="sortCondition" minOccurs="0" maxOccurs="64" type="CT_SortCondition"/>
154
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
155
+ </xsd:sequence>
156
+ <xsd:attribute name="columnSort" type="xsd:boolean" use="optional" default="false"/>
157
+ <xsd:attribute name="caseSensitive" type="xsd:boolean" use="optional" default="false"/>
158
+ <xsd:attribute name="sortMethod" type="ST_SortMethod" use="optional" default="none"/>
159
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
160
+ </xsd:complexType>
161
+ <xsd:complexType name="CT_SortCondition">
162
+ <xsd:attribute name="descending" type="xsd:boolean" use="optional" default="false"/>
163
+ <xsd:attribute name="sortBy" type="ST_SortBy" use="optional" default="value"/>
164
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
165
+ <xsd:attribute name="customList" type="s:ST_Xstring" use="optional"/>
166
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
167
+ <xsd:attribute name="iconSet" type="ST_IconSetType" use="optional" default="3Arrows"/>
168
+ <xsd:attribute name="iconId" type="xsd:unsignedInt" use="optional"/>
169
+ </xsd:complexType>
170
+ <xsd:simpleType name="ST_SortBy">
171
+ <xsd:restriction base="xsd:string">
172
+ <xsd:enumeration value="value"/>
173
+ <xsd:enumeration value="cellColor"/>
174
+ <xsd:enumeration value="fontColor"/>
175
+ <xsd:enumeration value="icon"/>
176
+ </xsd:restriction>
177
+ </xsd:simpleType>
178
+ <xsd:simpleType name="ST_SortMethod">
179
+ <xsd:restriction base="xsd:string">
180
+ <xsd:enumeration value="stroke"/>
181
+ <xsd:enumeration value="pinYin"/>
182
+ <xsd:enumeration value="none"/>
183
+ </xsd:restriction>
184
+ </xsd:simpleType>
185
+ <xsd:complexType name="CT_DateGroupItem">
186
+ <xsd:attribute name="year" type="xsd:unsignedShort" use="required"/>
187
+ <xsd:attribute name="month" type="xsd:unsignedShort" use="optional"/>
188
+ <xsd:attribute name="day" type="xsd:unsignedShort" use="optional"/>
189
+ <xsd:attribute name="hour" type="xsd:unsignedShort" use="optional"/>
190
+ <xsd:attribute name="minute" type="xsd:unsignedShort" use="optional"/>
191
+ <xsd:attribute name="second" type="xsd:unsignedShort" use="optional"/>
192
+ <xsd:attribute name="dateTimeGrouping" type="ST_DateTimeGrouping" use="required"/>
193
+ </xsd:complexType>
194
+ <xsd:simpleType name="ST_DateTimeGrouping">
195
+ <xsd:restriction base="xsd:string">
196
+ <xsd:enumeration value="year"/>
197
+ <xsd:enumeration value="month"/>
198
+ <xsd:enumeration value="day"/>
199
+ <xsd:enumeration value="hour"/>
200
+ <xsd:enumeration value="minute"/>
201
+ <xsd:enumeration value="second"/>
202
+ </xsd:restriction>
203
+ </xsd:simpleType>
204
+ <xsd:simpleType name="ST_CellRef">
205
+ <xsd:restriction base="xsd:string"/>
206
+ </xsd:simpleType>
207
+ <xsd:simpleType name="ST_Ref">
208
+ <xsd:restriction base="xsd:string"/>
209
+ </xsd:simpleType>
210
+ <xsd:simpleType name="ST_RefA">
211
+ <xsd:restriction base="xsd:string"/>
212
+ </xsd:simpleType>
213
+ <xsd:simpleType name="ST_Sqref">
214
+ <xsd:list itemType="ST_Ref"/>
215
+ </xsd:simpleType>
216
+ <xsd:simpleType name="ST_Formula">
217
+ <xsd:restriction base="s:ST_Xstring"/>
218
+ </xsd:simpleType>
219
+ <xsd:simpleType name="ST_UnsignedIntHex">
220
+ <xsd:restriction base="xsd:hexBinary">
221
+ <xsd:length value="4"/>
222
+ </xsd:restriction>
223
+ </xsd:simpleType>
224
+ <xsd:simpleType name="ST_UnsignedShortHex">
225
+ <xsd:restriction base="xsd:hexBinary">
226
+ <xsd:length value="2"/>
227
+ </xsd:restriction>
228
+ </xsd:simpleType>
229
+ <xsd:complexType name="CT_XStringElement">
230
+ <xsd:attribute name="v" type="s:ST_Xstring" use="required"/>
231
+ </xsd:complexType>
232
+ <xsd:complexType name="CT_Extension">
233
+ <xsd:sequence>
234
+ <xsd:any processContents="lax"/>
235
+ </xsd:sequence>
236
+ <xsd:attribute name="uri" type="xsd:token"/>
237
+ </xsd:complexType>
238
+ <xsd:complexType name="CT_ObjectAnchor">
239
+ <xsd:sequence>
240
+ <xsd:element ref="xdr:from" minOccurs="1" maxOccurs="1"/>
241
+ <xsd:element ref="xdr:to" minOccurs="1" maxOccurs="1"/>
242
+ </xsd:sequence>
243
+ <xsd:attribute name="moveWithCells" type="xsd:boolean" use="optional" default="false"/>
244
+ <xsd:attribute name="sizeWithCells" type="xsd:boolean" use="optional" default="false"/>
245
+ </xsd:complexType>
246
+ <xsd:group name="EG_ExtensionList">
247
+ <xsd:sequence>
248
+ <xsd:element name="ext" type="CT_Extension" minOccurs="0" maxOccurs="unbounded"/>
249
+ </xsd:sequence>
250
+ </xsd:group>
251
+ <xsd:complexType name="CT_ExtensionList">
252
+ <xsd:sequence>
253
+ <xsd:group ref="EG_ExtensionList" minOccurs="0"/>
254
+ </xsd:sequence>
255
+ </xsd:complexType>
256
+ <xsd:element name="calcChain" type="CT_CalcChain"/>
257
+ <xsd:complexType name="CT_CalcChain">
258
+ <xsd:sequence>
259
+ <xsd:element name="c" type="CT_CalcCell" minOccurs="1" maxOccurs="unbounded"/>
260
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
261
+ </xsd:sequence>
262
+ </xsd:complexType>
263
+ <xsd:complexType name="CT_CalcCell">
264
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
265
+ <xsd:attribute name="ref" type="ST_CellRef" use="optional"/>
266
+ <xsd:attribute name="i" type="xsd:int" use="optional" default="0"/>
267
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
268
+ <xsd:attribute name="l" type="xsd:boolean" use="optional" default="false"/>
269
+ <xsd:attribute name="t" type="xsd:boolean" use="optional" default="false"/>
270
+ <xsd:attribute name="a" type="xsd:boolean" use="optional" default="false"/>
271
+ </xsd:complexType>
272
+ <xsd:element name="comments" type="CT_Comments"/>
273
+ <xsd:complexType name="CT_Comments">
274
+ <xsd:sequence>
275
+ <xsd:element name="authors" type="CT_Authors" minOccurs="1" maxOccurs="1"/>
276
+ <xsd:element name="commentList" type="CT_CommentList" minOccurs="1" maxOccurs="1"/>
277
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
278
+ </xsd:sequence>
279
+ </xsd:complexType>
280
+ <xsd:complexType name="CT_Authors">
281
+ <xsd:sequence>
282
+ <xsd:element name="author" type="s:ST_Xstring" minOccurs="0" maxOccurs="unbounded"/>
283
+ </xsd:sequence>
284
+ </xsd:complexType>
285
+ <xsd:complexType name="CT_CommentList">
286
+ <xsd:sequence>
287
+ <xsd:element name="comment" type="CT_Comment" minOccurs="0" maxOccurs="unbounded"/>
288
+ </xsd:sequence>
289
+ </xsd:complexType>
290
+ <xsd:complexType name="CT_Comment">
291
+ <xsd:sequence>
292
+ <xsd:element name="text" type="CT_Rst" minOccurs="1" maxOccurs="1"/>
293
+ <xsd:element name="commentPr" type="CT_CommentPr" minOccurs="0" maxOccurs="1"/>
294
+ </xsd:sequence>
295
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
296
+ <xsd:attribute name="authorId" type="xsd:unsignedInt" use="required"/>
297
+ <xsd:attribute name="guid" type="s:ST_Guid" use="optional"/>
298
+ <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="optional"/>
299
+ </xsd:complexType>
300
+ <xsd:complexType name="CT_CommentPr">
301
+ <xsd:sequence>
302
+ <xsd:element name="anchor" type="CT_ObjectAnchor" minOccurs="1" maxOccurs="1"/>
303
+ </xsd:sequence>
304
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="true"/>
305
+ <xsd:attribute name="defaultSize" type="xsd:boolean" use="optional" default="true"/>
306
+ <xsd:attribute name="print" type="xsd:boolean" use="optional" default="true"/>
307
+ <xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false"/>
308
+ <xsd:attribute name="autoFill" type="xsd:boolean" use="optional" default="true"/>
309
+ <xsd:attribute name="autoLine" type="xsd:boolean" use="optional" default="true"/>
310
+ <xsd:attribute name="altText" type="s:ST_Xstring" use="optional"/>
311
+ <xsd:attribute name="textHAlign" type="ST_TextHAlign" use="optional" default="left"/>
312
+ <xsd:attribute name="textVAlign" type="ST_TextVAlign" use="optional" default="top"/>
313
+ <xsd:attribute name="lockText" type="xsd:boolean" use="optional" default="true"/>
314
+ <xsd:attribute name="justLastX" type="xsd:boolean" use="optional" default="false"/>
315
+ <xsd:attribute name="autoScale" type="xsd:boolean" use="optional" default="false"/>
316
+ </xsd:complexType>
317
+ <xsd:simpleType name="ST_TextHAlign">
318
+ <xsd:restriction base="xsd:string">
319
+ <xsd:enumeration value="left"/>
320
+ <xsd:enumeration value="center"/>
321
+ <xsd:enumeration value="right"/>
322
+ <xsd:enumeration value="justify"/>
323
+ <xsd:enumeration value="distributed"/>
324
+ </xsd:restriction>
325
+ </xsd:simpleType>
326
+ <xsd:simpleType name="ST_TextVAlign">
327
+ <xsd:restriction base="xsd:string">
328
+ <xsd:enumeration value="top"/>
329
+ <xsd:enumeration value="center"/>
330
+ <xsd:enumeration value="bottom"/>
331
+ <xsd:enumeration value="justify"/>
332
+ <xsd:enumeration value="distributed"/>
333
+ </xsd:restriction>
334
+ </xsd:simpleType>
335
+ <xsd:element name="MapInfo" type="CT_MapInfo"/>
336
+ <xsd:complexType name="CT_MapInfo">
337
+ <xsd:sequence>
338
+ <xsd:element name="Schema" type="CT_Schema" minOccurs="1" maxOccurs="unbounded"/>
339
+ <xsd:element name="Map" type="CT_Map" minOccurs="1" maxOccurs="unbounded"/>
340
+ </xsd:sequence>
341
+ <xsd:attribute name="SelectionNamespaces" type="xsd:string" use="required"/>
342
+ </xsd:complexType>
343
+ <xsd:complexType name="CT_Schema" mixed="true">
344
+ <xsd:sequence>
345
+ <xsd:any/>
346
+ </xsd:sequence>
347
+ <xsd:attribute name="ID" type="xsd:string" use="required"/>
348
+ <xsd:attribute name="SchemaRef" type="xsd:string" use="optional"/>
349
+ <xsd:attribute name="Namespace" type="xsd:string" use="optional"/>
350
+ <xsd:attribute name="SchemaLanguage" type="xsd:token" use="optional"/>
351
+ </xsd:complexType>
352
+ <xsd:complexType name="CT_Map">
353
+ <xsd:sequence>
354
+ <xsd:element name="DataBinding" type="CT_DataBinding" minOccurs="0" maxOccurs="1"/>
355
+ </xsd:sequence>
356
+ <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
357
+ <xsd:attribute name="Name" type="xsd:string" use="required"/>
358
+ <xsd:attribute name="RootElement" type="xsd:string" use="required"/>
359
+ <xsd:attribute name="SchemaID" type="xsd:string" use="required"/>
360
+ <xsd:attribute name="ShowImportExportValidationErrors" type="xsd:boolean" use="required"/>
361
+ <xsd:attribute name="AutoFit" type="xsd:boolean" use="required"/>
362
+ <xsd:attribute name="Append" type="xsd:boolean" use="required"/>
363
+ <xsd:attribute name="PreserveSortAFLayout" type="xsd:boolean" use="required"/>
364
+ <xsd:attribute name="PreserveFormat" type="xsd:boolean" use="required"/>
365
+ </xsd:complexType>
366
+ <xsd:complexType name="CT_DataBinding">
367
+ <xsd:sequence>
368
+ <xsd:any/>
369
+ </xsd:sequence>
370
+ <xsd:attribute name="DataBindingName" type="xsd:string" use="optional"/>
371
+ <xsd:attribute name="FileBinding" type="xsd:boolean" use="optional"/>
372
+ <xsd:attribute name="ConnectionID" type="xsd:unsignedInt" use="optional"/>
373
+ <xsd:attribute name="FileBindingName" type="xsd:string" use="optional"/>
374
+ <xsd:attribute name="DataBindingLoadMode" type="xsd:unsignedInt" use="required"/>
375
+ </xsd:complexType>
376
+ <xsd:element name="connections" type="CT_Connections"/>
377
+ <xsd:complexType name="CT_Connections">
378
+ <xsd:sequence>
379
+ <xsd:element name="connection" minOccurs="1" maxOccurs="unbounded" type="CT_Connection"/>
380
+ </xsd:sequence>
381
+ </xsd:complexType>
382
+ <xsd:complexType name="CT_Connection">
383
+ <xsd:sequence>
384
+ <xsd:element name="dbPr" minOccurs="0" maxOccurs="1" type="CT_DbPr"/>
385
+ <xsd:element name="olapPr" minOccurs="0" maxOccurs="1" type="CT_OlapPr"/>
386
+ <xsd:element name="webPr" minOccurs="0" maxOccurs="1" type="CT_WebPr"/>
387
+ <xsd:element name="textPr" minOccurs="0" maxOccurs="1" type="CT_TextPr"/>
388
+ <xsd:element name="parameters" minOccurs="0" maxOccurs="1" type="CT_Parameters"/>
389
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
390
+ </xsd:sequence>
391
+ <xsd:attribute name="id" use="required" type="xsd:unsignedInt"/>
392
+ <xsd:attribute name="sourceFile" use="optional" type="s:ST_Xstring"/>
393
+ <xsd:attribute name="odcFile" use="optional" type="s:ST_Xstring"/>
394
+ <xsd:attribute name="keepAlive" use="optional" type="xsd:boolean" default="false"/>
395
+ <xsd:attribute name="interval" use="optional" type="xsd:unsignedInt" default="0"/>
396
+ <xsd:attribute name="name" use="optional" type="s:ST_Xstring"/>
397
+ <xsd:attribute name="description" use="optional" type="s:ST_Xstring"/>
398
+ <xsd:attribute name="type" use="optional" type="xsd:unsignedInt"/>
399
+ <xsd:attribute name="reconnectionMethod" use="optional" type="xsd:unsignedInt" default="1"/>
400
+ <xsd:attribute name="refreshedVersion" use="required" type="xsd:unsignedByte"/>
401
+ <xsd:attribute name="minRefreshableVersion" use="optional" type="xsd:unsignedByte" default="0"/>
402
+ <xsd:attribute name="savePassword" use="optional" type="xsd:boolean" default="false"/>
403
+ <xsd:attribute name="new" use="optional" type="xsd:boolean" default="false"/>
404
+ <xsd:attribute name="deleted" use="optional" type="xsd:boolean" default="false"/>
405
+ <xsd:attribute name="onlyUseConnectionFile" use="optional" type="xsd:boolean" default="false"/>
406
+ <xsd:attribute name="background" use="optional" type="xsd:boolean" default="false"/>
407
+ <xsd:attribute name="refreshOnLoad" use="optional" type="xsd:boolean" default="false"/>
408
+ <xsd:attribute name="saveData" use="optional" type="xsd:boolean" default="false"/>
409
+ <xsd:attribute name="credentials" use="optional" type="ST_CredMethod" default="integrated"/>
410
+ <xsd:attribute name="singleSignOnId" use="optional" type="s:ST_Xstring"/>
411
+ </xsd:complexType>
412
+ <xsd:simpleType name="ST_CredMethod">
413
+ <xsd:restriction base="xsd:string">
414
+ <xsd:enumeration value="integrated"/>
415
+ <xsd:enumeration value="none"/>
416
+ <xsd:enumeration value="stored"/>
417
+ <xsd:enumeration value="prompt"/>
418
+ </xsd:restriction>
419
+ </xsd:simpleType>
420
+ <xsd:complexType name="CT_DbPr">
421
+ <xsd:attribute name="connection" use="required" type="s:ST_Xstring"/>
422
+ <xsd:attribute name="command" use="optional" type="s:ST_Xstring"/>
423
+ <xsd:attribute name="serverCommand" use="optional" type="s:ST_Xstring"/>
424
+ <xsd:attribute name="commandType" use="optional" type="xsd:unsignedInt" default="2"/>
425
+ </xsd:complexType>
426
+ <xsd:complexType name="CT_OlapPr">
427
+ <xsd:attribute name="local" use="optional" type="xsd:boolean" default="false"/>
428
+ <xsd:attribute name="localConnection" use="optional" type="s:ST_Xstring"/>
429
+ <xsd:attribute name="localRefresh" use="optional" type="xsd:boolean" default="true"/>
430
+ <xsd:attribute name="sendLocale" use="optional" type="xsd:boolean" default="false"/>
431
+ <xsd:attribute name="rowDrillCount" use="optional" type="xsd:unsignedInt"/>
432
+ <xsd:attribute name="serverFill" use="optional" type="xsd:boolean" default="true"/>
433
+ <xsd:attribute name="serverNumberFormat" use="optional" type="xsd:boolean" default="true"/>
434
+ <xsd:attribute name="serverFont" use="optional" type="xsd:boolean" default="true"/>
435
+ <xsd:attribute name="serverFontColor" use="optional" type="xsd:boolean" default="true"/>
436
+ </xsd:complexType>
437
+ <xsd:complexType name="CT_WebPr">
438
+ <xsd:sequence>
439
+ <xsd:element name="tables" minOccurs="0" maxOccurs="1" type="CT_Tables"/>
440
+ </xsd:sequence>
441
+ <xsd:attribute name="xml" use="optional" type="xsd:boolean" default="false"/>
442
+ <xsd:attribute name="sourceData" use="optional" type="xsd:boolean" default="false"/>
443
+ <xsd:attribute name="parsePre" use="optional" type="xsd:boolean" default="false"/>
444
+ <xsd:attribute name="consecutive" use="optional" type="xsd:boolean" default="false"/>
445
+ <xsd:attribute name="firstRow" use="optional" type="xsd:boolean" default="false"/>
446
+ <xsd:attribute name="xl97" use="optional" type="xsd:boolean" default="false"/>
447
+ <xsd:attribute name="textDates" use="optional" type="xsd:boolean" default="false"/>
448
+ <xsd:attribute name="xl2000" use="optional" type="xsd:boolean" default="false"/>
449
+ <xsd:attribute name="url" use="optional" type="s:ST_Xstring"/>
450
+ <xsd:attribute name="post" use="optional" type="s:ST_Xstring"/>
451
+ <xsd:attribute name="htmlTables" use="optional" type="xsd:boolean" default="false"/>
452
+ <xsd:attribute name="htmlFormat" use="optional" type="ST_HtmlFmt" default="none"/>
453
+ <xsd:attribute name="editPage" use="optional" type="s:ST_Xstring"/>
454
+ </xsd:complexType>
455
+ <xsd:simpleType name="ST_HtmlFmt">
456
+ <xsd:restriction base="xsd:string">
457
+ <xsd:enumeration value="none"/>
458
+ <xsd:enumeration value="rtf"/>
459
+ <xsd:enumeration value="all"/>
460
+ </xsd:restriction>
461
+ </xsd:simpleType>
462
+ <xsd:complexType name="CT_Parameters">
463
+ <xsd:sequence>
464
+ <xsd:element name="parameter" minOccurs="1" maxOccurs="unbounded" type="CT_Parameter"/>
465
+ </xsd:sequence>
466
+ <xsd:attribute name="count" use="optional" type="xsd:unsignedInt"/>
467
+ </xsd:complexType>
468
+ <xsd:complexType name="CT_Parameter">
469
+ <xsd:attribute name="name" use="optional" type="s:ST_Xstring"/>
470
+ <xsd:attribute name="sqlType" use="optional" type="xsd:int" default="0"/>
471
+ <xsd:attribute name="parameterType" use="optional" type="ST_ParameterType" default="prompt"/>
472
+ <xsd:attribute name="refreshOnChange" use="optional" type="xsd:boolean" default="false"/>
473
+ <xsd:attribute name="prompt" use="optional" type="s:ST_Xstring"/>
474
+ <xsd:attribute name="boolean" use="optional" type="xsd:boolean"/>
475
+ <xsd:attribute name="double" use="optional" type="xsd:double"/>
476
+ <xsd:attribute name="integer" use="optional" type="xsd:int"/>
477
+ <xsd:attribute name="string" use="optional" type="s:ST_Xstring"/>
478
+ <xsd:attribute name="cell" use="optional" type="s:ST_Xstring"/>
479
+ </xsd:complexType>
480
+ <xsd:simpleType name="ST_ParameterType">
481
+ <xsd:restriction base="xsd:string">
482
+ <xsd:enumeration value="prompt"/>
483
+ <xsd:enumeration value="value"/>
484
+ <xsd:enumeration value="cell"/>
485
+ </xsd:restriction>
486
+ </xsd:simpleType>
487
+ <xsd:complexType name="CT_Tables">
488
+ <xsd:choice minOccurs="1" maxOccurs="unbounded">
489
+ <xsd:element name="m" type="CT_TableMissing"/>
490
+ <xsd:element name="s" type="CT_XStringElement"/>
491
+ <xsd:element name="x" type="CT_Index"/>
492
+ </xsd:choice>
493
+ <xsd:attribute name="count" use="optional" type="xsd:unsignedInt"/>
494
+ </xsd:complexType>
495
+ <xsd:complexType name="CT_TableMissing"/>
496
+ <xsd:complexType name="CT_TextPr">
497
+ <xsd:sequence>
498
+ <xsd:element name="textFields" minOccurs="0" maxOccurs="1" type="CT_TextFields"/>
499
+ </xsd:sequence>
500
+ <xsd:attribute name="prompt" use="optional" type="xsd:boolean" default="true"/>
501
+ <xsd:attribute name="fileType" use="optional" type="ST_FileType" default="win"/>
502
+ <xsd:attribute name="codePage" use="optional" type="xsd:unsignedInt" default="1252"/>
503
+ <xsd:attribute name="characterSet" use="optional" type="xsd:string"/>
504
+ <xsd:attribute name="firstRow" use="optional" type="xsd:unsignedInt" default="1"/>
505
+ <xsd:attribute name="sourceFile" use="optional" type="s:ST_Xstring" default=""/>
506
+ <xsd:attribute name="delimited" use="optional" type="xsd:boolean" default="true"/>
507
+ <xsd:attribute name="decimal" use="optional" type="s:ST_Xstring" default="."/>
508
+ <xsd:attribute name="thousands" use="optional" type="s:ST_Xstring" default=","/>
509
+ <xsd:attribute name="tab" use="optional" type="xsd:boolean" default="true"/>
510
+ <xsd:attribute name="space" use="optional" type="xsd:boolean" default="false"/>
511
+ <xsd:attribute name="comma" use="optional" type="xsd:boolean" default="false"/>
512
+ <xsd:attribute name="semicolon" use="optional" type="xsd:boolean" default="false"/>
513
+ <xsd:attribute name="consecutive" use="optional" type="xsd:boolean" default="false"/>
514
+ <xsd:attribute name="qualifier" use="optional" type="ST_Qualifier" default="doubleQuote"/>
515
+ <xsd:attribute name="delimiter" use="optional" type="s:ST_Xstring"/>
516
+ </xsd:complexType>
517
+ <xsd:simpleType name="ST_FileType">
518
+ <xsd:restriction base="xsd:string">
519
+ <xsd:enumeration value="mac"/>
520
+ <xsd:enumeration value="win"/>
521
+ <xsd:enumeration value="dos"/>
522
+ <xsd:enumeration value="lin"/>
523
+ <xsd:enumeration value="other"/>
524
+ </xsd:restriction>
525
+ </xsd:simpleType>
526
+ <xsd:simpleType name="ST_Qualifier">
527
+ <xsd:restriction base="xsd:string">
528
+ <xsd:enumeration value="doubleQuote"/>
529
+ <xsd:enumeration value="singleQuote"/>
530
+ <xsd:enumeration value="none"/>
531
+ </xsd:restriction>
532
+ </xsd:simpleType>
533
+ <xsd:complexType name="CT_TextFields">
534
+ <xsd:sequence>
535
+ <xsd:element name="textField" minOccurs="1" maxOccurs="unbounded" type="CT_TextField"/>
536
+ </xsd:sequence>
537
+ <xsd:attribute name="count" use="optional" type="xsd:unsignedInt" default="1"/>
538
+ </xsd:complexType>
539
+ <xsd:complexType name="CT_TextField">
540
+ <xsd:attribute name="type" use="optional" type="ST_ExternalConnectionType" default="general"/>
541
+ <xsd:attribute name="position" use="optional" type="xsd:unsignedInt" default="0"/>
542
+ </xsd:complexType>
543
+ <xsd:simpleType name="ST_ExternalConnectionType">
544
+ <xsd:restriction base="xsd:string">
545
+ <xsd:enumeration value="general"/>
546
+ <xsd:enumeration value="text"/>
547
+ <xsd:enumeration value="MDY"/>
548
+ <xsd:enumeration value="DMY"/>
549
+ <xsd:enumeration value="YMD"/>
550
+ <xsd:enumeration value="MYD"/>
551
+ <xsd:enumeration value="DYM"/>
552
+ <xsd:enumeration value="YDM"/>
553
+ <xsd:enumeration value="skip"/>
554
+ <xsd:enumeration value="EMD"/>
555
+ </xsd:restriction>
556
+ </xsd:simpleType>
557
+ <xsd:element name="pivotCacheDefinition" type="CT_PivotCacheDefinition"/>
558
+ <xsd:element name="pivotCacheRecords" type="CT_PivotCacheRecords"/>
559
+ <xsd:element name="pivotTableDefinition" type="CT_pivotTableDefinition"/>
560
+ <xsd:complexType name="CT_PivotCacheDefinition">
561
+ <xsd:sequence>
562
+ <xsd:element name="cacheSource" type="CT_CacheSource" minOccurs="1" maxOccurs="1"/>
563
+ <xsd:element name="cacheFields" type="CT_CacheFields" minOccurs="1" maxOccurs="1"/>
564
+ <xsd:element name="cacheHierarchies" minOccurs="0" type="CT_CacheHierarchies"/>
565
+ <xsd:element name="kpis" minOccurs="0" type="CT_PCDKPIs"/>
566
+ <xsd:element name="tupleCache" minOccurs="0" type="CT_TupleCache"/>
567
+ <xsd:element name="calculatedItems" minOccurs="0" type="CT_CalculatedItems"/>
568
+ <xsd:element name="calculatedMembers" type="CT_CalculatedMembers" minOccurs="0"/>
569
+ <xsd:element name="dimensions" type="CT_Dimensions" minOccurs="0"/>
570
+ <xsd:element name="measureGroups" type="CT_MeasureGroups" minOccurs="0"/>
571
+ <xsd:element name="maps" type="CT_MeasureDimensionMaps" minOccurs="0"/>
572
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
573
+ </xsd:sequence>
574
+ <xsd:attribute ref="r:id" use="optional"/>
575
+ <xsd:attribute name="invalid" type="xsd:boolean" use="optional" default="false"/>
576
+ <xsd:attribute name="saveData" type="xsd:boolean" use="optional" default="true"/>
577
+ <xsd:attribute name="refreshOnLoad" type="xsd:boolean" use="optional" default="false"/>
578
+ <xsd:attribute name="optimizeMemory" type="xsd:boolean" use="optional" default="false"/>
579
+ <xsd:attribute name="enableRefresh" type="xsd:boolean" use="optional" default="true"/>
580
+ <xsd:attribute name="refreshedBy" type="s:ST_Xstring" use="optional"/>
581
+ <xsd:attribute name="refreshedDate" type="xsd:double" use="optional"/>
582
+ <xsd:attribute name="refreshedDateIso" type="xsd:dateTime" use="optional"/>
583
+ <xsd:attribute name="backgroundQuery" type="xsd:boolean" default="false"/>
584
+ <xsd:attribute name="missingItemsLimit" type="xsd:unsignedInt" use="optional"/>
585
+ <xsd:attribute name="createdVersion" type="xsd:unsignedByte" use="optional" default="0"/>
586
+ <xsd:attribute name="refreshedVersion" type="xsd:unsignedByte" use="optional" default="0"/>
587
+ <xsd:attribute name="minRefreshableVersion" type="xsd:unsignedByte" use="optional" default="0"/>
588
+ <xsd:attribute name="recordCount" type="xsd:unsignedInt" use="optional"/>
589
+ <xsd:attribute name="upgradeOnRefresh" type="xsd:boolean" use="optional" default="false"/>
590
+ <xsd:attribute name="tupleCache" type="xsd:boolean" use="optional" default="false"/>
591
+ <xsd:attribute name="supportSubquery" type="xsd:boolean" use="optional" default="false"/>
592
+ <xsd:attribute name="supportAdvancedDrill" type="xsd:boolean" use="optional" default="false"/>
593
+ </xsd:complexType>
594
+ <xsd:complexType name="CT_CacheFields">
595
+ <xsd:sequence>
596
+ <xsd:element name="cacheField" type="CT_CacheField" minOccurs="0" maxOccurs="unbounded"/>
597
+ </xsd:sequence>
598
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
599
+ </xsd:complexType>
600
+ <xsd:complexType name="CT_CacheField">
601
+ <xsd:sequence>
602
+ <xsd:element name="sharedItems" type="CT_SharedItems" minOccurs="0" maxOccurs="1"/>
603
+ <xsd:element name="fieldGroup" minOccurs="0" type="CT_FieldGroup"/>
604
+ <xsd:element name="mpMap" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
605
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
606
+ </xsd:sequence>
607
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
608
+ <xsd:attribute name="caption" type="s:ST_Xstring" use="optional"/>
609
+ <xsd:attribute name="propertyName" type="s:ST_Xstring" use="optional"/>
610
+ <xsd:attribute name="serverField" type="xsd:boolean" use="optional" default="false"/>
611
+ <xsd:attribute name="uniqueList" type="xsd:boolean" use="optional" default="true"/>
612
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
613
+ <xsd:attribute name="formula" type="s:ST_Xstring" use="optional"/>
614
+ <xsd:attribute name="sqlType" type="xsd:int" use="optional" default="0"/>
615
+ <xsd:attribute name="hierarchy" type="xsd:int" use="optional" default="0"/>
616
+ <xsd:attribute name="level" type="xsd:unsignedInt" use="optional" default="0"/>
617
+ <xsd:attribute name="databaseField" type="xsd:boolean" default="true"/>
618
+ <xsd:attribute name="mappingCount" type="xsd:unsignedInt" use="optional"/>
619
+ <xsd:attribute name="memberPropertyField" type="xsd:boolean" use="optional" default="false"/>
620
+ </xsd:complexType>
621
+ <xsd:complexType name="CT_CacheSource">
622
+ <xsd:choice minOccurs="0" maxOccurs="1">
623
+ <xsd:element name="worksheetSource" type="CT_WorksheetSource" minOccurs="1" maxOccurs="1"/>
624
+ <xsd:element name="consolidation" type="CT_Consolidation" minOccurs="1" maxOccurs="1"/>
625
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0"/>
626
+ </xsd:choice>
627
+ <xsd:attribute name="type" type="ST_SourceType" use="required"/>
628
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" default="0" use="optional"/>
629
+ </xsd:complexType>
630
+ <xsd:simpleType name="ST_SourceType">
631
+ <xsd:restriction base="xsd:string">
632
+ <xsd:enumeration value="worksheet"/>
633
+ <xsd:enumeration value="external"/>
634
+ <xsd:enumeration value="consolidation"/>
635
+ <xsd:enumeration value="scenario"/>
636
+ </xsd:restriction>
637
+ </xsd:simpleType>
638
+ <xsd:complexType name="CT_WorksheetSource">
639
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
640
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
641
+ <xsd:attribute name="sheet" type="s:ST_Xstring" use="optional"/>
642
+ <xsd:attribute ref="r:id" use="optional"/>
643
+ </xsd:complexType>
644
+ <xsd:complexType name="CT_Consolidation">
645
+ <xsd:sequence>
646
+ <xsd:element name="pages" type="CT_Pages" minOccurs="0" maxOccurs="1"/>
647
+ <xsd:element name="rangeSets" type="CT_RangeSets" minOccurs="1" maxOccurs="1"/>
648
+ </xsd:sequence>
649
+ <xsd:attribute name="autoPage" type="xsd:boolean" default="true" use="optional"/>
650
+ </xsd:complexType>
651
+ <xsd:complexType name="CT_Pages">
652
+ <xsd:sequence>
653
+ <xsd:element name="page" type="CT_PCDSCPage" minOccurs="1" maxOccurs="4"/>
654
+ </xsd:sequence>
655
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
656
+ </xsd:complexType>
657
+ <xsd:complexType name="CT_PCDSCPage">
658
+ <xsd:sequence>
659
+ <xsd:element name="pageItem" type="CT_PageItem" minOccurs="0" maxOccurs="unbounded"/>
660
+ </xsd:sequence>
661
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
662
+ </xsd:complexType>
663
+ <xsd:complexType name="CT_PageItem">
664
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
665
+ </xsd:complexType>
666
+ <xsd:complexType name="CT_RangeSets">
667
+ <xsd:sequence>
668
+ <xsd:element name="rangeSet" type="CT_RangeSet" minOccurs="1" maxOccurs="unbounded"/>
669
+ </xsd:sequence>
670
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
671
+ </xsd:complexType>
672
+ <xsd:complexType name="CT_RangeSet">
673
+ <xsd:attribute name="i1" type="xsd:unsignedInt" use="optional"/>
674
+ <xsd:attribute name="i2" type="xsd:unsignedInt" use="optional"/>
675
+ <xsd:attribute name="i3" type="xsd:unsignedInt" use="optional"/>
676
+ <xsd:attribute name="i4" type="xsd:unsignedInt" use="optional"/>
677
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
678
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
679
+ <xsd:attribute name="sheet" type="s:ST_Xstring" use="optional"/>
680
+ <xsd:attribute ref="r:id" use="optional"/>
681
+ </xsd:complexType>
682
+ <xsd:complexType name="CT_SharedItems">
683
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
684
+ <xsd:element name="m" type="CT_Missing" minOccurs="1" maxOccurs="1"/>
685
+ <xsd:element name="n" type="CT_Number" minOccurs="1" maxOccurs="1"/>
686
+ <xsd:element name="b" type="CT_Boolean" minOccurs="1" maxOccurs="1"/>
687
+ <xsd:element name="e" type="CT_Error" minOccurs="1" maxOccurs="1"/>
688
+ <xsd:element name="s" type="CT_String" minOccurs="1" maxOccurs="1"/>
689
+ <xsd:element name="d" type="CT_DateTime" minOccurs="1" maxOccurs="1"/>
690
+ </xsd:choice>
691
+ <xsd:attribute name="containsSemiMixedTypes" type="xsd:boolean" use="optional" default="true"/>
692
+ <xsd:attribute name="containsNonDate" type="xsd:boolean" use="optional" default="true"/>
693
+ <xsd:attribute name="containsDate" type="xsd:boolean" use="optional" default="false"/>
694
+ <xsd:attribute name="containsString" type="xsd:boolean" use="optional" default="true"/>
695
+ <xsd:attribute name="containsBlank" type="xsd:boolean" use="optional" default="false"/>
696
+ <xsd:attribute name="containsMixedTypes" type="xsd:boolean" use="optional" default="false"/>
697
+ <xsd:attribute name="containsNumber" type="xsd:boolean" use="optional" default="false"/>
698
+ <xsd:attribute name="containsInteger" type="xsd:boolean" use="optional" default="false"/>
699
+ <xsd:attribute name="minValue" type="xsd:double" use="optional"/>
700
+ <xsd:attribute name="maxValue" type="xsd:double" use="optional"/>
701
+ <xsd:attribute name="minDate" type="xsd:dateTime" use="optional"/>
702
+ <xsd:attribute name="maxDate" type="xsd:dateTime" use="optional"/>
703
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
704
+ <xsd:attribute name="longText" type="xsd:boolean" use="optional" default="false"/>
705
+ </xsd:complexType>
706
+ <xsd:complexType name="CT_Missing">
707
+ <xsd:sequence>
708
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
709
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
710
+ </xsd:sequence>
711
+ <xsd:attribute name="u" type="xsd:boolean"/>
712
+ <xsd:attribute name="f" type="xsd:boolean"/>
713
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
714
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
715
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
716
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
717
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
718
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
719
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
720
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
721
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
722
+ </xsd:complexType>
723
+ <xsd:complexType name="CT_Number">
724
+ <xsd:sequence>
725
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
726
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
727
+ </xsd:sequence>
728
+ <xsd:attribute name="v" use="required" type="xsd:double"/>
729
+ <xsd:attribute name="u" type="xsd:boolean"/>
730
+ <xsd:attribute name="f" type="xsd:boolean"/>
731
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
732
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
733
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
734
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
735
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
736
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
737
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
738
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
739
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
740
+ </xsd:complexType>
741
+ <xsd:complexType name="CT_Boolean">
742
+ <xsd:sequence>
743
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
744
+ </xsd:sequence>
745
+ <xsd:attribute name="v" use="required" type="xsd:boolean"/>
746
+ <xsd:attribute name="u" type="xsd:boolean"/>
747
+ <xsd:attribute name="f" type="xsd:boolean"/>
748
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
749
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
750
+ </xsd:complexType>
751
+ <xsd:complexType name="CT_Error">
752
+ <xsd:sequence>
753
+ <xsd:element name="tpls" minOccurs="0" type="CT_Tuples"/>
754
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
755
+ </xsd:sequence>
756
+ <xsd:attribute name="v" use="required" type="s:ST_Xstring"/>
757
+ <xsd:attribute name="u" type="xsd:boolean"/>
758
+ <xsd:attribute name="f" type="xsd:boolean"/>
759
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
760
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
761
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
762
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
763
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
764
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
765
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
766
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
767
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
768
+ </xsd:complexType>
769
+ <xsd:complexType name="CT_String">
770
+ <xsd:sequence>
771
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
772
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
773
+ </xsd:sequence>
774
+ <xsd:attribute name="v" use="required" type="s:ST_Xstring"/>
775
+ <xsd:attribute name="u" type="xsd:boolean"/>
776
+ <xsd:attribute name="f" type="xsd:boolean"/>
777
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
778
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
779
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
780
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
781
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
782
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
783
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
784
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
785
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
786
+ </xsd:complexType>
787
+ <xsd:complexType name="CT_DateTime">
788
+ <xsd:sequence>
789
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
790
+ </xsd:sequence>
791
+ <xsd:attribute name="v" use="required" type="xsd:dateTime"/>
792
+ <xsd:attribute name="u" type="xsd:boolean"/>
793
+ <xsd:attribute name="f" type="xsd:boolean"/>
794
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
795
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
796
+ </xsd:complexType>
797
+ <xsd:complexType name="CT_FieldGroup">
798
+ <xsd:sequence>
799
+ <xsd:element name="rangePr" minOccurs="0" type="CT_RangePr"/>
800
+ <xsd:element name="discretePr" minOccurs="0" type="CT_DiscretePr"/>
801
+ <xsd:element name="groupItems" minOccurs="0" type="CT_GroupItems"/>
802
+ </xsd:sequence>
803
+ <xsd:attribute name="par" type="xsd:unsignedInt" use="optional"/>
804
+ <xsd:attribute name="base" type="xsd:unsignedInt" use="optional"/>
805
+ </xsd:complexType>
806
+ <xsd:complexType name="CT_RangePr">
807
+ <xsd:attribute name="autoStart" type="xsd:boolean" default="true"/>
808
+ <xsd:attribute name="autoEnd" type="xsd:boolean" default="true"/>
809
+ <xsd:attribute name="groupBy" type="ST_GroupBy" default="range"/>
810
+ <xsd:attribute name="startNum" type="xsd:double"/>
811
+ <xsd:attribute name="endNum" type="xsd:double"/>
812
+ <xsd:attribute name="startDate" type="xsd:dateTime"/>
813
+ <xsd:attribute name="endDate" type="xsd:dateTime"/>
814
+ <xsd:attribute name="groupInterval" type="xsd:double" default="1"/>
815
+ </xsd:complexType>
816
+ <xsd:simpleType name="ST_GroupBy">
817
+ <xsd:restriction base="xsd:string">
818
+ <xsd:enumeration value="range"/>
819
+ <xsd:enumeration value="seconds"/>
820
+ <xsd:enumeration value="minutes"/>
821
+ <xsd:enumeration value="hours"/>
822
+ <xsd:enumeration value="days"/>
823
+ <xsd:enumeration value="months"/>
824
+ <xsd:enumeration value="quarters"/>
825
+ <xsd:enumeration value="years"/>
826
+ </xsd:restriction>
827
+ </xsd:simpleType>
828
+ <xsd:complexType name="CT_DiscretePr">
829
+ <xsd:sequence>
830
+ <xsd:element name="x" maxOccurs="unbounded" type="CT_Index"/>
831
+ </xsd:sequence>
832
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
833
+ </xsd:complexType>
834
+ <xsd:complexType name="CT_GroupItems">
835
+ <xsd:choice maxOccurs="unbounded">
836
+ <xsd:element name="m" type="CT_Missing"/>
837
+ <xsd:element name="n" type="CT_Number"/>
838
+ <xsd:element name="b" type="CT_Boolean"/>
839
+ <xsd:element name="e" type="CT_Error"/>
840
+ <xsd:element name="s" type="CT_String"/>
841
+ <xsd:element name="d" type="CT_DateTime"/>
842
+ </xsd:choice>
843
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
844
+ </xsd:complexType>
845
+ <xsd:complexType name="CT_PivotCacheRecords">
846
+ <xsd:sequence>
847
+ <xsd:element name="r" minOccurs="0" maxOccurs="unbounded" type="CT_Record"/>
848
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
849
+ </xsd:sequence>
850
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
851
+ </xsd:complexType>
852
+ <xsd:complexType name="CT_Record">
853
+ <xsd:choice maxOccurs="unbounded">
854
+ <xsd:element name="m" type="CT_Missing"/>
855
+ <xsd:element name="n" type="CT_Number"/>
856
+ <xsd:element name="b" type="CT_Boolean"/>
857
+ <xsd:element name="e" type="CT_Error"/>
858
+ <xsd:element name="s" type="CT_String"/>
859
+ <xsd:element name="d" type="CT_DateTime"/>
860
+ <xsd:element name="x" type="CT_Index"/>
861
+ </xsd:choice>
862
+ </xsd:complexType>
863
+ <xsd:complexType name="CT_PCDKPIs">
864
+ <xsd:sequence>
865
+ <xsd:element name="kpi" minOccurs="0" maxOccurs="unbounded" type="CT_PCDKPI"/>
866
+ </xsd:sequence>
867
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
868
+ </xsd:complexType>
869
+ <xsd:complexType name="CT_PCDKPI">
870
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
871
+ <xsd:attribute name="caption" use="optional" type="s:ST_Xstring"/>
872
+ <xsd:attribute name="displayFolder" type="s:ST_Xstring"/>
873
+ <xsd:attribute name="measureGroup" type="s:ST_Xstring"/>
874
+ <xsd:attribute name="parent" type="s:ST_Xstring"/>
875
+ <xsd:attribute name="value" use="required" type="s:ST_Xstring"/>
876
+ <xsd:attribute name="goal" type="s:ST_Xstring"/>
877
+ <xsd:attribute name="status" type="s:ST_Xstring"/>
878
+ <xsd:attribute name="trend" type="s:ST_Xstring"/>
879
+ <xsd:attribute name="weight" type="s:ST_Xstring"/>
880
+ <xsd:attribute name="time" type="s:ST_Xstring"/>
881
+ </xsd:complexType>
882
+ <xsd:complexType name="CT_CacheHierarchies">
883
+ <xsd:sequence>
884
+ <xsd:element name="cacheHierarchy" minOccurs="0" maxOccurs="unbounded"
885
+ type="CT_CacheHierarchy"/>
886
+ </xsd:sequence>
887
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
888
+ </xsd:complexType>
889
+ <xsd:complexType name="CT_CacheHierarchy">
890
+ <xsd:sequence>
891
+ <xsd:element name="fieldsUsage" minOccurs="0" type="CT_FieldsUsage"/>
892
+ <xsd:element name="groupLevels" minOccurs="0" type="CT_GroupLevels"/>
893
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
894
+ </xsd:sequence>
895
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
896
+ <xsd:attribute name="caption" use="optional" type="s:ST_Xstring"/>
897
+ <xsd:attribute name="measure" type="xsd:boolean" default="false"/>
898
+ <xsd:attribute name="set" type="xsd:boolean" default="false"/>
899
+ <xsd:attribute name="parentSet" type="xsd:unsignedInt" use="optional"/>
900
+ <xsd:attribute name="iconSet" type="xsd:int" default="0"/>
901
+ <xsd:attribute name="attribute" type="xsd:boolean" default="false"/>
902
+ <xsd:attribute name="time" type="xsd:boolean" default="false"/>
903
+ <xsd:attribute name="keyAttribute" type="xsd:boolean" default="false"/>
904
+ <xsd:attribute name="defaultMemberUniqueName" type="s:ST_Xstring"/>
905
+ <xsd:attribute name="allUniqueName" type="s:ST_Xstring"/>
906
+ <xsd:attribute name="allCaption" type="s:ST_Xstring"/>
907
+ <xsd:attribute name="dimensionUniqueName" type="s:ST_Xstring"/>
908
+ <xsd:attribute name="displayFolder" type="s:ST_Xstring"/>
909
+ <xsd:attribute name="measureGroup" type="s:ST_Xstring"/>
910
+ <xsd:attribute name="measures" type="xsd:boolean" default="false"/>
911
+ <xsd:attribute name="count" use="required" type="xsd:unsignedInt"/>
912
+ <xsd:attribute name="oneField" type="xsd:boolean" default="false"/>
913
+ <xsd:attribute name="memberValueDatatype" use="optional" type="xsd:unsignedShort"/>
914
+ <xsd:attribute name="unbalanced" use="optional" type="xsd:boolean"/>
915
+ <xsd:attribute name="unbalancedGroup" use="optional" type="xsd:boolean"/>
916
+ <xsd:attribute name="hidden" type="xsd:boolean" default="false"/>
917
+ </xsd:complexType>
918
+ <xsd:complexType name="CT_FieldsUsage">
919
+ <xsd:sequence>
920
+ <xsd:element name="fieldUsage" minOccurs="0" maxOccurs="unbounded" type="CT_FieldUsage"/>
921
+ </xsd:sequence>
922
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
923
+ </xsd:complexType>
924
+ <xsd:complexType name="CT_FieldUsage">
925
+ <xsd:attribute name="x" use="required" type="xsd:int"/>
926
+ </xsd:complexType>
927
+ <xsd:complexType name="CT_GroupLevels">
928
+ <xsd:sequence>
929
+ <xsd:element name="groupLevel" maxOccurs="unbounded" type="CT_GroupLevel"/>
930
+ </xsd:sequence>
931
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
932
+ </xsd:complexType>
933
+ <xsd:complexType name="CT_GroupLevel">
934
+ <xsd:sequence>
935
+ <xsd:element name="groups" minOccurs="0" type="CT_Groups"/>
936
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
937
+ </xsd:sequence>
938
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
939
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
940
+ <xsd:attribute name="user" type="xsd:boolean" default="false"/>
941
+ <xsd:attribute name="customRollUp" type="xsd:boolean" default="false"/>
942
+ </xsd:complexType>
943
+ <xsd:complexType name="CT_Groups">
944
+ <xsd:sequence>
945
+ <xsd:element name="group" maxOccurs="unbounded" type="CT_LevelGroup"/>
946
+ </xsd:sequence>
947
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
948
+ </xsd:complexType>
949
+ <xsd:complexType name="CT_LevelGroup">
950
+ <xsd:sequence>
951
+ <xsd:element name="groupMembers" type="CT_GroupMembers"/>
952
+ </xsd:sequence>
953
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
954
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
955
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
956
+ <xsd:attribute name="uniqueParent" type="s:ST_Xstring"/>
957
+ <xsd:attribute name="id" type="xsd:int"/>
958
+ </xsd:complexType>
959
+ <xsd:complexType name="CT_GroupMembers">
960
+ <xsd:sequence>
961
+ <xsd:element name="groupMember" maxOccurs="unbounded" type="CT_GroupMember"/>
962
+ </xsd:sequence>
963
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
964
+ </xsd:complexType>
965
+ <xsd:complexType name="CT_GroupMember">
966
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
967
+ <xsd:attribute name="group" type="xsd:boolean" default="false"/>
968
+ </xsd:complexType>
969
+ <xsd:complexType name="CT_TupleCache">
970
+ <xsd:sequence>
971
+ <xsd:element name="entries" minOccurs="0" type="CT_PCDSDTCEntries"/>
972
+ <xsd:element name="sets" minOccurs="0" type="CT_Sets"/>
973
+ <xsd:element name="queryCache" minOccurs="0" type="CT_QueryCache"/>
974
+ <xsd:element name="serverFormats" minOccurs="0" maxOccurs="1" type="CT_ServerFormats"/>
975
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
976
+ </xsd:sequence>
977
+ </xsd:complexType>
978
+ <xsd:complexType name="CT_ServerFormat">
979
+ <xsd:attribute name="culture" use="optional" type="s:ST_Xstring"/>
980
+ <xsd:attribute name="format" use="optional" type="s:ST_Xstring"/>
981
+ </xsd:complexType>
982
+ <xsd:complexType name="CT_ServerFormats">
983
+ <xsd:sequence>
984
+ <xsd:element name="serverFormat" type="CT_ServerFormat" minOccurs="0" maxOccurs="unbounded"/>
985
+ </xsd:sequence>
986
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
987
+ </xsd:complexType>
988
+ <xsd:complexType name="CT_PCDSDTCEntries">
989
+ <xsd:choice maxOccurs="unbounded">
990
+ <xsd:element name="m" type="CT_Missing"/>
991
+ <xsd:element name="n" type="CT_Number"/>
992
+ <xsd:element name="e" type="CT_Error"/>
993
+ <xsd:element name="s" type="CT_String"/>
994
+ </xsd:choice>
995
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
996
+ </xsd:complexType>
997
+ <xsd:complexType name="CT_Tuples">
998
+ <xsd:sequence>
999
+ <xsd:element name="tpl" type="CT_Tuple" minOccurs="1" maxOccurs="unbounded"/>
1000
+ </xsd:sequence>
1001
+ <xsd:attribute name="c" type="xsd:unsignedInt" use="optional"/>
1002
+ </xsd:complexType>
1003
+ <xsd:complexType name="CT_Tuple">
1004
+ <xsd:attribute name="fld" type="xsd:unsignedInt"/>
1005
+ <xsd:attribute name="hier" type="xsd:unsignedInt"/>
1006
+ <xsd:attribute name="item" type="xsd:unsignedInt" use="required"/>
1007
+ </xsd:complexType>
1008
+ <xsd:complexType name="CT_Sets">
1009
+ <xsd:sequence>
1010
+ <xsd:element name="set" maxOccurs="unbounded" type="CT_Set"/>
1011
+ </xsd:sequence>
1012
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1013
+ </xsd:complexType>
1014
+ <xsd:complexType name="CT_Set">
1015
+ <xsd:sequence>
1016
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
1017
+ <xsd:element name="sortByTuple" minOccurs="0" type="CT_Tuples"/>
1018
+ </xsd:sequence>
1019
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1020
+ <xsd:attribute name="maxRank" use="required" type="xsd:int"/>
1021
+ <xsd:attribute name="setDefinition" use="required" type="s:ST_Xstring"/>
1022
+ <xsd:attribute name="sortType" type="ST_SortType" default="none"/>
1023
+ <xsd:attribute name="queryFailed" type="xsd:boolean" default="false"/>
1024
+ </xsd:complexType>
1025
+ <xsd:simpleType name="ST_SortType">
1026
+ <xsd:restriction base="xsd:string">
1027
+ <xsd:enumeration value="none"/>
1028
+ <xsd:enumeration value="ascending"/>
1029
+ <xsd:enumeration value="descending"/>
1030
+ <xsd:enumeration value="ascendingAlpha"/>
1031
+ <xsd:enumeration value="descendingAlpha"/>
1032
+ <xsd:enumeration value="ascendingNatural"/>
1033
+ <xsd:enumeration value="descendingNatural"/>
1034
+ </xsd:restriction>
1035
+ </xsd:simpleType>
1036
+ <xsd:complexType name="CT_QueryCache">
1037
+ <xsd:sequence>
1038
+ <xsd:element name="query" maxOccurs="unbounded" type="CT_Query"/>
1039
+ </xsd:sequence>
1040
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1041
+ </xsd:complexType>
1042
+ <xsd:complexType name="CT_Query">
1043
+ <xsd:sequence>
1044
+ <xsd:element name="tpls" minOccurs="0" type="CT_Tuples"/>
1045
+ </xsd:sequence>
1046
+ <xsd:attribute name="mdx" use="required" type="s:ST_Xstring"/>
1047
+ </xsd:complexType>
1048
+ <xsd:complexType name="CT_CalculatedItems">
1049
+ <xsd:sequence>
1050
+ <xsd:element name="calculatedItem" maxOccurs="unbounded" type="CT_CalculatedItem"/>
1051
+ </xsd:sequence>
1052
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1053
+ </xsd:complexType>
1054
+ <xsd:complexType name="CT_CalculatedItem">
1055
+ <xsd:sequence>
1056
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1057
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1058
+ </xsd:sequence>
1059
+ <xsd:attribute name="field" type="xsd:unsignedInt" use="optional"/>
1060
+ <xsd:attribute name="formula" type="s:ST_Xstring"/>
1061
+ </xsd:complexType>
1062
+ <xsd:complexType name="CT_CalculatedMembers">
1063
+ <xsd:sequence>
1064
+ <xsd:element name="calculatedMember" maxOccurs="unbounded" type="CT_CalculatedMember"/>
1065
+ </xsd:sequence>
1066
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1067
+ </xsd:complexType>
1068
+ <xsd:complexType name="CT_CalculatedMember">
1069
+ <xsd:sequence minOccurs="0">
1070
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1071
+ </xsd:sequence>
1072
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1073
+ <xsd:attribute name="mdx" use="required" type="s:ST_Xstring"/>
1074
+ <xsd:attribute name="memberName" type="s:ST_Xstring"/>
1075
+ <xsd:attribute name="hierarchy" type="s:ST_Xstring"/>
1076
+ <xsd:attribute name="parent" type="s:ST_Xstring"/>
1077
+ <xsd:attribute name="solveOrder" type="xsd:int" default="0"/>
1078
+ <xsd:attribute name="set" type="xsd:boolean" default="false"/>
1079
+ </xsd:complexType>
1080
+ <xsd:complexType name="CT_pivotTableDefinition">
1081
+ <xsd:sequence>
1082
+ <xsd:element name="location" type="CT_Location"/>
1083
+ <xsd:element name="pivotFields" type="CT_PivotFields" minOccurs="0"/>
1084
+ <xsd:element name="rowFields" type="CT_RowFields" minOccurs="0"/>
1085
+ <xsd:element name="rowItems" type="CT_rowItems" minOccurs="0"/>
1086
+ <xsd:element name="colFields" type="CT_ColFields" minOccurs="0"/>
1087
+ <xsd:element name="colItems" type="CT_colItems" minOccurs="0"/>
1088
+ <xsd:element name="pageFields" type="CT_PageFields" minOccurs="0"/>
1089
+ <xsd:element name="dataFields" type="CT_DataFields" minOccurs="0"/>
1090
+ <xsd:element name="formats" type="CT_Formats" minOccurs="0"/>
1091
+ <xsd:element name="conditionalFormats" type="CT_ConditionalFormats" minOccurs="0"/>
1092
+ <xsd:element name="chartFormats" type="CT_ChartFormats" minOccurs="0"/>
1093
+ <xsd:element name="pivotHierarchies" type="CT_PivotHierarchies" minOccurs="0"/>
1094
+ <xsd:element name="pivotTableStyleInfo" minOccurs="0" maxOccurs="1" type="CT_PivotTableStyle"/>
1095
+ <xsd:element name="filters" minOccurs="0" maxOccurs="1" type="CT_PivotFilters"/>
1096
+ <xsd:element name="rowHierarchiesUsage" type="CT_RowHierarchiesUsage" minOccurs="0"
1097
+ maxOccurs="1"/>
1098
+ <xsd:element name="colHierarchiesUsage" type="CT_ColHierarchiesUsage" minOccurs="0"
1099
+ maxOccurs="1"/>
1100
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1101
+ </xsd:sequence>
1102
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1103
+ <xsd:attribute name="cacheId" use="required" type="xsd:unsignedInt"/>
1104
+ <xsd:attribute name="dataOnRows" type="xsd:boolean" default="false"/>
1105
+ <xsd:attribute name="dataPosition" type="xsd:unsignedInt" use="optional"/>
1106
+ <xsd:attributeGroup ref="AG_AutoFormat"/>
1107
+ <xsd:attribute name="dataCaption" use="required" type="s:ST_Xstring"/>
1108
+ <xsd:attribute name="grandTotalCaption" type="s:ST_Xstring"/>
1109
+ <xsd:attribute name="errorCaption" type="s:ST_Xstring"/>
1110
+ <xsd:attribute name="showError" type="xsd:boolean" default="false"/>
1111
+ <xsd:attribute name="missingCaption" type="s:ST_Xstring"/>
1112
+ <xsd:attribute name="showMissing" type="xsd:boolean" default="true"/>
1113
+ <xsd:attribute name="pageStyle" type="s:ST_Xstring"/>
1114
+ <xsd:attribute name="pivotTableStyle" type="s:ST_Xstring"/>
1115
+ <xsd:attribute name="vacatedStyle" type="s:ST_Xstring"/>
1116
+ <xsd:attribute name="tag" type="s:ST_Xstring"/>
1117
+ <xsd:attribute name="updatedVersion" type="xsd:unsignedByte" default="0"/>
1118
+ <xsd:attribute name="minRefreshableVersion" type="xsd:unsignedByte" default="0"/>
1119
+ <xsd:attribute name="asteriskTotals" type="xsd:boolean" default="false"/>
1120
+ <xsd:attribute name="showItems" type="xsd:boolean" default="true"/>
1121
+ <xsd:attribute name="editData" type="xsd:boolean" default="false"/>
1122
+ <xsd:attribute name="disableFieldList" type="xsd:boolean" default="false"/>
1123
+ <xsd:attribute name="showCalcMbrs" type="xsd:boolean" default="true"/>
1124
+ <xsd:attribute name="visualTotals" type="xsd:boolean" default="true"/>
1125
+ <xsd:attribute name="showMultipleLabel" type="xsd:boolean" default="true"/>
1126
+ <xsd:attribute name="showDataDropDown" type="xsd:boolean" default="true"/>
1127
+ <xsd:attribute name="showDrill" type="xsd:boolean" default="true"/>
1128
+ <xsd:attribute name="printDrill" type="xsd:boolean" default="false"/>
1129
+ <xsd:attribute name="showMemberPropertyTips" type="xsd:boolean" default="true"/>
1130
+ <xsd:attribute name="showDataTips" type="xsd:boolean" default="true"/>
1131
+ <xsd:attribute name="enableWizard" type="xsd:boolean" default="true"/>
1132
+ <xsd:attribute name="enableDrill" type="xsd:boolean" default="true"/>
1133
+ <xsd:attribute name="enableFieldProperties" type="xsd:boolean" default="true"/>
1134
+ <xsd:attribute name="preserveFormatting" type="xsd:boolean" default="true"/>
1135
+ <xsd:attribute name="useAutoFormatting" type="xsd:boolean" default="false"/>
1136
+ <xsd:attribute name="pageWrap" type="xsd:unsignedInt" default="0"/>
1137
+ <xsd:attribute name="pageOverThenDown" type="xsd:boolean" default="false"/>
1138
+ <xsd:attribute name="subtotalHiddenItems" type="xsd:boolean" default="false"/>
1139
+ <xsd:attribute name="rowGrandTotals" type="xsd:boolean" default="true"/>
1140
+ <xsd:attribute name="colGrandTotals" type="xsd:boolean" default="true"/>
1141
+ <xsd:attribute name="fieldPrintTitles" type="xsd:boolean" default="false"/>
1142
+ <xsd:attribute name="itemPrintTitles" type="xsd:boolean" default="false"/>
1143
+ <xsd:attribute name="mergeItem" type="xsd:boolean" default="false"/>
1144
+ <xsd:attribute name="showDropZones" type="xsd:boolean" default="true"/>
1145
+ <xsd:attribute name="createdVersion" type="xsd:unsignedByte" default="0"/>
1146
+ <xsd:attribute name="indent" type="xsd:unsignedInt" default="1"/>
1147
+ <xsd:attribute name="showEmptyRow" type="xsd:boolean" default="false"/>
1148
+ <xsd:attribute name="showEmptyCol" type="xsd:boolean" default="false"/>
1149
+ <xsd:attribute name="showHeaders" type="xsd:boolean" default="true"/>
1150
+ <xsd:attribute name="compact" type="xsd:boolean" default="true"/>
1151
+ <xsd:attribute name="outline" type="xsd:boolean" default="false"/>
1152
+ <xsd:attribute name="outlineData" type="xsd:boolean" default="false"/>
1153
+ <xsd:attribute name="compactData" type="xsd:boolean" default="true"/>
1154
+ <xsd:attribute name="published" type="xsd:boolean" default="false"/>
1155
+ <xsd:attribute name="gridDropZones" type="xsd:boolean" default="false"/>
1156
+ <xsd:attribute name="immersive" type="xsd:boolean" default="true"/>
1157
+ <xsd:attribute name="multipleFieldFilters" type="xsd:boolean" default="true"/>
1158
+ <xsd:attribute name="chartFormat" type="xsd:unsignedInt" default="0"/>
1159
+ <xsd:attribute name="rowHeaderCaption" type="s:ST_Xstring"/>
1160
+ <xsd:attribute name="colHeaderCaption" type="s:ST_Xstring"/>
1161
+ <xsd:attribute name="fieldListSortAscending" type="xsd:boolean" default="false"/>
1162
+ <xsd:attribute name="mdxSubqueries" type="xsd:boolean" default="false"/>
1163
+ <xsd:attribute name="customListSort" type="xsd:boolean" use="optional" default="true"/>
1164
+ </xsd:complexType>
1165
+ <xsd:complexType name="CT_Location">
1166
+ <xsd:attribute name="ref" use="required" type="ST_Ref"/>
1167
+ <xsd:attribute name="firstHeaderRow" use="required" type="xsd:unsignedInt"/>
1168
+ <xsd:attribute name="firstDataRow" use="required" type="xsd:unsignedInt"/>
1169
+ <xsd:attribute name="firstDataCol" use="required" type="xsd:unsignedInt"/>
1170
+ <xsd:attribute name="rowPageCount" type="xsd:unsignedInt" default="0"/>
1171
+ <xsd:attribute name="colPageCount" type="xsd:unsignedInt" default="0"/>
1172
+ </xsd:complexType>
1173
+ <xsd:complexType name="CT_PivotFields">
1174
+ <xsd:sequence>
1175
+ <xsd:element name="pivotField" maxOccurs="unbounded" type="CT_PivotField"/>
1176
+ </xsd:sequence>
1177
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1178
+ </xsd:complexType>
1179
+ <xsd:complexType name="CT_PivotField">
1180
+ <xsd:sequence>
1181
+ <xsd:element name="items" minOccurs="0" type="CT_Items"/>
1182
+ <xsd:element name="autoSortScope" minOccurs="0" type="CT_AutoSortScope"/>
1183
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1184
+ </xsd:sequence>
1185
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
1186
+ <xsd:attribute name="axis" use="optional" type="ST_Axis"/>
1187
+ <xsd:attribute name="dataField" type="xsd:boolean" default="false"/>
1188
+ <xsd:attribute name="subtotalCaption" type="s:ST_Xstring"/>
1189
+ <xsd:attribute name="showDropDowns" type="xsd:boolean" default="true"/>
1190
+ <xsd:attribute name="hiddenLevel" type="xsd:boolean" default="false"/>
1191
+ <xsd:attribute name="uniqueMemberProperty" type="s:ST_Xstring"/>
1192
+ <xsd:attribute name="compact" type="xsd:boolean" default="true"/>
1193
+ <xsd:attribute name="allDrilled" type="xsd:boolean" default="false"/>
1194
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
1195
+ <xsd:attribute name="outline" type="xsd:boolean" default="true"/>
1196
+ <xsd:attribute name="subtotalTop" type="xsd:boolean" default="true"/>
1197
+ <xsd:attribute name="dragToRow" type="xsd:boolean" default="true"/>
1198
+ <xsd:attribute name="dragToCol" type="xsd:boolean" default="true"/>
1199
+ <xsd:attribute name="multipleItemSelectionAllowed" type="xsd:boolean" default="false"/>
1200
+ <xsd:attribute name="dragToPage" type="xsd:boolean" default="true"/>
1201
+ <xsd:attribute name="dragToData" type="xsd:boolean" default="true"/>
1202
+ <xsd:attribute name="dragOff" type="xsd:boolean" default="true"/>
1203
+ <xsd:attribute name="showAll" type="xsd:boolean" default="true"/>
1204
+ <xsd:attribute name="insertBlankRow" type="xsd:boolean" default="false"/>
1205
+ <xsd:attribute name="serverField" type="xsd:boolean" default="false"/>
1206
+ <xsd:attribute name="insertPageBreak" type="xsd:boolean" default="false"/>
1207
+ <xsd:attribute name="autoShow" type="xsd:boolean" default="false"/>
1208
+ <xsd:attribute name="topAutoShow" type="xsd:boolean" default="true"/>
1209
+ <xsd:attribute name="hideNewItems" type="xsd:boolean" default="false"/>
1210
+ <xsd:attribute name="measureFilter" type="xsd:boolean" default="false"/>
1211
+ <xsd:attribute name="includeNewItemsInFilter" type="xsd:boolean" default="false"/>
1212
+ <xsd:attribute name="itemPageCount" type="xsd:unsignedInt" default="10"/>
1213
+ <xsd:attribute name="sortType" type="ST_FieldSortType" default="manual"/>
1214
+ <xsd:attribute name="dataSourceSort" type="xsd:boolean" use="optional"/>
1215
+ <xsd:attribute name="nonAutoSortDefault" type="xsd:boolean" default="false"/>
1216
+ <xsd:attribute name="rankBy" type="xsd:unsignedInt" use="optional"/>
1217
+ <xsd:attribute name="defaultSubtotal" type="xsd:boolean" default="true"/>
1218
+ <xsd:attribute name="sumSubtotal" type="xsd:boolean" default="false"/>
1219
+ <xsd:attribute name="countASubtotal" type="xsd:boolean" default="false"/>
1220
+ <xsd:attribute name="avgSubtotal" type="xsd:boolean" default="false"/>
1221
+ <xsd:attribute name="maxSubtotal" type="xsd:boolean" default="false"/>
1222
+ <xsd:attribute name="minSubtotal" type="xsd:boolean" default="false"/>
1223
+ <xsd:attribute name="productSubtotal" type="xsd:boolean" default="false"/>
1224
+ <xsd:attribute name="countSubtotal" type="xsd:boolean" default="false"/>
1225
+ <xsd:attribute name="stdDevSubtotal" type="xsd:boolean" default="false"/>
1226
+ <xsd:attribute name="stdDevPSubtotal" type="xsd:boolean" default="false"/>
1227
+ <xsd:attribute name="varSubtotal" type="xsd:boolean" default="false"/>
1228
+ <xsd:attribute name="varPSubtotal" type="xsd:boolean" default="false"/>
1229
+ <xsd:attribute name="showPropCell" type="xsd:boolean" use="optional" default="false"/>
1230
+ <xsd:attribute name="showPropTip" type="xsd:boolean" use="optional" default="false"/>
1231
+ <xsd:attribute name="showPropAsCaption" type="xsd:boolean" use="optional" default="false"/>
1232
+ <xsd:attribute name="defaultAttributeDrillState" type="xsd:boolean" use="optional"
1233
+ default="false"/>
1234
+ </xsd:complexType>
1235
+ <xsd:complexType name="CT_AutoSortScope">
1236
+ <xsd:sequence>
1237
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1238
+ </xsd:sequence>
1239
+ </xsd:complexType>
1240
+ <xsd:complexType name="CT_Items">
1241
+ <xsd:sequence>
1242
+ <xsd:element name="item" maxOccurs="unbounded" type="CT_Item"/>
1243
+ </xsd:sequence>
1244
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1245
+ </xsd:complexType>
1246
+ <xsd:complexType name="CT_Item">
1247
+ <xsd:attribute name="n" type="s:ST_Xstring"/>
1248
+ <xsd:attribute name="t" type="ST_ItemType" default="data"/>
1249
+ <xsd:attribute name="h" type="xsd:boolean" default="false"/>
1250
+ <xsd:attribute name="s" type="xsd:boolean" default="false"/>
1251
+ <xsd:attribute name="sd" type="xsd:boolean" default="true"/>
1252
+ <xsd:attribute name="f" type="xsd:boolean" default="false"/>
1253
+ <xsd:attribute name="m" type="xsd:boolean" default="false"/>
1254
+ <xsd:attribute name="c" type="xsd:boolean" default="false"/>
1255
+ <xsd:attribute name="x" type="xsd:unsignedInt" use="optional"/>
1256
+ <xsd:attribute name="d" type="xsd:boolean" default="false"/>
1257
+ <xsd:attribute name="e" type="xsd:boolean" default="true"/>
1258
+ </xsd:complexType>
1259
+ <xsd:complexType name="CT_PageFields">
1260
+ <xsd:sequence>
1261
+ <xsd:element name="pageField" maxOccurs="unbounded" type="CT_PageField"/>
1262
+ </xsd:sequence>
1263
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1264
+ </xsd:complexType>
1265
+ <xsd:complexType name="CT_PageField">
1266
+ <xsd:sequence minOccurs="0">
1267
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1268
+ </xsd:sequence>
1269
+ <xsd:attribute name="fld" use="required" type="xsd:int"/>
1270
+ <xsd:attribute name="item" use="optional" type="xsd:unsignedInt"/>
1271
+ <xsd:attribute name="hier" type="xsd:int"/>
1272
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
1273
+ <xsd:attribute name="cap" type="s:ST_Xstring"/>
1274
+ </xsd:complexType>
1275
+ <xsd:complexType name="CT_DataFields">
1276
+ <xsd:sequence>
1277
+ <xsd:element name="dataField" maxOccurs="unbounded" type="CT_DataField"/>
1278
+ </xsd:sequence>
1279
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1280
+ </xsd:complexType>
1281
+ <xsd:complexType name="CT_DataField">
1282
+ <xsd:sequence>
1283
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1284
+ </xsd:sequence>
1285
+ <xsd:attribute name="name" use="optional" type="s:ST_Xstring"/>
1286
+ <xsd:attribute name="fld" type="xsd:unsignedInt" use="required"/>
1287
+ <xsd:attribute name="subtotal" type="ST_DataConsolidateFunction" default="sum"/>
1288
+ <xsd:attribute name="showDataAs" type="ST_ShowDataAs" default="normal"/>
1289
+ <xsd:attribute name="baseField" type="xsd:int" default="-1"/>
1290
+ <xsd:attribute name="baseItem" type="xsd:unsignedInt" default="1048832"/>
1291
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
1292
+ </xsd:complexType>
1293
+ <xsd:complexType name="CT_rowItems">
1294
+ <xsd:sequence>
1295
+ <xsd:element name="i" maxOccurs="unbounded" type="CT_I"/>
1296
+ </xsd:sequence>
1297
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1298
+ </xsd:complexType>
1299
+ <xsd:complexType name="CT_colItems">
1300
+ <xsd:sequence>
1301
+ <xsd:element name="i" maxOccurs="unbounded" type="CT_I"/>
1302
+ </xsd:sequence>
1303
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1304
+ </xsd:complexType>
1305
+ <xsd:complexType name="CT_I">
1306
+ <xsd:sequence>
1307
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
1308
+ </xsd:sequence>
1309
+ <xsd:attribute name="t" type="ST_ItemType" default="data"/>
1310
+ <xsd:attribute name="r" type="xsd:unsignedInt" default="0"/>
1311
+ <xsd:attribute name="i" type="xsd:unsignedInt" default="0"/>
1312
+ </xsd:complexType>
1313
+ <xsd:complexType name="CT_X">
1314
+ <xsd:attribute name="v" type="xsd:int" default="0"/>
1315
+ </xsd:complexType>
1316
+ <xsd:complexType name="CT_RowFields">
1317
+ <xsd:sequence>
1318
+ <xsd:element name="field" maxOccurs="unbounded" type="CT_Field"/>
1319
+ </xsd:sequence>
1320
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1321
+ </xsd:complexType>
1322
+ <xsd:complexType name="CT_ColFields">
1323
+ <xsd:sequence>
1324
+ <xsd:element name="field" maxOccurs="unbounded" type="CT_Field"/>
1325
+ </xsd:sequence>
1326
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1327
+ </xsd:complexType>
1328
+ <xsd:complexType name="CT_Field">
1329
+ <xsd:attribute name="x" type="xsd:int" use="required"/>
1330
+ </xsd:complexType>
1331
+ <xsd:complexType name="CT_Formats">
1332
+ <xsd:sequence>
1333
+ <xsd:element name="format" maxOccurs="unbounded" type="CT_Format"/>
1334
+ </xsd:sequence>
1335
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1336
+ </xsd:complexType>
1337
+ <xsd:complexType name="CT_Format">
1338
+ <xsd:sequence>
1339
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1340
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1341
+ </xsd:sequence>
1342
+ <xsd:attribute name="action" type="ST_FormatAction" default="formatting"/>
1343
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
1344
+ </xsd:complexType>
1345
+ <xsd:complexType name="CT_ConditionalFormats">
1346
+ <xsd:sequence>
1347
+ <xsd:element name="conditionalFormat" maxOccurs="unbounded" type="CT_ConditionalFormat"/>
1348
+ </xsd:sequence>
1349
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1350
+ </xsd:complexType>
1351
+ <xsd:complexType name="CT_ConditionalFormat">
1352
+ <xsd:sequence>
1353
+ <xsd:element name="pivotAreas" type="CT_PivotAreas"/>
1354
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1355
+ </xsd:sequence>
1356
+ <xsd:attribute name="scope" type="ST_Scope" default="selection"/>
1357
+ <xsd:attribute name="type" type="ST_Type" default="none"/>
1358
+ <xsd:attribute name="priority" use="required" type="xsd:unsignedInt"/>
1359
+ </xsd:complexType>
1360
+ <xsd:complexType name="CT_PivotAreas">
1361
+ <xsd:sequence>
1362
+ <xsd:element name="pivotArea" minOccurs="0" maxOccurs="unbounded" type="CT_PivotArea"/>
1363
+ </xsd:sequence>
1364
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1365
+ </xsd:complexType>
1366
+ <xsd:simpleType name="ST_Scope">
1367
+ <xsd:restriction base="xsd:string">
1368
+ <xsd:enumeration value="selection"/>
1369
+ <xsd:enumeration value="data"/>
1370
+ <xsd:enumeration value="field"/>
1371
+ </xsd:restriction>
1372
+ </xsd:simpleType>
1373
+ <xsd:simpleType name="ST_Type">
1374
+ <xsd:restriction base="xsd:string">
1375
+ <xsd:enumeration value="none"/>
1376
+ <xsd:enumeration value="all"/>
1377
+ <xsd:enumeration value="row"/>
1378
+ <xsd:enumeration value="column"/>
1379
+ </xsd:restriction>
1380
+ </xsd:simpleType>
1381
+ <xsd:complexType name="CT_ChartFormats">
1382
+ <xsd:sequence>
1383
+ <xsd:element name="chartFormat" maxOccurs="unbounded" type="CT_ChartFormat"/>
1384
+ </xsd:sequence>
1385
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1386
+ </xsd:complexType>
1387
+ <xsd:complexType name="CT_ChartFormat">
1388
+ <xsd:sequence>
1389
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1390
+ </xsd:sequence>
1391
+ <xsd:attribute name="chart" use="required" type="xsd:unsignedInt"/>
1392
+ <xsd:attribute name="format" use="required" type="xsd:unsignedInt"/>
1393
+ <xsd:attribute name="series" type="xsd:boolean" default="false"/>
1394
+ </xsd:complexType>
1395
+ <xsd:complexType name="CT_PivotHierarchies">
1396
+ <xsd:sequence>
1397
+ <xsd:element name="pivotHierarchy" maxOccurs="unbounded" type="CT_PivotHierarchy"/>
1398
+ </xsd:sequence>
1399
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1400
+ </xsd:complexType>
1401
+ <xsd:complexType name="CT_PivotHierarchy">
1402
+ <xsd:sequence>
1403
+ <xsd:element name="mps" minOccurs="0" type="CT_MemberProperties"/>
1404
+ <xsd:element name="members" minOccurs="0" maxOccurs="unbounded" type="CT_Members"/>
1405
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1406
+ </xsd:sequence>
1407
+ <xsd:attribute name="outline" type="xsd:boolean" default="false"/>
1408
+ <xsd:attribute name="multipleItemSelectionAllowed" type="xsd:boolean" default="false"/>
1409
+ <xsd:attribute name="subtotalTop" type="xsd:boolean" default="false"/>
1410
+ <xsd:attribute name="showInFieldList" type="xsd:boolean" default="true"/>
1411
+ <xsd:attribute name="dragToRow" type="xsd:boolean" default="true"/>
1412
+ <xsd:attribute name="dragToCol" type="xsd:boolean" default="true"/>
1413
+ <xsd:attribute name="dragToPage" type="xsd:boolean" default="true"/>
1414
+ <xsd:attribute name="dragToData" type="xsd:boolean" default="false"/>
1415
+ <xsd:attribute name="dragOff" type="xsd:boolean" default="true"/>
1416
+ <xsd:attribute name="includeNewItemsInFilter" type="xsd:boolean" default="false"/>
1417
+ <xsd:attribute name="caption" type="s:ST_Xstring" use="optional"/>
1418
+ </xsd:complexType>
1419
+ <xsd:complexType name="CT_RowHierarchiesUsage">
1420
+ <xsd:sequence>
1421
+ <xsd:element name="rowHierarchyUsage" minOccurs="1" maxOccurs="unbounded"
1422
+ type="CT_HierarchyUsage"/>
1423
+ </xsd:sequence>
1424
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1425
+ </xsd:complexType>
1426
+ <xsd:complexType name="CT_ColHierarchiesUsage">
1427
+ <xsd:sequence>
1428
+ <xsd:element name="colHierarchyUsage" minOccurs="1" maxOccurs="unbounded"
1429
+ type="CT_HierarchyUsage"/>
1430
+ </xsd:sequence>
1431
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1432
+ </xsd:complexType>
1433
+ <xsd:complexType name="CT_HierarchyUsage">
1434
+ <xsd:attribute name="hierarchyUsage" type="xsd:int" use="required"/>
1435
+ </xsd:complexType>
1436
+ <xsd:complexType name="CT_MemberProperties">
1437
+ <xsd:sequence>
1438
+ <xsd:element name="mp" maxOccurs="unbounded" type="CT_MemberProperty"/>
1439
+ </xsd:sequence>
1440
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1441
+ </xsd:complexType>
1442
+ <xsd:complexType name="CT_MemberProperty">
1443
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
1444
+ <xsd:attribute name="showCell" type="xsd:boolean" use="optional" default="false"/>
1445
+ <xsd:attribute name="showTip" type="xsd:boolean" use="optional" default="false"/>
1446
+ <xsd:attribute name="showAsCaption" type="xsd:boolean" use="optional" default="false"/>
1447
+ <xsd:attribute name="nameLen" type="xsd:unsignedInt" use="optional"/>
1448
+ <xsd:attribute name="pPos" type="xsd:unsignedInt" use="optional"/>
1449
+ <xsd:attribute name="pLen" type="xsd:unsignedInt" use="optional"/>
1450
+ <xsd:attribute name="level" type="xsd:unsignedInt" use="optional"/>
1451
+ <xsd:attribute name="field" use="required" type="xsd:unsignedInt"/>
1452
+ </xsd:complexType>
1453
+ <xsd:complexType name="CT_Members">
1454
+ <xsd:sequence>
1455
+ <xsd:element name="member" maxOccurs="unbounded" type="CT_Member"/>
1456
+ </xsd:sequence>
1457
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1458
+ <xsd:attribute name="level" use="optional" type="xsd:unsignedInt"/>
1459
+ </xsd:complexType>
1460
+ <xsd:complexType name="CT_Member">
1461
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1462
+ </xsd:complexType>
1463
+ <xsd:complexType name="CT_Dimensions">
1464
+ <xsd:sequence>
1465
+ <xsd:element name="dimension" minOccurs="0" maxOccurs="unbounded" type="CT_PivotDimension"/>
1466
+ </xsd:sequence>
1467
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1468
+ </xsd:complexType>
1469
+ <xsd:complexType name="CT_PivotDimension">
1470
+ <xsd:attribute name="measure" type="xsd:boolean" default="false"/>
1471
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1472
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
1473
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
1474
+ </xsd:complexType>
1475
+ <xsd:complexType name="CT_MeasureGroups">
1476
+ <xsd:sequence>
1477
+ <xsd:element name="measureGroup" minOccurs="0" maxOccurs="unbounded" type="CT_MeasureGroup"/>
1478
+ </xsd:sequence>
1479
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1480
+ </xsd:complexType>
1481
+ <xsd:complexType name="CT_MeasureDimensionMaps">
1482
+ <xsd:sequence>
1483
+ <xsd:element name="map" minOccurs="0" maxOccurs="unbounded" type="CT_MeasureDimensionMap"/>
1484
+ </xsd:sequence>
1485
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1486
+ </xsd:complexType>
1487
+ <xsd:complexType name="CT_MeasureGroup">
1488
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1489
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
1490
+ </xsd:complexType>
1491
+ <xsd:complexType name="CT_MeasureDimensionMap">
1492
+ <xsd:attribute name="measureGroup" use="optional" type="xsd:unsignedInt"/>
1493
+ <xsd:attribute name="dimension" use="optional" type="xsd:unsignedInt"/>
1494
+ </xsd:complexType>
1495
+ <xsd:complexType name="CT_PivotTableStyle">
1496
+ <xsd:attribute name="name" type="xsd:string"/>
1497
+ <xsd:attribute name="showRowHeaders" type="xsd:boolean"/>
1498
+ <xsd:attribute name="showColHeaders" type="xsd:boolean"/>
1499
+ <xsd:attribute name="showRowStripes" type="xsd:boolean"/>
1500
+ <xsd:attribute name="showColStripes" type="xsd:boolean"/>
1501
+ <xsd:attribute name="showLastColumn" type="xsd:boolean" use="optional"/>
1502
+ </xsd:complexType>
1503
+ <xsd:complexType name="CT_PivotFilters">
1504
+ <xsd:sequence>
1505
+ <xsd:element name="filter" minOccurs="0" maxOccurs="unbounded" type="CT_PivotFilter"/>
1506
+ </xsd:sequence>
1507
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1508
+ </xsd:complexType>
1509
+ <xsd:complexType name="CT_PivotFilter">
1510
+ <xsd:sequence>
1511
+ <xsd:element name="autoFilter" minOccurs="1" maxOccurs="1" type="CT_AutoFilter"/>
1512
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1513
+ </xsd:sequence>
1514
+ <xsd:attribute name="fld" use="required" type="xsd:unsignedInt"/>
1515
+ <xsd:attribute name="mpFld" type="xsd:unsignedInt" use="optional"/>
1516
+ <xsd:attribute name="type" use="required" type="ST_PivotFilterType"/>
1517
+ <xsd:attribute name="evalOrder" use="optional" type="xsd:int" default="0"/>
1518
+ <xsd:attribute name="id" use="required" type="xsd:unsignedInt"/>
1519
+ <xsd:attribute name="iMeasureHier" use="optional" type="xsd:unsignedInt"/>
1520
+ <xsd:attribute name="iMeasureFld" use="optional" type="xsd:unsignedInt"/>
1521
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
1522
+ <xsd:attribute name="description" type="s:ST_Xstring"/>
1523
+ <xsd:attribute name="stringValue1" type="s:ST_Xstring"/>
1524
+ <xsd:attribute name="stringValue2" type="s:ST_Xstring"/>
1525
+ </xsd:complexType>
1526
+ <xsd:simpleType name="ST_ShowDataAs">
1527
+ <xsd:restriction base="xsd:string">
1528
+ <xsd:enumeration value="normal"/>
1529
+ <xsd:enumeration value="difference"/>
1530
+ <xsd:enumeration value="percent"/>
1531
+ <xsd:enumeration value="percentDiff"/>
1532
+ <xsd:enumeration value="runTotal"/>
1533
+ <xsd:enumeration value="percentOfRow"/>
1534
+ <xsd:enumeration value="percentOfCol"/>
1535
+ <xsd:enumeration value="percentOfTotal"/>
1536
+ <xsd:enumeration value="index"/>
1537
+ </xsd:restriction>
1538
+ </xsd:simpleType>
1539
+ <xsd:simpleType name="ST_ItemType">
1540
+ <xsd:restriction base="xsd:string">
1541
+ <xsd:enumeration value="data"/>
1542
+ <xsd:enumeration value="default"/>
1543
+ <xsd:enumeration value="sum"/>
1544
+ <xsd:enumeration value="countA"/>
1545
+ <xsd:enumeration value="avg"/>
1546
+ <xsd:enumeration value="max"/>
1547
+ <xsd:enumeration value="min"/>
1548
+ <xsd:enumeration value="product"/>
1549
+ <xsd:enumeration value="count"/>
1550
+ <xsd:enumeration value="stdDev"/>
1551
+ <xsd:enumeration value="stdDevP"/>
1552
+ <xsd:enumeration value="var"/>
1553
+ <xsd:enumeration value="varP"/>
1554
+ <xsd:enumeration value="grand"/>
1555
+ <xsd:enumeration value="blank"/>
1556
+ </xsd:restriction>
1557
+ </xsd:simpleType>
1558
+ <xsd:simpleType name="ST_FormatAction">
1559
+ <xsd:restriction base="xsd:string">
1560
+ <xsd:enumeration value="blank"/>
1561
+ <xsd:enumeration value="formatting"/>
1562
+ <xsd:enumeration value="drill"/>
1563
+ <xsd:enumeration value="formula"/>
1564
+ </xsd:restriction>
1565
+ </xsd:simpleType>
1566
+ <xsd:simpleType name="ST_FieldSortType">
1567
+ <xsd:restriction base="xsd:string">
1568
+ <xsd:enumeration value="manual"/>
1569
+ <xsd:enumeration value="ascending"/>
1570
+ <xsd:enumeration value="descending"/>
1571
+ </xsd:restriction>
1572
+ </xsd:simpleType>
1573
+ <xsd:simpleType name="ST_PivotFilterType">
1574
+ <xsd:restriction base="xsd:string">
1575
+ <xsd:enumeration value="unknown"/>
1576
+ <xsd:enumeration value="count"/>
1577
+ <xsd:enumeration value="percent"/>
1578
+ <xsd:enumeration value="sum"/>
1579
+ <xsd:enumeration value="captionEqual"/>
1580
+ <xsd:enumeration value="captionNotEqual"/>
1581
+ <xsd:enumeration value="captionBeginsWith"/>
1582
+ <xsd:enumeration value="captionNotBeginsWith"/>
1583
+ <xsd:enumeration value="captionEndsWith"/>
1584
+ <xsd:enumeration value="captionNotEndsWith"/>
1585
+ <xsd:enumeration value="captionContains"/>
1586
+ <xsd:enumeration value="captionNotContains"/>
1587
+ <xsd:enumeration value="captionGreaterThan"/>
1588
+ <xsd:enumeration value="captionGreaterThanOrEqual"/>
1589
+ <xsd:enumeration value="captionLessThan"/>
1590
+ <xsd:enumeration value="captionLessThanOrEqual"/>
1591
+ <xsd:enumeration value="captionBetween"/>
1592
+ <xsd:enumeration value="captionNotBetween"/>
1593
+ <xsd:enumeration value="valueEqual"/>
1594
+ <xsd:enumeration value="valueNotEqual"/>
1595
+ <xsd:enumeration value="valueGreaterThan"/>
1596
+ <xsd:enumeration value="valueGreaterThanOrEqual"/>
1597
+ <xsd:enumeration value="valueLessThan"/>
1598
+ <xsd:enumeration value="valueLessThanOrEqual"/>
1599
+ <xsd:enumeration value="valueBetween"/>
1600
+ <xsd:enumeration value="valueNotBetween"/>
1601
+ <xsd:enumeration value="dateEqual"/>
1602
+ <xsd:enumeration value="dateNotEqual"/>
1603
+ <xsd:enumeration value="dateOlderThan"/>
1604
+ <xsd:enumeration value="dateOlderThanOrEqual"/>
1605
+ <xsd:enumeration value="dateNewerThan"/>
1606
+ <xsd:enumeration value="dateNewerThanOrEqual"/>
1607
+ <xsd:enumeration value="dateBetween"/>
1608
+ <xsd:enumeration value="dateNotBetween"/>
1609
+ <xsd:enumeration value="tomorrow"/>
1610
+ <xsd:enumeration value="today"/>
1611
+ <xsd:enumeration value="yesterday"/>
1612
+ <xsd:enumeration value="nextWeek"/>
1613
+ <xsd:enumeration value="thisWeek"/>
1614
+ <xsd:enumeration value="lastWeek"/>
1615
+ <xsd:enumeration value="nextMonth"/>
1616
+ <xsd:enumeration value="thisMonth"/>
1617
+ <xsd:enumeration value="lastMonth"/>
1618
+ <xsd:enumeration value="nextQuarter"/>
1619
+ <xsd:enumeration value="thisQuarter"/>
1620
+ <xsd:enumeration value="lastQuarter"/>
1621
+ <xsd:enumeration value="nextYear"/>
1622
+ <xsd:enumeration value="thisYear"/>
1623
+ <xsd:enumeration value="lastYear"/>
1624
+ <xsd:enumeration value="yearToDate"/>
1625
+ <xsd:enumeration value="Q1"/>
1626
+ <xsd:enumeration value="Q2"/>
1627
+ <xsd:enumeration value="Q3"/>
1628
+ <xsd:enumeration value="Q4"/>
1629
+ <xsd:enumeration value="M1"/>
1630
+ <xsd:enumeration value="M2"/>
1631
+ <xsd:enumeration value="M3"/>
1632
+ <xsd:enumeration value="M4"/>
1633
+ <xsd:enumeration value="M5"/>
1634
+ <xsd:enumeration value="M6"/>
1635
+ <xsd:enumeration value="M7"/>
1636
+ <xsd:enumeration value="M8"/>
1637
+ <xsd:enumeration value="M9"/>
1638
+ <xsd:enumeration value="M10"/>
1639
+ <xsd:enumeration value="M11"/>
1640
+ <xsd:enumeration value="M12"/>
1641
+ </xsd:restriction>
1642
+ </xsd:simpleType>
1643
+ <xsd:complexType name="CT_PivotArea">
1644
+ <xsd:sequence>
1645
+ <xsd:element name="references" minOccurs="0" type="CT_PivotAreaReferences"/>
1646
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1647
+ </xsd:sequence>
1648
+ <xsd:attribute name="field" use="optional" type="xsd:int"/>
1649
+ <xsd:attribute name="type" type="ST_PivotAreaType" default="normal"/>
1650
+ <xsd:attribute name="dataOnly" type="xsd:boolean" default="true"/>
1651
+ <xsd:attribute name="labelOnly" type="xsd:boolean" default="false"/>
1652
+ <xsd:attribute name="grandRow" type="xsd:boolean" default="false"/>
1653
+ <xsd:attribute name="grandCol" type="xsd:boolean" default="false"/>
1654
+ <xsd:attribute name="cacheIndex" type="xsd:boolean" default="false"/>
1655
+ <xsd:attribute name="outline" type="xsd:boolean" default="true"/>
1656
+ <xsd:attribute name="offset" type="ST_Ref"/>
1657
+ <xsd:attribute name="collapsedLevelsAreSubtotals" type="xsd:boolean" default="false"/>
1658
+ <xsd:attribute name="axis" type="ST_Axis" use="optional"/>
1659
+ <xsd:attribute name="fieldPosition" type="xsd:unsignedInt" use="optional"/>
1660
+ </xsd:complexType>
1661
+ <xsd:simpleType name="ST_PivotAreaType">
1662
+ <xsd:restriction base="xsd:string">
1663
+ <xsd:enumeration value="none"/>
1664
+ <xsd:enumeration value="normal"/>
1665
+ <xsd:enumeration value="data"/>
1666
+ <xsd:enumeration value="all"/>
1667
+ <xsd:enumeration value="origin"/>
1668
+ <xsd:enumeration value="button"/>
1669
+ <xsd:enumeration value="topEnd"/>
1670
+ <xsd:enumeration value="topRight"/>
1671
+ </xsd:restriction>
1672
+ </xsd:simpleType>
1673
+ <xsd:complexType name="CT_PivotAreaReferences">
1674
+ <xsd:sequence>
1675
+ <xsd:element name="reference" maxOccurs="unbounded" type="CT_PivotAreaReference"/>
1676
+ </xsd:sequence>
1677
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1678
+ </xsd:complexType>
1679
+ <xsd:complexType name="CT_PivotAreaReference">
1680
+ <xsd:sequence>
1681
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_Index"/>
1682
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1683
+ </xsd:sequence>
1684
+ <xsd:attribute name="field" use="optional" type="xsd:unsignedInt"/>
1685
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1686
+ <xsd:attribute name="selected" type="xsd:boolean" default="true"/>
1687
+ <xsd:attribute name="byPosition" type="xsd:boolean" default="false"/>
1688
+ <xsd:attribute name="relative" type="xsd:boolean" default="false"/>
1689
+ <xsd:attribute name="defaultSubtotal" type="xsd:boolean" default="false"/>
1690
+ <xsd:attribute name="sumSubtotal" type="xsd:boolean" default="false"/>
1691
+ <xsd:attribute name="countASubtotal" type="xsd:boolean" default="false"/>
1692
+ <xsd:attribute name="avgSubtotal" type="xsd:boolean" default="false"/>
1693
+ <xsd:attribute name="maxSubtotal" type="xsd:boolean" default="false"/>
1694
+ <xsd:attribute name="minSubtotal" type="xsd:boolean" default="false"/>
1695
+ <xsd:attribute name="productSubtotal" type="xsd:boolean" default="false"/>
1696
+ <xsd:attribute name="countSubtotal" type="xsd:boolean" default="false"/>
1697
+ <xsd:attribute name="stdDevSubtotal" type="xsd:boolean" default="false"/>
1698
+ <xsd:attribute name="stdDevPSubtotal" type="xsd:boolean" default="false"/>
1699
+ <xsd:attribute name="varSubtotal" type="xsd:boolean" default="false"/>
1700
+ <xsd:attribute name="varPSubtotal" type="xsd:boolean" default="false"/>
1701
+ </xsd:complexType>
1702
+ <xsd:complexType name="CT_Index">
1703
+ <xsd:attribute name="v" use="required" type="xsd:unsignedInt"/>
1704
+ </xsd:complexType>
1705
+ <xsd:simpleType name="ST_Axis">
1706
+ <xsd:restriction base="xsd:string">
1707
+ <xsd:enumeration value="axisRow"/>
1708
+ <xsd:enumeration value="axisCol"/>
1709
+ <xsd:enumeration value="axisPage"/>
1710
+ <xsd:enumeration value="axisValues"/>
1711
+ </xsd:restriction>
1712
+ </xsd:simpleType>
1713
+ <xsd:element name="queryTable" type="CT_QueryTable"/>
1714
+ <xsd:complexType name="CT_QueryTable">
1715
+ <xsd:sequence>
1716
+ <xsd:element name="queryTableRefresh" type="CT_QueryTableRefresh" minOccurs="0" maxOccurs="1"/>
1717
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
1718
+ </xsd:sequence>
1719
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
1720
+ <xsd:attribute name="headers" type="xsd:boolean" use="optional" default="true"/>
1721
+ <xsd:attribute name="rowNumbers" type="xsd:boolean" use="optional" default="false"/>
1722
+ <xsd:attribute name="disableRefresh" type="xsd:boolean" use="optional" default="false"/>
1723
+ <xsd:attribute name="backgroundRefresh" type="xsd:boolean" use="optional" default="true"/>
1724
+ <xsd:attribute name="firstBackgroundRefresh" type="xsd:boolean" use="optional" default="false"/>
1725
+ <xsd:attribute name="refreshOnLoad" type="xsd:boolean" use="optional" default="false"/>
1726
+ <xsd:attribute name="growShrinkType" type="ST_GrowShrinkType" use="optional"
1727
+ default="insertDelete"/>
1728
+ <xsd:attribute name="fillFormulas" type="xsd:boolean" use="optional" default="false"/>
1729
+ <xsd:attribute name="removeDataOnSave" type="xsd:boolean" use="optional" default="false"/>
1730
+ <xsd:attribute name="disableEdit" type="xsd:boolean" use="optional" default="false"/>
1731
+ <xsd:attribute name="preserveFormatting" type="xsd:boolean" use="optional" default="true"/>
1732
+ <xsd:attribute name="adjustColumnWidth" type="xsd:boolean" use="optional" default="true"/>
1733
+ <xsd:attribute name="intermediate" type="xsd:boolean" use="optional" default="false"/>
1734
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="required"/>
1735
+ <xsd:attributeGroup ref="AG_AutoFormat"/>
1736
+ </xsd:complexType>
1737
+ <xsd:complexType name="CT_QueryTableRefresh">
1738
+ <xsd:sequence>
1739
+ <xsd:element name="queryTableFields" type="CT_QueryTableFields" minOccurs="1" maxOccurs="1"/>
1740
+ <xsd:element name="queryTableDeletedFields" type="CT_QueryTableDeletedFields" minOccurs="0"
1741
+ maxOccurs="1"/>
1742
+ <xsd:element name="sortState" minOccurs="0" maxOccurs="1" type="CT_SortState"/>
1743
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
1744
+ </xsd:sequence>
1745
+ <xsd:attribute name="preserveSortFilterLayout" type="xsd:boolean" use="optional" default="true"/>
1746
+ <xsd:attribute name="fieldIdWrapped" type="xsd:boolean" use="optional" default="false"/>
1747
+ <xsd:attribute name="headersInLastRefresh" type="xsd:boolean" use="optional" default="true"/>
1748
+ <xsd:attribute name="minimumVersion" type="xsd:unsignedByte" use="optional" default="0"/>
1749
+ <xsd:attribute name="nextId" type="xsd:unsignedInt" use="optional" default="1"/>
1750
+ <xsd:attribute name="unboundColumnsLeft" type="xsd:unsignedInt" use="optional" default="0"/>
1751
+ <xsd:attribute name="unboundColumnsRight" type="xsd:unsignedInt" use="optional" default="0"/>
1752
+ </xsd:complexType>
1753
+ <xsd:complexType name="CT_QueryTableDeletedFields">
1754
+ <xsd:sequence>
1755
+ <xsd:element name="deletedField" type="CT_DeletedField" minOccurs="1" maxOccurs="unbounded"/>
1756
+ </xsd:sequence>
1757
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1758
+ </xsd:complexType>
1759
+ <xsd:complexType name="CT_DeletedField">
1760
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
1761
+ </xsd:complexType>
1762
+ <xsd:complexType name="CT_QueryTableFields">
1763
+ <xsd:sequence>
1764
+ <xsd:element name="queryTableField" type="CT_QueryTableField" minOccurs="0"
1765
+ maxOccurs="unbounded"/>
1766
+ </xsd:sequence>
1767
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
1768
+ </xsd:complexType>
1769
+ <xsd:complexType name="CT_QueryTableField">
1770
+ <xsd:sequence minOccurs="0">
1771
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
1772
+ </xsd:sequence>
1773
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
1774
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
1775
+ <xsd:attribute name="dataBound" type="xsd:boolean" use="optional" default="true"/>
1776
+ <xsd:attribute name="rowNumbers" type="xsd:boolean" use="optional" default="false"/>
1777
+ <xsd:attribute name="fillFormulas" type="xsd:boolean" use="optional" default="false"/>
1778
+ <xsd:attribute name="clipped" type="xsd:boolean" use="optional" default="false"/>
1779
+ <xsd:attribute name="tableColumnId" type="xsd:unsignedInt" default="0"/>
1780
+ </xsd:complexType>
1781
+ <xsd:simpleType name="ST_GrowShrinkType">
1782
+ <xsd:restriction base="xsd:string">
1783
+ <xsd:enumeration value="insertDelete"/>
1784
+ <xsd:enumeration value="insertClear"/>
1785
+ <xsd:enumeration value="overwriteClear"/>
1786
+ </xsd:restriction>
1787
+ </xsd:simpleType>
1788
+ <xsd:element name="sst" type="CT_Sst"/>
1789
+ <xsd:complexType name="CT_Sst">
1790
+ <xsd:sequence>
1791
+ <xsd:element name="si" type="CT_Rst" minOccurs="0" maxOccurs="unbounded"/>
1792
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1793
+ </xsd:sequence>
1794
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1795
+ <xsd:attribute name="uniqueCount" type="xsd:unsignedInt" use="optional"/>
1796
+ </xsd:complexType>
1797
+ <xsd:simpleType name="ST_PhoneticType">
1798
+ <xsd:restriction base="xsd:string">
1799
+ <xsd:enumeration value="halfwidthKatakana"/>
1800
+ <xsd:enumeration value="fullwidthKatakana"/>
1801
+ <xsd:enumeration value="Hiragana"/>
1802
+ <xsd:enumeration value="noConversion"/>
1803
+ </xsd:restriction>
1804
+ </xsd:simpleType>
1805
+ <xsd:simpleType name="ST_PhoneticAlignment">
1806
+ <xsd:restriction base="xsd:string">
1807
+ <xsd:enumeration value="noControl"/>
1808
+ <xsd:enumeration value="left"/>
1809
+ <xsd:enumeration value="center"/>
1810
+ <xsd:enumeration value="distributed"/>
1811
+ </xsd:restriction>
1812
+ </xsd:simpleType>
1813
+ <xsd:complexType name="CT_PhoneticRun">
1814
+ <xsd:sequence>
1815
+ <xsd:element name="t" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
1816
+ </xsd:sequence>
1817
+ <xsd:attribute name="sb" type="xsd:unsignedInt" use="required"/>
1818
+ <xsd:attribute name="eb" type="xsd:unsignedInt" use="required"/>
1819
+ </xsd:complexType>
1820
+ <xsd:complexType name="CT_RElt">
1821
+ <xsd:sequence>
1822
+ <xsd:element name="rPr" type="CT_RPrElt" minOccurs="0" maxOccurs="1"/>
1823
+ <xsd:element name="t" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
1824
+ </xsd:sequence>
1825
+ </xsd:complexType>
1826
+ <xsd:complexType name="CT_RPrElt">
1827
+ <xsd:choice maxOccurs="unbounded">
1828
+ <xsd:element name="rFont" type="CT_FontName" minOccurs="0" maxOccurs="1"/>
1829
+ <xsd:element name="charset" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
1830
+ <xsd:element name="family" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
1831
+ <xsd:element name="b" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1832
+ <xsd:element name="i" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1833
+ <xsd:element name="strike" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1834
+ <xsd:element name="outline" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1835
+ <xsd:element name="shadow" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1836
+ <xsd:element name="condense" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1837
+ <xsd:element name="extend" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1838
+ <xsd:element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
1839
+ <xsd:element name="sz" type="CT_FontSize" minOccurs="0" maxOccurs="1"/>
1840
+ <xsd:element name="u" type="CT_UnderlineProperty" minOccurs="0" maxOccurs="1"/>
1841
+ <xsd:element name="vertAlign" type="CT_VerticalAlignFontProperty" minOccurs="0" maxOccurs="1"/>
1842
+ <xsd:element name="scheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
1843
+ </xsd:choice>
1844
+ </xsd:complexType>
1845
+ <xsd:complexType name="CT_Rst">
1846
+ <xsd:sequence>
1847
+ <xsd:element name="t" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
1848
+ <xsd:element name="r" type="CT_RElt" minOccurs="0" maxOccurs="unbounded"/>
1849
+ <xsd:element name="rPh" type="CT_PhoneticRun" minOccurs="0" maxOccurs="unbounded"/>
1850
+ <xsd:element name="phoneticPr" minOccurs="0" maxOccurs="1" type="CT_PhoneticPr"/>
1851
+ </xsd:sequence>
1852
+ </xsd:complexType>
1853
+ <xsd:complexType name="CT_PhoneticPr">
1854
+ <xsd:attribute name="fontId" type="ST_FontId" use="required"/>
1855
+ <xsd:attribute name="type" type="ST_PhoneticType" use="optional" default="fullwidthKatakana"/>
1856
+ <xsd:attribute name="alignment" type="ST_PhoneticAlignment" use="optional" default="left"/>
1857
+ </xsd:complexType>
1858
+ <xsd:element name="headers" type="CT_RevisionHeaders"/>
1859
+ <xsd:element name="revisions" type="CT_Revisions"/>
1860
+ <xsd:complexType name="CT_RevisionHeaders">
1861
+ <xsd:sequence>
1862
+ <xsd:element name="header" type="CT_RevisionHeader" minOccurs="1" maxOccurs="unbounded"/>
1863
+ </xsd:sequence>
1864
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
1865
+ <xsd:attribute name="lastGuid" type="s:ST_Guid" use="optional"/>
1866
+ <xsd:attribute name="shared" type="xsd:boolean" default="true"/>
1867
+ <xsd:attribute name="diskRevisions" type="xsd:boolean" default="false"/>
1868
+ <xsd:attribute name="history" type="xsd:boolean" default="true"/>
1869
+ <xsd:attribute name="trackRevisions" type="xsd:boolean" default="true"/>
1870
+ <xsd:attribute name="exclusive" type="xsd:boolean" default="false"/>
1871
+ <xsd:attribute name="revisionId" type="xsd:unsignedInt" default="0"/>
1872
+ <xsd:attribute name="version" type="xsd:int" default="1"/>
1873
+ <xsd:attribute name="keepChangeHistory" type="xsd:boolean" use="optional" default="true"/>
1874
+ <xsd:attribute name="protected" type="xsd:boolean" use="optional" default="false"/>
1875
+ <xsd:attribute name="preserveHistory" type="xsd:unsignedInt" default="30"/>
1876
+ </xsd:complexType>
1877
+ <xsd:complexType name="CT_Revisions">
1878
+ <xsd:choice maxOccurs="unbounded">
1879
+ <xsd:element name="rrc" type="CT_RevisionRowColumn" minOccurs="0" maxOccurs="unbounded"/>
1880
+ <xsd:element name="rm" type="CT_RevisionMove" minOccurs="0" maxOccurs="unbounded"/>
1881
+ <xsd:element name="rcv" type="CT_RevisionCustomView" minOccurs="0" maxOccurs="unbounded"/>
1882
+ <xsd:element name="rsnm" type="CT_RevisionSheetRename" minOccurs="0" maxOccurs="unbounded"/>
1883
+ <xsd:element name="ris" type="CT_RevisionInsertSheet" minOccurs="0" maxOccurs="unbounded"/>
1884
+ <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded"/>
1885
+ <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded"/>
1886
+ <xsd:element name="raf" type="CT_RevisionAutoFormatting" minOccurs="0" maxOccurs="unbounded"/>
1887
+ <xsd:element name="rdn" type="CT_RevisionDefinedName" minOccurs="0" maxOccurs="unbounded"/>
1888
+ <xsd:element name="rcmt" type="CT_RevisionComment" minOccurs="0" maxOccurs="unbounded"/>
1889
+ <xsd:element name="rqt" type="CT_RevisionQueryTableField" minOccurs="0" maxOccurs="unbounded"/>
1890
+ <xsd:element name="rcft" type="CT_RevisionConflict" minOccurs="0" maxOccurs="unbounded"/>
1891
+ </xsd:choice>
1892
+ </xsd:complexType>
1893
+ <xsd:attributeGroup name="AG_RevData">
1894
+ <xsd:attribute name="rId" type="xsd:unsignedInt" use="required"/>
1895
+ <xsd:attribute name="ua" type="xsd:boolean" use="optional" default="false"/>
1896
+ <xsd:attribute name="ra" type="xsd:boolean" use="optional" default="false"/>
1897
+ </xsd:attributeGroup>
1898
+ <xsd:complexType name="CT_RevisionHeader">
1899
+ <xsd:sequence>
1900
+ <xsd:element name="sheetIdMap" minOccurs="1" maxOccurs="1" type="CT_SheetIdMap"/>
1901
+ <xsd:element name="reviewedList" minOccurs="0" maxOccurs="1" type="CT_ReviewedRevisions"/>
1902
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1903
+ </xsd:sequence>
1904
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
1905
+ <xsd:attribute name="dateTime" type="xsd:dateTime" use="required"/>
1906
+ <xsd:attribute name="maxSheetId" type="xsd:unsignedInt" use="required"/>
1907
+ <xsd:attribute name="userName" type="s:ST_Xstring" use="required"/>
1908
+ <xsd:attribute ref="r:id" use="required"/>
1909
+ <xsd:attribute name="minRId" type="xsd:unsignedInt" use="optional"/>
1910
+ <xsd:attribute name="maxRId" type="xsd:unsignedInt" use="optional"/>
1911
+ </xsd:complexType>
1912
+ <xsd:complexType name="CT_SheetIdMap">
1913
+ <xsd:sequence>
1914
+ <xsd:element name="sheetId" type="CT_SheetId" minOccurs="1" maxOccurs="unbounded"/>
1915
+ </xsd:sequence>
1916
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1917
+ </xsd:complexType>
1918
+ <xsd:complexType name="CT_SheetId">
1919
+ <xsd:attribute name="val" type="xsd:unsignedInt" use="required"/>
1920
+ </xsd:complexType>
1921
+ <xsd:complexType name="CT_ReviewedRevisions">
1922
+ <xsd:sequence>
1923
+ <xsd:element name="reviewed" type="CT_Reviewed" minOccurs="1" maxOccurs="unbounded"/>
1924
+ </xsd:sequence>
1925
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1926
+ </xsd:complexType>
1927
+ <xsd:complexType name="CT_Reviewed">
1928
+ <xsd:attribute name="rId" type="xsd:unsignedInt" use="required"/>
1929
+ </xsd:complexType>
1930
+ <xsd:complexType name="CT_UndoInfo">
1931
+ <xsd:attribute name="index" type="xsd:unsignedInt" use="required"/>
1932
+ <xsd:attribute name="exp" type="ST_FormulaExpression" use="required"/>
1933
+ <xsd:attribute name="ref3D" type="xsd:boolean" use="optional" default="false"/>
1934
+ <xsd:attribute name="array" type="xsd:boolean" use="optional" default="false"/>
1935
+ <xsd:attribute name="v" type="xsd:boolean" use="optional" default="false"/>
1936
+ <xsd:attribute name="nf" type="xsd:boolean" use="optional" default="false"/>
1937
+ <xsd:attribute name="cs" type="xsd:boolean" use="optional" default="false"/>
1938
+ <xsd:attribute name="dr" type="ST_RefA" use="required"/>
1939
+ <xsd:attribute name="dn" type="s:ST_Xstring" use="optional"/>
1940
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
1941
+ <xsd:attribute name="sId" type="xsd:unsignedInt" use="optional"/>
1942
+ </xsd:complexType>
1943
+ <xsd:complexType name="CT_RevisionRowColumn">
1944
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
1945
+ <xsd:element name="undo" type="CT_UndoInfo" minOccurs="0" maxOccurs="unbounded"/>
1946
+ <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded"/>
1947
+ <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded"/>
1948
+ </xsd:choice>
1949
+ <xsd:attributeGroup ref="AG_RevData"/>
1950
+ <xsd:attribute name="sId" type="xsd:unsignedInt" use="required"/>
1951
+ <xsd:attribute name="eol" type="xsd:boolean" use="optional" default="false"/>
1952
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
1953
+ <xsd:attribute name="action" type="ST_rwColActionType" use="required"/>
1954
+ <xsd:attribute name="edge" type="xsd:boolean" use="optional" default="false"/>
1955
+ </xsd:complexType>
1956
+ <xsd:complexType name="CT_RevisionMove">
1957
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
1958
+ <xsd:element name="undo" type="CT_UndoInfo" minOccurs="0" maxOccurs="unbounded"/>
1959
+ <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded"/>
1960
+ <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded"/>
1961
+ </xsd:choice>
1962
+ <xsd:attributeGroup ref="AG_RevData"/>
1963
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
1964
+ <xsd:attribute name="source" type="ST_Ref" use="required"/>
1965
+ <xsd:attribute name="destination" type="ST_Ref" use="required"/>
1966
+ <xsd:attribute name="sourceSheetId" type="xsd:unsignedInt" use="optional" default="0"/>
1967
+ </xsd:complexType>
1968
+ <xsd:complexType name="CT_RevisionCustomView">
1969
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
1970
+ <xsd:attribute name="action" type="ST_RevisionAction" use="required"/>
1971
+ </xsd:complexType>
1972
+ <xsd:complexType name="CT_RevisionSheetRename">
1973
+ <xsd:sequence>
1974
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1975
+ </xsd:sequence>
1976
+ <xsd:attributeGroup ref="AG_RevData"/>
1977
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
1978
+ <xsd:attribute name="oldName" type="s:ST_Xstring" use="required"/>
1979
+ <xsd:attribute name="newName" type="s:ST_Xstring" use="required"/>
1980
+ </xsd:complexType>
1981
+ <xsd:complexType name="CT_RevisionInsertSheet">
1982
+ <xsd:attributeGroup ref="AG_RevData"/>
1983
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
1984
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
1985
+ <xsd:attribute name="sheetPosition" type="xsd:unsignedInt" use="required"/>
1986
+ </xsd:complexType>
1987
+ <xsd:complexType name="CT_RevisionCellChange">
1988
+ <xsd:sequence>
1989
+ <xsd:element name="oc" type="CT_Cell" minOccurs="0" maxOccurs="1"/>
1990
+ <xsd:element name="nc" type="CT_Cell" minOccurs="1" maxOccurs="1"/>
1991
+ <xsd:element name="odxf" type="CT_Dxf" minOccurs="0" maxOccurs="1"/>
1992
+ <xsd:element name="ndxf" type="CT_Dxf" minOccurs="0" maxOccurs="1"/>
1993
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1994
+ </xsd:sequence>
1995
+ <xsd:attributeGroup ref="AG_RevData"/>
1996
+ <xsd:attribute name="sId" type="xsd:unsignedInt" use="required"/>
1997
+ <xsd:attribute name="odxf" type="xsd:boolean" default="false"/>
1998
+ <xsd:attribute name="xfDxf" type="xsd:boolean" use="optional" default="false"/>
1999
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
2000
+ <xsd:attribute name="dxf" type="xsd:boolean" default="false"/>
2001
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
2002
+ <xsd:attribute name="quotePrefix" type="xsd:boolean" use="optional" default="false"/>
2003
+ <xsd:attribute name="oldQuotePrefix" type="xsd:boolean" use="optional" default="false"/>
2004
+ <xsd:attribute name="ph" type="xsd:boolean" default="false"/>
2005
+ <xsd:attribute name="oldPh" type="xsd:boolean" default="false"/>
2006
+ <xsd:attribute name="endOfListFormulaUpdate" type="xsd:boolean" default="false"/>
2007
+ </xsd:complexType>
2008
+ <xsd:complexType name="CT_RevisionFormatting">
2009
+ <xsd:sequence>
2010
+ <xsd:element name="dxf" type="CT_Dxf" minOccurs="0" maxOccurs="1"/>
2011
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2012
+ </xsd:sequence>
2013
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2014
+ <xsd:attribute name="xfDxf" type="xsd:boolean" use="optional" default="false"/>
2015
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
2016
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
2017
+ <xsd:attribute name="start" type="xsd:unsignedInt" use="optional"/>
2018
+ <xsd:attribute name="length" type="xsd:unsignedInt" use="optional"/>
2019
+ </xsd:complexType>
2020
+ <xsd:complexType name="CT_RevisionAutoFormatting">
2021
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2022
+ <xsd:attributeGroup ref="AG_AutoFormat"/>
2023
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2024
+ </xsd:complexType>
2025
+ <xsd:complexType name="CT_RevisionComment">
2026
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2027
+ <xsd:attribute name="cell" type="ST_CellRef" use="required"/>
2028
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
2029
+ <xsd:attribute name="action" type="ST_RevisionAction" default="add"/>
2030
+ <xsd:attribute name="alwaysShow" type="xsd:boolean" use="optional" default="false"/>
2031
+ <xsd:attribute name="old" type="xsd:boolean" use="optional" default="false"/>
2032
+ <xsd:attribute name="hiddenRow" type="xsd:boolean" use="optional" default="false"/>
2033
+ <xsd:attribute name="hiddenColumn" type="xsd:boolean" use="optional" default="false"/>
2034
+ <xsd:attribute name="author" type="s:ST_Xstring" use="required"/>
2035
+ <xsd:attribute name="oldLength" type="xsd:unsignedInt" default="0"/>
2036
+ <xsd:attribute name="newLength" type="xsd:unsignedInt" default="0"/>
2037
+ </xsd:complexType>
2038
+ <xsd:complexType name="CT_RevisionDefinedName">
2039
+ <xsd:sequence>
2040
+ <xsd:element name="formula" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2041
+ <xsd:element name="oldFormula" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2042
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2043
+ </xsd:sequence>
2044
+ <xsd:attributeGroup ref="AG_RevData"/>
2045
+ <xsd:attribute name="localSheetId" type="xsd:unsignedInt" use="optional"/>
2046
+ <xsd:attribute name="customView" type="xsd:boolean" use="optional" default="false"/>
2047
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2048
+ <xsd:attribute name="function" type="xsd:boolean" use="optional" default="false"/>
2049
+ <xsd:attribute name="oldFunction" type="xsd:boolean" default="false"/>
2050
+ <xsd:attribute name="functionGroupId" type="xsd:unsignedByte" use="optional"/>
2051
+ <xsd:attribute name="oldFunctionGroupId" type="xsd:unsignedByte" use="optional"/>
2052
+ <xsd:attribute name="shortcutKey" type="xsd:unsignedByte" use="optional"/>
2053
+ <xsd:attribute name="oldShortcutKey" type="xsd:unsignedByte" use="optional"/>
2054
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2055
+ <xsd:attribute name="oldHidden" type="xsd:boolean" use="optional" default="false"/>
2056
+ <xsd:attribute name="customMenu" type="s:ST_Xstring" use="optional"/>
2057
+ <xsd:attribute name="oldCustomMenu" type="s:ST_Xstring" use="optional"/>
2058
+ <xsd:attribute name="description" type="s:ST_Xstring" use="optional"/>
2059
+ <xsd:attribute name="oldDescription" type="s:ST_Xstring" use="optional"/>
2060
+ <xsd:attribute name="help" type="s:ST_Xstring" use="optional"/>
2061
+ <xsd:attribute name="oldHelp" type="s:ST_Xstring" use="optional"/>
2062
+ <xsd:attribute name="statusBar" type="s:ST_Xstring" use="optional"/>
2063
+ <xsd:attribute name="oldStatusBar" type="s:ST_Xstring" use="optional"/>
2064
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
2065
+ <xsd:attribute name="oldComment" type="s:ST_Xstring" use="optional"/>
2066
+ </xsd:complexType>
2067
+ <xsd:complexType name="CT_RevisionConflict">
2068
+ <xsd:attributeGroup ref="AG_RevData"/>
2069
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="optional"/>
2070
+ </xsd:complexType>
2071
+ <xsd:complexType name="CT_RevisionQueryTableField">
2072
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2073
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2074
+ <xsd:attribute name="fieldId" type="xsd:unsignedInt" use="required"/>
2075
+ </xsd:complexType>
2076
+ <xsd:simpleType name="ST_rwColActionType">
2077
+ <xsd:restriction base="xsd:string">
2078
+ <xsd:enumeration value="insertRow"/>
2079
+ <xsd:enumeration value="deleteRow"/>
2080
+ <xsd:enumeration value="insertCol"/>
2081
+ <xsd:enumeration value="deleteCol"/>
2082
+ </xsd:restriction>
2083
+ </xsd:simpleType>
2084
+ <xsd:simpleType name="ST_RevisionAction">
2085
+ <xsd:restriction base="xsd:string">
2086
+ <xsd:enumeration value="add"/>
2087
+ <xsd:enumeration value="delete"/>
2088
+ </xsd:restriction>
2089
+ </xsd:simpleType>
2090
+ <xsd:simpleType name="ST_FormulaExpression">
2091
+ <xsd:restriction base="xsd:string">
2092
+ <xsd:enumeration value="ref"/>
2093
+ <xsd:enumeration value="refError"/>
2094
+ <xsd:enumeration value="area"/>
2095
+ <xsd:enumeration value="areaError"/>
2096
+ <xsd:enumeration value="computedArea"/>
2097
+ </xsd:restriction>
2098
+ </xsd:simpleType>
2099
+ <xsd:element name="users" type="CT_Users"/>
2100
+ <xsd:complexType name="CT_Users">
2101
+ <xsd:sequence>
2102
+ <xsd:element name="userInfo" minOccurs="0" maxOccurs="256" type="CT_SharedUser"/>
2103
+ </xsd:sequence>
2104
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2105
+ </xsd:complexType>
2106
+ <xsd:complexType name="CT_SharedUser">
2107
+ <xsd:sequence>
2108
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2109
+ </xsd:sequence>
2110
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
2111
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2112
+ <xsd:attribute name="id" type="xsd:int" use="required"/>
2113
+ <xsd:attribute name="dateTime" type="xsd:dateTime" use="required"/>
2114
+ </xsd:complexType>
2115
+ <xsd:element name="worksheet" type="CT_Worksheet"/>
2116
+ <xsd:element name="chartsheet" type="CT_Chartsheet"/>
2117
+ <xsd:element name="dialogsheet" type="CT_Dialogsheet"/>
2118
+ <xsd:complexType name="CT_Macrosheet">
2119
+ <xsd:sequence>
2120
+ <xsd:element name="sheetPr" type="CT_SheetPr" minOccurs="0" maxOccurs="1"/>
2121
+ <xsd:element name="dimension" type="CT_SheetDimension" minOccurs="0" maxOccurs="1"/>
2122
+ <xsd:element name="sheetViews" type="CT_SheetViews" minOccurs="0" maxOccurs="1"/>
2123
+ <xsd:element name="sheetFormatPr" type="CT_SheetFormatPr" minOccurs="0" maxOccurs="1"/>
2124
+ <xsd:element name="cols" type="CT_Cols" minOccurs="0" maxOccurs="unbounded"/>
2125
+ <xsd:element name="sheetData" type="CT_SheetData" minOccurs="1" maxOccurs="1"/>
2126
+ <xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
2127
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
2128
+ <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1"/>
2129
+ <xsd:element name="dataConsolidate" type="CT_DataConsolidate" minOccurs="0" maxOccurs="1"/>
2130
+ <xsd:element name="customSheetViews" type="CT_CustomSheetViews" minOccurs="0" maxOccurs="1"/>
2131
+ <xsd:element name="phoneticPr" type="CT_PhoneticPr" minOccurs="0" maxOccurs="1"/>
2132
+ <xsd:element name="conditionalFormatting" type="CT_ConditionalFormatting" minOccurs="0"
2133
+ maxOccurs="unbounded"/>
2134
+ <xsd:element name="printOptions" type="CT_PrintOptions" minOccurs="0" maxOccurs="1"/>
2135
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
2136
+ <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
2137
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
2138
+ <xsd:element name="rowBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2139
+ <xsd:element name="colBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2140
+ <xsd:element name="customProperties" type="CT_CustomProperties" minOccurs="0" maxOccurs="1"/>
2141
+ <xsd:element name="drawing" type="CT_Drawing" minOccurs="0" maxOccurs="1"/>
2142
+ <xsd:element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2143
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2144
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2145
+ <xsd:element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
2146
+ <xsd:element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
2147
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2148
+ </xsd:sequence>
2149
+ </xsd:complexType>
2150
+ <xsd:complexType name="CT_Dialogsheet">
2151
+ <xsd:sequence>
2152
+ <xsd:element name="sheetPr" minOccurs="0" type="CT_SheetPr"/>
2153
+ <xsd:element name="sheetViews" minOccurs="0" type="CT_SheetViews"/>
2154
+ <xsd:element name="sheetFormatPr" minOccurs="0" type="CT_SheetFormatPr"/>
2155
+ <xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
2156
+ <xsd:element name="customSheetViews" minOccurs="0" type="CT_CustomSheetViews"/>
2157
+ <xsd:element name="printOptions" minOccurs="0" type="CT_PrintOptions"/>
2158
+ <xsd:element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>
2159
+ <xsd:element name="pageSetup" minOccurs="0" type="CT_PageSetup"/>
2160
+ <xsd:element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>
2161
+ <xsd:element name="drawing" minOccurs="0" type="CT_Drawing"/>
2162
+ <xsd:element name="legacyDrawing" minOccurs="0" type="CT_LegacyDrawing"/>
2163
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2164
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2165
+ <xsd:element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
2166
+ <xsd:element name="controls" type="CT_Controls" minOccurs="0" maxOccurs="1"/>
2167
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2168
+ </xsd:sequence>
2169
+ </xsd:complexType>
2170
+ <xsd:complexType name="CT_Worksheet">
2171
+ <xsd:sequence>
2172
+ <xsd:element name="sheetPr" type="CT_SheetPr" minOccurs="0" maxOccurs="1"/>
2173
+ <xsd:element name="dimension" type="CT_SheetDimension" minOccurs="0" maxOccurs="1"/>
2174
+ <xsd:element name="sheetViews" type="CT_SheetViews" minOccurs="0" maxOccurs="1"/>
2175
+ <xsd:element name="sheetFormatPr" type="CT_SheetFormatPr" minOccurs="0" maxOccurs="1"/>
2176
+ <xsd:element name="cols" type="CT_Cols" minOccurs="0" maxOccurs="unbounded"/>
2177
+ <xsd:element name="sheetData" type="CT_SheetData" minOccurs="1" maxOccurs="1"/>
2178
+ <xsd:element name="sheetCalcPr" type="CT_SheetCalcPr" minOccurs="0" maxOccurs="1"/>
2179
+ <xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
2180
+ <xsd:element name="protectedRanges" type="CT_ProtectedRanges" minOccurs="0" maxOccurs="1"/>
2181
+ <xsd:element name="scenarios" type="CT_Scenarios" minOccurs="0" maxOccurs="1"/>
2182
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
2183
+ <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1"/>
2184
+ <xsd:element name="dataConsolidate" type="CT_DataConsolidate" minOccurs="0" maxOccurs="1"/>
2185
+ <xsd:element name="customSheetViews" type="CT_CustomSheetViews" minOccurs="0" maxOccurs="1"/>
2186
+ <xsd:element name="mergeCells" type="CT_MergeCells" minOccurs="0" maxOccurs="1"/>
2187
+ <xsd:element name="phoneticPr" type="CT_PhoneticPr" minOccurs="0" maxOccurs="1"/>
2188
+ <xsd:element name="conditionalFormatting" type="CT_ConditionalFormatting" minOccurs="0"
2189
+ maxOccurs="unbounded"/>
2190
+ <xsd:element name="dataValidations" type="CT_DataValidations" minOccurs="0" maxOccurs="1"/>
2191
+ <xsd:element name="hyperlinks" type="CT_Hyperlinks" minOccurs="0" maxOccurs="1"/>
2192
+ <xsd:element name="printOptions" type="CT_PrintOptions" minOccurs="0" maxOccurs="1"/>
2193
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
2194
+ <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
2195
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
2196
+ <xsd:element name="rowBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2197
+ <xsd:element name="colBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2198
+ <xsd:element name="customProperties" type="CT_CustomProperties" minOccurs="0" maxOccurs="1"/>
2199
+ <xsd:element name="cellWatches" type="CT_CellWatches" minOccurs="0" maxOccurs="1"/>
2200
+ <xsd:element name="ignoredErrors" type="CT_IgnoredErrors" minOccurs="0" maxOccurs="1"/>
2201
+ <xsd:element name="smartTags" type="CT_SmartTags" minOccurs="0" maxOccurs="1"/>
2202
+ <xsd:element name="drawing" type="CT_Drawing" minOccurs="0" maxOccurs="1"/>
2203
+ <xsd:element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2204
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2205
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2206
+ <xsd:element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
2207
+ <xsd:element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
2208
+ <xsd:element name="controls" type="CT_Controls" minOccurs="0" maxOccurs="1"/>
2209
+ <xsd:element name="webPublishItems" type="CT_WebPublishItems" minOccurs="0" maxOccurs="1"/>
2210
+ <xsd:element name="tableParts" type="CT_TableParts" minOccurs="0" maxOccurs="1"/>
2211
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2212
+ </xsd:sequence>
2213
+ </xsd:complexType>
2214
+ <xsd:complexType name="CT_SheetData">
2215
+ <xsd:sequence>
2216
+ <xsd:element name="row" type="CT_Row" minOccurs="0" maxOccurs="unbounded"/>
2217
+ </xsd:sequence>
2218
+ </xsd:complexType>
2219
+ <xsd:complexType name="CT_SheetCalcPr">
2220
+ <xsd:attribute name="fullCalcOnLoad" type="xsd:boolean" use="optional" default="false"/>
2221
+ </xsd:complexType>
2222
+ <xsd:complexType name="CT_SheetFormatPr">
2223
+ <xsd:attribute name="baseColWidth" type="xsd:unsignedInt" use="optional" default="8"/>
2224
+ <xsd:attribute name="defaultColWidth" type="xsd:double" use="optional"/>
2225
+ <xsd:attribute name="defaultRowHeight" type="xsd:double" use="required"/>
2226
+ <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false"/>
2227
+ <xsd:attribute name="zeroHeight" type="xsd:boolean" use="optional" default="false"/>
2228
+ <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false"/>
2229
+ <xsd:attribute name="thickBottom" type="xsd:boolean" use="optional" default="false"/>
2230
+ <xsd:attribute name="outlineLevelRow" type="xsd:unsignedByte" use="optional" default="0"/>
2231
+ <xsd:attribute name="outlineLevelCol" type="xsd:unsignedByte" use="optional" default="0"/>
2232
+ </xsd:complexType>
2233
+ <xsd:complexType name="CT_Cols">
2234
+ <xsd:sequence>
2235
+ <xsd:element name="col" type="CT_Col" minOccurs="1" maxOccurs="unbounded"/>
2236
+ </xsd:sequence>
2237
+ </xsd:complexType>
2238
+ <xsd:complexType name="CT_Col">
2239
+ <xsd:attribute name="min" type="xsd:unsignedInt" use="required"/>
2240
+ <xsd:attribute name="max" type="xsd:unsignedInt" use="required"/>
2241
+ <xsd:attribute name="width" type="xsd:double" use="optional"/>
2242
+ <xsd:attribute name="style" type="xsd:unsignedInt" use="optional" default="0"/>
2243
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2244
+ <xsd:attribute name="bestFit" type="xsd:boolean" use="optional" default="false"/>
2245
+ <xsd:attribute name="customWidth" type="xsd:boolean" use="optional" default="false"/>
2246
+ <xsd:attribute name="phonetic" type="xsd:boolean" use="optional" default="false"/>
2247
+ <xsd:attribute name="outlineLevel" type="xsd:unsignedByte" use="optional" default="0"/>
2248
+ <xsd:attribute name="collapsed" type="xsd:boolean" use="optional" default="false"/>
2249
+ </xsd:complexType>
2250
+ <xsd:simpleType name="ST_CellSpan">
2251
+ <xsd:restriction base="xsd:string"/>
2252
+ </xsd:simpleType>
2253
+ <xsd:simpleType name="ST_CellSpans">
2254
+ <xsd:list itemType="ST_CellSpan"/>
2255
+ </xsd:simpleType>
2256
+ <xsd:complexType name="CT_Row">
2257
+ <xsd:sequence>
2258
+ <xsd:element name="c" type="CT_Cell" minOccurs="0" maxOccurs="unbounded"/>
2259
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2260
+ </xsd:sequence>
2261
+ <xsd:attribute name="r" type="xsd:unsignedInt" use="optional"/>
2262
+ <xsd:attribute name="spans" type="ST_CellSpans" use="optional"/>
2263
+ <xsd:attribute name="s" type="xsd:unsignedInt" use="optional" default="0"/>
2264
+ <xsd:attribute name="customFormat" type="xsd:boolean" use="optional" default="false"/>
2265
+ <xsd:attribute name="ht" type="xsd:double" use="optional"/>
2266
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2267
+ <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false"/>
2268
+ <xsd:attribute name="outlineLevel" type="xsd:unsignedByte" use="optional" default="0"/>
2269
+ <xsd:attribute name="collapsed" type="xsd:boolean" use="optional" default="false"/>
2270
+ <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false"/>
2271
+ <xsd:attribute name="thickBot" type="xsd:boolean" use="optional" default="false"/>
2272
+ <xsd:attribute name="ph" type="xsd:boolean" use="optional" default="false"/>
2273
+ </xsd:complexType>
2274
+ <xsd:complexType name="CT_Cell">
2275
+ <xsd:sequence>
2276
+ <xsd:element name="f" type="CT_CellFormula" minOccurs="0" maxOccurs="1"/>
2277
+ <xsd:element name="v" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2278
+ <xsd:element name="is" type="CT_Rst" minOccurs="0" maxOccurs="1"/>
2279
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2280
+ </xsd:sequence>
2281
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
2282
+ <xsd:attribute name="s" type="xsd:unsignedInt" use="optional" default="0"/>
2283
+ <xsd:attribute name="t" type="ST_CellType" use="optional" default="n"/>
2284
+ <xsd:attribute name="cm" type="xsd:unsignedInt" use="optional" default="0"/>
2285
+ <xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0"/>
2286
+ <xsd:attribute name="ph" type="xsd:boolean" use="optional" default="false"/>
2287
+ </xsd:complexType>
2288
+ <xsd:simpleType name="ST_CellType">
2289
+ <xsd:restriction base="xsd:string">
2290
+ <xsd:enumeration value="b"/>
2291
+ <xsd:enumeration value="n"/>
2292
+ <xsd:enumeration value="e"/>
2293
+ <xsd:enumeration value="s"/>
2294
+ <xsd:enumeration value="str"/>
2295
+ <xsd:enumeration value="inlineStr"/>
2296
+ </xsd:restriction>
2297
+ </xsd:simpleType>
2298
+ <xsd:simpleType name="ST_CellFormulaType">
2299
+ <xsd:restriction base="xsd:string">
2300
+ <xsd:enumeration value="normal"/>
2301
+ <xsd:enumeration value="array"/>
2302
+ <xsd:enumeration value="dataTable"/>
2303
+ <xsd:enumeration value="shared"/>
2304
+ </xsd:restriction>
2305
+ </xsd:simpleType>
2306
+ <xsd:complexType name="CT_SheetPr">
2307
+ <xsd:sequence>
2308
+ <xsd:element name="tabColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
2309
+ <xsd:element name="outlinePr" type="CT_OutlinePr" minOccurs="0" maxOccurs="1"/>
2310
+ <xsd:element name="pageSetUpPr" type="CT_PageSetUpPr" minOccurs="0" maxOccurs="1"/>
2311
+ </xsd:sequence>
2312
+ <xsd:attribute name="syncHorizontal" type="xsd:boolean" use="optional" default="false"/>
2313
+ <xsd:attribute name="syncVertical" type="xsd:boolean" use="optional" default="false"/>
2314
+ <xsd:attribute name="syncRef" type="ST_Ref" use="optional"/>
2315
+ <xsd:attribute name="transitionEvaluation" type="xsd:boolean" use="optional" default="false"/>
2316
+ <xsd:attribute name="transitionEntry" type="xsd:boolean" use="optional" default="false"/>
2317
+ <xsd:attribute name="published" type="xsd:boolean" use="optional" default="true"/>
2318
+ <xsd:attribute name="codeName" type="xsd:string" use="optional"/>
2319
+ <xsd:attribute name="filterMode" type="xsd:boolean" use="optional" default="false"/>
2320
+ <xsd:attribute name="enableFormatConditionsCalculation" type="xsd:boolean" use="optional"
2321
+ default="true"/>
2322
+ </xsd:complexType>
2323
+ <xsd:complexType name="CT_SheetDimension">
2324
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2325
+ </xsd:complexType>
2326
+ <xsd:complexType name="CT_SheetViews">
2327
+ <xsd:sequence>
2328
+ <xsd:element name="sheetView" type="CT_SheetView" minOccurs="1" maxOccurs="unbounded"/>
2329
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2330
+ </xsd:sequence>
2331
+ </xsd:complexType>
2332
+ <xsd:complexType name="CT_SheetView">
2333
+ <xsd:sequence>
2334
+ <xsd:element name="pane" type="CT_Pane" minOccurs="0" maxOccurs="1"/>
2335
+ <xsd:element name="selection" type="CT_Selection" minOccurs="0" maxOccurs="4"/>
2336
+ <xsd:element name="pivotSelection" type="CT_PivotSelection" minOccurs="0" maxOccurs="4"/>
2337
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
2338
+ </xsd:sequence>
2339
+ <xsd:attribute name="windowProtection" type="xsd:boolean" use="optional" default="false"/>
2340
+ <xsd:attribute name="showFormulas" type="xsd:boolean" use="optional" default="false"/>
2341
+ <xsd:attribute name="showGridLines" type="xsd:boolean" use="optional" default="true"/>
2342
+ <xsd:attribute name="showRowColHeaders" type="xsd:boolean" use="optional" default="true"/>
2343
+ <xsd:attribute name="showZeros" type="xsd:boolean" use="optional" default="true"/>
2344
+ <xsd:attribute name="rightToLeft" type="xsd:boolean" use="optional" default="false"/>
2345
+ <xsd:attribute name="tabSelected" type="xsd:boolean" use="optional" default="false"/>
2346
+ <xsd:attribute name="showRuler" type="xsd:boolean" use="optional" default="true"/>
2347
+ <xsd:attribute name="showOutlineSymbols" type="xsd:boolean" use="optional" default="true"/>
2348
+ <xsd:attribute name="defaultGridColor" type="xsd:boolean" use="optional" default="true"/>
2349
+ <xsd:attribute name="showWhiteSpace" type="xsd:boolean" use="optional" default="true"/>
2350
+ <xsd:attribute name="view" type="ST_SheetViewType" use="optional" default="normal"/>
2351
+ <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional"/>
2352
+ <xsd:attribute name="colorId" type="xsd:unsignedInt" use="optional" default="64"/>
2353
+ <xsd:attribute name="zoomScale" type="xsd:unsignedInt" use="optional" default="100"/>
2354
+ <xsd:attribute name="zoomScaleNormal" type="xsd:unsignedInt" use="optional" default="0"/>
2355
+ <xsd:attribute name="zoomScaleSheetLayoutView" type="xsd:unsignedInt" use="optional" default="0"/>
2356
+ <xsd:attribute name="zoomScalePageLayoutView" type="xsd:unsignedInt" use="optional" default="0"/>
2357
+ <xsd:attribute name="workbookViewId" type="xsd:unsignedInt" use="required"/>
2358
+ </xsd:complexType>
2359
+ <xsd:complexType name="CT_Pane">
2360
+ <xsd:attribute name="xSplit" type="xsd:double" use="optional" default="0"/>
2361
+ <xsd:attribute name="ySplit" type="xsd:double" use="optional" default="0"/>
2362
+ <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional"/>
2363
+ <xsd:attribute name="activePane" type="ST_Pane" use="optional" default="topLeft"/>
2364
+ <xsd:attribute name="state" type="ST_PaneState" use="optional" default="split"/>
2365
+ </xsd:complexType>
2366
+ <xsd:complexType name="CT_PivotSelection">
2367
+ <xsd:sequence>
2368
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
2369
+ </xsd:sequence>
2370
+ <xsd:attribute name="pane" type="ST_Pane" use="optional" default="topLeft"/>
2371
+ <xsd:attribute name="showHeader" type="xsd:boolean" default="false"/>
2372
+ <xsd:attribute name="label" type="xsd:boolean" default="false"/>
2373
+ <xsd:attribute name="data" type="xsd:boolean" default="false"/>
2374
+ <xsd:attribute name="extendable" type="xsd:boolean" default="false"/>
2375
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
2376
+ <xsd:attribute name="axis" type="ST_Axis" use="optional"/>
2377
+ <xsd:attribute name="dimension" type="xsd:unsignedInt" default="0"/>
2378
+ <xsd:attribute name="start" type="xsd:unsignedInt" default="0"/>
2379
+ <xsd:attribute name="min" type="xsd:unsignedInt" default="0"/>
2380
+ <xsd:attribute name="max" type="xsd:unsignedInt" default="0"/>
2381
+ <xsd:attribute name="activeRow" type="xsd:unsignedInt" default="0"/>
2382
+ <xsd:attribute name="activeCol" type="xsd:unsignedInt" default="0"/>
2383
+ <xsd:attribute name="previousRow" type="xsd:unsignedInt" default="0"/>
2384
+ <xsd:attribute name="previousCol" type="xsd:unsignedInt" default="0"/>
2385
+ <xsd:attribute name="click" type="xsd:unsignedInt" default="0"/>
2386
+ <xsd:attribute ref="r:id" use="optional"/>
2387
+ </xsd:complexType>
2388
+ <xsd:complexType name="CT_Selection">
2389
+ <xsd:attribute name="pane" type="ST_Pane" use="optional" default="topLeft"/>
2390
+ <xsd:attribute name="activeCell" type="ST_CellRef" use="optional"/>
2391
+ <xsd:attribute name="activeCellId" type="xsd:unsignedInt" use="optional" default="0"/>
2392
+ <xsd:attribute name="sqref" type="ST_Sqref" use="optional" default="A1"/>
2393
+ </xsd:complexType>
2394
+ <xsd:simpleType name="ST_Pane">
2395
+ <xsd:restriction base="xsd:string">
2396
+ <xsd:enumeration value="bottomRight"/>
2397
+ <xsd:enumeration value="topRight"/>
2398
+ <xsd:enumeration value="bottomLeft"/>
2399
+ <xsd:enumeration value="topLeft"/>
2400
+ </xsd:restriction>
2401
+ </xsd:simpleType>
2402
+ <xsd:complexType name="CT_PageBreak">
2403
+ <xsd:sequence>
2404
+ <xsd:element name="brk" type="CT_Break" minOccurs="0" maxOccurs="unbounded"/>
2405
+ </xsd:sequence>
2406
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
2407
+ <xsd:attribute name="manualBreakCount" type="xsd:unsignedInt" use="optional" default="0"/>
2408
+ </xsd:complexType>
2409
+ <xsd:complexType name="CT_Break">
2410
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="optional" default="0"/>
2411
+ <xsd:attribute name="min" type="xsd:unsignedInt" use="optional" default="0"/>
2412
+ <xsd:attribute name="max" type="xsd:unsignedInt" use="optional" default="0"/>
2413
+ <xsd:attribute name="man" type="xsd:boolean" use="optional" default="false"/>
2414
+ <xsd:attribute name="pt" type="xsd:boolean" use="optional" default="false"/>
2415
+ </xsd:complexType>
2416
+ <xsd:simpleType name="ST_SheetViewType">
2417
+ <xsd:restriction base="xsd:string">
2418
+ <xsd:enumeration value="normal"/>
2419
+ <xsd:enumeration value="pageBreakPreview"/>
2420
+ <xsd:enumeration value="pageLayout"/>
2421
+ </xsd:restriction>
2422
+ </xsd:simpleType>
2423
+ <xsd:complexType name="CT_OutlinePr">
2424
+ <xsd:attribute name="applyStyles" type="xsd:boolean" use="optional" default="false"/>
2425
+ <xsd:attribute name="summaryBelow" type="xsd:boolean" use="optional" default="true"/>
2426
+ <xsd:attribute name="summaryRight" type="xsd:boolean" use="optional" default="true"/>
2427
+ <xsd:attribute name="showOutlineSymbols" type="xsd:boolean" use="optional" default="true"/>
2428
+ </xsd:complexType>
2429
+ <xsd:complexType name="CT_PageSetUpPr">
2430
+ <xsd:attribute name="autoPageBreaks" type="xsd:boolean" use="optional" default="true"/>
2431
+ <xsd:attribute name="fitToPage" type="xsd:boolean" use="optional" default="false"/>
2432
+ </xsd:complexType>
2433
+ <xsd:complexType name="CT_DataConsolidate">
2434
+ <xsd:sequence>
2435
+ <xsd:element name="dataRefs" type="CT_DataRefs" minOccurs="0" maxOccurs="1"/>
2436
+ </xsd:sequence>
2437
+ <xsd:attribute name="function" type="ST_DataConsolidateFunction" use="optional" default="sum"/>
2438
+ <xsd:attribute name="startLabels" type="xsd:boolean" use="optional" default="false"/>
2439
+ <xsd:attribute name="leftLabels" type="xsd:boolean" use="optional" default="false"/>
2440
+ <xsd:attribute name="topLabels" type="xsd:boolean" use="optional" default="false"/>
2441
+ <xsd:attribute name="link" type="xsd:boolean" use="optional" default="false"/>
2442
+ </xsd:complexType>
2443
+ <xsd:simpleType name="ST_DataConsolidateFunction">
2444
+ <xsd:restriction base="xsd:string">
2445
+ <xsd:enumeration value="average"/>
2446
+ <xsd:enumeration value="count"/>
2447
+ <xsd:enumeration value="countNums"/>
2448
+ <xsd:enumeration value="max"/>
2449
+ <xsd:enumeration value="min"/>
2450
+ <xsd:enumeration value="product"/>
2451
+ <xsd:enumeration value="stdDev"/>
2452
+ <xsd:enumeration value="stdDevp"/>
2453
+ <xsd:enumeration value="sum"/>
2454
+ <xsd:enumeration value="var"/>
2455
+ <xsd:enumeration value="varp"/>
2456
+ </xsd:restriction>
2457
+ </xsd:simpleType>
2458
+ <xsd:complexType name="CT_DataRefs">
2459
+ <xsd:sequence>
2460
+ <xsd:element name="dataRef" type="CT_DataRef" minOccurs="0" maxOccurs="unbounded"/>
2461
+ </xsd:sequence>
2462
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2463
+ </xsd:complexType>
2464
+ <xsd:complexType name="CT_DataRef">
2465
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
2466
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
2467
+ <xsd:attribute name="sheet" type="s:ST_Xstring" use="optional"/>
2468
+ <xsd:attribute ref="r:id" use="optional"/>
2469
+ </xsd:complexType>
2470
+ <xsd:complexType name="CT_MergeCells">
2471
+ <xsd:sequence>
2472
+ <xsd:element name="mergeCell" type="CT_MergeCell" minOccurs="1" maxOccurs="unbounded"/>
2473
+ </xsd:sequence>
2474
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2475
+ </xsd:complexType>
2476
+ <xsd:complexType name="CT_MergeCell">
2477
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2478
+ </xsd:complexType>
2479
+ <xsd:complexType name="CT_SmartTags">
2480
+ <xsd:sequence>
2481
+ <xsd:element name="cellSmartTags" type="CT_CellSmartTags" minOccurs="1" maxOccurs="unbounded"
2482
+ />
2483
+ </xsd:sequence>
2484
+ </xsd:complexType>
2485
+ <xsd:complexType name="CT_CellSmartTags">
2486
+ <xsd:sequence>
2487
+ <xsd:element name="cellSmartTag" type="CT_CellSmartTag" minOccurs="1" maxOccurs="unbounded"/>
2488
+ </xsd:sequence>
2489
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
2490
+ </xsd:complexType>
2491
+ <xsd:complexType name="CT_CellSmartTag">
2492
+ <xsd:sequence>
2493
+ <xsd:element name="cellSmartTagPr" minOccurs="0" maxOccurs="unbounded"
2494
+ type="CT_CellSmartTagPr"/>
2495
+ </xsd:sequence>
2496
+ <xsd:attribute name="type" type="xsd:unsignedInt" use="required"/>
2497
+ <xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false"/>
2498
+ <xsd:attribute name="xmlBased" type="xsd:boolean" use="optional" default="false"/>
2499
+ </xsd:complexType>
2500
+ <xsd:complexType name="CT_CellSmartTagPr">
2501
+ <xsd:attribute name="key" type="s:ST_Xstring" use="required"/>
2502
+ <xsd:attribute name="val" type="s:ST_Xstring" use="required"/>
2503
+ </xsd:complexType>
2504
+ <xsd:complexType name="CT_Drawing">
2505
+ <xsd:attribute ref="r:id" use="required"/>
2506
+ </xsd:complexType>
2507
+ <xsd:complexType name="CT_LegacyDrawing">
2508
+ <xsd:attribute ref="r:id" use="required"/>
2509
+ </xsd:complexType>
2510
+ <xsd:complexType name="CT_DrawingHF">
2511
+ <xsd:attribute ref="r:id" use="required"/>
2512
+ <xsd:attribute name="lho" type="xsd:unsignedInt" use="optional"/>
2513
+ <xsd:attribute name="lhe" type="xsd:unsignedInt" use="optional"/>
2514
+ <xsd:attribute name="lhf" type="xsd:unsignedInt" use="optional"/>
2515
+ <xsd:attribute name="cho" type="xsd:unsignedInt" use="optional"/>
2516
+ <xsd:attribute name="che" type="xsd:unsignedInt" use="optional"/>
2517
+ <xsd:attribute name="chf" type="xsd:unsignedInt" use="optional"/>
2518
+ <xsd:attribute name="rho" type="xsd:unsignedInt" use="optional"/>
2519
+ <xsd:attribute name="rhe" type="xsd:unsignedInt" use="optional"/>
2520
+ <xsd:attribute name="rhf" type="xsd:unsignedInt" use="optional"/>
2521
+ <xsd:attribute name="lfo" type="xsd:unsignedInt" use="optional"/>
2522
+ <xsd:attribute name="lfe" type="xsd:unsignedInt" use="optional"/>
2523
+ <xsd:attribute name="lff" type="xsd:unsignedInt" use="optional"/>
2524
+ <xsd:attribute name="cfo" type="xsd:unsignedInt" use="optional"/>
2525
+ <xsd:attribute name="cfe" type="xsd:unsignedInt" use="optional"/>
2526
+ <xsd:attribute name="cff" type="xsd:unsignedInt" use="optional"/>
2527
+ <xsd:attribute name="rfo" type="xsd:unsignedInt" use="optional"/>
2528
+ <xsd:attribute name="rfe" type="xsd:unsignedInt" use="optional"/>
2529
+ <xsd:attribute name="rff" type="xsd:unsignedInt" use="optional"/>
2530
+ </xsd:complexType>
2531
+ <xsd:complexType name="CT_CustomSheetViews">
2532
+ <xsd:sequence>
2533
+ <xsd:element name="customSheetView" minOccurs="1" maxOccurs="unbounded"
2534
+ type="CT_CustomSheetView"/>
2535
+ </xsd:sequence>
2536
+ </xsd:complexType>
2537
+ <xsd:complexType name="CT_CustomSheetView">
2538
+ <xsd:sequence>
2539
+ <xsd:element name="pane" type="CT_Pane" minOccurs="0" maxOccurs="1"/>
2540
+ <xsd:element name="selection" type="CT_Selection" minOccurs="0" maxOccurs="1"/>
2541
+ <xsd:element name="rowBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2542
+ <xsd:element name="colBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2543
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
2544
+ <xsd:element name="printOptions" type="CT_PrintOptions" minOccurs="0" maxOccurs="1"/>
2545
+ <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
2546
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
2547
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
2548
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2549
+ </xsd:sequence>
2550
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
2551
+ <xsd:attribute name="scale" type="xsd:unsignedInt" default="100"/>
2552
+ <xsd:attribute name="colorId" type="xsd:unsignedInt" default="64"/>
2553
+ <xsd:attribute name="showPageBreaks" type="xsd:boolean" use="optional" default="false"/>
2554
+ <xsd:attribute name="showFormulas" type="xsd:boolean" use="optional" default="false"/>
2555
+ <xsd:attribute name="showGridLines" type="xsd:boolean" use="optional" default="true"/>
2556
+ <xsd:attribute name="showRowCol" type="xsd:boolean" use="optional" default="true"/>
2557
+ <xsd:attribute name="outlineSymbols" type="xsd:boolean" use="optional" default="true"/>
2558
+ <xsd:attribute name="zeroValues" type="xsd:boolean" use="optional" default="true"/>
2559
+ <xsd:attribute name="fitToPage" type="xsd:boolean" use="optional" default="false"/>
2560
+ <xsd:attribute name="printArea" type="xsd:boolean" use="optional" default="false"/>
2561
+ <xsd:attribute name="filter" type="xsd:boolean" use="optional" default="false"/>
2562
+ <xsd:attribute name="showAutoFilter" type="xsd:boolean" use="optional" default="false"/>
2563
+ <xsd:attribute name="hiddenRows" type="xsd:boolean" use="optional" default="false"/>
2564
+ <xsd:attribute name="hiddenColumns" type="xsd:boolean" use="optional" default="false"/>
2565
+ <xsd:attribute name="state" type="ST_SheetState" default="visible"/>
2566
+ <xsd:attribute name="filterUnique" type="xsd:boolean" use="optional" default="false"/>
2567
+ <xsd:attribute name="view" type="ST_SheetViewType" default="normal"/>
2568
+ <xsd:attribute name="showRuler" type="xsd:boolean" use="optional" default="true"/>
2569
+ <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional"/>
2570
+ </xsd:complexType>
2571
+ <xsd:complexType name="CT_DataValidations">
2572
+ <xsd:sequence>
2573
+ <xsd:element name="dataValidation" type="CT_DataValidation" minOccurs="1"
2574
+ maxOccurs="unbounded"/>
2575
+ </xsd:sequence>
2576
+ <xsd:attribute name="disablePrompts" type="xsd:boolean" use="optional" default="false"/>
2577
+ <xsd:attribute name="xWindow" type="xsd:unsignedInt" use="optional"/>
2578
+ <xsd:attribute name="yWindow" type="xsd:unsignedInt" use="optional"/>
2579
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2580
+ </xsd:complexType>
2581
+ <xsd:complexType name="CT_DataValidation">
2582
+ <xsd:sequence>
2583
+ <xsd:element name="formula1" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2584
+ <xsd:element name="formula2" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2585
+ </xsd:sequence>
2586
+ <xsd:attribute name="type" type="ST_DataValidationType" use="optional" default="none"/>
2587
+ <xsd:attribute name="errorStyle" type="ST_DataValidationErrorStyle" use="optional"
2588
+ default="stop"/>
2589
+ <xsd:attribute name="imeMode" type="ST_DataValidationImeMode" use="optional" default="noControl"/>
2590
+ <xsd:attribute name="operator" type="ST_DataValidationOperator" use="optional" default="between"/>
2591
+ <xsd:attribute name="allowBlank" type="xsd:boolean" use="optional" default="false"/>
2592
+ <xsd:attribute name="showDropDown" type="xsd:boolean" use="optional" default="false"/>
2593
+ <xsd:attribute name="showInputMessage" type="xsd:boolean" use="optional" default="false"/>
2594
+ <xsd:attribute name="showErrorMessage" type="xsd:boolean" use="optional" default="false"/>
2595
+ <xsd:attribute name="errorTitle" type="s:ST_Xstring" use="optional"/>
2596
+ <xsd:attribute name="error" type="s:ST_Xstring" use="optional"/>
2597
+ <xsd:attribute name="promptTitle" type="s:ST_Xstring" use="optional"/>
2598
+ <xsd:attribute name="prompt" type="s:ST_Xstring" use="optional"/>
2599
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
2600
+ </xsd:complexType>
2601
+ <xsd:simpleType name="ST_DataValidationType">
2602
+ <xsd:restriction base="xsd:string">
2603
+ <xsd:enumeration value="none"/>
2604
+ <xsd:enumeration value="whole"/>
2605
+ <xsd:enumeration value="decimal"/>
2606
+ <xsd:enumeration value="list"/>
2607
+ <xsd:enumeration value="date"/>
2608
+ <xsd:enumeration value="time"/>
2609
+ <xsd:enumeration value="textLength"/>
2610
+ <xsd:enumeration value="custom"/>
2611
+ </xsd:restriction>
2612
+ </xsd:simpleType>
2613
+ <xsd:simpleType name="ST_DataValidationOperator">
2614
+ <xsd:restriction base="xsd:string">
2615
+ <xsd:enumeration value="between"/>
2616
+ <xsd:enumeration value="notBetween"/>
2617
+ <xsd:enumeration value="equal"/>
2618
+ <xsd:enumeration value="notEqual"/>
2619
+ <xsd:enumeration value="lessThan"/>
2620
+ <xsd:enumeration value="lessThanOrEqual"/>
2621
+ <xsd:enumeration value="greaterThan"/>
2622
+ <xsd:enumeration value="greaterThanOrEqual"/>
2623
+ </xsd:restriction>
2624
+ </xsd:simpleType>
2625
+ <xsd:simpleType name="ST_DataValidationErrorStyle">
2626
+ <xsd:restriction base="xsd:string">
2627
+ <xsd:enumeration value="stop"/>
2628
+ <xsd:enumeration value="warning"/>
2629
+ <xsd:enumeration value="information"/>
2630
+ </xsd:restriction>
2631
+ </xsd:simpleType>
2632
+ <xsd:simpleType name="ST_DataValidationImeMode">
2633
+ <xsd:restriction base="xsd:string">
2634
+ <xsd:enumeration value="noControl"/>
2635
+ <xsd:enumeration value="off"/>
2636
+ <xsd:enumeration value="on"/>
2637
+ <xsd:enumeration value="disabled"/>
2638
+ <xsd:enumeration value="hiragana"/>
2639
+ <xsd:enumeration value="fullKatakana"/>
2640
+ <xsd:enumeration value="halfKatakana"/>
2641
+ <xsd:enumeration value="fullAlpha"/>
2642
+ <xsd:enumeration value="halfAlpha"/>
2643
+ <xsd:enumeration value="fullHangul"/>
2644
+ <xsd:enumeration value="halfHangul"/>
2645
+ </xsd:restriction>
2646
+ </xsd:simpleType>
2647
+ <xsd:simpleType name="ST_CfType">
2648
+ <xsd:restriction base="xsd:string">
2649
+ <xsd:enumeration value="expression"/>
2650
+ <xsd:enumeration value="cellIs"/>
2651
+ <xsd:enumeration value="colorScale"/>
2652
+ <xsd:enumeration value="dataBar"/>
2653
+ <xsd:enumeration value="iconSet"/>
2654
+ <xsd:enumeration value="top10"/>
2655
+ <xsd:enumeration value="uniqueValues"/>
2656
+ <xsd:enumeration value="duplicateValues"/>
2657
+ <xsd:enumeration value="containsText"/>
2658
+ <xsd:enumeration value="notContainsText"/>
2659
+ <xsd:enumeration value="beginsWith"/>
2660
+ <xsd:enumeration value="endsWith"/>
2661
+ <xsd:enumeration value="containsBlanks"/>
2662
+ <xsd:enumeration value="notContainsBlanks"/>
2663
+ <xsd:enumeration value="containsErrors"/>
2664
+ <xsd:enumeration value="notContainsErrors"/>
2665
+ <xsd:enumeration value="timePeriod"/>
2666
+ <xsd:enumeration value="aboveAverage"/>
2667
+ </xsd:restriction>
2668
+ </xsd:simpleType>
2669
+ <xsd:simpleType name="ST_TimePeriod">
2670
+ <xsd:restriction base="xsd:string">
2671
+ <xsd:enumeration value="today"/>
2672
+ <xsd:enumeration value="yesterday"/>
2673
+ <xsd:enumeration value="tomorrow"/>
2674
+ <xsd:enumeration value="last7Days"/>
2675
+ <xsd:enumeration value="thisMonth"/>
2676
+ <xsd:enumeration value="lastMonth"/>
2677
+ <xsd:enumeration value="nextMonth"/>
2678
+ <xsd:enumeration value="thisWeek"/>
2679
+ <xsd:enumeration value="lastWeek"/>
2680
+ <xsd:enumeration value="nextWeek"/>
2681
+ </xsd:restriction>
2682
+ </xsd:simpleType>
2683
+ <xsd:simpleType name="ST_ConditionalFormattingOperator">
2684
+ <xsd:restriction base="xsd:string">
2685
+ <xsd:enumeration value="lessThan"/>
2686
+ <xsd:enumeration value="lessThanOrEqual"/>
2687
+ <xsd:enumeration value="equal"/>
2688
+ <xsd:enumeration value="notEqual"/>
2689
+ <xsd:enumeration value="greaterThanOrEqual"/>
2690
+ <xsd:enumeration value="greaterThan"/>
2691
+ <xsd:enumeration value="between"/>
2692
+ <xsd:enumeration value="notBetween"/>
2693
+ <xsd:enumeration value="containsText"/>
2694
+ <xsd:enumeration value="notContains"/>
2695
+ <xsd:enumeration value="beginsWith"/>
2696
+ <xsd:enumeration value="endsWith"/>
2697
+ </xsd:restriction>
2698
+ </xsd:simpleType>
2699
+ <xsd:simpleType name="ST_CfvoType">
2700
+ <xsd:restriction base="xsd:string">
2701
+ <xsd:enumeration value="num"/>
2702
+ <xsd:enumeration value="percent"/>
2703
+ <xsd:enumeration value="max"/>
2704
+ <xsd:enumeration value="min"/>
2705
+ <xsd:enumeration value="formula"/>
2706
+ <xsd:enumeration value="percentile"/>
2707
+ </xsd:restriction>
2708
+ </xsd:simpleType>
2709
+ <xsd:complexType name="CT_ConditionalFormatting">
2710
+ <xsd:sequence>
2711
+ <xsd:element name="cfRule" type="CT_CfRule" minOccurs="1" maxOccurs="unbounded"/>
2712
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2713
+ </xsd:sequence>
2714
+ <xsd:attribute name="pivot" type="xsd:boolean" default="false"/>
2715
+ <xsd:attribute name="sqref" type="ST_Sqref"/>
2716
+ </xsd:complexType>
2717
+ <xsd:complexType name="CT_CfRule">
2718
+ <xsd:sequence>
2719
+ <xsd:element name="formula" type="ST_Formula" minOccurs="0" maxOccurs="3"/>
2720
+ <xsd:element name="colorScale" type="CT_ColorScale" minOccurs="0" maxOccurs="1"/>
2721
+ <xsd:element name="dataBar" type="CT_DataBar" minOccurs="0" maxOccurs="1"/>
2722
+ <xsd:element name="iconSet" type="CT_IconSet" minOccurs="0" maxOccurs="1"/>
2723
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2724
+ </xsd:sequence>
2725
+ <xsd:attribute name="type" type="ST_CfType"/>
2726
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
2727
+ <xsd:attribute name="priority" type="xsd:int" use="required"/>
2728
+ <xsd:attribute name="stopIfTrue" type="xsd:boolean" use="optional" default="false"/>
2729
+ <xsd:attribute name="aboveAverage" type="xsd:boolean" use="optional" default="true"/>
2730
+ <xsd:attribute name="percent" type="xsd:boolean" use="optional" default="false"/>
2731
+ <xsd:attribute name="bottom" type="xsd:boolean" use="optional" default="false"/>
2732
+ <xsd:attribute name="operator" type="ST_ConditionalFormattingOperator" use="optional"/>
2733
+ <xsd:attribute name="text" type="xsd:string" use="optional"/>
2734
+ <xsd:attribute name="timePeriod" type="ST_TimePeriod" use="optional"/>
2735
+ <xsd:attribute name="rank" type="xsd:unsignedInt" use="optional"/>
2736
+ <xsd:attribute name="stdDev" type="xsd:int" use="optional"/>
2737
+ <xsd:attribute name="equalAverage" type="xsd:boolean" use="optional" default="false"/>
2738
+ </xsd:complexType>
2739
+ <xsd:complexType name="CT_Hyperlinks">
2740
+ <xsd:sequence>
2741
+ <xsd:element name="hyperlink" type="CT_Hyperlink" minOccurs="1" maxOccurs="unbounded"/>
2742
+ </xsd:sequence>
2743
+ </xsd:complexType>
2744
+ <xsd:complexType name="CT_Hyperlink">
2745
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2746
+ <xsd:attribute ref="r:id" use="optional"/>
2747
+ <xsd:attribute name="location" type="s:ST_Xstring" use="optional"/>
2748
+ <xsd:attribute name="tooltip" type="s:ST_Xstring" use="optional"/>
2749
+ <xsd:attribute name="display" type="s:ST_Xstring" use="optional"/>
2750
+ </xsd:complexType>
2751
+ <xsd:complexType name="CT_CellFormula">
2752
+ <xsd:simpleContent>
2753
+ <xsd:extension base="ST_Formula">
2754
+ <xsd:attribute name="t" type="ST_CellFormulaType" use="optional" default="normal"/>
2755
+ <xsd:attribute name="aca" type="xsd:boolean" use="optional" default="false"/>
2756
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
2757
+ <xsd:attribute name="dt2D" type="xsd:boolean" use="optional" default="false"/>
2758
+ <xsd:attribute name="dtr" type="xsd:boolean" use="optional" default="false"/>
2759
+ <xsd:attribute name="del1" type="xsd:boolean" use="optional" default="false"/>
2760
+ <xsd:attribute name="del2" type="xsd:boolean" use="optional" default="false"/>
2761
+ <xsd:attribute name="r1" type="ST_CellRef" use="optional"/>
2762
+ <xsd:attribute name="r2" type="ST_CellRef" use="optional"/>
2763
+ <xsd:attribute name="ca" type="xsd:boolean" use="optional" default="false"/>
2764
+ <xsd:attribute name="si" type="xsd:unsignedInt" use="optional"/>
2765
+ <xsd:attribute name="bx" type="xsd:boolean" use="optional" default="false"/>
2766
+ </xsd:extension>
2767
+ </xsd:simpleContent>
2768
+ </xsd:complexType>
2769
+ <xsd:complexType name="CT_ColorScale">
2770
+ <xsd:sequence>
2771
+ <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded"/>
2772
+ <xsd:element name="color" type="CT_Color" minOccurs="2" maxOccurs="unbounded"/>
2773
+ </xsd:sequence>
2774
+ </xsd:complexType>
2775
+ <xsd:complexType name="CT_DataBar">
2776
+ <xsd:sequence>
2777
+ <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="2"/>
2778
+ <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="1"/>
2779
+ </xsd:sequence>
2780
+ <xsd:attribute name="minLength" type="xsd:unsignedInt" use="optional" default="10"/>
2781
+ <xsd:attribute name="maxLength" type="xsd:unsignedInt" use="optional" default="90"/>
2782
+ <xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true"/>
2783
+ </xsd:complexType>
2784
+ <xsd:complexType name="CT_IconSet">
2785
+ <xsd:sequence>
2786
+ <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded"/>
2787
+ </xsd:sequence>
2788
+ <xsd:attribute name="iconSet" type="ST_IconSetType" use="optional" default="3TrafficLights1"/>
2789
+ <xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true"/>
2790
+ <xsd:attribute name="percent" type="xsd:boolean" default="true"/>
2791
+ <xsd:attribute name="reverse" type="xsd:boolean" use="optional" default="false"/>
2792
+ </xsd:complexType>
2793
+ <xsd:complexType name="CT_Cfvo">
2794
+ <xsd:sequence>
2795
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2796
+ </xsd:sequence>
2797
+ <xsd:attribute name="type" type="ST_CfvoType" use="required"/>
2798
+ <xsd:attribute name="val" type="s:ST_Xstring" use="optional"/>
2799
+ <xsd:attribute name="gte" type="xsd:boolean" use="optional" default="true"/>
2800
+ </xsd:complexType>
2801
+ <xsd:complexType name="CT_PageMargins">
2802
+ <xsd:attribute name="left" type="xsd:double" use="required"/>
2803
+ <xsd:attribute name="right" type="xsd:double" use="required"/>
2804
+ <xsd:attribute name="top" type="xsd:double" use="required"/>
2805
+ <xsd:attribute name="bottom" type="xsd:double" use="required"/>
2806
+ <xsd:attribute name="header" type="xsd:double" use="required"/>
2807
+ <xsd:attribute name="footer" type="xsd:double" use="required"/>
2808
+ </xsd:complexType>
2809
+ <xsd:complexType name="CT_PrintOptions">
2810
+ <xsd:attribute name="horizontalCentered" type="xsd:boolean" use="optional" default="false"/>
2811
+ <xsd:attribute name="verticalCentered" type="xsd:boolean" use="optional" default="false"/>
2812
+ <xsd:attribute name="headings" type="xsd:boolean" use="optional" default="false"/>
2813
+ <xsd:attribute name="gridLines" type="xsd:boolean" use="optional" default="false"/>
2814
+ <xsd:attribute name="gridLinesSet" type="xsd:boolean" use="optional" default="true"/>
2815
+ </xsd:complexType>
2816
+ <xsd:complexType name="CT_PageSetup">
2817
+ <xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1"/>
2818
+ <xsd:attribute name="paperHeight" type="s:ST_PositiveUniversalMeasure" use="optional"/>
2819
+ <xsd:attribute name="paperWidth" type="s:ST_PositiveUniversalMeasure" use="optional"/>
2820
+ <xsd:attribute name="scale" type="xsd:unsignedInt" use="optional" default="100"/>
2821
+ <xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1"/>
2822
+ <xsd:attribute name="fitToWidth" type="xsd:unsignedInt" use="optional" default="1"/>
2823
+ <xsd:attribute name="fitToHeight" type="xsd:unsignedInt" use="optional" default="1"/>
2824
+ <xsd:attribute name="pageOrder" type="ST_PageOrder" use="optional" default="downThenOver"/>
2825
+ <xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default"/>
2826
+ <xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true"/>
2827
+ <xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false"/>
2828
+ <xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false"/>
2829
+ <xsd:attribute name="cellComments" type="ST_CellComments" use="optional" default="none"/>
2830
+ <xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false"/>
2831
+ <xsd:attribute name="errors" type="ST_PrintError" use="optional" default="displayed"/>
2832
+ <xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
2833
+ <xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
2834
+ <xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1"/>
2835
+ <xsd:attribute ref="r:id" use="optional"/>
2836
+ </xsd:complexType>
2837
+ <xsd:simpleType name="ST_PageOrder">
2838
+ <xsd:restriction base="xsd:string">
2839
+ <xsd:enumeration value="downThenOver"/>
2840
+ <xsd:enumeration value="overThenDown"/>
2841
+ </xsd:restriction>
2842
+ </xsd:simpleType>
2843
+ <xsd:simpleType name="ST_Orientation">
2844
+ <xsd:restriction base="xsd:string">
2845
+ <xsd:enumeration value="default"/>
2846
+ <xsd:enumeration value="portrait"/>
2847
+ <xsd:enumeration value="landscape"/>
2848
+ </xsd:restriction>
2849
+ </xsd:simpleType>
2850
+ <xsd:simpleType name="ST_CellComments">
2851
+ <xsd:restriction base="xsd:string">
2852
+ <xsd:enumeration value="none"/>
2853
+ <xsd:enumeration value="asDisplayed"/>
2854
+ <xsd:enumeration value="atEnd"/>
2855
+ </xsd:restriction>
2856
+ </xsd:simpleType>
2857
+ <xsd:complexType name="CT_HeaderFooter">
2858
+ <xsd:sequence>
2859
+ <xsd:element name="oddHeader" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2860
+ <xsd:element name="oddFooter" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2861
+ <xsd:element name="evenHeader" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2862
+ <xsd:element name="evenFooter" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2863
+ <xsd:element name="firstHeader" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2864
+ <xsd:element name="firstFooter" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2865
+ </xsd:sequence>
2866
+ <xsd:attribute name="differentOddEven" type="xsd:boolean" default="false"/>
2867
+ <xsd:attribute name="differentFirst" type="xsd:boolean" default="false"/>
2868
+ <xsd:attribute name="scaleWithDoc" type="xsd:boolean" default="true"/>
2869
+ <xsd:attribute name="alignWithMargins" type="xsd:boolean" default="true"/>
2870
+ </xsd:complexType>
2871
+ <xsd:simpleType name="ST_PrintError">
2872
+ <xsd:restriction base="xsd:string">
2873
+ <xsd:enumeration value="displayed"/>
2874
+ <xsd:enumeration value="blank"/>
2875
+ <xsd:enumeration value="dash"/>
2876
+ <xsd:enumeration value="NA"/>
2877
+ </xsd:restriction>
2878
+ </xsd:simpleType>
2879
+ <xsd:complexType name="CT_Scenarios">
2880
+ <xsd:sequence>
2881
+ <xsd:element name="scenario" type="CT_Scenario" minOccurs="1" maxOccurs="unbounded"/>
2882
+ </xsd:sequence>
2883
+ <xsd:attribute name="current" type="xsd:unsignedInt" use="optional"/>
2884
+ <xsd:attribute name="show" type="xsd:unsignedInt" use="optional"/>
2885
+ <xsd:attribute name="sqref" type="ST_Sqref" use="optional"/>
2886
+ </xsd:complexType>
2887
+ <xsd:complexType name="CT_SheetProtection">
2888
+ <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional"/>
2889
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
2890
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
2891
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
2892
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
2893
+ <xsd:attribute name="sheet" type="xsd:boolean" use="optional" default="false"/>
2894
+ <xsd:attribute name="objects" type="xsd:boolean" use="optional" default="false"/>
2895
+ <xsd:attribute name="scenarios" type="xsd:boolean" use="optional" default="false"/>
2896
+ <xsd:attribute name="formatCells" type="xsd:boolean" use="optional" default="true"/>
2897
+ <xsd:attribute name="formatColumns" type="xsd:boolean" use="optional" default="true"/>
2898
+ <xsd:attribute name="formatRows" type="xsd:boolean" use="optional" default="true"/>
2899
+ <xsd:attribute name="insertColumns" type="xsd:boolean" use="optional" default="true"/>
2900
+ <xsd:attribute name="insertRows" type="xsd:boolean" use="optional" default="true"/>
2901
+ <xsd:attribute name="insertHyperlinks" type="xsd:boolean" use="optional" default="true"/>
2902
+ <xsd:attribute name="deleteColumns" type="xsd:boolean" use="optional" default="true"/>
2903
+ <xsd:attribute name="deleteRows" type="xsd:boolean" use="optional" default="true"/>
2904
+ <xsd:attribute name="selectLockedCells" type="xsd:boolean" use="optional" default="false"/>
2905
+ <xsd:attribute name="sort" type="xsd:boolean" use="optional" default="true"/>
2906
+ <xsd:attribute name="autoFilter" type="xsd:boolean" use="optional" default="true"/>
2907
+ <xsd:attribute name="pivotTables" type="xsd:boolean" use="optional" default="true"/>
2908
+ <xsd:attribute name="selectUnlockedCells" type="xsd:boolean" use="optional" default="false"/>
2909
+ </xsd:complexType>
2910
+ <xsd:complexType name="CT_ProtectedRanges">
2911
+ <xsd:sequence>
2912
+ <xsd:element name="protectedRange" type="CT_ProtectedRange" minOccurs="1"
2913
+ maxOccurs="unbounded"/>
2914
+ </xsd:sequence>
2915
+ </xsd:complexType>
2916
+ <xsd:complexType name="CT_ProtectedRange">
2917
+ <xsd:sequence>
2918
+ <xsd:element name="securityDescriptor" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
2919
+ </xsd:sequence>
2920
+ <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional"/>
2921
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
2922
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2923
+ <xsd:attribute name="securityDescriptor" type="xsd:string" use="optional"/>
2924
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
2925
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
2926
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
2927
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
2928
+ </xsd:complexType>
2929
+ <xsd:complexType name="CT_Scenario">
2930
+ <xsd:sequence>
2931
+ <xsd:element name="inputCells" type="CT_InputCells" minOccurs="1" maxOccurs="unbounded"/>
2932
+ </xsd:sequence>
2933
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2934
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="false"/>
2935
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2936
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2937
+ <xsd:attribute name="user" type="s:ST_Xstring" use="optional"/>
2938
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
2939
+ </xsd:complexType>
2940
+ <xsd:complexType name="CT_InputCells">
2941
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
2942
+ <xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false"/>
2943
+ <xsd:attribute name="undone" type="xsd:boolean" use="optional" default="false"/>
2944
+ <xsd:attribute name="val" type="s:ST_Xstring" use="required"/>
2945
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
2946
+ </xsd:complexType>
2947
+ <xsd:complexType name="CT_CellWatches">
2948
+ <xsd:sequence>
2949
+ <xsd:element name="cellWatch" type="CT_CellWatch" minOccurs="1" maxOccurs="unbounded"/>
2950
+ </xsd:sequence>
2951
+ </xsd:complexType>
2952
+ <xsd:complexType name="CT_CellWatch">
2953
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
2954
+ </xsd:complexType>
2955
+ <xsd:complexType name="CT_Chartsheet">
2956
+ <xsd:sequence>
2957
+ <xsd:element name="sheetPr" type="CT_ChartsheetPr" minOccurs="0" maxOccurs="1"/>
2958
+ <xsd:element name="sheetViews" type="CT_ChartsheetViews" minOccurs="1" maxOccurs="1"/>
2959
+ <xsd:element name="sheetProtection" type="CT_ChartsheetProtection" minOccurs="0" maxOccurs="1"/>
2960
+ <xsd:element name="customSheetViews" type="CT_CustomChartsheetViews" minOccurs="0"
2961
+ maxOccurs="1"/>
2962
+ <xsd:element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>
2963
+ <xsd:element name="pageSetup" type="CT_CsPageSetup" minOccurs="0" maxOccurs="1"/>
2964
+ <xsd:element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>
2965
+ <xsd:element name="drawing" type="CT_Drawing" minOccurs="1" maxOccurs="1"/>
2966
+ <xsd:element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2967
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2968
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2969
+ <xsd:element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
2970
+ <xsd:element name="webPublishItems" type="CT_WebPublishItems" minOccurs="0" maxOccurs="1"/>
2971
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2972
+ </xsd:sequence>
2973
+ </xsd:complexType>
2974
+ <xsd:complexType name="CT_ChartsheetPr">
2975
+ <xsd:sequence>
2976
+ <xsd:element name="tabColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
2977
+ </xsd:sequence>
2978
+ <xsd:attribute name="published" type="xsd:boolean" use="optional" default="true"/>
2979
+ <xsd:attribute name="codeName" type="xsd:string" use="optional"/>
2980
+ </xsd:complexType>
2981
+ <xsd:complexType name="CT_ChartsheetViews">
2982
+ <xsd:sequence>
2983
+ <xsd:element name="sheetView" type="CT_ChartsheetView" minOccurs="1" maxOccurs="unbounded"/>
2984
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2985
+ </xsd:sequence>
2986
+ </xsd:complexType>
2987
+ <xsd:complexType name="CT_ChartsheetView">
2988
+ <xsd:sequence>
2989
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2990
+ </xsd:sequence>
2991
+ <xsd:attribute name="tabSelected" type="xsd:boolean" use="optional" default="false"/>
2992
+ <xsd:attribute name="zoomScale" type="xsd:unsignedInt" default="100" use="optional"/>
2993
+ <xsd:attribute name="workbookViewId" type="xsd:unsignedInt" use="required"/>
2994
+ <xsd:attribute name="zoomToFit" type="xsd:boolean" use="optional" default="false"/>
2995
+ </xsd:complexType>
2996
+ <xsd:complexType name="CT_ChartsheetProtection">
2997
+ <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional"/>
2998
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
2999
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
3000
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
3001
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
3002
+ <xsd:attribute name="content" type="xsd:boolean" use="optional" default="false"/>
3003
+ <xsd:attribute name="objects" type="xsd:boolean" use="optional" default="false"/>
3004
+ </xsd:complexType>
3005
+ <xsd:complexType name="CT_CsPageSetup">
3006
+ <xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1"/>
3007
+ <xsd:attribute name="paperHeight" type="s:ST_PositiveUniversalMeasure" use="optional"/>
3008
+ <xsd:attribute name="paperWidth" type="s:ST_PositiveUniversalMeasure" use="optional"/>
3009
+ <xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1"/>
3010
+ <xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default"/>
3011
+ <xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true"/>
3012
+ <xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false"/>
3013
+ <xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false"/>
3014
+ <xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false"/>
3015
+ <xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
3016
+ <xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
3017
+ <xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1"/>
3018
+ <xsd:attribute ref="r:id" use="optional"/>
3019
+ </xsd:complexType>
3020
+ <xsd:complexType name="CT_CustomChartsheetViews">
3021
+ <xsd:sequence>
3022
+ <xsd:element name="customSheetView" minOccurs="0" maxOccurs="unbounded"
3023
+ type="CT_CustomChartsheetView"/>
3024
+ </xsd:sequence>
3025
+ </xsd:complexType>
3026
+ <xsd:complexType name="CT_CustomChartsheetView">
3027
+ <xsd:sequence>
3028
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
3029
+ <xsd:element name="pageSetup" type="CT_CsPageSetup" minOccurs="0" maxOccurs="1"/>
3030
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
3031
+ </xsd:sequence>
3032
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
3033
+ <xsd:attribute name="scale" type="xsd:unsignedInt" default="100"/>
3034
+ <xsd:attribute name="state" type="ST_SheetState" default="visible"/>
3035
+ <xsd:attribute name="zoomToFit" type="xsd:boolean" use="optional" default="false"/>
3036
+ </xsd:complexType>
3037
+ <xsd:complexType name="CT_CustomProperties">
3038
+ <xsd:sequence>
3039
+ <xsd:element name="customPr" type="CT_CustomProperty" minOccurs="1" maxOccurs="unbounded"/>
3040
+ </xsd:sequence>
3041
+ </xsd:complexType>
3042
+ <xsd:complexType name="CT_CustomProperty">
3043
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3044
+ <xsd:attribute ref="r:id" use="required"/>
3045
+ </xsd:complexType>
3046
+ <xsd:complexType name="CT_OleObjects">
3047
+ <xsd:sequence>
3048
+ <xsd:element name="oleObject" type="CT_OleObject" minOccurs="1" maxOccurs="unbounded"/>
3049
+ </xsd:sequence>
3050
+ </xsd:complexType>
3051
+ <xsd:complexType name="CT_OleObject">
3052
+ <xsd:sequence>
3053
+ <xsd:element name="objectPr" type="CT_ObjectPr" minOccurs="0" maxOccurs="1"/>
3054
+ </xsd:sequence>
3055
+ <xsd:attribute name="progId" type="xsd:string" use="optional"/>
3056
+ <xsd:attribute name="dvAspect" type="ST_DvAspect" use="optional" default="DVASPECT_CONTENT"/>
3057
+ <xsd:attribute name="link" type="s:ST_Xstring" use="optional"/>
3058
+ <xsd:attribute name="oleUpdate" type="ST_OleUpdate" use="optional"/>
3059
+ <xsd:attribute name="autoLoad" type="xsd:boolean" use="optional" default="false"/>
3060
+ <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required"/>
3061
+ <xsd:attribute ref="r:id" use="optional"/>
3062
+ </xsd:complexType>
3063
+ <xsd:complexType name="CT_ObjectPr">
3064
+ <xsd:sequence>
3065
+ <xsd:element name="anchor" type="CT_ObjectAnchor" minOccurs="1" maxOccurs="1"/>
3066
+ </xsd:sequence>
3067
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="true"/>
3068
+ <xsd:attribute name="defaultSize" type="xsd:boolean" use="optional" default="true"/>
3069
+ <xsd:attribute name="print" type="xsd:boolean" use="optional" default="true"/>
3070
+ <xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false"/>
3071
+ <xsd:attribute name="uiObject" type="xsd:boolean" use="optional" default="false"/>
3072
+ <xsd:attribute name="autoFill" type="xsd:boolean" use="optional" default="true"/>
3073
+ <xsd:attribute name="autoLine" type="xsd:boolean" use="optional" default="true"/>
3074
+ <xsd:attribute name="autoPict" type="xsd:boolean" use="optional" default="true"/>
3075
+ <xsd:attribute name="macro" type="ST_Formula" use="optional"/>
3076
+ <xsd:attribute name="altText" type="s:ST_Xstring" use="optional"/>
3077
+ <xsd:attribute name="dde" type="xsd:boolean" use="optional" default="false"/>
3078
+ <xsd:attribute ref="r:id" use="optional"/>
3079
+ </xsd:complexType>
3080
+ <xsd:simpleType name="ST_DvAspect">
3081
+ <xsd:restriction base="xsd:string">
3082
+ <xsd:enumeration value="DVASPECT_CONTENT"/>
3083
+ <xsd:enumeration value="DVASPECT_ICON"/>
3084
+ </xsd:restriction>
3085
+ </xsd:simpleType>
3086
+ <xsd:simpleType name="ST_OleUpdate">
3087
+ <xsd:restriction base="xsd:string">
3088
+ <xsd:enumeration value="OLEUPDATE_ALWAYS"/>
3089
+ <xsd:enumeration value="OLEUPDATE_ONCALL"/>
3090
+ </xsd:restriction>
3091
+ </xsd:simpleType>
3092
+ <xsd:complexType name="CT_WebPublishItems">
3093
+ <xsd:sequence>
3094
+ <xsd:element name="webPublishItem" type="CT_WebPublishItem" minOccurs="1"
3095
+ maxOccurs="unbounded"/>
3096
+ </xsd:sequence>
3097
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3098
+ </xsd:complexType>
3099
+ <xsd:complexType name="CT_WebPublishItem">
3100
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3101
+ <xsd:attribute name="divId" type="s:ST_Xstring" use="required"/>
3102
+ <xsd:attribute name="sourceType" type="ST_WebSourceType" use="required"/>
3103
+ <xsd:attribute name="sourceRef" type="ST_Ref" use="optional"/>
3104
+ <xsd:attribute name="sourceObject" type="s:ST_Xstring" use="optional"/>
3105
+ <xsd:attribute name="destinationFile" type="s:ST_Xstring" use="required"/>
3106
+ <xsd:attribute name="title" type="s:ST_Xstring" use="optional"/>
3107
+ <xsd:attribute name="autoRepublish" type="xsd:boolean" use="optional" default="false"/>
3108
+ </xsd:complexType>
3109
+ <xsd:complexType name="CT_Controls">
3110
+ <xsd:sequence>
3111
+ <xsd:element name="control" type="CT_Control" minOccurs="1" maxOccurs="unbounded"/>
3112
+ </xsd:sequence>
3113
+ </xsd:complexType>
3114
+ <xsd:complexType name="CT_Control">
3115
+ <xsd:sequence>
3116
+ <xsd:element name="controlPr" type="CT_ControlPr" minOccurs="0" maxOccurs="1"/>
3117
+ </xsd:sequence>
3118
+ <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required"/>
3119
+ <xsd:attribute ref="r:id" use="required"/>
3120
+ <xsd:attribute name="name" type="xsd:string" use="optional"/>
3121
+ </xsd:complexType>
3122
+ <xsd:complexType name="CT_ControlPr">
3123
+ <xsd:sequence>
3124
+ <xsd:element name="anchor" type="CT_ObjectAnchor" minOccurs="1" maxOccurs="1"/>
3125
+ </xsd:sequence>
3126
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="true"/>
3127
+ <xsd:attribute name="defaultSize" type="xsd:boolean" use="optional" default="true"/>
3128
+ <xsd:attribute name="print" type="xsd:boolean" use="optional" default="true"/>
3129
+ <xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false"/>
3130
+ <xsd:attribute name="recalcAlways" type="xsd:boolean" use="optional" default="false"/>
3131
+ <xsd:attribute name="uiObject" type="xsd:boolean" use="optional" default="false"/>
3132
+ <xsd:attribute name="autoFill" type="xsd:boolean" use="optional" default="true"/>
3133
+ <xsd:attribute name="autoLine" type="xsd:boolean" use="optional" default="true"/>
3134
+ <xsd:attribute name="autoPict" type="xsd:boolean" use="optional" default="true"/>
3135
+ <xsd:attribute name="macro" type="ST_Formula" use="optional"/>
3136
+ <xsd:attribute name="altText" type="s:ST_Xstring" use="optional"/>
3137
+ <xsd:attribute name="linkedCell" type="ST_Formula" use="optional"/>
3138
+ <xsd:attribute name="listFillRange" type="ST_Formula" use="optional"/>
3139
+ <xsd:attribute name="cf" type="s:ST_Xstring" use="optional" default="pict"/>
3140
+ <xsd:attribute ref="r:id" use="optional"/>
3141
+ </xsd:complexType>
3142
+ <xsd:simpleType name="ST_WebSourceType">
3143
+ <xsd:restriction base="xsd:string">
3144
+ <xsd:enumeration value="sheet"/>
3145
+ <xsd:enumeration value="printArea"/>
3146
+ <xsd:enumeration value="autoFilter"/>
3147
+ <xsd:enumeration value="range"/>
3148
+ <xsd:enumeration value="chart"/>
3149
+ <xsd:enumeration value="pivotTable"/>
3150
+ <xsd:enumeration value="query"/>
3151
+ <xsd:enumeration value="label"/>
3152
+ </xsd:restriction>
3153
+ </xsd:simpleType>
3154
+ <xsd:complexType name="CT_IgnoredErrors">
3155
+ <xsd:sequence>
3156
+ <xsd:element name="ignoredError" type="CT_IgnoredError" minOccurs="1" maxOccurs="unbounded"/>
3157
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3158
+ </xsd:sequence>
3159
+ </xsd:complexType>
3160
+ <xsd:complexType name="CT_IgnoredError">
3161
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
3162
+ <xsd:attribute name="evalError" type="xsd:boolean" use="optional" default="false"/>
3163
+ <xsd:attribute name="twoDigitTextYear" type="xsd:boolean" use="optional" default="false"/>
3164
+ <xsd:attribute name="numberStoredAsText" type="xsd:boolean" use="optional" default="false"/>
3165
+ <xsd:attribute name="formula" type="xsd:boolean" use="optional" default="false"/>
3166
+ <xsd:attribute name="formulaRange" type="xsd:boolean" use="optional" default="false"/>
3167
+ <xsd:attribute name="unlockedFormula" type="xsd:boolean" use="optional" default="false"/>
3168
+ <xsd:attribute name="emptyCellReference" type="xsd:boolean" use="optional" default="false"/>
3169
+ <xsd:attribute name="listDataValidation" type="xsd:boolean" use="optional" default="false"/>
3170
+ <xsd:attribute name="calculatedColumn" type="xsd:boolean" use="optional" default="false"/>
3171
+ </xsd:complexType>
3172
+ <xsd:simpleType name="ST_PaneState">
3173
+ <xsd:restriction base="xsd:string">
3174
+ <xsd:enumeration value="split"/>
3175
+ <xsd:enumeration value="frozen"/>
3176
+ <xsd:enumeration value="frozenSplit"/>
3177
+ </xsd:restriction>
3178
+ </xsd:simpleType>
3179
+ <xsd:complexType name="CT_TableParts">
3180
+ <xsd:sequence>
3181
+ <xsd:element name="tablePart" type="CT_TablePart" minOccurs="0" maxOccurs="unbounded"/>
3182
+ </xsd:sequence>
3183
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3184
+ </xsd:complexType>
3185
+ <xsd:complexType name="CT_TablePart">
3186
+ <xsd:attribute ref="r:id" use="required"/>
3187
+ </xsd:complexType>
3188
+ <xsd:element name="metadata" type="CT_Metadata"/>
3189
+ <xsd:complexType name="CT_Metadata">
3190
+ <xsd:sequence>
3191
+ <xsd:element name="metadataTypes" type="CT_MetadataTypes" minOccurs="0" maxOccurs="1"/>
3192
+ <xsd:element name="metadataStrings" type="CT_MetadataStrings" minOccurs="0" maxOccurs="1"/>
3193
+ <xsd:element name="mdxMetadata" type="CT_MdxMetadata" minOccurs="0" maxOccurs="1"/>
3194
+ <xsd:element name="futureMetadata" type="CT_FutureMetadata" minOccurs="0"
3195
+ maxOccurs="unbounded"/>
3196
+ <xsd:element name="cellMetadata" type="CT_MetadataBlocks" minOccurs="0" maxOccurs="1"/>
3197
+ <xsd:element name="valueMetadata" type="CT_MetadataBlocks" minOccurs="0" maxOccurs="1"/>
3198
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
3199
+ </xsd:sequence>
3200
+ </xsd:complexType>
3201
+ <xsd:complexType name="CT_MetadataTypes">
3202
+ <xsd:sequence>
3203
+ <xsd:element name="metadataType" type="CT_MetadataType" minOccurs="1" maxOccurs="unbounded"/>
3204
+ </xsd:sequence>
3205
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3206
+ </xsd:complexType>
3207
+ <xsd:complexType name="CT_MetadataType">
3208
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3209
+ <xsd:attribute name="minSupportedVersion" type="xsd:unsignedInt" use="required"/>
3210
+ <xsd:attribute name="ghostRow" type="xsd:boolean" use="optional" default="false"/>
3211
+ <xsd:attribute name="ghostCol" type="xsd:boolean" use="optional" default="false"/>
3212
+ <xsd:attribute name="edit" type="xsd:boolean" use="optional" default="false"/>
3213
+ <xsd:attribute name="delete" type="xsd:boolean" use="optional" default="false"/>
3214
+ <xsd:attribute name="copy" type="xsd:boolean" use="optional" default="false"/>
3215
+ <xsd:attribute name="pasteAll" type="xsd:boolean" use="optional" default="false"/>
3216
+ <xsd:attribute name="pasteFormulas" type="xsd:boolean" use="optional" default="false"/>
3217
+ <xsd:attribute name="pasteValues" type="xsd:boolean" use="optional" default="false"/>
3218
+ <xsd:attribute name="pasteFormats" type="xsd:boolean" use="optional" default="false"/>
3219
+ <xsd:attribute name="pasteComments" type="xsd:boolean" use="optional" default="false"/>
3220
+ <xsd:attribute name="pasteDataValidation" type="xsd:boolean" use="optional" default="false"/>
3221
+ <xsd:attribute name="pasteBorders" type="xsd:boolean" use="optional" default="false"/>
3222
+ <xsd:attribute name="pasteColWidths" type="xsd:boolean" use="optional" default="false"/>
3223
+ <xsd:attribute name="pasteNumberFormats" type="xsd:boolean" use="optional" default="false"/>
3224
+ <xsd:attribute name="merge" type="xsd:boolean" use="optional" default="false"/>
3225
+ <xsd:attribute name="splitFirst" type="xsd:boolean" use="optional" default="false"/>
3226
+ <xsd:attribute name="splitAll" type="xsd:boolean" use="optional" default="false"/>
3227
+ <xsd:attribute name="rowColShift" type="xsd:boolean" use="optional" default="false"/>
3228
+ <xsd:attribute name="clearAll" type="xsd:boolean" default="false"/>
3229
+ <xsd:attribute name="clearFormats" type="xsd:boolean" use="optional" default="false"/>
3230
+ <xsd:attribute name="clearContents" type="xsd:boolean" use="optional" default="false"/>
3231
+ <xsd:attribute name="clearComments" type="xsd:boolean" use="optional" default="false"/>
3232
+ <xsd:attribute name="assign" type="xsd:boolean" use="optional" default="false"/>
3233
+ <xsd:attribute name="coerce" type="xsd:boolean" use="optional" default="false"/>
3234
+ <xsd:attribute name="adjust" type="xsd:boolean" use="optional" default="false"/>
3235
+ <xsd:attribute name="cellMeta" type="xsd:boolean" use="optional" default="false"/>
3236
+ </xsd:complexType>
3237
+ <xsd:complexType name="CT_MetadataBlocks">
3238
+ <xsd:sequence>
3239
+ <xsd:element name="bk" type="CT_MetadataBlock" minOccurs="1" maxOccurs="unbounded"/>
3240
+ </xsd:sequence>
3241
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3242
+ </xsd:complexType>
3243
+ <xsd:complexType name="CT_MetadataBlock">
3244
+ <xsd:sequence>
3245
+ <xsd:element name="rc" type="CT_MetadataRecord" minOccurs="1" maxOccurs="unbounded"/>
3246
+ </xsd:sequence>
3247
+ </xsd:complexType>
3248
+ <xsd:complexType name="CT_MetadataRecord">
3249
+ <xsd:attribute name="t" type="xsd:unsignedInt" use="required"/>
3250
+ <xsd:attribute name="v" type="xsd:unsignedInt" use="required"/>
3251
+ </xsd:complexType>
3252
+ <xsd:complexType name="CT_FutureMetadata">
3253
+ <xsd:sequence>
3254
+ <xsd:element name="bk" type="CT_FutureMetadataBlock" minOccurs="0" maxOccurs="unbounded"/>
3255
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
3256
+ </xsd:sequence>
3257
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3258
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3259
+ </xsd:complexType>
3260
+ <xsd:complexType name="CT_FutureMetadataBlock">
3261
+ <xsd:sequence>
3262
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
3263
+ </xsd:sequence>
3264
+ </xsd:complexType>
3265
+ <xsd:complexType name="CT_MdxMetadata">
3266
+ <xsd:sequence>
3267
+ <xsd:element name="mdx" type="CT_Mdx" minOccurs="1" maxOccurs="unbounded"/>
3268
+ </xsd:sequence>
3269
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3270
+ </xsd:complexType>
3271
+ <xsd:complexType name="CT_Mdx">
3272
+ <xsd:choice minOccurs="1" maxOccurs="1">
3273
+ <xsd:element name="t" type="CT_MdxTuple"/>
3274
+ <xsd:element name="ms" type="CT_MdxSet"/>
3275
+ <xsd:element name="p" type="CT_MdxMemeberProp"/>
3276
+ <xsd:element name="k" type="CT_MdxKPI"/>
3277
+ </xsd:choice>
3278
+ <xsd:attribute name="n" type="xsd:unsignedInt" use="required"/>
3279
+ <xsd:attribute name="f" type="ST_MdxFunctionType" use="required"/>
3280
+ </xsd:complexType>
3281
+ <xsd:simpleType name="ST_MdxFunctionType">
3282
+ <xsd:restriction base="xsd:string">
3283
+ <xsd:enumeration value="m"/>
3284
+ <xsd:enumeration value="v"/>
3285
+ <xsd:enumeration value="s"/>
3286
+ <xsd:enumeration value="c"/>
3287
+ <xsd:enumeration value="r"/>
3288
+ <xsd:enumeration value="p"/>
3289
+ <xsd:enumeration value="k"/>
3290
+ </xsd:restriction>
3291
+ </xsd:simpleType>
3292
+ <xsd:complexType name="CT_MdxTuple">
3293
+ <xsd:sequence>
3294
+ <xsd:element name="n" type="CT_MetadataStringIndex" minOccurs="0" maxOccurs="unbounded"/>
3295
+ </xsd:sequence>
3296
+ <xsd:attribute name="c" type="xsd:unsignedInt" use="optional" default="0"/>
3297
+ <xsd:attribute name="ct" type="s:ST_Xstring" use="optional"/>
3298
+ <xsd:attribute name="si" type="xsd:unsignedInt" use="optional"/>
3299
+ <xsd:attribute name="fi" type="xsd:unsignedInt" use="optional"/>
3300
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
3301
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
3302
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
3303
+ <xsd:attribute name="u" type="xsd:boolean" use="optional" default="false"/>
3304
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
3305
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
3306
+ </xsd:complexType>
3307
+ <xsd:complexType name="CT_MdxSet">
3308
+ <xsd:sequence>
3309
+ <xsd:element name="n" type="CT_MetadataStringIndex" minOccurs="0" maxOccurs="unbounded"/>
3310
+ </xsd:sequence>
3311
+ <xsd:attribute name="ns" type="xsd:unsignedInt" use="required"/>
3312
+ <xsd:attribute name="c" type="xsd:unsignedInt" use="optional" default="0"/>
3313
+ <xsd:attribute name="o" type="ST_MdxSetOrder" use="optional" default="u"/>
3314
+ </xsd:complexType>
3315
+ <xsd:simpleType name="ST_MdxSetOrder">
3316
+ <xsd:restriction base="xsd:string">
3317
+ <xsd:enumeration value="u"/>
3318
+ <xsd:enumeration value="a"/>
3319
+ <xsd:enumeration value="d"/>
3320
+ <xsd:enumeration value="aa"/>
3321
+ <xsd:enumeration value="ad"/>
3322
+ <xsd:enumeration value="na"/>
3323
+ <xsd:enumeration value="nd"/>
3324
+ </xsd:restriction>
3325
+ </xsd:simpleType>
3326
+ <xsd:complexType name="CT_MdxMemeberProp">
3327
+ <xsd:attribute name="n" type="xsd:unsignedInt" use="required"/>
3328
+ <xsd:attribute name="np" type="xsd:unsignedInt" use="required"/>
3329
+ </xsd:complexType>
3330
+ <xsd:complexType name="CT_MdxKPI">
3331
+ <xsd:attribute name="n" type="xsd:unsignedInt" use="required"/>
3332
+ <xsd:attribute name="np" type="xsd:unsignedInt" use="required"/>
3333
+ <xsd:attribute name="p" type="ST_MdxKPIProperty" use="required"/>
3334
+ </xsd:complexType>
3335
+ <xsd:simpleType name="ST_MdxKPIProperty">
3336
+ <xsd:restriction base="xsd:string">
3337
+ <xsd:enumeration value="v"/>
3338
+ <xsd:enumeration value="g"/>
3339
+ <xsd:enumeration value="s"/>
3340
+ <xsd:enumeration value="t"/>
3341
+ <xsd:enumeration value="w"/>
3342
+ <xsd:enumeration value="m"/>
3343
+ </xsd:restriction>
3344
+ </xsd:simpleType>
3345
+ <xsd:complexType name="CT_MetadataStringIndex">
3346
+ <xsd:attribute name="x" type="xsd:unsignedInt" use="required"/>
3347
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
3348
+ </xsd:complexType>
3349
+ <xsd:complexType name="CT_MetadataStrings">
3350
+ <xsd:sequence>
3351
+ <xsd:element name="s" type="CT_XStringElement" minOccurs="1" maxOccurs="unbounded"/>
3352
+ </xsd:sequence>
3353
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3354
+ </xsd:complexType>
3355
+ <xsd:element name="singleXmlCells" type="CT_SingleXmlCells"/>
3356
+ <xsd:complexType name="CT_SingleXmlCells">
3357
+ <xsd:sequence>
3358
+ <xsd:element name="singleXmlCell" type="CT_SingleXmlCell" maxOccurs="unbounded"/>
3359
+ </xsd:sequence>
3360
+ </xsd:complexType>
3361
+ <xsd:complexType name="CT_SingleXmlCell">
3362
+ <xsd:sequence>
3363
+ <xsd:element name="xmlCellPr" type="CT_XmlCellPr" minOccurs="1" maxOccurs="1"/>
3364
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3365
+ </xsd:sequence>
3366
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3367
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
3368
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="required"/>
3369
+ </xsd:complexType>
3370
+ <xsd:complexType name="CT_XmlCellPr">
3371
+ <xsd:sequence>
3372
+ <xsd:element name="xmlPr" type="CT_XmlPr" minOccurs="1" maxOccurs="1"/>
3373
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3374
+ </xsd:sequence>
3375
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3376
+ <xsd:attribute name="uniqueName" type="s:ST_Xstring" use="optional"/>
3377
+ </xsd:complexType>
3378
+ <xsd:complexType name="CT_XmlPr">
3379
+ <xsd:sequence>
3380
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3381
+ </xsd:sequence>
3382
+ <xsd:attribute name="mapId" type="xsd:unsignedInt" use="required"/>
3383
+ <xsd:attribute name="xpath" type="s:ST_Xstring" use="required"/>
3384
+ <xsd:attribute name="xmlDataType" type="ST_XmlDataType" use="required"/>
3385
+ </xsd:complexType>
3386
+ <xsd:element name="styleSheet" type="CT_Stylesheet"/>
3387
+ <xsd:complexType name="CT_Stylesheet">
3388
+ <xsd:sequence>
3389
+ <xsd:element name="numFmts" type="CT_NumFmts" minOccurs="0" maxOccurs="1"/>
3390
+ <xsd:element name="fonts" type="CT_Fonts" minOccurs="0" maxOccurs="1"/>
3391
+ <xsd:element name="fills" type="CT_Fills" minOccurs="0" maxOccurs="1"/>
3392
+ <xsd:element name="borders" type="CT_Borders" minOccurs="0" maxOccurs="1"/>
3393
+ <xsd:element name="cellStyleXfs" type="CT_CellStyleXfs" minOccurs="0" maxOccurs="1"/>
3394
+ <xsd:element name="cellXfs" type="CT_CellXfs" minOccurs="0" maxOccurs="1"/>
3395
+ <xsd:element name="cellStyles" type="CT_CellStyles" minOccurs="0" maxOccurs="1"/>
3396
+ <xsd:element name="dxfs" type="CT_Dxfs" minOccurs="0" maxOccurs="1"/>
3397
+ <xsd:element name="tableStyles" type="CT_TableStyles" minOccurs="0" maxOccurs="1"/>
3398
+ <xsd:element name="colors" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
3399
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3400
+ </xsd:sequence>
3401
+ </xsd:complexType>
3402
+ <xsd:complexType name="CT_CellAlignment">
3403
+ <xsd:attribute name="horizontal" type="ST_HorizontalAlignment" use="optional"/>
3404
+ <xsd:attribute name="vertical" type="ST_VerticalAlignment" default="bottom" use="optional"/>
3405
+ <xsd:attribute name="textRotation" type="ST_TextRotation" use="optional"/>
3406
+ <xsd:attribute name="wrapText" type="xsd:boolean" use="optional"/>
3407
+ <xsd:attribute name="indent" type="xsd:unsignedInt" use="optional"/>
3408
+ <xsd:attribute name="relativeIndent" type="xsd:int" use="optional"/>
3409
+ <xsd:attribute name="justifyLastLine" type="xsd:boolean" use="optional"/>
3410
+ <xsd:attribute name="shrinkToFit" type="xsd:boolean" use="optional"/>
3411
+ <xsd:attribute name="readingOrder" type="xsd:unsignedInt" use="optional"/>
3412
+ </xsd:complexType>
3413
+ <xsd:simpleType name="ST_TextRotation">
3414
+ <xsd:union>
3415
+ <xsd:simpleType>
3416
+ <xsd:restriction base="xsd:nonNegativeInteger">
3417
+ <xsd:maxInclusive value="180"/>
3418
+ </xsd:restriction>
3419
+ </xsd:simpleType>
3420
+ <xsd:simpleType>
3421
+ <xsd:restriction base="xsd:nonNegativeInteger">
3422
+ <xsd:enumeration value="255"/>
3423
+ </xsd:restriction>
3424
+ </xsd:simpleType>
3425
+ </xsd:union>
3426
+ </xsd:simpleType>
3427
+ <xsd:simpleType name="ST_BorderStyle">
3428
+ <xsd:restriction base="xsd:string">
3429
+ <xsd:enumeration value="none"/>
3430
+ <xsd:enumeration value="thin"/>
3431
+ <xsd:enumeration value="medium"/>
3432
+ <xsd:enumeration value="dashed"/>
3433
+ <xsd:enumeration value="dotted"/>
3434
+ <xsd:enumeration value="thick"/>
3435
+ <xsd:enumeration value="double"/>
3436
+ <xsd:enumeration value="hair"/>
3437
+ <xsd:enumeration value="mediumDashed"/>
3438
+ <xsd:enumeration value="dashDot"/>
3439
+ <xsd:enumeration value="mediumDashDot"/>
3440
+ <xsd:enumeration value="dashDotDot"/>
3441
+ <xsd:enumeration value="mediumDashDotDot"/>
3442
+ <xsd:enumeration value="slantDashDot"/>
3443
+ </xsd:restriction>
3444
+ </xsd:simpleType>
3445
+ <xsd:complexType name="CT_Borders">
3446
+ <xsd:sequence>
3447
+ <xsd:element name="border" type="CT_Border" minOccurs="0" maxOccurs="unbounded"/>
3448
+ </xsd:sequence>
3449
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3450
+ </xsd:complexType>
3451
+ <xsd:complexType name="CT_Border">
3452
+ <xsd:sequence>
3453
+ <xsd:element name="start" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3454
+ <xsd:element name="end" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3455
+ <xsd:element name="left" type="CT_BorderPr" minOccurs="0"/>
3456
+ <xsd:element name="right" type="CT_BorderPr" minOccurs="0"/>
3457
+ <xsd:element name="top" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3458
+ <xsd:element name="bottom" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3459
+ <xsd:element name="diagonal" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3460
+ <xsd:element name="vertical" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3461
+ <xsd:element name="horizontal" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3462
+ </xsd:sequence>
3463
+ <xsd:attribute name="diagonalUp" type="xsd:boolean" use="optional"/>
3464
+ <xsd:attribute name="diagonalDown" type="xsd:boolean" use="optional"/>
3465
+ <xsd:attribute name="outline" type="xsd:boolean" use="optional" default="true"/>
3466
+ </xsd:complexType>
3467
+ <xsd:complexType name="CT_BorderPr">
3468
+ <xsd:sequence>
3469
+ <xsd:element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3470
+ </xsd:sequence>
3471
+ <xsd:attribute name="style" type="ST_BorderStyle" use="optional" default="none"/>
3472
+ </xsd:complexType>
3473
+ <xsd:complexType name="CT_CellProtection">
3474
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional"/>
3475
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional"/>
3476
+ </xsd:complexType>
3477
+ <xsd:complexType name="CT_Fonts">
3478
+ <xsd:sequence>
3479
+ <xsd:element name="font" type="CT_Font" minOccurs="0" maxOccurs="unbounded"/>
3480
+ </xsd:sequence>
3481
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3482
+ </xsd:complexType>
3483
+ <xsd:complexType name="CT_Fills">
3484
+ <xsd:sequence>
3485
+ <xsd:element name="fill" type="CT_Fill" minOccurs="0" maxOccurs="unbounded"/>
3486
+ </xsd:sequence>
3487
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3488
+ </xsd:complexType>
3489
+ <xsd:complexType name="CT_Fill">
3490
+ <xsd:choice minOccurs="1" maxOccurs="1">
3491
+ <xsd:element name="patternFill" type="CT_PatternFill" minOccurs="0" maxOccurs="1"/>
3492
+ <xsd:element name="gradientFill" type="CT_GradientFill" minOccurs="0" maxOccurs="1"/>
3493
+ </xsd:choice>
3494
+ </xsd:complexType>
3495
+ <xsd:complexType name="CT_PatternFill">
3496
+ <xsd:sequence>
3497
+ <xsd:element name="fgColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3498
+ <xsd:element name="bgColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3499
+ </xsd:sequence>
3500
+ <xsd:attribute name="patternType" type="ST_PatternType" use="optional"/>
3501
+ </xsd:complexType>
3502
+ <xsd:complexType name="CT_Color">
3503
+ <xsd:attribute name="auto" type="xsd:boolean" use="optional"/>
3504
+ <xsd:attribute name="indexed" type="xsd:unsignedInt" use="optional"/>
3505
+ <xsd:attribute name="rgb" type="ST_UnsignedIntHex" use="optional"/>
3506
+ <xsd:attribute name="theme" type="xsd:unsignedInt" use="optional"/>
3507
+ <xsd:attribute name="tint" type="xsd:double" use="optional" default="0.0"/>
3508
+ </xsd:complexType>
3509
+ <xsd:simpleType name="ST_PatternType">
3510
+ <xsd:restriction base="xsd:string">
3511
+ <xsd:enumeration value="none"/>
3512
+ <xsd:enumeration value="solid"/>
3513
+ <xsd:enumeration value="mediumGray"/>
3514
+ <xsd:enumeration value="darkGray"/>
3515
+ <xsd:enumeration value="lightGray"/>
3516
+ <xsd:enumeration value="darkHorizontal"/>
3517
+ <xsd:enumeration value="darkVertical"/>
3518
+ <xsd:enumeration value="darkDown"/>
3519
+ <xsd:enumeration value="darkUp"/>
3520
+ <xsd:enumeration value="darkGrid"/>
3521
+ <xsd:enumeration value="darkTrellis"/>
3522
+ <xsd:enumeration value="lightHorizontal"/>
3523
+ <xsd:enumeration value="lightVertical"/>
3524
+ <xsd:enumeration value="lightDown"/>
3525
+ <xsd:enumeration value="lightUp"/>
3526
+ <xsd:enumeration value="lightGrid"/>
3527
+ <xsd:enumeration value="lightTrellis"/>
3528
+ <xsd:enumeration value="gray125"/>
3529
+ <xsd:enumeration value="gray0625"/>
3530
+ </xsd:restriction>
3531
+ </xsd:simpleType>
3532
+ <xsd:complexType name="CT_GradientFill">
3533
+ <xsd:sequence>
3534
+ <xsd:element name="stop" type="CT_GradientStop" minOccurs="0" maxOccurs="unbounded"/>
3535
+ </xsd:sequence>
3536
+ <xsd:attribute name="type" type="ST_GradientType" use="optional" default="linear"/>
3537
+ <xsd:attribute name="degree" type="xsd:double" use="optional" default="0"/>
3538
+ <xsd:attribute name="left" type="xsd:double" use="optional" default="0"/>
3539
+ <xsd:attribute name="right" type="xsd:double" use="optional" default="0"/>
3540
+ <xsd:attribute name="top" type="xsd:double" use="optional" default="0"/>
3541
+ <xsd:attribute name="bottom" type="xsd:double" use="optional" default="0"/>
3542
+ </xsd:complexType>
3543
+ <xsd:complexType name="CT_GradientStop">
3544
+ <xsd:sequence>
3545
+ <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="1"/>
3546
+ </xsd:sequence>
3547
+ <xsd:attribute name="position" type="xsd:double" use="required"/>
3548
+ </xsd:complexType>
3549
+ <xsd:simpleType name="ST_GradientType">
3550
+ <xsd:restriction base="xsd:string">
3551
+ <xsd:enumeration value="linear"/>
3552
+ <xsd:enumeration value="path"/>
3553
+ </xsd:restriction>
3554
+ </xsd:simpleType>
3555
+ <xsd:simpleType name="ST_HorizontalAlignment">
3556
+ <xsd:restriction base="xsd:string">
3557
+ <xsd:enumeration value="general"/>
3558
+ <xsd:enumeration value="left"/>
3559
+ <xsd:enumeration value="center"/>
3560
+ <xsd:enumeration value="right"/>
3561
+ <xsd:enumeration value="fill"/>
3562
+ <xsd:enumeration value="justify"/>
3563
+ <xsd:enumeration value="centerContinuous"/>
3564
+ <xsd:enumeration value="distributed"/>
3565
+ </xsd:restriction>
3566
+ </xsd:simpleType>
3567
+ <xsd:simpleType name="ST_VerticalAlignment">
3568
+ <xsd:restriction base="xsd:string">
3569
+ <xsd:enumeration value="top"/>
3570
+ <xsd:enumeration value="center"/>
3571
+ <xsd:enumeration value="bottom"/>
3572
+ <xsd:enumeration value="justify"/>
3573
+ <xsd:enumeration value="distributed"/>
3574
+ </xsd:restriction>
3575
+ </xsd:simpleType>
3576
+ <xsd:complexType name="CT_NumFmts">
3577
+ <xsd:sequence>
3578
+ <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0" maxOccurs="unbounded"/>
3579
+ </xsd:sequence>
3580
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3581
+ </xsd:complexType>
3582
+ <xsd:complexType name="CT_NumFmt">
3583
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="required"/>
3584
+ <xsd:attribute name="formatCode" type="s:ST_Xstring" use="required"/>
3585
+ </xsd:complexType>
3586
+ <xsd:complexType name="CT_CellStyleXfs">
3587
+ <xsd:sequence>
3588
+ <xsd:element name="xf" type="CT_Xf" minOccurs="1" maxOccurs="unbounded"/>
3589
+ </xsd:sequence>
3590
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3591
+ </xsd:complexType>
3592
+ <xsd:complexType name="CT_CellXfs">
3593
+ <xsd:sequence>
3594
+ <xsd:element name="xf" type="CT_Xf" minOccurs="1" maxOccurs="unbounded"/>
3595
+ </xsd:sequence>
3596
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3597
+ </xsd:complexType>
3598
+ <xsd:complexType name="CT_Xf">
3599
+ <xsd:sequence>
3600
+ <xsd:element name="alignment" type="CT_CellAlignment" minOccurs="0" maxOccurs="1"/>
3601
+ <xsd:element name="protection" type="CT_CellProtection" minOccurs="0" maxOccurs="1"/>
3602
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3603
+ </xsd:sequence>
3604
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
3605
+ <xsd:attribute name="fontId" type="ST_FontId" use="optional"/>
3606
+ <xsd:attribute name="fillId" type="ST_FillId" use="optional"/>
3607
+ <xsd:attribute name="borderId" type="ST_BorderId" use="optional"/>
3608
+ <xsd:attribute name="xfId" type="ST_CellStyleXfId" use="optional"/>
3609
+ <xsd:attribute name="quotePrefix" type="xsd:boolean" use="optional" default="false"/>
3610
+ <xsd:attribute name="pivotButton" type="xsd:boolean" use="optional" default="false"/>
3611
+ <xsd:attribute name="applyNumberFormat" type="xsd:boolean" use="optional"/>
3612
+ <xsd:attribute name="applyFont" type="xsd:boolean" use="optional"/>
3613
+ <xsd:attribute name="applyFill" type="xsd:boolean" use="optional"/>
3614
+ <xsd:attribute name="applyBorder" type="xsd:boolean" use="optional"/>
3615
+ <xsd:attribute name="applyAlignment" type="xsd:boolean" use="optional"/>
3616
+ <xsd:attribute name="applyProtection" type="xsd:boolean" use="optional"/>
3617
+ </xsd:complexType>
3618
+ <xsd:complexType name="CT_CellStyles">
3619
+ <xsd:sequence>
3620
+ <xsd:element name="cellStyle" type="CT_CellStyle" minOccurs="1" maxOccurs="unbounded"/>
3621
+ </xsd:sequence>
3622
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3623
+ </xsd:complexType>
3624
+ <xsd:complexType name="CT_CellStyle">
3625
+ <xsd:sequence>
3626
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3627
+ </xsd:sequence>
3628
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
3629
+ <xsd:attribute name="xfId" type="ST_CellStyleXfId" use="required"/>
3630
+ <xsd:attribute name="builtinId" type="xsd:unsignedInt" use="optional"/>
3631
+ <xsd:attribute name="iLevel" type="xsd:unsignedInt" use="optional"/>
3632
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional"/>
3633
+ <xsd:attribute name="customBuiltin" type="xsd:boolean" use="optional"/>
3634
+ </xsd:complexType>
3635
+ <xsd:complexType name="CT_Dxfs">
3636
+ <xsd:sequence>
3637
+ <xsd:element name="dxf" type="CT_Dxf" minOccurs="0" maxOccurs="unbounded"/>
3638
+ </xsd:sequence>
3639
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3640
+ </xsd:complexType>
3641
+ <xsd:complexType name="CT_Dxf">
3642
+ <xsd:sequence>
3643
+ <xsd:element name="font" type="CT_Font" minOccurs="0" maxOccurs="1"/>
3644
+ <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0" maxOccurs="1"/>
3645
+ <xsd:element name="fill" type="CT_Fill" minOccurs="0" maxOccurs="1"/>
3646
+ <xsd:element name="alignment" type="CT_CellAlignment" minOccurs="0" maxOccurs="1"/>
3647
+ <xsd:element name="border" type="CT_Border" minOccurs="0" maxOccurs="1"/>
3648
+ <xsd:element name="protection" type="CT_CellProtection" minOccurs="0" maxOccurs="1"/>
3649
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3650
+ </xsd:sequence>
3651
+ </xsd:complexType>
3652
+ <xsd:simpleType name="ST_NumFmtId">
3653
+ <xsd:restriction base="xsd:unsignedInt"/>
3654
+ </xsd:simpleType>
3655
+ <xsd:simpleType name="ST_FontId">
3656
+ <xsd:restriction base="xsd:unsignedInt"/>
3657
+ </xsd:simpleType>
3658
+ <xsd:simpleType name="ST_FillId">
3659
+ <xsd:restriction base="xsd:unsignedInt"/>
3660
+ </xsd:simpleType>
3661
+ <xsd:simpleType name="ST_BorderId">
3662
+ <xsd:restriction base="xsd:unsignedInt"/>
3663
+ </xsd:simpleType>
3664
+ <xsd:simpleType name="ST_CellStyleXfId">
3665
+ <xsd:restriction base="xsd:unsignedInt"/>
3666
+ </xsd:simpleType>
3667
+ <xsd:simpleType name="ST_DxfId">
3668
+ <xsd:restriction base="xsd:unsignedInt"/>
3669
+ </xsd:simpleType>
3670
+ <xsd:complexType name="CT_Colors">
3671
+ <xsd:sequence>
3672
+ <xsd:element name="indexedColors" type="CT_IndexedColors" minOccurs="0" maxOccurs="1"/>
3673
+ <xsd:element name="mruColors" type="CT_MRUColors" minOccurs="0" maxOccurs="1"/>
3674
+ </xsd:sequence>
3675
+ </xsd:complexType>
3676
+ <xsd:complexType name="CT_IndexedColors">
3677
+ <xsd:sequence>
3678
+ <xsd:element name="rgbColor" type="CT_RgbColor" minOccurs="1" maxOccurs="unbounded"/>
3679
+ </xsd:sequence>
3680
+ </xsd:complexType>
3681
+ <xsd:complexType name="CT_MRUColors">
3682
+ <xsd:sequence>
3683
+ <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="unbounded"/>
3684
+ </xsd:sequence>
3685
+ </xsd:complexType>
3686
+ <xsd:complexType name="CT_RgbColor">
3687
+ <xsd:attribute name="rgb" type="ST_UnsignedIntHex" use="optional"/>
3688
+ </xsd:complexType>
3689
+ <xsd:complexType name="CT_TableStyles">
3690
+ <xsd:sequence>
3691
+ <xsd:element name="tableStyle" type="CT_TableStyle" minOccurs="0" maxOccurs="unbounded"/>
3692
+ </xsd:sequence>
3693
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3694
+ <xsd:attribute name="defaultTableStyle" type="xsd:string" use="optional"/>
3695
+ <xsd:attribute name="defaultPivotStyle" type="xsd:string" use="optional"/>
3696
+ </xsd:complexType>
3697
+ <xsd:complexType name="CT_TableStyle">
3698
+ <xsd:sequence>
3699
+ <xsd:element name="tableStyleElement" type="CT_TableStyleElement" minOccurs="0"
3700
+ maxOccurs="unbounded"/>
3701
+ </xsd:sequence>
3702
+ <xsd:attribute name="name" type="xsd:string" use="required"/>
3703
+ <xsd:attribute name="pivot" type="xsd:boolean" use="optional" default="true"/>
3704
+ <xsd:attribute name="table" type="xsd:boolean" use="optional" default="true"/>
3705
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3706
+ </xsd:complexType>
3707
+ <xsd:complexType name="CT_TableStyleElement">
3708
+ <xsd:attribute name="type" type="ST_TableStyleType" use="required"/>
3709
+ <xsd:attribute name="size" type="xsd:unsignedInt" use="optional" default="1"/>
3710
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
3711
+ </xsd:complexType>
3712
+ <xsd:simpleType name="ST_TableStyleType">
3713
+ <xsd:restriction base="xsd:string">
3714
+ <xsd:enumeration value="wholeTable"/>
3715
+ <xsd:enumeration value="headerRow"/>
3716
+ <xsd:enumeration value="totalRow"/>
3717
+ <xsd:enumeration value="firstColumn"/>
3718
+ <xsd:enumeration value="lastColumn"/>
3719
+ <xsd:enumeration value="firstRowStripe"/>
3720
+ <xsd:enumeration value="secondRowStripe"/>
3721
+ <xsd:enumeration value="firstColumnStripe"/>
3722
+ <xsd:enumeration value="secondColumnStripe"/>
3723
+ <xsd:enumeration value="firstHeaderCell"/>
3724
+ <xsd:enumeration value="lastHeaderCell"/>
3725
+ <xsd:enumeration value="firstTotalCell"/>
3726
+ <xsd:enumeration value="lastTotalCell"/>
3727
+ <xsd:enumeration value="firstSubtotalColumn"/>
3728
+ <xsd:enumeration value="secondSubtotalColumn"/>
3729
+ <xsd:enumeration value="thirdSubtotalColumn"/>
3730
+ <xsd:enumeration value="firstSubtotalRow"/>
3731
+ <xsd:enumeration value="secondSubtotalRow"/>
3732
+ <xsd:enumeration value="thirdSubtotalRow"/>
3733
+ <xsd:enumeration value="blankRow"/>
3734
+ <xsd:enumeration value="firstColumnSubheading"/>
3735
+ <xsd:enumeration value="secondColumnSubheading"/>
3736
+ <xsd:enumeration value="thirdColumnSubheading"/>
3737
+ <xsd:enumeration value="firstRowSubheading"/>
3738
+ <xsd:enumeration value="secondRowSubheading"/>
3739
+ <xsd:enumeration value="thirdRowSubheading"/>
3740
+ <xsd:enumeration value="pageFieldLabels"/>
3741
+ <xsd:enumeration value="pageFieldValues"/>
3742
+ </xsd:restriction>
3743
+ </xsd:simpleType>
3744
+ <xsd:complexType name="CT_BooleanProperty">
3745
+ <xsd:attribute name="val" type="xsd:boolean" use="optional" default="true"/>
3746
+ </xsd:complexType>
3747
+ <xsd:complexType name="CT_FontSize">
3748
+ <xsd:attribute name="val" type="xsd:double" use="required"/>
3749
+ </xsd:complexType>
3750
+ <xsd:complexType name="CT_IntProperty">
3751
+ <xsd:attribute name="val" type="xsd:int" use="required"/>
3752
+ </xsd:complexType>
3753
+ <xsd:complexType name="CT_FontName">
3754
+ <xsd:attribute name="val" type="s:ST_Xstring" use="required"/>
3755
+ </xsd:complexType>
3756
+ <xsd:complexType name="CT_VerticalAlignFontProperty">
3757
+ <xsd:attribute name="val" type="s:ST_VerticalAlignRun" use="required"/>
3758
+ </xsd:complexType>
3759
+ <xsd:complexType name="CT_FontScheme">
3760
+ <xsd:attribute name="val" type="ST_FontScheme" use="required"/>
3761
+ </xsd:complexType>
3762
+ <xsd:simpleType name="ST_FontScheme">
3763
+ <xsd:restriction base="xsd:string">
3764
+ <xsd:enumeration value="none"/>
3765
+ <xsd:enumeration value="major"/>
3766
+ <xsd:enumeration value="minor"/>
3767
+ </xsd:restriction>
3768
+ </xsd:simpleType>
3769
+ <xsd:complexType name="CT_UnderlineProperty">
3770
+ <xsd:attribute name="val" type="ST_UnderlineValues" use="optional" default="single"/>
3771
+ </xsd:complexType>
3772
+ <xsd:simpleType name="ST_UnderlineValues">
3773
+ <xsd:restriction base="xsd:string">
3774
+ <xsd:enumeration value="single"/>
3775
+ <xsd:enumeration value="double"/>
3776
+ <xsd:enumeration value="singleAccounting"/>
3777
+ <xsd:enumeration value="doubleAccounting"/>
3778
+ <xsd:enumeration value="none"/>
3779
+ </xsd:restriction>
3780
+ </xsd:simpleType>
3781
+ <xsd:complexType name="CT_Font">
3782
+ <xsd:choice maxOccurs="unbounded">
3783
+ <xsd:element name="name" type="CT_FontName" minOccurs="0" maxOccurs="1"/>
3784
+ <xsd:element name="charset" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
3785
+ <xsd:element name="family" type="CT_FontFamily" minOccurs="0" maxOccurs="1"/>
3786
+ <xsd:element name="b" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3787
+ <xsd:element name="i" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3788
+ <xsd:element name="strike" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3789
+ <xsd:element name="outline" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3790
+ <xsd:element name="shadow" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3791
+ <xsd:element name="condense" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3792
+ <xsd:element name="extend" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3793
+ <xsd:element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3794
+ <xsd:element name="sz" type="CT_FontSize" minOccurs="0" maxOccurs="1"/>
3795
+ <xsd:element name="u" type="CT_UnderlineProperty" minOccurs="0" maxOccurs="1"/>
3796
+ <xsd:element name="vertAlign" type="CT_VerticalAlignFontProperty" minOccurs="0" maxOccurs="1"/>
3797
+ <xsd:element name="scheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
3798
+ </xsd:choice>
3799
+ </xsd:complexType>
3800
+ <xsd:complexType name="CT_FontFamily">
3801
+ <xsd:attribute name="val" type="ST_FontFamily" use="required"/>
3802
+ </xsd:complexType>
3803
+ <xsd:simpleType name="ST_FontFamily">
3804
+ <xsd:restriction base="xsd:integer">
3805
+ <xsd:minInclusive value="0"/>
3806
+ <xsd:maxInclusive value="14"/>
3807
+ </xsd:restriction>
3808
+ </xsd:simpleType>
3809
+ <xsd:attributeGroup name="AG_AutoFormat">
3810
+ <xsd:attribute name="autoFormatId" type="xsd:unsignedInt"/>
3811
+ <xsd:attribute name="applyNumberFormats" type="xsd:boolean"/>
3812
+ <xsd:attribute name="applyBorderFormats" type="xsd:boolean"/>
3813
+ <xsd:attribute name="applyFontFormats" type="xsd:boolean"/>
3814
+ <xsd:attribute name="applyPatternFormats" type="xsd:boolean"/>
3815
+ <xsd:attribute name="applyAlignmentFormats" type="xsd:boolean"/>
3816
+ <xsd:attribute name="applyWidthHeightFormats" type="xsd:boolean"/>
3817
+ </xsd:attributeGroup>
3818
+ <xsd:element name="externalLink" type="CT_ExternalLink"/>
3819
+ <xsd:complexType name="CT_ExternalLink">
3820
+ <xsd:sequence>
3821
+ <xsd:choice>
3822
+ <xsd:element name="externalBook" type="CT_ExternalBook" minOccurs="0" maxOccurs="1"/>
3823
+ <xsd:element name="ddeLink" type="CT_DdeLink" minOccurs="0" maxOccurs="1"/>
3824
+ <xsd:element name="oleLink" type="CT_OleLink" minOccurs="0" maxOccurs="1"/>
3825
+ </xsd:choice>
3826
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
3827
+ </xsd:sequence>
3828
+ </xsd:complexType>
3829
+ <xsd:complexType name="CT_ExternalBook">
3830
+ <xsd:sequence>
3831
+ <xsd:element name="sheetNames" type="CT_ExternalSheetNames" minOccurs="0" maxOccurs="1"/>
3832
+ <xsd:element name="definedNames" type="CT_ExternalDefinedNames" minOccurs="0" maxOccurs="1"/>
3833
+ <xsd:element name="sheetDataSet" type="CT_ExternalSheetDataSet" minOccurs="0" maxOccurs="1"/>
3834
+ </xsd:sequence>
3835
+ <xsd:attribute ref="r:id" use="required"/>
3836
+ </xsd:complexType>
3837
+ <xsd:complexType name="CT_ExternalSheetNames">
3838
+ <xsd:sequence>
3839
+ <xsd:element name="sheetName" minOccurs="1" maxOccurs="unbounded" type="CT_ExternalSheetName"
3840
+ />
3841
+ </xsd:sequence>
3842
+ </xsd:complexType>
3843
+ <xsd:complexType name="CT_ExternalSheetName">
3844
+ <xsd:attribute name="val" type="s:ST_Xstring"/>
3845
+ </xsd:complexType>
3846
+ <xsd:complexType name="CT_ExternalDefinedNames">
3847
+ <xsd:sequence>
3848
+ <xsd:element name="definedName" type="CT_ExternalDefinedName" minOccurs="0"
3849
+ maxOccurs="unbounded"/>
3850
+ </xsd:sequence>
3851
+ </xsd:complexType>
3852
+ <xsd:complexType name="CT_ExternalDefinedName">
3853
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3854
+ <xsd:attribute name="refersTo" type="s:ST_Xstring" use="optional"/>
3855
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="optional"/>
3856
+ </xsd:complexType>
3857
+ <xsd:complexType name="CT_ExternalSheetDataSet">
3858
+ <xsd:sequence>
3859
+ <xsd:element name="sheetData" type="CT_ExternalSheetData" minOccurs="1" maxOccurs="unbounded"
3860
+ />
3861
+ </xsd:sequence>
3862
+ </xsd:complexType>
3863
+ <xsd:complexType name="CT_ExternalSheetData">
3864
+ <xsd:sequence>
3865
+ <xsd:element name="row" type="CT_ExternalRow" minOccurs="0" maxOccurs="unbounded"/>
3866
+ </xsd:sequence>
3867
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
3868
+ <xsd:attribute name="refreshError" type="xsd:boolean" use="optional" default="false"/>
3869
+ </xsd:complexType>
3870
+ <xsd:complexType name="CT_ExternalRow">
3871
+ <xsd:sequence>
3872
+ <xsd:element name="cell" type="CT_ExternalCell" minOccurs="0" maxOccurs="unbounded"/>
3873
+ </xsd:sequence>
3874
+ <xsd:attribute name="r" type="xsd:unsignedInt" use="required"/>
3875
+ </xsd:complexType>
3876
+ <xsd:complexType name="CT_ExternalCell">
3877
+ <xsd:sequence>
3878
+ <xsd:element name="v" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
3879
+ </xsd:sequence>
3880
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
3881
+ <xsd:attribute name="t" type="ST_CellType" use="optional" default="n"/>
3882
+ <xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0"/>
3883
+ </xsd:complexType>
3884
+ <xsd:complexType name="CT_DdeLink">
3885
+ <xsd:sequence>
3886
+ <xsd:element name="ddeItems" type="CT_DdeItems" minOccurs="0" maxOccurs="1"/>
3887
+ </xsd:sequence>
3888
+ <xsd:attribute name="ddeService" type="s:ST_Xstring" use="required"/>
3889
+ <xsd:attribute name="ddeTopic" type="s:ST_Xstring" use="required"/>
3890
+ </xsd:complexType>
3891
+ <xsd:complexType name="CT_DdeItems">
3892
+ <xsd:sequence>
3893
+ <xsd:element name="ddeItem" type="CT_DdeItem" minOccurs="0" maxOccurs="unbounded"/>
3894
+ </xsd:sequence>
3895
+ </xsd:complexType>
3896
+ <xsd:complexType name="CT_DdeItem">
3897
+ <xsd:sequence>
3898
+ <xsd:element name="values" type="CT_DdeValues" minOccurs="0" maxOccurs="1"/>
3899
+ </xsd:sequence>
3900
+ <xsd:attribute name="name" type="s:ST_Xstring" default="0"/>
3901
+ <xsd:attribute name="ole" type="xsd:boolean" use="optional" default="false"/>
3902
+ <xsd:attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
3903
+ <xsd:attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
3904
+ </xsd:complexType>
3905
+ <xsd:complexType name="CT_DdeValues">
3906
+ <xsd:sequence>
3907
+ <xsd:element name="value" minOccurs="1" maxOccurs="unbounded" type="CT_DdeValue"/>
3908
+ </xsd:sequence>
3909
+ <xsd:attribute name="rows" type="xsd:unsignedInt" use="optional" default="1"/>
3910
+ <xsd:attribute name="cols" type="xsd:unsignedInt" use="optional" default="1"/>
3911
+ </xsd:complexType>
3912
+ <xsd:complexType name="CT_DdeValue">
3913
+ <xsd:sequence>
3914
+ <xsd:element name="val" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
3915
+ </xsd:sequence>
3916
+ <xsd:attribute name="t" type="ST_DdeValueType" use="optional" default="n"/>
3917
+ </xsd:complexType>
3918
+ <xsd:simpleType name="ST_DdeValueType">
3919
+ <xsd:restriction base="xsd:string">
3920
+ <xsd:enumeration value="nil"/>
3921
+ <xsd:enumeration value="b"/>
3922
+ <xsd:enumeration value="n"/>
3923
+ <xsd:enumeration value="e"/>
3924
+ <xsd:enumeration value="str"/>
3925
+ </xsd:restriction>
3926
+ </xsd:simpleType>
3927
+ <xsd:complexType name="CT_OleLink">
3928
+ <xsd:sequence>
3929
+ <xsd:element name="oleItems" type="CT_OleItems" minOccurs="0" maxOccurs="1"/>
3930
+ </xsd:sequence>
3931
+ <xsd:attribute ref="r:id" use="required"/>
3932
+ <xsd:attribute name="progId" type="s:ST_Xstring" use="required"/>
3933
+ </xsd:complexType>
3934
+ <xsd:complexType name="CT_OleItems">
3935
+ <xsd:sequence>
3936
+ <xsd:element name="oleItem" type="CT_OleItem" minOccurs="0" maxOccurs="unbounded"/>
3937
+ </xsd:sequence>
3938
+ </xsd:complexType>
3939
+ <xsd:complexType name="CT_OleItem">
3940
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3941
+ <xsd:attribute name="icon" type="xsd:boolean" use="optional" default="false"/>
3942
+ <xsd:attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
3943
+ <xsd:attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
3944
+ </xsd:complexType>
3945
+ <xsd:element name="table" type="CT_Table"/>
3946
+ <xsd:complexType name="CT_Table">
3947
+ <xsd:sequence>
3948
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
3949
+ <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1"/>
3950
+ <xsd:element name="tableColumns" type="CT_TableColumns" minOccurs="1" maxOccurs="1"/>
3951
+ <xsd:element name="tableStyleInfo" type="CT_TableStyleInfo" minOccurs="0" maxOccurs="1"/>
3952
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3953
+ </xsd:sequence>
3954
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3955
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
3956
+ <xsd:attribute name="displayName" type="s:ST_Xstring" use="required"/>
3957
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
3958
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
3959
+ <xsd:attribute name="tableType" type="ST_TableType" use="optional" default="worksheet"/>
3960
+ <xsd:attribute name="headerRowCount" type="xsd:unsignedInt" use="optional" default="1"/>
3961
+ <xsd:attribute name="insertRow" type="xsd:boolean" use="optional" default="false"/>
3962
+ <xsd:attribute name="insertRowShift" type="xsd:boolean" use="optional" default="false"/>
3963
+ <xsd:attribute name="totalsRowCount" type="xsd:unsignedInt" use="optional" default="0"/>
3964
+ <xsd:attribute name="totalsRowShown" type="xsd:boolean" use="optional" default="true"/>
3965
+ <xsd:attribute name="published" type="xsd:boolean" use="optional" default="false"/>
3966
+ <xsd:attribute name="headerRowDxfId" type="ST_DxfId" use="optional"/>
3967
+ <xsd:attribute name="dataDxfId" type="ST_DxfId" use="optional"/>
3968
+ <xsd:attribute name="totalsRowDxfId" type="ST_DxfId" use="optional"/>
3969
+ <xsd:attribute name="headerRowBorderDxfId" type="ST_DxfId" use="optional"/>
3970
+ <xsd:attribute name="tableBorderDxfId" type="ST_DxfId" use="optional"/>
3971
+ <xsd:attribute name="totalsRowBorderDxfId" type="ST_DxfId" use="optional"/>
3972
+ <xsd:attribute name="headerRowCellStyle" type="s:ST_Xstring" use="optional"/>
3973
+ <xsd:attribute name="dataCellStyle" type="s:ST_Xstring" use="optional"/>
3974
+ <xsd:attribute name="totalsRowCellStyle" type="s:ST_Xstring" use="optional"/>
3975
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="optional"/>
3976
+ </xsd:complexType>
3977
+ <xsd:simpleType name="ST_TableType">
3978
+ <xsd:restriction base="xsd:string">
3979
+ <xsd:enumeration value="worksheet"/>
3980
+ <xsd:enumeration value="xml"/>
3981
+ <xsd:enumeration value="queryTable"/>
3982
+ </xsd:restriction>
3983
+ </xsd:simpleType>
3984
+ <xsd:complexType name="CT_TableStyleInfo">
3985
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
3986
+ <xsd:attribute name="showFirstColumn" type="xsd:boolean" use="optional"/>
3987
+ <xsd:attribute name="showLastColumn" type="xsd:boolean" use="optional"/>
3988
+ <xsd:attribute name="showRowStripes" type="xsd:boolean" use="optional"/>
3989
+ <xsd:attribute name="showColumnStripes" type="xsd:boolean" use="optional"/>
3990
+ </xsd:complexType>
3991
+ <xsd:complexType name="CT_TableColumns">
3992
+ <xsd:sequence>
3993
+ <xsd:element name="tableColumn" type="CT_TableColumn" minOccurs="1" maxOccurs="unbounded"/>
3994
+ </xsd:sequence>
3995
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3996
+ </xsd:complexType>
3997
+ <xsd:complexType name="CT_TableColumn">
3998
+ <xsd:sequence>
3999
+ <xsd:element name="calculatedColumnFormula" type="CT_TableFormula" minOccurs="0" maxOccurs="1"/>
4000
+ <xsd:element name="totalsRowFormula" type="CT_TableFormula" minOccurs="0" maxOccurs="1"/>
4001
+ <xsd:element name="xmlColumnPr" type="CT_XmlColumnPr" minOccurs="0" maxOccurs="1"/>
4002
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4003
+ </xsd:sequence>
4004
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
4005
+ <xsd:attribute name="uniqueName" type="s:ST_Xstring" use="optional"/>
4006
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4007
+ <xsd:attribute name="totalsRowFunction" type="ST_TotalsRowFunction" use="optional"
4008
+ default="none"/>
4009
+ <xsd:attribute name="totalsRowLabel" type="s:ST_Xstring" use="optional"/>
4010
+ <xsd:attribute name="queryTableFieldId" type="xsd:unsignedInt" use="optional"/>
4011
+ <xsd:attribute name="headerRowDxfId" type="ST_DxfId" use="optional"/>
4012
+ <xsd:attribute name="dataDxfId" type="ST_DxfId" use="optional"/>
4013
+ <xsd:attribute name="totalsRowDxfId" type="ST_DxfId" use="optional"/>
4014
+ <xsd:attribute name="headerRowCellStyle" type="s:ST_Xstring" use="optional"/>
4015
+ <xsd:attribute name="dataCellStyle" type="s:ST_Xstring" use="optional"/>
4016
+ <xsd:attribute name="totalsRowCellStyle" type="s:ST_Xstring" use="optional"/>
4017
+ </xsd:complexType>
4018
+ <xsd:complexType name="CT_TableFormula">
4019
+ <xsd:simpleContent>
4020
+ <xsd:extension base="ST_Formula">
4021
+ <xsd:attribute name="array" type="xsd:boolean" default="false"/>
4022
+ </xsd:extension>
4023
+ </xsd:simpleContent>
4024
+ </xsd:complexType>
4025
+ <xsd:simpleType name="ST_TotalsRowFunction">
4026
+ <xsd:restriction base="xsd:string">
4027
+ <xsd:enumeration value="none"/>
4028
+ <xsd:enumeration value="sum"/>
4029
+ <xsd:enumeration value="min"/>
4030
+ <xsd:enumeration value="max"/>
4031
+ <xsd:enumeration value="average"/>
4032
+ <xsd:enumeration value="count"/>
4033
+ <xsd:enumeration value="countNums"/>
4034
+ <xsd:enumeration value="stdDev"/>
4035
+ <xsd:enumeration value="var"/>
4036
+ <xsd:enumeration value="custom"/>
4037
+ </xsd:restriction>
4038
+ </xsd:simpleType>
4039
+ <xsd:complexType name="CT_XmlColumnPr">
4040
+ <xsd:sequence>
4041
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4042
+ </xsd:sequence>
4043
+ <xsd:attribute name="mapId" type="xsd:unsignedInt" use="required"/>
4044
+ <xsd:attribute name="xpath" type="s:ST_Xstring" use="required"/>
4045
+ <xsd:attribute name="denormalized" type="xsd:boolean" use="optional" default="false"/>
4046
+ <xsd:attribute name="xmlDataType" type="ST_XmlDataType" use="required"/>
4047
+ </xsd:complexType>
4048
+ <xsd:simpleType name="ST_XmlDataType">
4049
+ <xsd:restriction base="xsd:string"/>
4050
+ </xsd:simpleType>
4051
+ <xsd:element name="volTypes" type="CT_VolTypes"/>
4052
+ <xsd:complexType name="CT_VolTypes">
4053
+ <xsd:sequence>
4054
+ <xsd:element name="volType" type="CT_VolType" minOccurs="1" maxOccurs="unbounded"/>
4055
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
4056
+ </xsd:sequence>
4057
+ </xsd:complexType>
4058
+ <xsd:complexType name="CT_VolType">
4059
+ <xsd:sequence>
4060
+ <xsd:element name="main" type="CT_VolMain" minOccurs="1" maxOccurs="unbounded"/>
4061
+ </xsd:sequence>
4062
+ <xsd:attribute name="type" type="ST_VolDepType" use="required"/>
4063
+ </xsd:complexType>
4064
+ <xsd:complexType name="CT_VolMain">
4065
+ <xsd:sequence>
4066
+ <xsd:element name="tp" type="CT_VolTopic" minOccurs="1" maxOccurs="unbounded"/>
4067
+ </xsd:sequence>
4068
+ <xsd:attribute name="first" type="s:ST_Xstring" use="required"/>
4069
+ </xsd:complexType>
4070
+ <xsd:complexType name="CT_VolTopic">
4071
+ <xsd:sequence>
4072
+ <xsd:element name="v" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
4073
+ <xsd:element name="stp" type="s:ST_Xstring" minOccurs="0" maxOccurs="unbounded"/>
4074
+ <xsd:element name="tr" type="CT_VolTopicRef" minOccurs="1" maxOccurs="unbounded"/>
4075
+ </xsd:sequence>
4076
+ <xsd:attribute name="t" type="ST_VolValueType" use="optional" default="n"/>
4077
+ </xsd:complexType>
4078
+ <xsd:complexType name="CT_VolTopicRef">
4079
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
4080
+ <xsd:attribute name="s" type="xsd:unsignedInt" use="required"/>
4081
+ </xsd:complexType>
4082
+ <xsd:simpleType name="ST_VolDepType">
4083
+ <xsd:restriction base="xsd:string">
4084
+ <xsd:enumeration value="realTimeData"/>
4085
+ <xsd:enumeration value="olapFunctions"/>
4086
+ </xsd:restriction>
4087
+ </xsd:simpleType>
4088
+ <xsd:simpleType name="ST_VolValueType">
4089
+ <xsd:restriction base="xsd:string">
4090
+ <xsd:enumeration value="b"/>
4091
+ <xsd:enumeration value="n"/>
4092
+ <xsd:enumeration value="e"/>
4093
+ <xsd:enumeration value="s"/>
4094
+ </xsd:restriction>
4095
+ </xsd:simpleType>
4096
+ <xsd:element name="workbook" type="CT_Workbook"/>
4097
+ <xsd:complexType name="CT_Workbook">
4098
+ <xsd:sequence>
4099
+ <xsd:element name="fileVersion" type="CT_FileVersion" minOccurs="0" maxOccurs="1"/>
4100
+ <xsd:element name="fileSharing" type="CT_FileSharing" minOccurs="0" maxOccurs="1"/>
4101
+ <xsd:element name="workbookPr" type="CT_WorkbookPr" minOccurs="0" maxOccurs="1"/>
4102
+ <xsd:element name="workbookProtection" type="CT_WorkbookProtection" minOccurs="0"
4103
+ maxOccurs="1"/>
4104
+ <xsd:element name="bookViews" type="CT_BookViews" minOccurs="0" maxOccurs="1"/>
4105
+ <xsd:element name="sheets" type="CT_Sheets" minOccurs="1" maxOccurs="1"/>
4106
+ <xsd:element name="functionGroups" type="CT_FunctionGroups" minOccurs="0" maxOccurs="1"/>
4107
+ <xsd:element name="externalReferences" type="CT_ExternalReferences" minOccurs="0"
4108
+ maxOccurs="1"/>
4109
+ <xsd:element name="definedNames" type="CT_DefinedNames" minOccurs="0" maxOccurs="1"/>
4110
+ <xsd:element name="calcPr" type="CT_CalcPr" minOccurs="0" maxOccurs="1"/>
4111
+ <xsd:element name="oleSize" type="CT_OleSize" minOccurs="0" maxOccurs="1"/>
4112
+ <xsd:element name="customWorkbookViews" type="CT_CustomWorkbookViews" minOccurs="0"
4113
+ maxOccurs="1"/>
4114
+ <xsd:element name="pivotCaches" type="CT_PivotCaches" minOccurs="0" maxOccurs="1"/>
4115
+ <xsd:element name="smartTagPr" type="CT_SmartTagPr" minOccurs="0" maxOccurs="1"/>
4116
+ <xsd:element name="smartTagTypes" type="CT_SmartTagTypes" minOccurs="0" maxOccurs="1"/>
4117
+ <xsd:element name="webPublishing" type="CT_WebPublishing" minOccurs="0" maxOccurs="1"/>
4118
+ <xsd:element name="fileRecoveryPr" type="CT_FileRecoveryPr" minOccurs="0"
4119
+ maxOccurs="unbounded"/>
4120
+ <xsd:element name="webPublishObjects" type="CT_WebPublishObjects" minOccurs="0" maxOccurs="1"/>
4121
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4122
+ </xsd:sequence>
4123
+ <xsd:attribute name="conformance" type="s:ST_ConformanceClass"/>
4124
+ </xsd:complexType>
4125
+ <xsd:complexType name="CT_FileVersion">
4126
+ <xsd:attribute name="appName" type="xsd:string" use="optional"/>
4127
+ <xsd:attribute name="lastEdited" type="xsd:string" use="optional"/>
4128
+ <xsd:attribute name="lowestEdited" type="xsd:string" use="optional"/>
4129
+ <xsd:attribute name="rupBuild" type="xsd:string" use="optional"/>
4130
+ <xsd:attribute name="codeName" type="s:ST_Guid" use="optional"/>
4131
+ </xsd:complexType>
4132
+ <xsd:complexType name="CT_BookViews">
4133
+ <xsd:sequence>
4134
+ <xsd:element name="workbookView" type="CT_BookView" minOccurs="1" maxOccurs="unbounded"/>
4135
+ </xsd:sequence>
4136
+ </xsd:complexType>
4137
+ <xsd:complexType name="CT_BookView">
4138
+ <xsd:sequence>
4139
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4140
+ </xsd:sequence>
4141
+ <xsd:attribute name="visibility" type="ST_Visibility" use="optional" default="visible"/>
4142
+ <xsd:attribute name="minimized" type="xsd:boolean" use="optional" default="false"/>
4143
+ <xsd:attribute name="showHorizontalScroll" type="xsd:boolean" use="optional" default="true"/>
4144
+ <xsd:attribute name="showVerticalScroll" type="xsd:boolean" use="optional" default="true"/>
4145
+ <xsd:attribute name="showSheetTabs" type="xsd:boolean" use="optional" default="true"/>
4146
+ <xsd:attribute name="xWindow" type="xsd:int" use="optional"/>
4147
+ <xsd:attribute name="yWindow" type="xsd:int" use="optional"/>
4148
+ <xsd:attribute name="windowWidth" type="xsd:unsignedInt" use="optional"/>
4149
+ <xsd:attribute name="windowHeight" type="xsd:unsignedInt" use="optional"/>
4150
+ <xsd:attribute name="tabRatio" type="xsd:unsignedInt" use="optional" default="600"/>
4151
+ <xsd:attribute name="firstSheet" type="xsd:unsignedInt" use="optional" default="0"/>
4152
+ <xsd:attribute name="activeTab" type="xsd:unsignedInt" use="optional" default="0"/>
4153
+ <xsd:attribute name="autoFilterDateGrouping" type="xsd:boolean" use="optional" default="true"/>
4154
+ </xsd:complexType>
4155
+ <xsd:simpleType name="ST_Visibility">
4156
+ <xsd:restriction base="xsd:string">
4157
+ <xsd:enumeration value="visible"/>
4158
+ <xsd:enumeration value="hidden"/>
4159
+ <xsd:enumeration value="veryHidden"/>
4160
+ </xsd:restriction>
4161
+ </xsd:simpleType>
4162
+ <xsd:complexType name="CT_CustomWorkbookViews">
4163
+ <xsd:sequence>
4164
+ <xsd:element name="customWorkbookView" minOccurs="1" maxOccurs="unbounded"
4165
+ type="CT_CustomWorkbookView"/>
4166
+ </xsd:sequence>
4167
+ </xsd:complexType>
4168
+ <xsd:complexType name="CT_CustomWorkbookView">
4169
+ <xsd:sequence>
4170
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
4171
+ </xsd:sequence>
4172
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4173
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
4174
+ <xsd:attribute name="autoUpdate" type="xsd:boolean" use="optional" default="false"/>
4175
+ <xsd:attribute name="mergeInterval" type="xsd:unsignedInt" use="optional"/>
4176
+ <xsd:attribute name="changesSavedWin" type="xsd:boolean" use="optional" default="false"/>
4177
+ <xsd:attribute name="onlySync" type="xsd:boolean" use="optional" default="false"/>
4178
+ <xsd:attribute name="personalView" type="xsd:boolean" use="optional" default="false"/>
4179
+ <xsd:attribute name="includePrintSettings" type="xsd:boolean" use="optional" default="true"/>
4180
+ <xsd:attribute name="includeHiddenRowCol" type="xsd:boolean" use="optional" default="true"/>
4181
+ <xsd:attribute name="maximized" type="xsd:boolean" use="optional" default="false"/>
4182
+ <xsd:attribute name="minimized" type="xsd:boolean" use="optional" default="false"/>
4183
+ <xsd:attribute name="showHorizontalScroll" type="xsd:boolean" use="optional" default="true"/>
4184
+ <xsd:attribute name="showVerticalScroll" type="xsd:boolean" use="optional" default="true"/>
4185
+ <xsd:attribute name="showSheetTabs" type="xsd:boolean" use="optional" default="true"/>
4186
+ <xsd:attribute name="xWindow" type="xsd:int" use="optional" default="0"/>
4187
+ <xsd:attribute name="yWindow" type="xsd:int" use="optional" default="0"/>
4188
+ <xsd:attribute name="windowWidth" type="xsd:unsignedInt" use="required"/>
4189
+ <xsd:attribute name="windowHeight" type="xsd:unsignedInt" use="required"/>
4190
+ <xsd:attribute name="tabRatio" type="xsd:unsignedInt" use="optional" default="600"/>
4191
+ <xsd:attribute name="activeSheetId" type="xsd:unsignedInt" use="required"/>
4192
+ <xsd:attribute name="showFormulaBar" type="xsd:boolean" use="optional" default="true"/>
4193
+ <xsd:attribute name="showStatusbar" type="xsd:boolean" use="optional" default="true"/>
4194
+ <xsd:attribute name="showComments" type="ST_Comments" use="optional" default="commIndicator"/>
4195
+ <xsd:attribute name="showObjects" type="ST_Objects" use="optional" default="all"/>
4196
+ </xsd:complexType>
4197
+ <xsd:simpleType name="ST_Comments">
4198
+ <xsd:restriction base="xsd:string">
4199
+ <xsd:enumeration value="commNone"/>
4200
+ <xsd:enumeration value="commIndicator"/>
4201
+ <xsd:enumeration value="commIndAndComment"/>
4202
+ </xsd:restriction>
4203
+ </xsd:simpleType>
4204
+ <xsd:simpleType name="ST_Objects">
4205
+ <xsd:restriction base="xsd:string">
4206
+ <xsd:enumeration value="all"/>
4207
+ <xsd:enumeration value="placeholders"/>
4208
+ <xsd:enumeration value="none"/>
4209
+ </xsd:restriction>
4210
+ </xsd:simpleType>
4211
+ <xsd:complexType name="CT_Sheets">
4212
+ <xsd:sequence>
4213
+ <xsd:element name="sheet" type="CT_Sheet" minOccurs="1" maxOccurs="unbounded"/>
4214
+ </xsd:sequence>
4215
+ </xsd:complexType>
4216
+ <xsd:complexType name="CT_Sheet">
4217
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4218
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
4219
+ <xsd:attribute name="state" type="ST_SheetState" use="optional" default="visible"/>
4220
+ <xsd:attribute ref="r:id" use="required"/>
4221
+ </xsd:complexType>
4222
+ <xsd:simpleType name="ST_SheetState">
4223
+ <xsd:restriction base="xsd:string">
4224
+ <xsd:enumeration value="visible"/>
4225
+ <xsd:enumeration value="hidden"/>
4226
+ <xsd:enumeration value="veryHidden"/>
4227
+ </xsd:restriction>
4228
+ </xsd:simpleType>
4229
+ <xsd:complexType name="CT_WorkbookPr">
4230
+ <xsd:attribute name="date1904" type="xsd:boolean" use="optional" default="false"/>
4231
+ <xsd:attribute name="showObjects" type="ST_Objects" use="optional" default="all"/>
4232
+ <xsd:attribute name="showBorderUnselectedTables" type="xsd:boolean" use="optional"
4233
+ default="true"/>
4234
+ <xsd:attribute name="filterPrivacy" type="xsd:boolean" use="optional" default="false"/>
4235
+ <xsd:attribute name="promptedSolutions" type="xsd:boolean" use="optional" default="false"/>
4236
+ <xsd:attribute name="showInkAnnotation" type="xsd:boolean" use="optional" default="true"/>
4237
+ <xsd:attribute name="backupFile" type="xsd:boolean" use="optional" default="false"/>
4238
+ <xsd:attribute name="saveExternalLinkValues" type="xsd:boolean" use="optional" default="true"/>
4239
+ <xsd:attribute name="updateLinks" type="ST_UpdateLinks" use="optional" default="userSet"/>
4240
+ <xsd:attribute name="codeName" type="xsd:string" use="optional"/>
4241
+ <xsd:attribute name="hidePivotFieldList" type="xsd:boolean" use="optional" default="false"/>
4242
+ <xsd:attribute name="showPivotChartFilter" type="xsd:boolean" default="false"/>
4243
+ <xsd:attribute name="allowRefreshQuery" type="xsd:boolean" use="optional" default="false"/>
4244
+ <xsd:attribute name="publishItems" type="xsd:boolean" use="optional" default="false"/>
4245
+ <xsd:attribute name="checkCompatibility" type="xsd:boolean" use="optional" default="false"/>
4246
+ <xsd:attribute name="autoCompressPictures" type="xsd:boolean" use="optional" default="true"/>
4247
+ <xsd:attribute name="refreshAllConnections" type="xsd:boolean" use="optional" default="false"/>
4248
+ <xsd:attribute name="defaultThemeVersion" type="xsd:unsignedInt" use="optional"/>
4249
+ </xsd:complexType>
4250
+ <xsd:simpleType name="ST_UpdateLinks">
4251
+ <xsd:restriction base="xsd:string">
4252
+ <xsd:enumeration value="userSet"/>
4253
+ <xsd:enumeration value="never"/>
4254
+ <xsd:enumeration value="always"/>
4255
+ </xsd:restriction>
4256
+ </xsd:simpleType>
4257
+ <xsd:complexType name="CT_SmartTagPr">
4258
+ <xsd:attribute name="embed" type="xsd:boolean" use="optional" default="false"/>
4259
+ <xsd:attribute name="show" type="ST_SmartTagShow" use="optional" default="all"/>
4260
+ </xsd:complexType>
4261
+ <xsd:simpleType name="ST_SmartTagShow">
4262
+ <xsd:restriction base="xsd:string">
4263
+ <xsd:enumeration value="all"/>
4264
+ <xsd:enumeration value="none"/>
4265
+ <xsd:enumeration value="noIndicator"/>
4266
+ </xsd:restriction>
4267
+ </xsd:simpleType>
4268
+ <xsd:complexType name="CT_SmartTagTypes">
4269
+ <xsd:sequence>
4270
+ <xsd:element name="smartTagType" type="CT_SmartTagType" minOccurs="0" maxOccurs="unbounded"/>
4271
+ </xsd:sequence>
4272
+ </xsd:complexType>
4273
+ <xsd:complexType name="CT_SmartTagType">
4274
+ <xsd:attribute name="namespaceUri" type="s:ST_Xstring" use="optional"/>
4275
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
4276
+ <xsd:attribute name="url" type="s:ST_Xstring" use="optional"/>
4277
+ </xsd:complexType>
4278
+ <xsd:complexType name="CT_FileRecoveryPr">
4279
+ <xsd:attribute name="autoRecover" type="xsd:boolean" use="optional" default="true"/>
4280
+ <xsd:attribute name="crashSave" type="xsd:boolean" use="optional" default="false"/>
4281
+ <xsd:attribute name="dataExtractLoad" type="xsd:boolean" use="optional" default="false"/>
4282
+ <xsd:attribute name="repairLoad" type="xsd:boolean" use="optional" default="false"/>
4283
+ </xsd:complexType>
4284
+ <xsd:complexType name="CT_CalcPr">
4285
+ <xsd:attribute name="calcId" type="xsd:unsignedInt"/>
4286
+ <xsd:attribute name="calcMode" type="ST_CalcMode" use="optional" default="auto"/>
4287
+ <xsd:attribute name="fullCalcOnLoad" type="xsd:boolean" use="optional" default="false"/>
4288
+ <xsd:attribute name="refMode" type="ST_RefMode" use="optional" default="A1"/>
4289
+ <xsd:attribute name="iterate" type="xsd:boolean" use="optional" default="false"/>
4290
+ <xsd:attribute name="iterateCount" type="xsd:unsignedInt" use="optional" default="100"/>
4291
+ <xsd:attribute name="iterateDelta" type="xsd:double" use="optional" default="0.001"/>
4292
+ <xsd:attribute name="fullPrecision" type="xsd:boolean" use="optional" default="true"/>
4293
+ <xsd:attribute name="calcCompleted" type="xsd:boolean" use="optional" default="true"/>
4294
+ <xsd:attribute name="calcOnSave" type="xsd:boolean" use="optional" default="true"/>
4295
+ <xsd:attribute name="concurrentCalc" type="xsd:boolean" use="optional" default="true"/>
4296
+ <xsd:attribute name="concurrentManualCount" type="xsd:unsignedInt" use="optional"/>
4297
+ <xsd:attribute name="forceFullCalc" type="xsd:boolean" use="optional"/>
4298
+ </xsd:complexType>
4299
+ <xsd:simpleType name="ST_CalcMode">
4300
+ <xsd:restriction base="xsd:string">
4301
+ <xsd:enumeration value="manual"/>
4302
+ <xsd:enumeration value="auto"/>
4303
+ <xsd:enumeration value="autoNoTable"/>
4304
+ </xsd:restriction>
4305
+ </xsd:simpleType>
4306
+ <xsd:simpleType name="ST_RefMode">
4307
+ <xsd:restriction base="xsd:string">
4308
+ <xsd:enumeration value="A1"/>
4309
+ <xsd:enumeration value="R1C1"/>
4310
+ </xsd:restriction>
4311
+ </xsd:simpleType>
4312
+ <xsd:complexType name="CT_DefinedNames">
4313
+ <xsd:sequence>
4314
+ <xsd:element name="definedName" type="CT_DefinedName" minOccurs="0" maxOccurs="unbounded"/>
4315
+ </xsd:sequence>
4316
+ </xsd:complexType>
4317
+ <xsd:complexType name="CT_DefinedName">
4318
+ <xsd:simpleContent>
4319
+ <xsd:extension base="ST_Formula">
4320
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4321
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
4322
+ <xsd:attribute name="customMenu" type="s:ST_Xstring" use="optional"/>
4323
+ <xsd:attribute name="description" type="s:ST_Xstring" use="optional"/>
4324
+ <xsd:attribute name="help" type="s:ST_Xstring" use="optional"/>
4325
+ <xsd:attribute name="statusBar" type="s:ST_Xstring" use="optional"/>
4326
+ <xsd:attribute name="localSheetId" type="xsd:unsignedInt" use="optional"/>
4327
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
4328
+ <xsd:attribute name="function" type="xsd:boolean" use="optional" default="false"/>
4329
+ <xsd:attribute name="vbProcedure" type="xsd:boolean" use="optional" default="false"/>
4330
+ <xsd:attribute name="xlm" type="xsd:boolean" use="optional" default="false"/>
4331
+ <xsd:attribute name="functionGroupId" type="xsd:unsignedInt" use="optional"/>
4332
+ <xsd:attribute name="shortcutKey" type="s:ST_Xstring" use="optional"/>
4333
+ <xsd:attribute name="publishToServer" type="xsd:boolean" use="optional" default="false"/>
4334
+ <xsd:attribute name="workbookParameter" type="xsd:boolean" use="optional" default="false"/>
4335
+ </xsd:extension>
4336
+ </xsd:simpleContent>
4337
+ </xsd:complexType>
4338
+ <xsd:complexType name="CT_ExternalReferences">
4339
+ <xsd:sequence>
4340
+ <xsd:element name="externalReference" type="CT_ExternalReference" minOccurs="1"
4341
+ maxOccurs="unbounded"/>
4342
+ </xsd:sequence>
4343
+ </xsd:complexType>
4344
+ <xsd:complexType name="CT_ExternalReference">
4345
+ <xsd:attribute ref="r:id" use="required"/>
4346
+ </xsd:complexType>
4347
+ <xsd:complexType name="CT_SheetBackgroundPicture">
4348
+ <xsd:attribute ref="r:id" use="required"/>
4349
+ </xsd:complexType>
4350
+ <xsd:complexType name="CT_PivotCaches">
4351
+ <xsd:sequence>
4352
+ <xsd:element name="pivotCache" type="CT_PivotCache" minOccurs="1" maxOccurs="unbounded"/>
4353
+ </xsd:sequence>
4354
+ </xsd:complexType>
4355
+ <xsd:complexType name="CT_PivotCache">
4356
+ <xsd:attribute name="cacheId" type="xsd:unsignedInt" use="required"/>
4357
+ <xsd:attribute ref="r:id" use="required"/>
4358
+ </xsd:complexType>
4359
+ <xsd:complexType name="CT_FileSharing">
4360
+ <xsd:attribute name="readOnlyRecommended" type="xsd:boolean" use="optional" default="false"/>
4361
+ <xsd:attribute name="userName" type="s:ST_Xstring"/>
4362
+ <xsd:attribute name="reservationPassword" type="ST_UnsignedShortHex"/>
4363
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
4364
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
4365
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
4366
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
4367
+ </xsd:complexType>
4368
+ <xsd:complexType name="CT_OleSize">
4369
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
4370
+ </xsd:complexType>
4371
+ <xsd:complexType name="CT_WorkbookProtection">
4372
+ <xsd:attribute name="workbookPassword" type="ST_UnsignedShortHex" use="optional"/>
4373
+ <xsd:attribute name="workbookPasswordCharacterSet" type="xsd:string" use="optional"/>
4374
+ <xsd:attribute name="revisionsPassword" type="ST_UnsignedShortHex" use="optional"/>
4375
+ <xsd:attribute name="revisionsPasswordCharacterSet" type="xsd:string" use="optional"/>
4376
+ <xsd:attribute name="lockStructure" type="xsd:boolean" use="optional" default="false"/>
4377
+ <xsd:attribute name="lockWindows" type="xsd:boolean" use="optional" default="false"/>
4378
+ <xsd:attribute name="lockRevision" type="xsd:boolean" use="optional" default="false"/>
4379
+ <xsd:attribute name="revisionsAlgorithmName" type="s:ST_Xstring" use="optional"/>
4380
+ <xsd:attribute name="revisionsHashValue" type="xsd:base64Binary" use="optional"/>
4381
+ <xsd:attribute name="revisionsSaltValue" type="xsd:base64Binary" use="optional"/>
4382
+ <xsd:attribute name="revisionsSpinCount" type="xsd:unsignedInt" use="optional"/>
4383
+ <xsd:attribute name="workbookAlgorithmName" type="s:ST_Xstring" use="optional"/>
4384
+ <xsd:attribute name="workbookHashValue" type="xsd:base64Binary" use="optional"/>
4385
+ <xsd:attribute name="workbookSaltValue" type="xsd:base64Binary" use="optional"/>
4386
+ <xsd:attribute name="workbookSpinCount" type="xsd:unsignedInt" use="optional"/>
4387
+ </xsd:complexType>
4388
+ <xsd:complexType name="CT_WebPublishing">
4389
+ <xsd:attribute name="css" type="xsd:boolean" use="optional" default="true"/>
4390
+ <xsd:attribute name="thicket" type="xsd:boolean" use="optional" default="true"/>
4391
+ <xsd:attribute name="longFileNames" type="xsd:boolean" use="optional" default="true"/>
4392
+ <xsd:attribute name="vml" type="xsd:boolean" use="optional" default="false"/>
4393
+ <xsd:attribute name="allowPng" type="xsd:boolean" use="optional" default="false"/>
4394
+ <xsd:attribute name="targetScreenSize" type="ST_TargetScreenSize" use="optional"
4395
+ default="800x600"/>
4396
+ <xsd:attribute name="dpi" type="xsd:unsignedInt" use="optional" default="96"/>
4397
+ <xsd:attribute name="codePage" type="xsd:unsignedInt" use="optional"/>
4398
+ <xsd:attribute name="characterSet" type="xsd:string" use="optional"/>
4399
+ </xsd:complexType>
4400
+ <xsd:simpleType name="ST_TargetScreenSize">
4401
+ <xsd:restriction base="xsd:string">
4402
+ <xsd:enumeration value="544x376"/>
4403
+ <xsd:enumeration value="640x480"/>
4404
+ <xsd:enumeration value="720x512"/>
4405
+ <xsd:enumeration value="800x600"/>
4406
+ <xsd:enumeration value="1024x768"/>
4407
+ <xsd:enumeration value="1152x882"/>
4408
+ <xsd:enumeration value="1152x900"/>
4409
+ <xsd:enumeration value="1280x1024"/>
4410
+ <xsd:enumeration value="1600x1200"/>
4411
+ <xsd:enumeration value="1800x1440"/>
4412
+ <xsd:enumeration value="1920x1200"/>
4413
+ </xsd:restriction>
4414
+ </xsd:simpleType>
4415
+ <xsd:complexType name="CT_FunctionGroups">
4416
+ <xsd:sequence maxOccurs="unbounded">
4417
+ <xsd:element name="functionGroup" type="CT_FunctionGroup" minOccurs="0"/>
4418
+ </xsd:sequence>
4419
+ <xsd:attribute name="builtInGroupCount" type="xsd:unsignedInt" default="16" use="optional"/>
4420
+ </xsd:complexType>
4421
+ <xsd:complexType name="CT_FunctionGroup">
4422
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
4423
+ </xsd:complexType>
4424
+ <xsd:complexType name="CT_WebPublishObjects">
4425
+ <xsd:sequence>
4426
+ <xsd:element name="webPublishObject" type="CT_WebPublishObject" minOccurs="1"
4427
+ maxOccurs="unbounded"/>
4428
+ </xsd:sequence>
4429
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
4430
+ </xsd:complexType>
4431
+ <xsd:complexType name="CT_WebPublishObject">
4432
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
4433
+ <xsd:attribute name="divId" type="s:ST_Xstring" use="required"/>
4434
+ <xsd:attribute name="sourceObject" type="s:ST_Xstring" use="optional"/>
4435
+ <xsd:attribute name="destinationFile" type="s:ST_Xstring" use="required"/>
4436
+ <xsd:attribute name="title" type="s:ST_Xstring" use="optional"/>
4437
+ <xsd:attribute name="autoRepublish" type="xsd:boolean" use="optional" default="false"/>
4438
+ </xsd:complexType>
4439
+ </xsd:schema>