winter-super-cli 2026.5.26 → 2026.5.28

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 (1221) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +601 -47
  3. package/bin/winter.js +8 -1
  4. package/package.json +13 -2
  5. package/src/agent/swe-agent.js +169 -0
  6. package/src/ai/model-capabilities.js +185 -0
  7. package/src/ai/prompts/success-criteria.js +210 -0
  8. package/src/ai/prompts/system-prompt.js +201 -0
  9. package/src/ai/prompts/task-classifier.js +125 -0
  10. package/src/ai/prompts/tool-templates.js +116 -0
  11. package/src/ai/providers.js +247 -23
  12. package/src/ai/reasoning.js +266 -0
  13. package/src/cache/contextreuse.js +159 -0
  14. package/src/cache/embeddings.js +185 -0
  15. package/src/cache/similarity.js +175 -0
  16. package/src/cli/commands.js +253 -4
  17. package/src/cli/config.js +163 -7
  18. package/src/cli/context-loader.js +277 -0
  19. package/src/cli/conversation-format.js +253 -0
  20. package/src/cli/markdown-format.js +143 -0
  21. package/src/cli/prompt-builder.js +189 -0
  22. package/src/cli/repl-commands.js +345 -0
  23. package/src/cli/repl.js +507 -847
  24. package/src/cli/secret-env.js +69 -0
  25. package/src/cli/slash-commands.js +50 -0
  26. package/src/cli/spinner.js +32 -0
  27. package/src/cli/terminal-ui.js +34 -1
  28. package/src/context/compress.js +71 -0
  29. package/src/context/priority.js +115 -0
  30. package/src/context/resource-loader.js +136 -0
  31. package/src/context/router.js +93 -0
  32. package/src/context/selector.js +145 -0
  33. package/src/context/summarizer.js +146 -0
  34. package/src/mcp/client.js +146 -0
  35. package/src/mcp/completions.js +246 -0
  36. package/src/mcp/diagnostics.js +169 -0
  37. package/src/mcp/ide-server.js +195 -0
  38. package/src/mcp/protocol.js +42 -0
  39. package/src/session/manager.js +47 -1
  40. package/src/tools/agent.js +69 -0
  41. package/src/tools/analytics.js +160 -0
  42. package/src/tools/executor.js +597 -28
  43. package/src/tools/fallback.js +123 -0
  44. package/src/tools/insert-text.js +93 -0
  45. package/src/tools/interactive.js +122 -0
  46. package/src/tools/notebook.js +136 -0
  47. package/src/tools/optimizer.js +141 -0
  48. package/src/tools/parallel.js +159 -0
  49. package/src/tools/permission.js +86 -0
  50. package/src/tools/retry.js +88 -0
  51. package/src/tools/scheduler.js +160 -0
  52. package/src/tools/str-replace-all.js +61 -0
  53. package/src/tools/todo.js +98 -0
  54. package/src/tools/web-archive.js +212 -0
  55. package/CLAUDE.md +0 -118
  56. package/memories/readme.md +0 -35
  57. package/resources/local/agents.md/AGENTS.md +0 -43
  58. package/resources/local/agents.md/LICENSE +0 -21
  59. package/resources/local/agents.md/README.md +0 -49
  60. package/resources/local/agents.md/components/AboutSection.tsx +0 -37
  61. package/resources/local/agents.md/components/CodeExample.tsx +0 -207
  62. package/resources/local/agents.md/components/CompatibilitySection.tsx +0 -378
  63. package/resources/local/agents.md/components/ExampleListSection.tsx +0 -188
  64. package/resources/local/agents.md/components/ExamplesSection.tsx +0 -22
  65. package/resources/local/agents.md/components/FAQSection.tsx +0 -113
  66. package/resources/local/agents.md/components/Footer.tsx +0 -17
  67. package/resources/local/agents.md/components/Hero.tsx +0 -230
  68. package/resources/local/agents.md/components/HowToUseSection.tsx +0 -66
  69. package/resources/local/agents.md/components/Section.tsx +0 -44
  70. package/resources/local/agents.md/components/ThreeCanvas.tsx +0 -240
  71. package/resources/local/agents.md/components/WhySection.tsx +0 -64
  72. package/resources/local/agents.md/components/icons/ClipboardIcon.tsx +0 -27
  73. package/resources/local/agents.md/components/icons/CopyIcon.tsx +0 -15
  74. package/resources/local/agents.md/components/icons/GitHubIcon.tsx +0 -24
  75. package/resources/local/agents.md/components/icons/LinkIcon.tsx +0 -27
  76. package/resources/local/agents.md/components/icons/UserIcon.tsx +0 -27
  77. package/resources/local/agents.md/next.config.ts +0 -8
  78. package/resources/local/agents.md/package.json +0 -27
  79. package/resources/local/agents.md/pages/_app.tsx +0 -24
  80. package/resources/local/agents.md/pages/_document.tsx +0 -24
  81. package/resources/local/agents.md/pages/index.tsx +0 -160
  82. package/resources/local/agents.md/pnpm-lock.yaml +0 -2782
  83. package/resources/local/agents.md/postcss.config.mjs +0 -5
  84. package/resources/local/agents.md/public/favicon-dark.png +0 -0
  85. package/resources/local/agents.md/public/favicon-light.png +0 -0
  86. package/resources/local/agents.md/public/favicon.ico +0 -0
  87. package/resources/local/agents.md/public/logos/aider.svg +0 -16
  88. package/resources/local/agents.md/public/logos/amp.svg +0 -5
  89. package/resources/local/agents.md/public/logos/augment.svg +0 -9
  90. package/resources/local/agents.md/public/logos/codex.svg +0 -3
  91. package/resources/local/agents.md/public/logos/copilot.svg +0 -1
  92. package/resources/local/agents.md/public/logos/cursor.svg +0 -15
  93. package/resources/local/agents.md/public/logos/devin-dark.svg +0 -1
  94. package/resources/local/agents.md/public/logos/devin-light.svg +0 -1
  95. package/resources/local/agents.md/public/logos/factory.svg +0 -3
  96. package/resources/local/agents.md/public/logos/gemini.svg +0 -27
  97. package/resources/local/agents.md/public/logos/goose.svg +0 -12
  98. package/resources/local/agents.md/public/logos/jules.svg +0 -3
  99. package/resources/local/agents.md/public/logos/junie.svg +0 -5
  100. package/resources/local/agents.md/public/logos/kilo-code.svg +0 -43
  101. package/resources/local/agents.md/public/logos/ona-dark.svg +0 -3
  102. package/resources/local/agents.md/public/logos/ona-light.svg +0 -3
  103. package/resources/local/agents.md/public/logos/opencode.svg +0 -40
  104. package/resources/local/agents.md/public/logos/phoenix.svg +0 -44
  105. package/resources/local/agents.md/public/logos/roocode.svg +0 -3
  106. package/resources/local/agents.md/public/logos/semgrep.svg +0 -7
  107. package/resources/local/agents.md/public/logos/uipath.svg +0 -6
  108. package/resources/local/agents.md/public/logos/vscode-dark.svg +0 -19
  109. package/resources/local/agents.md/public/logos/vscode-light.svg +0 -12
  110. package/resources/local/agents.md/public/logos/warp.svg +0 -7
  111. package/resources/local/agents.md/public/logos/windsurf-dark.svg +0 -3
  112. package/resources/local/agents.md/public/logos/windsurf-light.svg +0 -3
  113. package/resources/local/agents.md/public/logos/zed.svg +0 -3
  114. package/resources/local/agents.md/public/og.png +0 -0
  115. package/resources/local/agents.md/styles/globals.css +0 -415
  116. package/resources/local/agents.md/tsconfig.json +0 -34
  117. package/resources/local/awesome-design-md/README.md +0 -197
  118. package/resources/local/awesome-design-md/design-md/airbnb/DESIGN.md +0 -545
  119. package/resources/local/awesome-design-md/design-md/airbnb/README.md +0 -5
  120. package/resources/local/awesome-design-md/design-md/airtable/DESIGN.md +0 -554
  121. package/resources/local/awesome-design-md/design-md/airtable/README.md +0 -5
  122. package/resources/local/awesome-design-md/design-md/apple/DESIGN.md +0 -562
  123. package/resources/local/awesome-design-md/design-md/apple/README.md +0 -5
  124. package/resources/local/awesome-design-md/design-md/binance/DESIGN.md +0 -634
  125. package/resources/local/awesome-design-md/design-md/binance/README.md +0 -5
  126. package/resources/local/awesome-design-md/design-md/bmw/DESIGN.md +0 -544
  127. package/resources/local/awesome-design-md/design-md/bmw/README.md +0 -5
  128. package/resources/local/awesome-design-md/design-md/bmw-m/DESIGN.md +0 -503
  129. package/resources/local/awesome-design-md/design-md/bmw-m/README.md +0 -5
  130. package/resources/local/awesome-design-md/design-md/bugatti/DESIGN.md +0 -454
  131. package/resources/local/awesome-design-md/design-md/bugatti/README.md +0 -5
  132. package/resources/local/awesome-design-md/design-md/cal/DESIGN.md +0 -542
  133. package/resources/local/awesome-design-md/design-md/cal/README.md +0 -5
  134. package/resources/local/awesome-design-md/design-md/claude/DESIGN.md +0 -589
  135. package/resources/local/awesome-design-md/design-md/claude/README.md +0 -5
  136. package/resources/local/awesome-design-md/design-md/clay/DESIGN.md +0 -541
  137. package/resources/local/awesome-design-md/design-md/clay/README.md +0 -5
  138. package/resources/local/awesome-design-md/design-md/clickhouse/DESIGN.md +0 -544
  139. package/resources/local/awesome-design-md/design-md/clickhouse/README.md +0 -5
  140. package/resources/local/awesome-design-md/design-md/cohere/DESIGN.md +0 -451
  141. package/resources/local/awesome-design-md/design-md/cohere/README.md +0 -5
  142. package/resources/local/awesome-design-md/design-md/coinbase/DESIGN.md +0 -570
  143. package/resources/local/awesome-design-md/design-md/coinbase/README.md +0 -5
  144. package/resources/local/awesome-design-md/design-md/composio/DESIGN.md +0 -506
  145. package/resources/local/awesome-design-md/design-md/composio/README.md +0 -5
  146. package/resources/local/awesome-design-md/design-md/cursor/DESIGN.md +0 -537
  147. package/resources/local/awesome-design-md/design-md/cursor/README.md +0 -5
  148. package/resources/local/awesome-design-md/design-md/elevenlabs/DESIGN.md +0 -504
  149. package/resources/local/awesome-design-md/design-md/elevenlabs/README.md +0 -5
  150. package/resources/local/awesome-design-md/design-md/expo/DESIGN.md +0 -526
  151. package/resources/local/awesome-design-md/design-md/expo/README.md +0 -5
  152. package/resources/local/awesome-design-md/design-md/ferrari/DESIGN.md +0 -531
  153. package/resources/local/awesome-design-md/design-md/ferrari/README.md +0 -5
  154. package/resources/local/awesome-design-md/design-md/figma/DESIGN.md +0 -578
  155. package/resources/local/awesome-design-md/design-md/figma/README.md +0 -5
  156. package/resources/local/awesome-design-md/design-md/framer/DESIGN.md +0 -544
  157. package/resources/local/awesome-design-md/design-md/framer/README.md +0 -5
  158. package/resources/local/awesome-design-md/design-md/hashicorp/DESIGN.md +0 -575
  159. package/resources/local/awesome-design-md/design-md/hashicorp/README.md +0 -5
  160. package/resources/local/awesome-design-md/design-md/ibm/DESIGN.md +0 -550
  161. package/resources/local/awesome-design-md/design-md/ibm/README.md +0 -5
  162. package/resources/local/awesome-design-md/design-md/intercom/DESIGN.md +0 -546
  163. package/resources/local/awesome-design-md/design-md/intercom/README.md +0 -5
  164. package/resources/local/awesome-design-md/design-md/kraken/DESIGN.md +0 -125
  165. package/resources/local/awesome-design-md/design-md/kraken/README.md +0 -5
  166. package/resources/local/awesome-design-md/design-md/lamborghini/DESIGN.md +0 -288
  167. package/resources/local/awesome-design-md/design-md/lamborghini/README.md +0 -5
  168. package/resources/local/awesome-design-md/design-md/linear.app/DESIGN.md +0 -548
  169. package/resources/local/awesome-design-md/design-md/linear.app/README.md +0 -5
  170. package/resources/local/awesome-design-md/design-md/lovable/DESIGN.md +0 -298
  171. package/resources/local/awesome-design-md/design-md/lovable/README.md +0 -5
  172. package/resources/local/awesome-design-md/design-md/mastercard/DESIGN.md +0 -365
  173. package/resources/local/awesome-design-md/design-md/mastercard/README.md +0 -5
  174. package/resources/local/awesome-design-md/design-md/meta/DESIGN.md +0 -683
  175. package/resources/local/awesome-design-md/design-md/meta/README.md +0 -5
  176. package/resources/local/awesome-design-md/design-md/minimax/DESIGN.md +0 -746
  177. package/resources/local/awesome-design-md/design-md/minimax/README.md +0 -5
  178. package/resources/local/awesome-design-md/design-md/mintlify/DESIGN.md +0 -852
  179. package/resources/local/awesome-design-md/design-md/mintlify/README.md +0 -5
  180. package/resources/local/awesome-design-md/design-md/miro/DESIGN.md +0 -825
  181. package/resources/local/awesome-design-md/design-md/miro/README.md +0 -5
  182. package/resources/local/awesome-design-md/design-md/mistral.ai/DESIGN.md +0 -773
  183. package/resources/local/awesome-design-md/design-md/mistral.ai/README.md +0 -5
  184. package/resources/local/awesome-design-md/design-md/mongodb/DESIGN.md +0 -767
  185. package/resources/local/awesome-design-md/design-md/mongodb/README.md +0 -5
  186. package/resources/local/awesome-design-md/design-md/nike/DESIGN.md +0 -575
  187. package/resources/local/awesome-design-md/design-md/nike/README.md +0 -5
  188. package/resources/local/awesome-design-md/design-md/notion/DESIGN.md +0 -821
  189. package/resources/local/awesome-design-md/design-md/notion/README.md +0 -5
  190. package/resources/local/awesome-design-md/design-md/nvidia/DESIGN.md +0 -640
  191. package/resources/local/awesome-design-md/design-md/nvidia/README.md +0 -5
  192. package/resources/local/awesome-design-md/design-md/ollama/DESIGN.md +0 -539
  193. package/resources/local/awesome-design-md/design-md/ollama/README.md +0 -5
  194. package/resources/local/awesome-design-md/design-md/opencode.ai/DESIGN.md +0 -521
  195. package/resources/local/awesome-design-md/design-md/opencode.ai/README.md +0 -5
  196. package/resources/local/awesome-design-md/design-md/pinterest/DESIGN.md +0 -597
  197. package/resources/local/awesome-design-md/design-md/pinterest/README.md +0 -5
  198. package/resources/local/awesome-design-md/design-md/playstation/DESIGN.md +0 -661
  199. package/resources/local/awesome-design-md/design-md/playstation/README.md +0 -5
  200. package/resources/local/awesome-design-md/design-md/posthog/DESIGN.md +0 -690
  201. package/resources/local/awesome-design-md/design-md/posthog/README.md +0 -5
  202. package/resources/local/awesome-design-md/design-md/raycast/DESIGN.md +0 -669
  203. package/resources/local/awesome-design-md/design-md/raycast/README.md +0 -5
  204. package/resources/local/awesome-design-md/design-md/renault/DESIGN.md +0 -589
  205. package/resources/local/awesome-design-md/design-md/renault/README.md +0 -5
  206. package/resources/local/awesome-design-md/design-md/replicate/DESIGN.md +0 -616
  207. package/resources/local/awesome-design-md/design-md/replicate/README.md +0 -5
  208. package/resources/local/awesome-design-md/design-md/resend/DESIGN.md +0 -585
  209. package/resources/local/awesome-design-md/design-md/resend/README.md +0 -5
  210. package/resources/local/awesome-design-md/design-md/revolut/DESIGN.md +0 -636
  211. package/resources/local/awesome-design-md/design-md/revolut/README.md +0 -5
  212. package/resources/local/awesome-design-md/design-md/runwayml/DESIGN.md +0 -244
  213. package/resources/local/awesome-design-md/design-md/runwayml/README.md +0 -5
  214. package/resources/local/awesome-design-md/design-md/sanity/DESIGN.md +0 -357
  215. package/resources/local/awesome-design-md/design-md/sanity/README.md +0 -5
  216. package/resources/local/awesome-design-md/design-md/sentry/DESIGN.md +0 -262
  217. package/resources/local/awesome-design-md/design-md/sentry/README.md +0 -5
  218. package/resources/local/awesome-design-md/design-md/shopify/DESIGN.md +0 -350
  219. package/resources/local/awesome-design-md/design-md/shopify/README.md +0 -5
  220. package/resources/local/awesome-design-md/design-md/spacex/DESIGN.md +0 -194
  221. package/resources/local/awesome-design-md/design-md/spacex/README.md +0 -5
  222. package/resources/local/awesome-design-md/design-md/spotify/DESIGN.md +0 -246
  223. package/resources/local/awesome-design-md/design-md/spotify/README.md +0 -5
  224. package/resources/local/awesome-design-md/design-md/starbucks/DESIGN.md +0 -580
  225. package/resources/local/awesome-design-md/design-md/starbucks/README.md +0 -5
  226. package/resources/local/awesome-design-md/design-md/stripe/DESIGN.md +0 -322
  227. package/resources/local/awesome-design-md/design-md/stripe/README.md +0 -5
  228. package/resources/local/awesome-design-md/design-md/supabase/DESIGN.md +0 -255
  229. package/resources/local/awesome-design-md/design-md/supabase/README.md +0 -5
  230. package/resources/local/awesome-design-md/design-md/superhuman/DESIGN.md +0 -252
  231. package/resources/local/awesome-design-md/design-md/superhuman/README.md +0 -5
  232. package/resources/local/awesome-design-md/design-md/tesla/DESIGN.md +0 -286
  233. package/resources/local/awesome-design-md/design-md/tesla/README.md +0 -5
  234. package/resources/local/awesome-design-md/design-md/theverge/DESIGN.md +0 -339
  235. package/resources/local/awesome-design-md/design-md/theverge/README.md +0 -5
  236. package/resources/local/awesome-design-md/design-md/together.ai/DESIGN.md +0 -263
  237. package/resources/local/awesome-design-md/design-md/together.ai/README.md +0 -5
  238. package/resources/local/awesome-design-md/design-md/uber/DESIGN.md +0 -295
  239. package/resources/local/awesome-design-md/design-md/uber/README.md +0 -5
  240. package/resources/local/awesome-design-md/design-md/vercel/DESIGN.md +0 -310
  241. package/resources/local/awesome-design-md/design-md/vercel/README.md +0 -5
  242. package/resources/local/awesome-design-md/design-md/vodafone/DESIGN.md +0 -423
  243. package/resources/local/awesome-design-md/design-md/vodafone/README.md +0 -5
  244. package/resources/local/awesome-design-md/design-md/voltagent/DESIGN.md +0 -323
  245. package/resources/local/awesome-design-md/design-md/voltagent/README.md +0 -5
  246. package/resources/local/awesome-design-md/design-md/warp/DESIGN.md +0 -253
  247. package/resources/local/awesome-design-md/design-md/warp/README.md +0 -5
  248. package/resources/local/awesome-design-md/design-md/webflow/DESIGN.md +0 -92
  249. package/resources/local/awesome-design-md/design-md/webflow/README.md +0 -5
  250. package/resources/local/awesome-design-md/design-md/wired/DESIGN.md +0 -278
  251. package/resources/local/awesome-design-md/design-md/wired/README.md +0 -5
  252. package/resources/local/awesome-design-md/design-md/wise/DESIGN.md +0 -173
  253. package/resources/local/awesome-design-md/design-md/wise/README.md +0 -5
  254. package/resources/local/awesome-design-md/design-md/x.ai/DESIGN.md +0 -257
  255. package/resources/local/awesome-design-md/design-md/x.ai/README.md +0 -5
  256. package/resources/local/awesome-design-md/design-md/zapier/DESIGN.md +0 -328
  257. package/resources/local/awesome-design-md/design-md/zapier/README.md +0 -5
  258. package/resources/local/awesome-design-md/design-md-cli.js +0 -167
  259. package/resources/local/claude/plugins/blocklist.json +0 -17
  260. package/resources/local/claude/plugins/installed_plugins.json +0 -37
  261. package/resources/local/claude/plugins/known_marketplaces.json +0 -18
  262. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/.claude-plugin/marketplace.json +0 -55
  263. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/README.md +0 -94
  264. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/THIRD_PARTY_NOTICES.md +0 -405
  265. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/LICENSE.txt +0 -202
  266. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/SKILL.md +0 -405
  267. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/templates/generator_template.js +0 -223
  268. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/templates/viewer.html +0 -599
  269. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/brand-guidelines/LICENSE.txt +0 -202
  270. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/brand-guidelines/SKILL.md +0 -73
  271. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/LICENSE.txt +0 -202
  272. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/SKILL.md +0 -130
  273. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +0 -93
  274. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  275. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  276. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +0 -93
  277. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  278. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +0 -93
  279. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  280. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  281. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +0 -93
  282. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  283. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  284. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  285. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +0 -93
  286. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  287. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +0 -93
  288. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  289. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +0 -94
  290. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  291. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  292. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +0 -93
  293. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  294. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +0 -93
  295. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  296. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  297. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +0 -93
  298. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  299. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  300. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  301. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  302. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  303. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  304. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  305. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  306. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +0 -93
  307. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  308. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  309. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  310. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +0 -93
  311. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  312. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  313. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +0 -93
  314. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  315. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  316. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  317. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Jura-OFL.txt +0 -93
  318. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +0 -93
  319. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  320. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  321. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  322. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  323. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-OFL.txt +0 -93
  324. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  325. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  326. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +0 -93
  327. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  328. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +0 -93
  329. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  330. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  331. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +0 -93
  332. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  333. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  334. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +0 -93
  335. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +0 -93
  336. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  337. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  338. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +0 -93
  339. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  340. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +0 -93
  341. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  342. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  343. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +0 -93
  344. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  345. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +0 -93
  346. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  347. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  348. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  349. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  350. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +0 -93
  351. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  352. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +0 -93
  353. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  354. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/LICENSE.txt +0 -202
  355. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/SKILL.md +0 -324
  356. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/csharp/claude-api.md +0 -402
  357. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/curl/examples.md +0 -216
  358. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/curl/managed-agents.md +0 -336
  359. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/go/claude-api.md +0 -421
  360. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/go/managed-agents/README.md +0 -561
  361. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/java/claude-api.md +0 -432
  362. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/java/managed-agents/README.md +0 -442
  363. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/php/claude-api.md +0 -375
  364. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/php/managed-agents/README.md +0 -435
  365. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/README.md +0 -420
  366. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/batches.md +0 -185
  367. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/files-api.md +0 -165
  368. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/streaming.md +0 -162
  369. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/tool-use.md +0 -590
  370. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/managed-agents/README.md +0 -332
  371. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/ruby/claude-api.md +0 -113
  372. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/ruby/managed-agents/README.md +0 -389
  373. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/agent-design.md +0 -101
  374. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/error-codes.md +0 -213
  375. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/live-sources.md +0 -132
  376. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-api-reference.md +0 -337
  377. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-client-patterns.md +0 -209
  378. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-core.md +0 -218
  379. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-environments.md +0 -211
  380. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-events.md +0 -189
  381. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-memory.md +0 -197
  382. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-onboarding.md +0 -114
  383. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-overview.md +0 -64
  384. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-tools.md +0 -315
  385. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/model-migration.md +0 -779
  386. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/models.md +0 -121
  387. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/prompt-caching.md +0 -171
  388. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/tool-use-concepts.md +0 -327
  389. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/README.md +0 -333
  390. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/batches.md +0 -106
  391. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/files-api.md +0 -98
  392. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/streaming.md +0 -178
  393. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/tool-use.md +0 -527
  394. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/managed-agents/README.md +0 -359
  395. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/doc-coauthoring/SKILL.md +0 -375
  396. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/LICENSE.txt +0 -30
  397. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/SKILL.md +0 -590
  398. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/__init__.py +0 -1
  399. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/accept_changes.py +0 -135
  400. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/comment.py +0 -318
  401. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/helpers/__init__.py +0 -0
  402. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/helpers/merge_runs.py +0 -199
  403. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/helpers/simplify_redlines.py +0 -197
  404. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/pack.py +0 -159
  405. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  406. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  407. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  408. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  409. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  410. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  411. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  412. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  413. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  414. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  415. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  416. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  417. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  418. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  419. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  420. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  421. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  422. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  423. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  424. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  425. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  426. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  427. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  428. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  429. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  430. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  431. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  432. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  433. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  434. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  435. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  436. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/mce/mc.xsd +0 -75
  437. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -560
  438. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -67
  439. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -14
  440. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -20
  441. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -13
  442. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  443. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -8
  444. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/soffice.py +0 -183
  445. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/unpack.py +0 -132
  446. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validate.py +0 -111
  447. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/__init__.py +0 -15
  448. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/base.py +0 -847
  449. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/docx.py +0 -446
  450. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/pptx.py +0 -275
  451. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/redlining.py +0 -247
  452. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/comments.xml +0 -3
  453. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/commentsExtended.xml +0 -3
  454. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/commentsExtensible.xml +0 -3
  455. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/commentsIds.xml +0 -3
  456. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/people.xml +0 -3
  457. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/frontend-design/LICENSE.txt +0 -177
  458. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/frontend-design/SKILL.md +0 -42
  459. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/LICENSE.txt +0 -202
  460. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/SKILL.md +0 -32
  461. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/3p-updates.md +0 -47
  462. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/company-newsletter.md +0 -65
  463. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/faq-answers.md +0 -30
  464. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/general-comms.md +0 -16
  465. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/LICENSE.txt +0 -202
  466. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/SKILL.md +0 -236
  467. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/evaluation.md +0 -602
  468. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/mcp_best_practices.md +0 -249
  469. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/node_mcp_server.md +0 -970
  470. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/python_mcp_server.md +0 -719
  471. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/connections.py +0 -151
  472. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/evaluation.py +0 -373
  473. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/example_evaluation.xml +0 -22
  474. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/requirements.txt +0 -2
  475. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/LICENSE.txt +0 -30
  476. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/SKILL.md +0 -314
  477. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/forms.md +0 -294
  478. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/reference.md +0 -612
  479. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/check_bounding_boxes.py +0 -65
  480. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/check_fillable_fields.py +0 -11
  481. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/convert_pdf_to_images.py +0 -33
  482. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/create_validation_image.py +0 -37
  483. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/extract_form_field_info.py +0 -122
  484. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/extract_form_structure.py +0 -115
  485. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/fill_fillable_fields.py +0 -98
  486. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/fill_pdf_form_with_annotations.py +0 -107
  487. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/LICENSE.txt +0 -30
  488. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/SKILL.md +0 -232
  489. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/editing.md +0 -205
  490. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/pptxgenjs.md +0 -420
  491. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/__init__.py +0 -0
  492. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/add_slide.py +0 -195
  493. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/clean.py +0 -286
  494. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/helpers/__init__.py +0 -0
  495. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/helpers/merge_runs.py +0 -199
  496. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/helpers/simplify_redlines.py +0 -197
  497. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/pack.py +0 -159
  498. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  499. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  500. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  501. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  502. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  503. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  504. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  505. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  506. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  507. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  508. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  509. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  510. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  511. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  512. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  513. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  514. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  515. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  516. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  517. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  518. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  519. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  520. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  521. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  522. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  523. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  524. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  525. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  526. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  527. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  528. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  529. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/mce/mc.xsd +0 -75
  530. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -560
  531. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -67
  532. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -14
  533. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -20
  534. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -13
  535. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  536. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -8
  537. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/soffice.py +0 -183
  538. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/unpack.py +0 -132
  539. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validate.py +0 -111
  540. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/__init__.py +0 -15
  541. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/base.py +0 -847
  542. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/docx.py +0 -446
  543. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/pptx.py +0 -275
  544. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/redlining.py +0 -247
  545. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/thumbnail.py +0 -289
  546. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/LICENSE.txt +0 -202
  547. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/SKILL.md +0 -485
  548. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/agents/analyzer.md +0 -274
  549. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/agents/comparator.md +0 -202
  550. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/agents/grader.md +0 -223
  551. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/assets/eval_review.html +0 -146
  552. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  553. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  554. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/references/schemas.md +0 -430
  555. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/__init__.py +0 -0
  556. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  557. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/generate_report.py +0 -326
  558. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/improve_description.py +0 -247
  559. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/package_skill.py +0 -136
  560. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/quick_validate.py +0 -103
  561. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/run_eval.py +0 -310
  562. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/run_loop.py +0 -328
  563. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/utils.py +0 -47
  564. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/LICENSE.txt +0 -202
  565. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/SKILL.md +0 -254
  566. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/easing.py +0 -234
  567. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/frame_composer.py +0 -176
  568. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/gif_builder.py +0 -269
  569. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/validators.py +0 -136
  570. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/requirements.txt +0 -4
  571. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/LICENSE.txt +0 -202
  572. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/SKILL.md +0 -59
  573. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/theme-showcase.pdf +0 -0
  574. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/arctic-frost.md +0 -19
  575. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/botanical-garden.md +0 -19
  576. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/desert-rose.md +0 -19
  577. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/forest-canopy.md +0 -19
  578. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/golden-hour.md +0 -19
  579. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/midnight-galaxy.md +0 -19
  580. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/modern-minimalist.md +0 -19
  581. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/ocean-depths.md +0 -19
  582. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/sunset-boulevard.md +0 -19
  583. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/tech-innovation.md +0 -19
  584. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/LICENSE.txt +0 -202
  585. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/SKILL.md +0 -74
  586. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/scripts/bundle-artifact.sh +0 -54
  587. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/scripts/init-artifact.sh +0 -322
  588. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  589. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/LICENSE.txt +0 -202
  590. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/SKILL.md +0 -96
  591. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/examples/console_logging.py +0 -35
  592. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/examples/element_discovery.py +0 -40
  593. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/examples/static_html_automation.py +0 -33
  594. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/scripts/with_server.py +0 -106
  595. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/LICENSE.txt +0 -30
  596. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/SKILL.md +0 -292
  597. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
  598. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/helpers/merge_runs.py +0 -199
  599. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/helpers/simplify_redlines.py +0 -197
  600. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/pack.py +0 -159
  601. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  602. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  603. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  604. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  605. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  606. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  607. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  608. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  609. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  610. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  611. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  612. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  613. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  614. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  615. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  616. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  617. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  618. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  619. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  620. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  621. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  622. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  623. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  624. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  625. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  626. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  627. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  628. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  629. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  630. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  631. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  632. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/mce/mc.xsd +0 -75
  633. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -560
  634. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -67
  635. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -14
  636. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -20
  637. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -13
  638. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  639. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -8
  640. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/soffice.py +0 -183
  641. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/unpack.py +0 -132
  642. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validate.py +0 -111
  643. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/__init__.py +0 -15
  644. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/base.py +0 -847
  645. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/docx.py +0 -446
  646. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/pptx.py +0 -275
  647. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/redlining.py +0 -247
  648. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/recalc.py +0 -184
  649. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/spec/agent-skills-spec.md +0 -3
  650. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/template/SKILL.md +0 -6
  651. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/.claude-plugin/marketplace.json +0 -1724
  652. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/.gcs-sha +0 -1
  653. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/README.md +0 -51
  654. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/asana/.claude-plugin/plugin.json +0 -7
  655. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/asana/.mcp.json +0 -6
  656. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/context7/.claude-plugin/plugin.json +0 -7
  657. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/context7/.mcp.json +0 -6
  658. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/.claude-plugin/plugin.json +0 -11
  659. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/.mcp.json +0 -8
  660. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/ACCESS.md +0 -143
  661. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/LICENSE +0 -202
  662. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/README.md +0 -112
  663. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/bun.lock +0 -244
  664. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/package.json +0 -14
  665. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/server.ts +0 -900
  666. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/access/SKILL.md +0 -137
  667. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/configure/SKILL.md +0 -99
  668. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/.claude-plugin/plugin.json +0 -13
  669. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/.mcp.json +0 -8
  670. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/LICENSE +0 -202
  671. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/README.md +0 -47
  672. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/bun.lock +0 -206
  673. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/package.json +0 -16
  674. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/server.ts +0 -295
  675. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/firebase/.claude-plugin/plugin.json +0 -7
  676. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/firebase/.mcp.json +0 -6
  677. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/github/.claude-plugin/plugin.json +0 -7
  678. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/github/.mcp.json +0 -9
  679. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/gitlab/.claude-plugin/plugin.json +0 -7
  680. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/gitlab/.mcp.json +0 -6
  681. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/greptile/.claude-plugin/plugin.json +0 -10
  682. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/greptile/.mcp.json +0 -9
  683. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/greptile/README.md +0 -57
  684. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/.claude-plugin/plugin.json +0 -11
  685. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/.mcp.json +0 -8
  686. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/ACCESS.md +0 -142
  687. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/LICENSE +0 -202
  688. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/README.md +0 -84
  689. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/bun.lock +0 -207
  690. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/package.json +0 -17
  691. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/server.ts +0 -875
  692. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/skills/access/SKILL.md +0 -140
  693. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/skills/configure/SKILL.md +0 -82
  694. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/laravel-boost/.claude-plugin/plugin.json +0 -7
  695. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/laravel-boost/.mcp.json +0 -6
  696. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/linear/.claude-plugin/plugin.json +0 -7
  697. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/linear/.mcp.json +0 -6
  698. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/playwright/.claude-plugin/plugin.json +0 -7
  699. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/playwright/.mcp.json +0 -6
  700. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/serena/.claude-plugin/plugin.json +0 -7
  701. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/serena/.mcp.json +0 -6
  702. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/.claude-plugin/plugin.json +0 -11
  703. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/.mcp.json +0 -8
  704. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/ACCESS.md +0 -147
  705. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/LICENSE +0 -202
  706. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/README.md +0 -99
  707. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/bun.lock +0 -212
  708. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/package.json +0 -14
  709. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/server.ts +0 -1032
  710. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/skills/access/SKILL.md +0 -136
  711. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/skills/configure/SKILL.md +0 -96
  712. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/terraform/.claude-plugin/plugin.json +0 -7
  713. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/terraform/.mcp.json +0 -12
  714. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/.claude-plugin/plugin.json +0 -8
  715. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/LICENSE +0 -202
  716. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/README.md +0 -208
  717. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-py.md +0 -140
  718. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-ts.md +0 -145
  719. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/commands/new-sdk-app.md +0 -176
  720. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/clangd-lsp/LICENSE +0 -202
  721. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/clangd-lsp/README.md +0 -36
  722. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/.claude-plugin/plugin.json +0 -9
  723. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/LICENSE +0 -202
  724. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/README.md +0 -29
  725. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/automation-recommender-example.png +0 -0
  726. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +0 -288
  727. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +0 -226
  728. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +0 -263
  729. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +0 -98
  730. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +0 -408
  731. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +0 -181
  732. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/.claude-plugin/plugin.json +0 -9
  733. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/LICENSE +0 -202
  734. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/README.md +0 -40
  735. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/claude-md-improver-example.png +0 -0
  736. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/commands/revise-claude-md.md +0 -54
  737. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/revise-claude-md-example.png +0 -0
  738. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +0 -179
  739. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +0 -109
  740. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +0 -253
  741. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +0 -150
  742. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/.claude-plugin/plugin.json +0 -9
  743. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/LICENSE +0 -202
  744. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/README.md +0 -246
  745. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/commands/code-review.md +0 -92
  746. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-simplifier/.claude-plugin/plugin.json +0 -9
  747. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-simplifier/LICENSE +0 -202
  748. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-simplifier/agents/code-simplifier.md +0 -52
  749. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/.claude-plugin/plugin.json +0 -9
  750. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/LICENSE +0 -202
  751. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/README.md +0 -225
  752. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/commands/clean_gone.md +0 -53
  753. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/commands/commit-push-pr.md +0 -20
  754. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/commands/commit.md +0 -17
  755. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/csharp-lsp/LICENSE +0 -202
  756. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/csharp-lsp/README.md +0 -25
  757. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json +0 -8
  758. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/.mcp.json +0 -6
  759. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/LICENSE +0 -202
  760. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/README.md +0 -69
  761. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/commands/example-command.md +0 -39
  762. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-command/SKILL.md +0 -39
  763. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-skill/SKILL.md +0 -84
  764. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/.claude-plugin/plugin.json +0 -9
  765. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/LICENSE +0 -202
  766. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/README.md +0 -72
  767. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/hooks/hooks.json +0 -15
  768. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/hooks-handlers/session-start.sh +0 -15
  769. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/.claude-plugin/plugin.json +0 -8
  770. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/LICENSE +0 -202
  771. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/README.md +0 -412
  772. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/agents/code-architect.md +0 -34
  773. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/agents/code-explorer.md +0 -51
  774. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/agents/code-reviewer.md +0 -46
  775. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/commands/feature-dev.md +0 -125
  776. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/.claude-plugin/plugin.json +0 -8
  777. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/LICENSE +0 -202
  778. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/README.md +0 -31
  779. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/skills/frontend-design/SKILL.md +0 -42
  780. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/gopls-lsp/LICENSE +0 -202
  781. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/gopls-lsp/README.md +0 -20
  782. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/.claude-plugin/plugin.json +0 -8
  783. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/LICENSE +0 -202
  784. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/README.md +0 -340
  785. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/agents/conversation-analyzer.md +0 -176
  786. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/configure.md +0 -128
  787. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/help.md +0 -175
  788. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/hookify.md +0 -231
  789. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/list.md +0 -82
  790. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/core/__init__.py +0 -0
  791. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/core/config_loader.py +0 -297
  792. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/core/rule_engine.py +0 -313
  793. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/console-log-warning.local.md +0 -14
  794. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/dangerous-rm.local.md +0 -14
  795. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/require-tests-stop.local.md +0 -22
  796. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/sensitive-files-warning.local.md +0 -18
  797. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/__init__.py +0 -0
  798. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/hooks.json +0 -49
  799. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/posttooluse.py +0 -62
  800. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/pretooluse.py +0 -66
  801. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/stop.py +0 -55
  802. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/userpromptsubmit.py +0 -54
  803. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/matchers/__init__.py +0 -0
  804. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/skills/writing-rules/SKILL.md +0 -374
  805. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/utils/__init__.py +0 -0
  806. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/jdtls-lsp/LICENSE +0 -202
  807. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/jdtls-lsp/README.md +0 -33
  808. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/kotlin-lsp/LICENSE +0 -202
  809. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/kotlin-lsp/README.md +0 -16
  810. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/.claude-plugin/plugin.json +0 -9
  811. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/LICENSE +0 -202
  812. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/README.md +0 -93
  813. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/hooks/hooks.json +0 -15
  814. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/hooks-handlers/session-start.sh +0 -15
  815. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/lua-lsp/LICENSE +0 -202
  816. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/lua-lsp/README.md +0 -32
  817. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/.claude-plugin/plugin.json +0 -8
  818. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/LICENSE +0 -202
  819. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/README.md +0 -40
  820. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/SKILL.md +0 -411
  821. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/evals/trigger_eval.json +0 -23
  822. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/adversarial_prompts.md +0 -293
  823. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/attempt_agent.md +0 -63
  824. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/known_constructions.md +0 -46
  825. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/model_tier_defaults.md +0 -66
  826. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/presentation_prompts.md +0 -153
  827. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/solver_heuristics.md +0 -135
  828. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/verifier_patterns.md +0 -206
  829. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/check_latex.sh +0 -4
  830. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/compile_pdf.sh +0 -54
  831. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/.claude-plugin/plugin.json +0 -8
  832. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/LICENSE +0 -202
  833. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/README.md +0 -32
  834. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md +0 -361
  835. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/apps-sdk-messages.md +0 -160
  836. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/iframe-sandbox.md +0 -149
  837. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/widget-templates.md +0 -249
  838. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/SKILL.md +0 -221
  839. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/auth.md +0 -108
  840. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/deploy-cloudflare-workers.md +0 -106
  841. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/elicitation.md +0 -129
  842. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/remote-http-scaffold.md +0 -211
  843. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/resources-and-prompts.md +0 -122
  844. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/server-capabilities.md +0 -164
  845. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/tool-design.md +0 -189
  846. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/versions.md +0 -25
  847. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/SKILL.md +0 -199
  848. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/local-security.md +0 -149
  849. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/manifest-schema.md +0 -156
  850. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/php-lsp/LICENSE +0 -202
  851. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/php-lsp/README.md +0 -24
  852. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/.claude-plugin/plugin.json +0 -8
  853. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/LICENSE +0 -202
  854. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/README.md +0 -28
  855. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/SKILL.md +0 -76
  856. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/code-map.md +0 -158
  857. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/concept-map.md +0 -73
  858. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/data-explorer.md +0 -67
  859. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/design-playground.md +0 -67
  860. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/diff-review.md +0 -179
  861. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/document-critique.md +0 -171
  862. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/.claude-plugin/plugin.json +0 -8
  863. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/LICENSE +0 -202
  864. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/README.md +0 -402
  865. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/agents/agent-creator.md +0 -176
  866. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/agents/plugin-validator.md +0 -184
  867. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/agents/skill-reviewer.md +0 -184
  868. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/commands/create-plugin.md +0 -449
  869. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/SKILL.md +0 -415
  870. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/agent-creation-prompt.md +0 -238
  871. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/complete-agent-examples.md +0 -427
  872. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/agent-creation-system-prompt.md +0 -207
  873. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/system-prompt-design.md +0 -411
  874. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/triggering-examples.md +0 -491
  875. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/scripts/validate-agent.sh +0 -217
  876. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/README.md +0 -272
  877. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/SKILL.md +0 -884
  878. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/plugin-commands.md +0 -557
  879. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/simple-commands.md +0 -504
  880. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/advanced-workflows.md +0 -722
  881. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md +0 -739
  882. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/frontmatter-reference.md +0 -463
  883. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/interactive-commands.md +0 -920
  884. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/marketplace-considerations.md +0 -904
  885. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/plugin-features-reference.md +0 -609
  886. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/testing-strategies.md +0 -702
  887. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/SKILL.md +0 -712
  888. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/load-context.sh +0 -55
  889. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-bash.sh +0 -43
  890. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-write.sh +0 -38
  891. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/advanced.md +0 -479
  892. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/migration.md +0 -369
  893. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/patterns.md +0 -346
  894. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/README.md +0 -164
  895. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/hook-linter.sh +0 -153
  896. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/test-hook.sh +0 -252
  897. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
  898. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/SKILL.md +0 -554
  899. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/http-server.json +0 -20
  900. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/sse-server.json +0 -19
  901. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/stdio-server.json +0 -26
  902. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/authentication.md +0 -549
  903. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/server-types.md +0 -536
  904. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/tool-usage.md +0 -538
  905. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/SKILL.md +0 -544
  906. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md +0 -98
  907. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/example-settings.md +0 -159
  908. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/read-settings-hook.sh +0 -65
  909. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/parsing-techniques.md +0 -549
  910. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/real-world-examples.md +0 -395
  911. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/parse-frontmatter.sh +0 -59
  912. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/validate-settings.sh +0 -101
  913. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/README.md +0 -109
  914. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/SKILL.md +0 -476
  915. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/advanced-plugin.md +0 -765
  916. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/minimal-plugin.md +0 -83
  917. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/standard-plugin.md +0 -587
  918. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/component-patterns.md +0 -567
  919. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/manifest-reference.md +0 -552
  920. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development/SKILL.md +0 -637
  921. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development/references/skill-creator-original.md +0 -209
  922. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/.claude-plugin/plugin.json +0 -8
  923. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/LICENSE +0 -202
  924. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/README.md +0 -313
  925. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/code-reviewer.md +0 -47
  926. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/code-simplifier.md +0 -88
  927. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/comment-analyzer.md +0 -70
  928. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/pr-test-analyzer.md +0 -69
  929. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/silent-failure-hunter.md +0 -130
  930. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/type-design-analyzer.md +0 -110
  931. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/commands/review-pr.md +0 -189
  932. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pyright-lsp/LICENSE +0 -202
  933. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pyright-lsp/README.md +0 -31
  934. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/.claude-plugin/plugin.json +0 -9
  935. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/LICENSE +0 -202
  936. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/README.md +0 -197
  937. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/commands/cancel-ralph.md +0 -18
  938. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/commands/help.md +0 -126
  939. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/commands/ralph-loop.md +0 -18
  940. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/hooks/hooks.json +0 -15
  941. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/hooks/stop-hook.sh +0 -191
  942. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/scripts/setup-ralph-loop.sh +0 -204
  943. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ruby-lsp/LICENSE +0 -202
  944. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ruby-lsp/README.md +0 -31
  945. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/rust-analyzer-lsp/LICENSE +0 -202
  946. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/rust-analyzer-lsp/README.md +0 -34
  947. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/.claude-plugin/plugin.json +0 -8
  948. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/LICENSE +0 -202
  949. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/hooks/hooks.json +0 -16
  950. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/hooks/security_reminder_hook.py +0 -280
  951. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/LICENSE +0 -202
  952. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report/SKILL.md +0 -42
  953. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report/analyze-sessions.mjs +0 -875
  954. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report/template.html +0 -569
  955. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/.claude-plugin/plugin.json +0 -8
  956. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/LICENSE +0 -202
  957. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/README.md +0 -3
  958. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/LICENSE.txt +0 -202
  959. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/SKILL.md +0 -479
  960. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/analyzer.md +0 -274
  961. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/comparator.md +0 -202
  962. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/grader.md +0 -223
  963. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/assets/eval_review.html +0 -146
  964. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  965. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  966. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/references/schemas.md +0 -430
  967. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/__init__.py +0 -0
  968. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  969. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/generate_report.py +0 -326
  970. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/improve_description.py +0 -248
  971. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/package_skill.py +0 -136
  972. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/quick_validate.py +0 -103
  973. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_eval.py +0 -310
  974. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_loop.py +0 -332
  975. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/utils.py +0 -47
  976. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/swift-lsp/LICENSE +0 -202
  977. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/swift-lsp/README.md +0 -25
  978. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/typescript-lsp/LICENSE +0 -202
  979. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/typescript-lsp/README.md +0 -24
  980. package/resources/local/claude/skills/skill-creator/SKILL.md +0 -39
  981. package/resources/local/claude/skills/vercel-react-best-practices/AGENTS.md +0 -2410
  982. package/resources/local/claude/skills/vercel-react-best-practices/SKILL.md +0 -125
  983. package/resources/local/claude/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -55
  984. package/resources/local/claude/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -49
  985. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -38
  986. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -80
  987. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -36
  988. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-parallel.md +0 -28
  989. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -99
  990. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -59
  991. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -31
  992. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -49
  993. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -35
  994. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -50
  995. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -74
  996. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -71
  997. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -48
  998. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -56
  999. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -57
  1000. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -80
  1001. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -28
  1002. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -70
  1003. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -32
  1004. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -50
  1005. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -45
  1006. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -37
  1007. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -49
  1008. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -82
  1009. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -24
  1010. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -57
  1011. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -26
  1012. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -47
  1013. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -40
  1014. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -38
  1015. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -46
  1016. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -82
  1017. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -28
  1018. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -39
  1019. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -45
  1020. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -29
  1021. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -74
  1022. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -58
  1023. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -44
  1024. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -40
  1025. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -73
  1026. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -41
  1027. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -76
  1028. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -83
  1029. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-serialization.md +0 -38
  1030. package/resources/local/claude/skills/web-design-guidelines/SKILL.md +0 -39
  1031. package/resources/local/codex/AGENTS.md +0 -0
  1032. package/resources/local/codex/models_cache.json +0 -395
  1033. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/.codex-plugin/plugin.json +0 -42
  1034. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/assets/browser.png +0 -0
  1035. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/scripts/browser-client.mjs +0 -177
  1036. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/skills/browser/SKILL.md +0 -734
  1037. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/skills/browser/agents/openai.yaml +0 -4
  1038. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/.codex-plugin/plugin.json +0 -49
  1039. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/README.md +0 -17
  1040. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/assets/icon.png +0 -0
  1041. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/assets/logo.png +0 -0
  1042. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/LICENSE.txt +0 -19
  1043. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/SKILL.md +0 -400
  1044. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/agents/openai.yaml +0 -7
  1045. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/assets/file-document.png +0 -0
  1046. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/examples/end_to_end_smoke_test.md +0 -32
  1047. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/manifest.txt +0 -72
  1048. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/comments.md +0 -37
  1049. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/hyperlinks_and_fields.md +0 -69
  1050. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/rels_and_content_types.md +0 -37
  1051. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/tracked_changes.md +0 -41
  1052. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/references/design_presets.md +0 -243
  1053. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/references/header_templates.md +0 -373
  1054. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/render_docx.py +0 -392
  1055. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/a11y_audit.py +0 -372
  1056. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/accept_tracked_changes.py +0 -180
  1057. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/add_tracked_replacements.py +0 -190
  1058. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/apply_template_styles.py +0 -131
  1059. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/captions_and_crossrefs.py +0 -305
  1060. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_add.py +0 -260
  1061. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_apply_patch.py +0 -156
  1062. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_extract.py +0 -168
  1063. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_strip.py +0 -151
  1064. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/content_controls.py +0 -358
  1065. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/docx_ooxml_patch.py +0 -649
  1066. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/docx_table_to_csv.py +0 -72
  1067. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/fields_materialize.py +0 -310
  1068. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/fields_report.py +0 -182
  1069. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/flatten_ref_fields.py +0 -154
  1070. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/footnotes_report.py +0 -99
  1071. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/heading_audit.py +0 -103
  1072. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/images_audit.py +0 -171
  1073. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/insert_note.py +0 -244
  1074. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/insert_ref_fields.py +0 -239
  1075. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/insert_toc.py +0 -154
  1076. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/internal_nav.py +0 -365
  1077. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/make_fixtures.py +0 -258
  1078. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/merge_docx_append.py +0 -110
  1079. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/privacy_scrub.py +0 -176
  1080. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/redact_docx.py +0 -315
  1081. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/render_and_diff.py +0 -165
  1082. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/section_audit.py +0 -86
  1083. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/set_protection.py +0 -149
  1084. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/style_lint.py +0 -170
  1085. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/style_normalize.py +0 -187
  1086. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/table_geometry.py +0 -270
  1087. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/watermark_add.py +0 -170
  1088. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/watermark_audit_remove.py +0 -145
  1089. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/xlsx_to_docx_table.py +0 -179
  1090. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/accessibility_a11y.md +0 -55
  1091. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/captions_crossrefs.md +0 -97
  1092. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/clean_tracked_changes.md +0 -44
  1093. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/comments_manage.md +0 -71
  1094. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/compare_diff.md +0 -32
  1095. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/create_edit.md +0 -47
  1096. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/fields_update.md +0 -66
  1097. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/fixtures_edge_cases.md +0 -42
  1098. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/footnotes_endnotes.md +0 -52
  1099. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/forms_content_controls.md +0 -49
  1100. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/headings_numbering.md +0 -44
  1101. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/images_figures.md +0 -35
  1102. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/multi_doc_merge.md +0 -31
  1103. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/navigation_internal_links.md +0 -62
  1104. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/privacy_scrub_metadata.md +0 -24
  1105. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/protection_restrict_editing.md +0 -36
  1106. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/read_review.md +0 -60
  1107. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/redaction_anonymization.md +0 -57
  1108. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/sections_layout.md +0 -62
  1109. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/style_lint_normalize.md +0 -70
  1110. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/tables_spreadsheets.md +0 -36
  1111. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/templates_style_packs.md +0 -34
  1112. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/toc_workflow.md +0 -61
  1113. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/verify_render.md +0 -54
  1114. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/watermarks_background.md +0 -35
  1115. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/troubleshooting/libreoffice_headless.md +0 -42
  1116. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/troubleshooting/run_splitting.md +0 -15
  1117. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/.codex-plugin/plugin.json +0 -48
  1118. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/README.md +0 -17
  1119. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/assets/icon.png +0 -0
  1120. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/assets/logo.png +0 -0
  1121. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/SKILL.md +0 -743
  1122. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/agents/openai.yaml +0 -7
  1123. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/assets/file-presentation.png +0 -0
  1124. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/appendix-heavy.md +0 -24
  1125. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/consumer-retail.md +0 -59
  1126. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/engineering-platform.md +0 -30
  1127. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/finance-ir.md +0 -33
  1128. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/gtm-growth.md +0 -30
  1129. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/product-platform.md +0 -31
  1130. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/template-and-edit.md +0 -153
  1131. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/artifact_tool_utils.mjs +0 -504
  1132. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/build_artifact_deck.mjs +0 -209
  1133. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/check_icon_manifest.mjs +0 -138
  1134. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/check_layout_quality.mjs +0 -495
  1135. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/cleanup_presentation_workspace.mjs +0 -164
  1136. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/create_reference_slide.py +0 -96
  1137. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/create_reference_slides.py +0 -264
  1138. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/inspect_template_deck.mjs +0 -216
  1139. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/make_contact_sheet.py +0 -58
  1140. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/openai_generate_image.py +0 -146
  1141. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/prepare_template_starter_deck.mjs +0 -229
  1142. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/render_artifact_slide.mjs +0 -105
  1143. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/render_lucide_icon.mjs +0 -229
  1144. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/run_prompt_battle.mjs +0 -872
  1145. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/subagent-instructions.md +0 -128
  1146. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/templates/design-system-template.md +0 -107
  1147. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/templates/icon-manifest-template.json +0 -38
  1148. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/templates/visual-qa-template.md +0 -114
  1149. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/.codex-plugin/plugin.json +0 -48
  1150. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/README.md +0 -17
  1151. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/assets/icon.png +0 -0
  1152. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/assets/logo.png +0 -0
  1153. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/SKILL.md +0 -607
  1154. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/agents/openai.yaml +0 -7
  1155. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/assets/file-spreadsheet.png +0 -0
  1156. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/charts.md +0 -31
  1157. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/style_guidelines.md +0 -99
  1158. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/financial_models.md +0 -121
  1159. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/healthcare.md +0 -33
  1160. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/marketing_advertising.md +0 -31
  1161. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/scientific_research.md +0 -19
  1162. package/resources/local/codex/rules/default.rules +0 -13
  1163. package/resources/local/codex/skills/.system/.codex-system-skills.marker +0 -1
  1164. package/resources/local/codex/skills/.system/imagegen/LICENSE.txt +0 -201
  1165. package/resources/local/codex/skills/.system/imagegen/SKILL.md +0 -356
  1166. package/resources/local/codex/skills/.system/imagegen/agents/openai.yaml +0 -6
  1167. package/resources/local/codex/skills/.system/imagegen/assets/imagegen-small.svg +0 -5
  1168. package/resources/local/codex/skills/.system/imagegen/assets/imagegen.png +0 -0
  1169. package/resources/local/codex/skills/.system/imagegen/references/cli.md +0 -242
  1170. package/resources/local/codex/skills/.system/imagegen/references/codex-network.md +0 -33
  1171. package/resources/local/codex/skills/.system/imagegen/references/image-api.md +0 -90
  1172. package/resources/local/codex/skills/.system/imagegen/references/prompting.md +0 -118
  1173. package/resources/local/codex/skills/.system/imagegen/references/sample-prompts.md +0 -433
  1174. package/resources/local/codex/skills/.system/imagegen/scripts/image_gen.py +0 -995
  1175. package/resources/local/codex/skills/.system/imagegen/scripts/remove_chroma_key.py +0 -440
  1176. package/resources/local/codex/skills/.system/openai-docs/LICENSE.txt +0 -201
  1177. package/resources/local/codex/skills/.system/openai-docs/SKILL.md +0 -88
  1178. package/resources/local/codex/skills/.system/openai-docs/agents/openai.yaml +0 -14
  1179. package/resources/local/codex/skills/.system/openai-docs/assets/openai-small.svg +0 -3
  1180. package/resources/local/codex/skills/.system/openai-docs/assets/openai.png +0 -0
  1181. package/resources/local/codex/skills/.system/openai-docs/references/latest-model.md +0 -37
  1182. package/resources/local/codex/skills/.system/openai-docs/references/prompting-guide.md +0 -244
  1183. package/resources/local/codex/skills/.system/openai-docs/references/upgrade-guide.md +0 -181
  1184. package/resources/local/codex/skills/.system/openai-docs/scripts/resolve-latest-model-info.js +0 -147
  1185. package/resources/local/codex/skills/.system/plugin-creator/SKILL.md +0 -160
  1186. package/resources/local/codex/skills/.system/plugin-creator/agents/openai.yaml +0 -6
  1187. package/resources/local/codex/skills/.system/plugin-creator/assets/plugin-creator-small.svg +0 -3
  1188. package/resources/local/codex/skills/.system/plugin-creator/assets/plugin-creator.png +0 -0
  1189. package/resources/local/codex/skills/.system/plugin-creator/references/plugin-json-spec.md +0 -170
  1190. package/resources/local/codex/skills/.system/plugin-creator/scripts/create_basic_plugin.py +0 -301
  1191. package/resources/local/codex/skills/.system/skill-creator/SKILL.md +0 -416
  1192. package/resources/local/codex/skills/.system/skill-creator/agents/openai.yaml +0 -5
  1193. package/resources/local/codex/skills/.system/skill-creator/assets/skill-creator-small.svg +0 -3
  1194. package/resources/local/codex/skills/.system/skill-creator/assets/skill-creator.png +0 -0
  1195. package/resources/local/codex/skills/.system/skill-creator/license.txt +0 -202
  1196. package/resources/local/codex/skills/.system/skill-creator/references/openai_yaml.md +0 -49
  1197. package/resources/local/codex/skills/.system/skill-creator/scripts/generate_openai_yaml.py +0 -226
  1198. package/resources/local/codex/skills/.system/skill-creator/scripts/init_skill.py +0 -400
  1199. package/resources/local/codex/skills/.system/skill-creator/scripts/quick_validate.py +0 -101
  1200. package/resources/local/codex/skills/.system/skill-installer/LICENSE.txt +0 -202
  1201. package/resources/local/codex/skills/.system/skill-installer/SKILL.md +0 -58
  1202. package/resources/local/codex/skills/.system/skill-installer/agents/openai.yaml +0 -5
  1203. package/resources/local/codex/skills/.system/skill-installer/assets/skill-installer-small.svg +0 -3
  1204. package/resources/local/codex/skills/.system/skill-installer/assets/skill-installer.png +0 -0
  1205. package/resources/local/codex/skills/.system/skill-installer/scripts/github_utils.py +0 -21
  1206. package/resources/local/codex/skills/.system/skill-installer/scripts/install-skill-from-github.py +0 -308
  1207. package/resources/local/codex/skills/.system/skill-installer/scripts/list-skills.py +0 -107
  1208. package/resources/local/codex/skills/vibefigma/SKILL.md +0 -87
  1209. package/resources/local/codex/skills/vibefigma/references/responsive-cleanup.md +0 -180
  1210. package/resources/local/karpathy-tools/CLAUDE.md +0 -65
  1211. package/resources/local/karpathy-tools/karpathy-md.js +0 -140
  1212. package/rules/default.md +0 -108
  1213. package/skills/coding.md +0 -87
  1214. package/skills/debug.md +0 -63
  1215. package/skills/test.md +0 -64
  1216. package/src/ai/providers.test.js +0 -137
  1217. package/src/cli/commands.test.js +0 -179
  1218. package/src/cli/repl.test.js +0 -507
  1219. package/src/cli/terminal-ui.test.js +0 -33
  1220. package/src/session/manager.test.js +0 -72
  1221. package/src/tools/executor.test.js +0 -286
@@ -1,3646 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
4
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
5
- xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
6
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
7
- xmlns="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
8
- xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
9
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
10
- elementFormDefault="qualified" attributeFormDefault="qualified" blockDefault="#all"
11
- targetNamespace="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
12
- <xsd:import namespace="http://schemas.openxmlformats.org/markup-compatibility/2006" schemaLocation="../mce/mc.xsd"/>
13
- <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
14
- schemaLocation="dml-wordprocessingDrawing.xsd"/>
15
- <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/math"
16
- schemaLocation="shared-math.xsd"/>
17
- <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
18
- schemaLocation="shared-relationshipReference.xsd"/>
19
- <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
20
- schemaLocation="shared-commonSimpleTypes.xsd"/>
21
- <xsd:import namespace="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
22
- schemaLocation="shared-customXmlSchemaProperties.xsd"/>
23
- <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
24
- <xsd:complexType name="CT_Empty"/>
25
- <xsd:complexType name="CT_OnOff">
26
- <xsd:attribute name="val" type="s:ST_OnOff"/>
27
- </xsd:complexType>
28
- <xsd:simpleType name="ST_LongHexNumber">
29
- <xsd:restriction base="xsd:hexBinary">
30
- <xsd:length value="4"/>
31
- </xsd:restriction>
32
- </xsd:simpleType>
33
- <xsd:complexType name="CT_LongHexNumber">
34
- <xsd:attribute name="val" type="ST_LongHexNumber" use="required"/>
35
- </xsd:complexType>
36
- <xsd:simpleType name="ST_ShortHexNumber">
37
- <xsd:restriction base="xsd:hexBinary">
38
- <xsd:length value="2"/>
39
- </xsd:restriction>
40
- </xsd:simpleType>
41
- <xsd:simpleType name="ST_UcharHexNumber">
42
- <xsd:restriction base="xsd:hexBinary">
43
- <xsd:length value="1"/>
44
- </xsd:restriction>
45
- </xsd:simpleType>
46
- <xsd:complexType name="CT_Charset">
47
- <xsd:attribute name="val" type="ST_UcharHexNumber" use="optional"/>
48
- <xsd:attribute name="characterSet" type="s:ST_String" use="optional" default="ISO-8859-1"/>
49
- </xsd:complexType>
50
- <xsd:simpleType name="ST_DecimalNumberOrPercent">
51
- <xsd:union memberTypes="ST_UnqualifiedPercentage s:ST_Percentage"/>
52
- </xsd:simpleType>
53
- <xsd:simpleType name="ST_UnqualifiedPercentage">
54
- <xsd:restriction base="xsd:decimal"/>
55
- </xsd:simpleType>
56
- <xsd:simpleType name="ST_DecimalNumber">
57
- <xsd:restriction base="xsd:integer"/>
58
- </xsd:simpleType>
59
- <xsd:complexType name="CT_DecimalNumber">
60
- <xsd:attribute name="val" type="ST_DecimalNumber" use="required"/>
61
- </xsd:complexType>
62
- <xsd:complexType name="CT_UnsignedDecimalNumber">
63
- <xsd:attribute name="val" type="s:ST_UnsignedDecimalNumber" use="required"/>
64
- </xsd:complexType>
65
- <xsd:complexType name="CT_DecimalNumberOrPrecent">
66
- <xsd:attribute name="val" type="ST_DecimalNumberOrPercent" use="required"/>
67
- </xsd:complexType>
68
- <xsd:complexType name="CT_TwipsMeasure">
69
- <xsd:attribute name="val" type="s:ST_TwipsMeasure" use="required"/>
70
- </xsd:complexType>
71
- <xsd:simpleType name="ST_SignedTwipsMeasure">
72
- <xsd:union memberTypes="xsd:integer s:ST_UniversalMeasure"/>
73
- </xsd:simpleType>
74
- <xsd:complexType name="CT_SignedTwipsMeasure">
75
- <xsd:attribute name="val" type="ST_SignedTwipsMeasure" use="required"/>
76
- </xsd:complexType>
77
- <xsd:simpleType name="ST_PixelsMeasure">
78
- <xsd:restriction base="s:ST_UnsignedDecimalNumber"/>
79
- </xsd:simpleType>
80
- <xsd:complexType name="CT_PixelsMeasure">
81
- <xsd:attribute name="val" type="ST_PixelsMeasure" use="required"/>
82
- </xsd:complexType>
83
- <xsd:simpleType name="ST_HpsMeasure">
84
- <xsd:union memberTypes="s:ST_UnsignedDecimalNumber s:ST_PositiveUniversalMeasure"/>
85
- </xsd:simpleType>
86
- <xsd:complexType name="CT_HpsMeasure">
87
- <xsd:attribute name="val" type="ST_HpsMeasure" use="required"/>
88
- </xsd:complexType>
89
- <xsd:simpleType name="ST_SignedHpsMeasure">
90
- <xsd:union memberTypes="xsd:integer s:ST_UniversalMeasure"/>
91
- </xsd:simpleType>
92
- <xsd:complexType name="CT_SignedHpsMeasure">
93
- <xsd:attribute name="val" type="ST_SignedHpsMeasure" use="required"/>
94
- </xsd:complexType>
95
- <xsd:simpleType name="ST_DateTime">
96
- <xsd:restriction base="xsd:dateTime"/>
97
- </xsd:simpleType>
98
- <xsd:simpleType name="ST_MacroName">
99
- <xsd:restriction base="xsd:string">
100
- <xsd:maxLength value="33"/>
101
- </xsd:restriction>
102
- </xsd:simpleType>
103
- <xsd:complexType name="CT_MacroName">
104
- <xsd:attribute name="val" use="required" type="ST_MacroName"/>
105
- </xsd:complexType>
106
- <xsd:simpleType name="ST_EighthPointMeasure">
107
- <xsd:restriction base="s:ST_UnsignedDecimalNumber"/>
108
- </xsd:simpleType>
109
- <xsd:simpleType name="ST_PointMeasure">
110
- <xsd:restriction base="s:ST_UnsignedDecimalNumber"/>
111
- </xsd:simpleType>
112
- <xsd:complexType name="CT_String">
113
- <xsd:attribute name="val" type="s:ST_String" use="required"/>
114
- </xsd:complexType>
115
- <xsd:simpleType name="ST_TextScale">
116
- <xsd:union memberTypes="ST_TextScalePercent ST_TextScaleDecimal"/>
117
- </xsd:simpleType>
118
- <xsd:simpleType name="ST_TextScalePercent">
119
- <xsd:restriction base="xsd:string">
120
- <xsd:pattern value="0*(600|([0-5]?[0-9]?[0-9]))%"/>
121
- </xsd:restriction>
122
- </xsd:simpleType>
123
- <xsd:simpleType name="ST_TextScaleDecimal">
124
- <xsd:restriction base="xsd:integer">
125
- <xsd:minInclusive value="0"/>
126
- <xsd:maxInclusive value="600"/>
127
- </xsd:restriction>
128
- </xsd:simpleType>
129
- <xsd:complexType name="CT_TextScale">
130
- <xsd:attribute name="val" type="ST_TextScale"/>
131
- </xsd:complexType>
132
- <xsd:simpleType name="ST_HighlightColor">
133
- <xsd:restriction base="xsd:string">
134
- <xsd:enumeration value="black"/>
135
- <xsd:enumeration value="blue"/>
136
- <xsd:enumeration value="cyan"/>
137
- <xsd:enumeration value="green"/>
138
- <xsd:enumeration value="magenta"/>
139
- <xsd:enumeration value="red"/>
140
- <xsd:enumeration value="yellow"/>
141
- <xsd:enumeration value="white"/>
142
- <xsd:enumeration value="darkBlue"/>
143
- <xsd:enumeration value="darkCyan"/>
144
- <xsd:enumeration value="darkGreen"/>
145
- <xsd:enumeration value="darkMagenta"/>
146
- <xsd:enumeration value="darkRed"/>
147
- <xsd:enumeration value="darkYellow"/>
148
- <xsd:enumeration value="darkGray"/>
149
- <xsd:enumeration value="lightGray"/>
150
- <xsd:enumeration value="none"/>
151
- </xsd:restriction>
152
- </xsd:simpleType>
153
- <xsd:complexType name="CT_Highlight">
154
- <xsd:attribute name="val" type="ST_HighlightColor" use="required"/>
155
- </xsd:complexType>
156
- <xsd:simpleType name="ST_HexColorAuto">
157
- <xsd:restriction base="xsd:string">
158
- <xsd:enumeration value="auto"/>
159
- </xsd:restriction>
160
- </xsd:simpleType>
161
- <xsd:simpleType name="ST_HexColor">
162
- <xsd:union memberTypes="ST_HexColorAuto s:ST_HexColorRGB"/>
163
- </xsd:simpleType>
164
- <xsd:complexType name="CT_Color">
165
- <xsd:attribute name="val" type="ST_HexColor" use="required"/>
166
- <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/>
167
- <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/>
168
- <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
169
- </xsd:complexType>
170
- <xsd:complexType name="CT_Lang">
171
- <xsd:attribute name="val" type="s:ST_Lang" use="required"/>
172
- </xsd:complexType>
173
- <xsd:complexType name="CT_Guid">
174
- <xsd:attribute name="val" type="s:ST_Guid"/>
175
- </xsd:complexType>
176
- <xsd:simpleType name="ST_Underline">
177
- <xsd:restriction base="xsd:string">
178
- <xsd:enumeration value="single"/>
179
- <xsd:enumeration value="words"/>
180
- <xsd:enumeration value="double"/>
181
- <xsd:enumeration value="thick"/>
182
- <xsd:enumeration value="dotted"/>
183
- <xsd:enumeration value="dottedHeavy"/>
184
- <xsd:enumeration value="dash"/>
185
- <xsd:enumeration value="dashedHeavy"/>
186
- <xsd:enumeration value="dashLong"/>
187
- <xsd:enumeration value="dashLongHeavy"/>
188
- <xsd:enumeration value="dotDash"/>
189
- <xsd:enumeration value="dashDotHeavy"/>
190
- <xsd:enumeration value="dotDotDash"/>
191
- <xsd:enumeration value="dashDotDotHeavy"/>
192
- <xsd:enumeration value="wave"/>
193
- <xsd:enumeration value="wavyHeavy"/>
194
- <xsd:enumeration value="wavyDouble"/>
195
- <xsd:enumeration value="none"/>
196
- </xsd:restriction>
197
- </xsd:simpleType>
198
- <xsd:complexType name="CT_Underline">
199
- <xsd:attribute name="val" type="ST_Underline" use="optional"/>
200
- <xsd:attribute name="color" type="ST_HexColor" use="optional" default="auto"/>
201
- <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/>
202
- <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/>
203
- <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
204
- </xsd:complexType>
205
- <xsd:simpleType name="ST_TextEffect">
206
- <xsd:restriction base="xsd:string">
207
- <xsd:enumeration value="blinkBackground"/>
208
- <xsd:enumeration value="lights"/>
209
- <xsd:enumeration value="antsBlack"/>
210
- <xsd:enumeration value="antsRed"/>
211
- <xsd:enumeration value="shimmer"/>
212
- <xsd:enumeration value="sparkle"/>
213
- <xsd:enumeration value="none"/>
214
- </xsd:restriction>
215
- </xsd:simpleType>
216
- <xsd:complexType name="CT_TextEffect">
217
- <xsd:attribute name="val" type="ST_TextEffect" use="required"/>
218
- </xsd:complexType>
219
- <xsd:simpleType name="ST_Border">
220
- <xsd:restriction base="xsd:string">
221
- <xsd:enumeration value="nil"/>
222
- <xsd:enumeration value="none"/>
223
- <xsd:enumeration value="single"/>
224
- <xsd:enumeration value="thick"/>
225
- <xsd:enumeration value="double"/>
226
- <xsd:enumeration value="dotted"/>
227
- <xsd:enumeration value="dashed"/>
228
- <xsd:enumeration value="dotDash"/>
229
- <xsd:enumeration value="dotDotDash"/>
230
- <xsd:enumeration value="triple"/>
231
- <xsd:enumeration value="thinThickSmallGap"/>
232
- <xsd:enumeration value="thickThinSmallGap"/>
233
- <xsd:enumeration value="thinThickThinSmallGap"/>
234
- <xsd:enumeration value="thinThickMediumGap"/>
235
- <xsd:enumeration value="thickThinMediumGap"/>
236
- <xsd:enumeration value="thinThickThinMediumGap"/>
237
- <xsd:enumeration value="thinThickLargeGap"/>
238
- <xsd:enumeration value="thickThinLargeGap"/>
239
- <xsd:enumeration value="thinThickThinLargeGap"/>
240
- <xsd:enumeration value="wave"/>
241
- <xsd:enumeration value="doubleWave"/>
242
- <xsd:enumeration value="dashSmallGap"/>
243
- <xsd:enumeration value="dashDotStroked"/>
244
- <xsd:enumeration value="threeDEmboss"/>
245
- <xsd:enumeration value="threeDEngrave"/>
246
- <xsd:enumeration value="outset"/>
247
- <xsd:enumeration value="inset"/>
248
- <xsd:enumeration value="apples"/>
249
- <xsd:enumeration value="archedScallops"/>
250
- <xsd:enumeration value="babyPacifier"/>
251
- <xsd:enumeration value="babyRattle"/>
252
- <xsd:enumeration value="balloons3Colors"/>
253
- <xsd:enumeration value="balloonsHotAir"/>
254
- <xsd:enumeration value="basicBlackDashes"/>
255
- <xsd:enumeration value="basicBlackDots"/>
256
- <xsd:enumeration value="basicBlackSquares"/>
257
- <xsd:enumeration value="basicThinLines"/>
258
- <xsd:enumeration value="basicWhiteDashes"/>
259
- <xsd:enumeration value="basicWhiteDots"/>
260
- <xsd:enumeration value="basicWhiteSquares"/>
261
- <xsd:enumeration value="basicWideInline"/>
262
- <xsd:enumeration value="basicWideMidline"/>
263
- <xsd:enumeration value="basicWideOutline"/>
264
- <xsd:enumeration value="bats"/>
265
- <xsd:enumeration value="birds"/>
266
- <xsd:enumeration value="birdsFlight"/>
267
- <xsd:enumeration value="cabins"/>
268
- <xsd:enumeration value="cakeSlice"/>
269
- <xsd:enumeration value="candyCorn"/>
270
- <xsd:enumeration value="celticKnotwork"/>
271
- <xsd:enumeration value="certificateBanner"/>
272
- <xsd:enumeration value="chainLink"/>
273
- <xsd:enumeration value="champagneBottle"/>
274
- <xsd:enumeration value="checkedBarBlack"/>
275
- <xsd:enumeration value="checkedBarColor"/>
276
- <xsd:enumeration value="checkered"/>
277
- <xsd:enumeration value="christmasTree"/>
278
- <xsd:enumeration value="circlesLines"/>
279
- <xsd:enumeration value="circlesRectangles"/>
280
- <xsd:enumeration value="classicalWave"/>
281
- <xsd:enumeration value="clocks"/>
282
- <xsd:enumeration value="compass"/>
283
- <xsd:enumeration value="confetti"/>
284
- <xsd:enumeration value="confettiGrays"/>
285
- <xsd:enumeration value="confettiOutline"/>
286
- <xsd:enumeration value="confettiStreamers"/>
287
- <xsd:enumeration value="confettiWhite"/>
288
- <xsd:enumeration value="cornerTriangles"/>
289
- <xsd:enumeration value="couponCutoutDashes"/>
290
- <xsd:enumeration value="couponCutoutDots"/>
291
- <xsd:enumeration value="crazyMaze"/>
292
- <xsd:enumeration value="creaturesButterfly"/>
293
- <xsd:enumeration value="creaturesFish"/>
294
- <xsd:enumeration value="creaturesInsects"/>
295
- <xsd:enumeration value="creaturesLadyBug"/>
296
- <xsd:enumeration value="crossStitch"/>
297
- <xsd:enumeration value="cup"/>
298
- <xsd:enumeration value="decoArch"/>
299
- <xsd:enumeration value="decoArchColor"/>
300
- <xsd:enumeration value="decoBlocks"/>
301
- <xsd:enumeration value="diamondsGray"/>
302
- <xsd:enumeration value="doubleD"/>
303
- <xsd:enumeration value="doubleDiamonds"/>
304
- <xsd:enumeration value="earth1"/>
305
- <xsd:enumeration value="earth2"/>
306
- <xsd:enumeration value="earth3"/>
307
- <xsd:enumeration value="eclipsingSquares1"/>
308
- <xsd:enumeration value="eclipsingSquares2"/>
309
- <xsd:enumeration value="eggsBlack"/>
310
- <xsd:enumeration value="fans"/>
311
- <xsd:enumeration value="film"/>
312
- <xsd:enumeration value="firecrackers"/>
313
- <xsd:enumeration value="flowersBlockPrint"/>
314
- <xsd:enumeration value="flowersDaisies"/>
315
- <xsd:enumeration value="flowersModern1"/>
316
- <xsd:enumeration value="flowersModern2"/>
317
- <xsd:enumeration value="flowersPansy"/>
318
- <xsd:enumeration value="flowersRedRose"/>
319
- <xsd:enumeration value="flowersRoses"/>
320
- <xsd:enumeration value="flowersTeacup"/>
321
- <xsd:enumeration value="flowersTiny"/>
322
- <xsd:enumeration value="gems"/>
323
- <xsd:enumeration value="gingerbreadMan"/>
324
- <xsd:enumeration value="gradient"/>
325
- <xsd:enumeration value="handmade1"/>
326
- <xsd:enumeration value="handmade2"/>
327
- <xsd:enumeration value="heartBalloon"/>
328
- <xsd:enumeration value="heartGray"/>
329
- <xsd:enumeration value="hearts"/>
330
- <xsd:enumeration value="heebieJeebies"/>
331
- <xsd:enumeration value="holly"/>
332
- <xsd:enumeration value="houseFunky"/>
333
- <xsd:enumeration value="hypnotic"/>
334
- <xsd:enumeration value="iceCreamCones"/>
335
- <xsd:enumeration value="lightBulb"/>
336
- <xsd:enumeration value="lightning1"/>
337
- <xsd:enumeration value="lightning2"/>
338
- <xsd:enumeration value="mapPins"/>
339
- <xsd:enumeration value="mapleLeaf"/>
340
- <xsd:enumeration value="mapleMuffins"/>
341
- <xsd:enumeration value="marquee"/>
342
- <xsd:enumeration value="marqueeToothed"/>
343
- <xsd:enumeration value="moons"/>
344
- <xsd:enumeration value="mosaic"/>
345
- <xsd:enumeration value="musicNotes"/>
346
- <xsd:enumeration value="northwest"/>
347
- <xsd:enumeration value="ovals"/>
348
- <xsd:enumeration value="packages"/>
349
- <xsd:enumeration value="palmsBlack"/>
350
- <xsd:enumeration value="palmsColor"/>
351
- <xsd:enumeration value="paperClips"/>
352
- <xsd:enumeration value="papyrus"/>
353
- <xsd:enumeration value="partyFavor"/>
354
- <xsd:enumeration value="partyGlass"/>
355
- <xsd:enumeration value="pencils"/>
356
- <xsd:enumeration value="people"/>
357
- <xsd:enumeration value="peopleWaving"/>
358
- <xsd:enumeration value="peopleHats"/>
359
- <xsd:enumeration value="poinsettias"/>
360
- <xsd:enumeration value="postageStamp"/>
361
- <xsd:enumeration value="pumpkin1"/>
362
- <xsd:enumeration value="pushPinNote2"/>
363
- <xsd:enumeration value="pushPinNote1"/>
364
- <xsd:enumeration value="pyramids"/>
365
- <xsd:enumeration value="pyramidsAbove"/>
366
- <xsd:enumeration value="quadrants"/>
367
- <xsd:enumeration value="rings"/>
368
- <xsd:enumeration value="safari"/>
369
- <xsd:enumeration value="sawtooth"/>
370
- <xsd:enumeration value="sawtoothGray"/>
371
- <xsd:enumeration value="scaredCat"/>
372
- <xsd:enumeration value="seattle"/>
373
- <xsd:enumeration value="shadowedSquares"/>
374
- <xsd:enumeration value="sharksTeeth"/>
375
- <xsd:enumeration value="shorebirdTracks"/>
376
- <xsd:enumeration value="skyrocket"/>
377
- <xsd:enumeration value="snowflakeFancy"/>
378
- <xsd:enumeration value="snowflakes"/>
379
- <xsd:enumeration value="sombrero"/>
380
- <xsd:enumeration value="southwest"/>
381
- <xsd:enumeration value="stars"/>
382
- <xsd:enumeration value="starsTop"/>
383
- <xsd:enumeration value="stars3d"/>
384
- <xsd:enumeration value="starsBlack"/>
385
- <xsd:enumeration value="starsShadowed"/>
386
- <xsd:enumeration value="sun"/>
387
- <xsd:enumeration value="swirligig"/>
388
- <xsd:enumeration value="tornPaper"/>
389
- <xsd:enumeration value="tornPaperBlack"/>
390
- <xsd:enumeration value="trees"/>
391
- <xsd:enumeration value="triangleParty"/>
392
- <xsd:enumeration value="triangles"/>
393
- <xsd:enumeration value="triangle1"/>
394
- <xsd:enumeration value="triangle2"/>
395
- <xsd:enumeration value="triangleCircle1"/>
396
- <xsd:enumeration value="triangleCircle2"/>
397
- <xsd:enumeration value="shapes1"/>
398
- <xsd:enumeration value="shapes2"/>
399
- <xsd:enumeration value="twistedLines1"/>
400
- <xsd:enumeration value="twistedLines2"/>
401
- <xsd:enumeration value="vine"/>
402
- <xsd:enumeration value="waveline"/>
403
- <xsd:enumeration value="weavingAngles"/>
404
- <xsd:enumeration value="weavingBraid"/>
405
- <xsd:enumeration value="weavingRibbon"/>
406
- <xsd:enumeration value="weavingStrips"/>
407
- <xsd:enumeration value="whiteFlowers"/>
408
- <xsd:enumeration value="woodwork"/>
409
- <xsd:enumeration value="xIllusions"/>
410
- <xsd:enumeration value="zanyTriangles"/>
411
- <xsd:enumeration value="zigZag"/>
412
- <xsd:enumeration value="zigZagStitch"/>
413
- <xsd:enumeration value="custom"/>
414
- </xsd:restriction>
415
- </xsd:simpleType>
416
- <xsd:complexType name="CT_Border">
417
- <xsd:attribute name="val" type="ST_Border" use="required"/>
418
- <xsd:attribute name="color" type="ST_HexColor" use="optional" default="auto"/>
419
- <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/>
420
- <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/>
421
- <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
422
- <xsd:attribute name="sz" type="ST_EighthPointMeasure" use="optional"/>
423
- <xsd:attribute name="space" type="ST_PointMeasure" use="optional" default="0"/>
424
- <xsd:attribute name="shadow" type="s:ST_OnOff" use="optional"/>
425
- <xsd:attribute name="frame" type="s:ST_OnOff" use="optional"/>
426
- </xsd:complexType>
427
- <xsd:simpleType name="ST_Shd">
428
- <xsd:restriction base="xsd:string">
429
- <xsd:enumeration value="nil"/>
430
- <xsd:enumeration value="clear"/>
431
- <xsd:enumeration value="solid"/>
432
- <xsd:enumeration value="horzStripe"/>
433
- <xsd:enumeration value="vertStripe"/>
434
- <xsd:enumeration value="reverseDiagStripe"/>
435
- <xsd:enumeration value="diagStripe"/>
436
- <xsd:enumeration value="horzCross"/>
437
- <xsd:enumeration value="diagCross"/>
438
- <xsd:enumeration value="thinHorzStripe"/>
439
- <xsd:enumeration value="thinVertStripe"/>
440
- <xsd:enumeration value="thinReverseDiagStripe"/>
441
- <xsd:enumeration value="thinDiagStripe"/>
442
- <xsd:enumeration value="thinHorzCross"/>
443
- <xsd:enumeration value="thinDiagCross"/>
444
- <xsd:enumeration value="pct5"/>
445
- <xsd:enumeration value="pct10"/>
446
- <xsd:enumeration value="pct12"/>
447
- <xsd:enumeration value="pct15"/>
448
- <xsd:enumeration value="pct20"/>
449
- <xsd:enumeration value="pct25"/>
450
- <xsd:enumeration value="pct30"/>
451
- <xsd:enumeration value="pct35"/>
452
- <xsd:enumeration value="pct37"/>
453
- <xsd:enumeration value="pct40"/>
454
- <xsd:enumeration value="pct45"/>
455
- <xsd:enumeration value="pct50"/>
456
- <xsd:enumeration value="pct55"/>
457
- <xsd:enumeration value="pct60"/>
458
- <xsd:enumeration value="pct62"/>
459
- <xsd:enumeration value="pct65"/>
460
- <xsd:enumeration value="pct70"/>
461
- <xsd:enumeration value="pct75"/>
462
- <xsd:enumeration value="pct80"/>
463
- <xsd:enumeration value="pct85"/>
464
- <xsd:enumeration value="pct87"/>
465
- <xsd:enumeration value="pct90"/>
466
- <xsd:enumeration value="pct95"/>
467
- </xsd:restriction>
468
- </xsd:simpleType>
469
- <xsd:complexType name="CT_Shd">
470
- <xsd:attribute name="val" type="ST_Shd" use="required"/>
471
- <xsd:attribute name="color" type="ST_HexColor" use="optional"/>
472
- <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/>
473
- <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/>
474
- <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
475
- <xsd:attribute name="fill" type="ST_HexColor" use="optional"/>
476
- <xsd:attribute name="themeFill" type="ST_ThemeColor" use="optional"/>
477
- <xsd:attribute name="themeFillTint" type="ST_UcharHexNumber" use="optional"/>
478
- <xsd:attribute name="themeFillShade" type="ST_UcharHexNumber" use="optional"/>
479
- </xsd:complexType>
480
- <xsd:complexType name="CT_VerticalAlignRun">
481
- <xsd:attribute name="val" type="s:ST_VerticalAlignRun" use="required"/>
482
- </xsd:complexType>
483
- <xsd:complexType name="CT_FitText">
484
- <xsd:attribute name="val" type="s:ST_TwipsMeasure" use="required"/>
485
- <xsd:attribute name="id" type="ST_DecimalNumber" use="optional"/>
486
- </xsd:complexType>
487
- <xsd:simpleType name="ST_Em">
488
- <xsd:restriction base="xsd:string">
489
- <xsd:enumeration value="none"/>
490
- <xsd:enumeration value="dot"/>
491
- <xsd:enumeration value="comma"/>
492
- <xsd:enumeration value="circle"/>
493
- <xsd:enumeration value="underDot"/>
494
- </xsd:restriction>
495
- </xsd:simpleType>
496
- <xsd:complexType name="CT_Em">
497
- <xsd:attribute name="val" type="ST_Em" use="required"/>
498
- </xsd:complexType>
499
- <xsd:complexType name="CT_Language">
500
- <xsd:attribute name="val" type="s:ST_Lang" use="optional"/>
501
- <xsd:attribute name="eastAsia" type="s:ST_Lang" use="optional"/>
502
- <xsd:attribute name="bidi" type="s:ST_Lang" use="optional"/>
503
- </xsd:complexType>
504
- <xsd:simpleType name="ST_CombineBrackets">
505
- <xsd:restriction base="xsd:string">
506
- <xsd:enumeration value="none"/>
507
- <xsd:enumeration value="round"/>
508
- <xsd:enumeration value="square"/>
509
- <xsd:enumeration value="angle"/>
510
- <xsd:enumeration value="curly"/>
511
- </xsd:restriction>
512
- </xsd:simpleType>
513
- <xsd:complexType name="CT_EastAsianLayout">
514
- <xsd:attribute name="id" type="ST_DecimalNumber" use="optional"/>
515
- <xsd:attribute name="combine" type="s:ST_OnOff" use="optional"/>
516
- <xsd:attribute name="combineBrackets" type="ST_CombineBrackets" use="optional"/>
517
- <xsd:attribute name="vert" type="s:ST_OnOff" use="optional"/>
518
- <xsd:attribute name="vertCompress" type="s:ST_OnOff" use="optional"/>
519
- </xsd:complexType>
520
- <xsd:simpleType name="ST_HeightRule">
521
- <xsd:restriction base="xsd:string">
522
- <xsd:enumeration value="auto"/>
523
- <xsd:enumeration value="exact"/>
524
- <xsd:enumeration value="atLeast"/>
525
- </xsd:restriction>
526
- </xsd:simpleType>
527
- <xsd:simpleType name="ST_Wrap">
528
- <xsd:restriction base="xsd:string">
529
- <xsd:enumeration value="auto"/>
530
- <xsd:enumeration value="notBeside"/>
531
- <xsd:enumeration value="around"/>
532
- <xsd:enumeration value="tight"/>
533
- <xsd:enumeration value="through"/>
534
- <xsd:enumeration value="none"/>
535
- </xsd:restriction>
536
- </xsd:simpleType>
537
- <xsd:simpleType name="ST_VAnchor">
538
- <xsd:restriction base="xsd:string">
539
- <xsd:enumeration value="text"/>
540
- <xsd:enumeration value="margin"/>
541
- <xsd:enumeration value="page"/>
542
- </xsd:restriction>
543
- </xsd:simpleType>
544
- <xsd:simpleType name="ST_HAnchor">
545
- <xsd:restriction base="xsd:string">
546
- <xsd:enumeration value="text"/>
547
- <xsd:enumeration value="margin"/>
548
- <xsd:enumeration value="page"/>
549
- </xsd:restriction>
550
- </xsd:simpleType>
551
- <xsd:simpleType name="ST_DropCap">
552
- <xsd:restriction base="xsd:string">
553
- <xsd:enumeration value="none"/>
554
- <xsd:enumeration value="drop"/>
555
- <xsd:enumeration value="margin"/>
556
- </xsd:restriction>
557
- </xsd:simpleType>
558
- <xsd:complexType name="CT_FramePr">
559
- <xsd:attribute name="dropCap" type="ST_DropCap" use="optional"/>
560
- <xsd:attribute name="lines" type="ST_DecimalNumber" use="optional"/>
561
- <xsd:attribute name="w" type="s:ST_TwipsMeasure" use="optional"/>
562
- <xsd:attribute name="h" type="s:ST_TwipsMeasure" use="optional"/>
563
- <xsd:attribute name="vSpace" type="s:ST_TwipsMeasure" use="optional"/>
564
- <xsd:attribute name="hSpace" type="s:ST_TwipsMeasure" use="optional"/>
565
- <xsd:attribute name="wrap" type="ST_Wrap" use="optional"/>
566
- <xsd:attribute name="hAnchor" type="ST_HAnchor" use="optional"/>
567
- <xsd:attribute name="vAnchor" type="ST_VAnchor" use="optional"/>
568
- <xsd:attribute name="x" type="ST_SignedTwipsMeasure" use="optional"/>
569
- <xsd:attribute name="xAlign" type="s:ST_XAlign" use="optional"/>
570
- <xsd:attribute name="y" type="ST_SignedTwipsMeasure" use="optional"/>
571
- <xsd:attribute name="yAlign" type="s:ST_YAlign" use="optional"/>
572
- <xsd:attribute name="hRule" type="ST_HeightRule" use="optional"/>
573
- <xsd:attribute name="anchorLock" type="s:ST_OnOff" use="optional"/>
574
- </xsd:complexType>
575
- <xsd:simpleType name="ST_TabJc">
576
- <xsd:restriction base="xsd:string">
577
- <xsd:enumeration value="clear"/>
578
- <xsd:enumeration value="start"/>
579
- <xsd:enumeration value="center"/>
580
- <xsd:enumeration value="end"/>
581
- <xsd:enumeration value="decimal"/>
582
- <xsd:enumeration value="bar"/>
583
- <xsd:enumeration value="num"/>
584
- <xsd:enumeration value="left"/>
585
- <xsd:enumeration value="right"/>
586
- </xsd:restriction>
587
- </xsd:simpleType>
588
- <xsd:simpleType name="ST_TabTlc">
589
- <xsd:restriction base="xsd:string">
590
- <xsd:enumeration value="none"/>
591
- <xsd:enumeration value="dot"/>
592
- <xsd:enumeration value="hyphen"/>
593
- <xsd:enumeration value="underscore"/>
594
- <xsd:enumeration value="heavy"/>
595
- <xsd:enumeration value="middleDot"/>
596
- </xsd:restriction>
597
- </xsd:simpleType>
598
- <xsd:complexType name="CT_TabStop">
599
- <xsd:attribute name="val" type="ST_TabJc" use="required"/>
600
- <xsd:attribute name="leader" type="ST_TabTlc" use="optional"/>
601
- <xsd:attribute name="pos" type="ST_SignedTwipsMeasure" use="required"/>
602
- </xsd:complexType>
603
- <xsd:simpleType name="ST_LineSpacingRule">
604
- <xsd:restriction base="xsd:string">
605
- <xsd:enumeration value="auto"/>
606
- <xsd:enumeration value="exact"/>
607
- <xsd:enumeration value="atLeast"/>
608
- </xsd:restriction>
609
- </xsd:simpleType>
610
- <xsd:complexType name="CT_Spacing">
611
- <xsd:attribute name="before" type="s:ST_TwipsMeasure" use="optional" default="0"/>
612
- <xsd:attribute name="beforeLines" type="ST_DecimalNumber" use="optional" default="0"/>
613
- <xsd:attribute name="beforeAutospacing" type="s:ST_OnOff" use="optional" default="off"/>
614
- <xsd:attribute name="after" type="s:ST_TwipsMeasure" use="optional" default="0"/>
615
- <xsd:attribute name="afterLines" type="ST_DecimalNumber" use="optional" default="0"/>
616
- <xsd:attribute name="afterAutospacing" type="s:ST_OnOff" use="optional" default="off"/>
617
- <xsd:attribute name="line" type="ST_SignedTwipsMeasure" use="optional" default="0"/>
618
- <xsd:attribute name="lineRule" type="ST_LineSpacingRule" use="optional" default="auto"/>
619
- </xsd:complexType>
620
- <xsd:complexType name="CT_Ind">
621
- <xsd:attribute name="start" type="ST_SignedTwipsMeasure" use="optional"/>
622
- <xsd:attribute name="startChars" type="ST_DecimalNumber" use="optional"/>
623
- <xsd:attribute name="end" type="ST_SignedTwipsMeasure" use="optional"/>
624
- <xsd:attribute name="endChars" type="ST_DecimalNumber" use="optional"/>
625
- <xsd:attribute name="left" type="ST_SignedTwipsMeasure" use="optional"/>
626
- <xsd:attribute name="leftChars" type="ST_DecimalNumber" use="optional"/>
627
- <xsd:attribute name="right" type="ST_SignedTwipsMeasure" use="optional"/>
628
- <xsd:attribute name="rightChars" type="ST_DecimalNumber" use="optional"/>
629
- <xsd:attribute name="hanging" type="s:ST_TwipsMeasure" use="optional"/>
630
- <xsd:attribute name="hangingChars" type="ST_DecimalNumber" use="optional"/>
631
- <xsd:attribute name="firstLine" type="s:ST_TwipsMeasure" use="optional"/>
632
- <xsd:attribute name="firstLineChars" type="ST_DecimalNumber" use="optional"/>
633
- </xsd:complexType>
634
- <xsd:simpleType name="ST_Jc">
635
- <xsd:restriction base="xsd:string">
636
- <xsd:enumeration value="start"/>
637
- <xsd:enumeration value="center"/>
638
- <xsd:enumeration value="end"/>
639
- <xsd:enumeration value="both"/>
640
- <xsd:enumeration value="mediumKashida"/>
641
- <xsd:enumeration value="distribute"/>
642
- <xsd:enumeration value="numTab"/>
643
- <xsd:enumeration value="highKashida"/>
644
- <xsd:enumeration value="lowKashida"/>
645
- <xsd:enumeration value="thaiDistribute"/>
646
- <xsd:enumeration value="left"/>
647
- <xsd:enumeration value="right"/>
648
- </xsd:restriction>
649
- </xsd:simpleType>
650
- <xsd:simpleType name="ST_JcTable">
651
- <xsd:restriction base="xsd:string">
652
- <xsd:enumeration value="center"/>
653
- <xsd:enumeration value="end"/>
654
- <xsd:enumeration value="left"/>
655
- <xsd:enumeration value="right"/>
656
- <xsd:enumeration value="start"/>
657
- </xsd:restriction>
658
- </xsd:simpleType>
659
- <xsd:complexType name="CT_Jc">
660
- <xsd:attribute name="val" type="ST_Jc" use="required"/>
661
- </xsd:complexType>
662
- <xsd:complexType name="CT_JcTable">
663
- <xsd:attribute name="val" type="ST_JcTable" use="required"/>
664
- </xsd:complexType>
665
- <xsd:simpleType name="ST_View">
666
- <xsd:restriction base="xsd:string">
667
- <xsd:enumeration value="none"/>
668
- <xsd:enumeration value="print"/>
669
- <xsd:enumeration value="outline"/>
670
- <xsd:enumeration value="masterPages"/>
671
- <xsd:enumeration value="normal"/>
672
- <xsd:enumeration value="web"/>
673
- </xsd:restriction>
674
- </xsd:simpleType>
675
- <xsd:complexType name="CT_View">
676
- <xsd:attribute name="val" type="ST_View" use="required"/>
677
- </xsd:complexType>
678
- <xsd:simpleType name="ST_Zoom">
679
- <xsd:restriction base="xsd:string">
680
- <xsd:enumeration value="none"/>
681
- <xsd:enumeration value="fullPage"/>
682
- <xsd:enumeration value="bestFit"/>
683
- <xsd:enumeration value="textFit"/>
684
- </xsd:restriction>
685
- </xsd:simpleType>
686
- <xsd:complexType name="CT_Zoom">
687
- <xsd:attribute name="val" type="ST_Zoom" use="optional"/>
688
- <xsd:attribute name="percent" type="ST_DecimalNumberOrPercent" use="required"/>
689
- </xsd:complexType>
690
- <xsd:complexType name="CT_WritingStyle">
691
- <xsd:attribute name="lang" type="s:ST_Lang" use="required"/>
692
- <xsd:attribute name="vendorID" type="s:ST_String" use="required"/>
693
- <xsd:attribute name="dllVersion" type="s:ST_String" use="required"/>
694
- <xsd:attribute name="nlCheck" type="s:ST_OnOff" use="optional" default="off"/>
695
- <xsd:attribute name="checkStyle" type="s:ST_OnOff" use="required"/>
696
- <xsd:attribute name="appName" type="s:ST_String" use="required"/>
697
- </xsd:complexType>
698
- <xsd:simpleType name="ST_Proof">
699
- <xsd:restriction base="xsd:string">
700
- <xsd:enumeration value="clean"/>
701
- <xsd:enumeration value="dirty"/>
702
- </xsd:restriction>
703
- </xsd:simpleType>
704
- <xsd:complexType name="CT_Proof">
705
- <xsd:attribute name="spelling" type="ST_Proof" use="optional"/>
706
- <xsd:attribute name="grammar" type="ST_Proof" use="optional"/>
707
- </xsd:complexType>
708
- <xsd:simpleType name="ST_DocType">
709
- <xsd:restriction base="xsd:string"/>
710
- </xsd:simpleType>
711
- <xsd:complexType name="CT_DocType">
712
- <xsd:attribute name="val" type="ST_DocType" use="required"/>
713
- </xsd:complexType>
714
- <xsd:simpleType name="ST_DocProtect">
715
- <xsd:restriction base="xsd:string">
716
- <xsd:enumeration value="none"/>
717
- <xsd:enumeration value="readOnly"/>
718
- <xsd:enumeration value="comments"/>
719
- <xsd:enumeration value="trackedChanges"/>
720
- <xsd:enumeration value="forms"/>
721
- </xsd:restriction>
722
- </xsd:simpleType>
723
- <xsd:attributeGroup name="AG_Password">
724
- <xsd:attribute name="algorithmName" type="s:ST_String" use="optional"/>
725
- <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
726
- <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
727
- <xsd:attribute name="spinCount" type="ST_DecimalNumber" use="optional"/>
728
- </xsd:attributeGroup>
729
- <xsd:attributeGroup name="AG_TransitionalPassword">
730
- <xsd:attribute name="cryptProviderType" type="s:ST_CryptProv"/>
731
- <xsd:attribute name="cryptAlgorithmClass" type="s:ST_AlgClass"/>
732
- <xsd:attribute name="cryptAlgorithmType" type="s:ST_AlgType"/>
733
- <xsd:attribute name="cryptAlgorithmSid" type="ST_DecimalNumber"/>
734
- <xsd:attribute name="cryptSpinCount" type="ST_DecimalNumber"/>
735
- <xsd:attribute name="cryptProvider" type="s:ST_String"/>
736
- <xsd:attribute name="algIdExt" type="ST_LongHexNumber"/>
737
- <xsd:attribute name="algIdExtSource" type="s:ST_String"/>
738
- <xsd:attribute name="cryptProviderTypeExt" type="ST_LongHexNumber"/>
739
- <xsd:attribute name="cryptProviderTypeExtSource" type="s:ST_String"/>
740
- <xsd:attribute name="hash" type="xsd:base64Binary"/>
741
- <xsd:attribute name="salt" type="xsd:base64Binary"/>
742
- </xsd:attributeGroup>
743
- <xsd:complexType name="CT_DocProtect">
744
- <xsd:attribute name="edit" type="ST_DocProtect" use="optional"/>
745
- <xsd:attribute name="formatting" type="s:ST_OnOff" use="optional"/>
746
- <xsd:attribute name="enforcement" type="s:ST_OnOff"/>
747
- <xsd:attributeGroup ref="AG_Password"/>
748
- <xsd:attributeGroup ref="AG_TransitionalPassword"/>
749
- </xsd:complexType>
750
- <xsd:simpleType name="ST_MailMergeDocType">
751
- <xsd:restriction base="xsd:string">
752
- <xsd:enumeration value="catalog"/>
753
- <xsd:enumeration value="envelopes"/>
754
- <xsd:enumeration value="mailingLabels"/>
755
- <xsd:enumeration value="formLetters"/>
756
- <xsd:enumeration value="email"/>
757
- <xsd:enumeration value="fax"/>
758
- </xsd:restriction>
759
- </xsd:simpleType>
760
- <xsd:complexType name="CT_MailMergeDocType">
761
- <xsd:attribute name="val" type="ST_MailMergeDocType" use="required"/>
762
- </xsd:complexType>
763
- <xsd:simpleType name="ST_MailMergeDataType">
764
- <xsd:restriction base="xsd:string"/>
765
- </xsd:simpleType>
766
- <xsd:complexType name="CT_MailMergeDataType">
767
- <xsd:attribute name="val" type="ST_MailMergeDataType" use="required"/>
768
- </xsd:complexType>
769
- <xsd:simpleType name="ST_MailMergeDest">
770
- <xsd:restriction base="xsd:string">
771
- <xsd:enumeration value="newDocument"/>
772
- <xsd:enumeration value="printer"/>
773
- <xsd:enumeration value="email"/>
774
- <xsd:enumeration value="fax"/>
775
- </xsd:restriction>
776
- </xsd:simpleType>
777
- <xsd:complexType name="CT_MailMergeDest">
778
- <xsd:attribute name="val" type="ST_MailMergeDest" use="required"/>
779
- </xsd:complexType>
780
- <xsd:simpleType name="ST_MailMergeOdsoFMDFieldType">
781
- <xsd:restriction base="xsd:string">
782
- <xsd:enumeration value="null"/>
783
- <xsd:enumeration value="dbColumn"/>
784
- </xsd:restriction>
785
- </xsd:simpleType>
786
- <xsd:complexType name="CT_MailMergeOdsoFMDFieldType">
787
- <xsd:attribute name="val" type="ST_MailMergeOdsoFMDFieldType" use="required"/>
788
- </xsd:complexType>
789
- <xsd:complexType name="CT_TrackChangesView">
790
- <xsd:attribute name="markup" type="s:ST_OnOff" use="optional"/>
791
- <xsd:attribute name="comments" type="s:ST_OnOff" use="optional"/>
792
- <xsd:attribute name="insDel" type="s:ST_OnOff" use="optional"/>
793
- <xsd:attribute name="formatting" type="s:ST_OnOff" use="optional"/>
794
- <xsd:attribute name="inkAnnotations" type="s:ST_OnOff" use="optional"/>
795
- </xsd:complexType>
796
- <xsd:complexType name="CT_Kinsoku">
797
- <xsd:attribute name="lang" type="s:ST_Lang" use="required"/>
798
- <xsd:attribute name="val" type="s:ST_String" use="required"/>
799
- </xsd:complexType>
800
- <xsd:simpleType name="ST_TextDirection">
801
- <xsd:restriction base="xsd:string">
802
- <xsd:enumeration value="tb"/>
803
- <xsd:enumeration value="rl"/>
804
- <xsd:enumeration value="lr"/>
805
- <xsd:enumeration value="tbV"/>
806
- <xsd:enumeration value="rlV"/>
807
- <xsd:enumeration value="lrV"/>
808
- <xsd:enumeration value="btLr"/>
809
- <xsd:enumeration value="lrTb"/>
810
- <xsd:enumeration value="lrTbV"/>
811
- <xsd:enumeration value="tbLrV"/>
812
- <xsd:enumeration value="tbRl"/>
813
- <xsd:enumeration value="tbRlV"/>
814
- </xsd:restriction>
815
- </xsd:simpleType>
816
- <xsd:complexType name="CT_TextDirection">
817
- <xsd:attribute name="val" type="ST_TextDirection" use="required"/>
818
- </xsd:complexType>
819
- <xsd:simpleType name="ST_TextAlignment">
820
- <xsd:restriction base="xsd:string">
821
- <xsd:enumeration value="top"/>
822
- <xsd:enumeration value="center"/>
823
- <xsd:enumeration value="baseline"/>
824
- <xsd:enumeration value="bottom"/>
825
- <xsd:enumeration value="auto"/>
826
- </xsd:restriction>
827
- </xsd:simpleType>
828
- <xsd:complexType name="CT_TextAlignment">
829
- <xsd:attribute name="val" type="ST_TextAlignment" use="required"/>
830
- </xsd:complexType>
831
- <xsd:simpleType name="ST_DisplacedByCustomXml">
832
- <xsd:restriction base="xsd:string">
833
- <xsd:enumeration value="next"/>
834
- <xsd:enumeration value="prev"/>
835
- </xsd:restriction>
836
- </xsd:simpleType>
837
- <xsd:simpleType name="ST_AnnotationVMerge">
838
- <xsd:restriction base="xsd:string">
839
- <xsd:enumeration value="cont"/>
840
- <xsd:enumeration value="rest"/>
841
- </xsd:restriction>
842
- </xsd:simpleType>
843
- <xsd:complexType name="CT_Markup">
844
- <xsd:attribute name="id" type="ST_DecimalNumber" use="required"/>
845
- </xsd:complexType>
846
- <xsd:complexType name="CT_TrackChange">
847
- <xsd:complexContent>
848
- <xsd:extension base="CT_Markup">
849
- <xsd:attribute name="author" type="s:ST_String" use="required"/>
850
- <xsd:attribute name="date" type="ST_DateTime" use="optional"/>
851
- </xsd:extension>
852
- </xsd:complexContent>
853
- </xsd:complexType>
854
- <xsd:complexType name="CT_CellMergeTrackChange">
855
- <xsd:complexContent>
856
- <xsd:extension base="CT_TrackChange">
857
- <xsd:attribute name="vMerge" type="ST_AnnotationVMerge" use="optional"/>
858
- <xsd:attribute name="vMergeOrig" type="ST_AnnotationVMerge" use="optional"/>
859
- </xsd:extension>
860
- </xsd:complexContent>
861
- </xsd:complexType>
862
- <xsd:complexType name="CT_TrackChangeRange">
863
- <xsd:complexContent>
864
- <xsd:extension base="CT_TrackChange">
865
- <xsd:attribute name="displacedByCustomXml" type="ST_DisplacedByCustomXml" use="optional"/>
866
- </xsd:extension>
867
- </xsd:complexContent>
868
- </xsd:complexType>
869
- <xsd:complexType name="CT_MarkupRange">
870
- <xsd:complexContent>
871
- <xsd:extension base="CT_Markup">
872
- <xsd:attribute name="displacedByCustomXml" type="ST_DisplacedByCustomXml" use="optional"/>
873
- </xsd:extension>
874
- </xsd:complexContent>
875
- </xsd:complexType>
876
- <xsd:complexType name="CT_BookmarkRange">
877
- <xsd:complexContent>
878
- <xsd:extension base="CT_MarkupRange">
879
- <xsd:attribute name="colFirst" type="ST_DecimalNumber" use="optional"/>
880
- <xsd:attribute name="colLast" type="ST_DecimalNumber" use="optional"/>
881
- </xsd:extension>
882
- </xsd:complexContent>
883
- </xsd:complexType>
884
- <xsd:complexType name="CT_Bookmark">
885
- <xsd:complexContent>
886
- <xsd:extension base="CT_BookmarkRange">
887
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
888
- </xsd:extension>
889
- </xsd:complexContent>
890
- </xsd:complexType>
891
- <xsd:complexType name="CT_MoveBookmark">
892
- <xsd:complexContent>
893
- <xsd:extension base="CT_Bookmark">
894
- <xsd:attribute name="author" type="s:ST_String" use="required"/>
895
- <xsd:attribute name="date" type="ST_DateTime" use="required"/>
896
- </xsd:extension>
897
- </xsd:complexContent>
898
- </xsd:complexType>
899
- <xsd:complexType name="CT_Comment">
900
- <xsd:complexContent>
901
- <xsd:extension base="CT_TrackChange">
902
- <xsd:sequence>
903
- <xsd:group ref="EG_BlockLevelElts" minOccurs="0" maxOccurs="unbounded"/>
904
- </xsd:sequence>
905
- <xsd:attribute name="initials" type="s:ST_String" use="optional"/>
906
- </xsd:extension>
907
- </xsd:complexContent>
908
- </xsd:complexType>
909
- <xsd:complexType name="CT_TrackChangeNumbering">
910
- <xsd:complexContent>
911
- <xsd:extension base="CT_TrackChange">
912
- <xsd:attribute name="original" type="s:ST_String" use="optional"/>
913
- </xsd:extension>
914
- </xsd:complexContent>
915
- </xsd:complexType>
916
- <xsd:complexType name="CT_TblPrExChange">
917
- <xsd:complexContent>
918
- <xsd:extension base="CT_TrackChange">
919
- <xsd:sequence>
920
- <xsd:element name="tblPrEx" type="CT_TblPrExBase" minOccurs="1"/>
921
- </xsd:sequence>
922
- </xsd:extension>
923
- </xsd:complexContent>
924
- </xsd:complexType>
925
- <xsd:complexType name="CT_TcPrChange">
926
- <xsd:complexContent>
927
- <xsd:extension base="CT_TrackChange">
928
- <xsd:sequence>
929
- <xsd:element name="tcPr" type="CT_TcPrInner" minOccurs="1"/>
930
- </xsd:sequence>
931
- </xsd:extension>
932
- </xsd:complexContent>
933
- </xsd:complexType>
934
- <xsd:complexType name="CT_TrPrChange">
935
- <xsd:complexContent>
936
- <xsd:extension base="CT_TrackChange">
937
- <xsd:sequence>
938
- <xsd:element name="trPr" type="CT_TrPrBase" minOccurs="1"/>
939
- </xsd:sequence>
940
- </xsd:extension>
941
- </xsd:complexContent>
942
- </xsd:complexType>
943
- <xsd:complexType name="CT_TblGridChange">
944
- <xsd:complexContent>
945
- <xsd:extension base="CT_Markup">
946
- <xsd:sequence>
947
- <xsd:element name="tblGrid" type="CT_TblGridBase"/>
948
- </xsd:sequence>
949
- </xsd:extension>
950
- </xsd:complexContent>
951
- </xsd:complexType>
952
- <xsd:complexType name="CT_TblPrChange">
953
- <xsd:complexContent>
954
- <xsd:extension base="CT_TrackChange">
955
- <xsd:sequence>
956
- <xsd:element name="tblPr" type="CT_TblPrBase"/>
957
- </xsd:sequence>
958
- </xsd:extension>
959
- </xsd:complexContent>
960
- </xsd:complexType>
961
- <xsd:complexType name="CT_SectPrChange">
962
- <xsd:complexContent>
963
- <xsd:extension base="CT_TrackChange">
964
- <xsd:sequence>
965
- <xsd:element name="sectPr" type="CT_SectPrBase" minOccurs="0"/>
966
- </xsd:sequence>
967
- </xsd:extension>
968
- </xsd:complexContent>
969
- </xsd:complexType>
970
- <xsd:complexType name="CT_PPrChange">
971
- <xsd:complexContent>
972
- <xsd:extension base="CT_TrackChange">
973
- <xsd:sequence>
974
- <xsd:element name="pPr" type="CT_PPrBase" minOccurs="1"/>
975
- </xsd:sequence>
976
- </xsd:extension>
977
- </xsd:complexContent>
978
- </xsd:complexType>
979
- <xsd:complexType name="CT_RPrChange">
980
- <xsd:complexContent>
981
- <xsd:extension base="CT_TrackChange">
982
- <xsd:sequence>
983
- <xsd:element name="rPr" type="CT_RPrOriginal" minOccurs="1"/>
984
- </xsd:sequence>
985
- </xsd:extension>
986
- </xsd:complexContent>
987
- </xsd:complexType>
988
- <xsd:complexType name="CT_ParaRPrChange">
989
- <xsd:complexContent>
990
- <xsd:extension base="CT_TrackChange">
991
- <xsd:sequence>
992
- <xsd:element name="rPr" type="CT_ParaRPrOriginal" minOccurs="1"/>
993
- </xsd:sequence>
994
- </xsd:extension>
995
- </xsd:complexContent>
996
- </xsd:complexType>
997
- <xsd:complexType name="CT_RunTrackChange">
998
- <xsd:complexContent>
999
- <xsd:extension base="CT_TrackChange">
1000
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
1001
- <xsd:group ref="EG_ContentRunContent"/>
1002
- <xsd:group ref="m:EG_OMathMathElements"/>
1003
- </xsd:choice>
1004
- </xsd:extension>
1005
- </xsd:complexContent>
1006
- </xsd:complexType>
1007
- <xsd:group name="EG_PContentMath">
1008
- <xsd:choice>
1009
- <xsd:group ref="EG_PContentBase" minOccurs="0" maxOccurs="unbounded"/>
1010
- <xsd:group ref="EG_ContentRunContentBase" minOccurs="0" maxOccurs="unbounded"/>
1011
- </xsd:choice>
1012
- </xsd:group>
1013
- <xsd:group name="EG_PContentBase">
1014
- <xsd:choice>
1015
- <xsd:element name="customXml" type="CT_CustomXmlRun"/>
1016
- <xsd:element name="fldSimple" type="CT_SimpleField" minOccurs="0" maxOccurs="unbounded"/>
1017
- <xsd:element name="hyperlink" type="CT_Hyperlink"/>
1018
- </xsd:choice>
1019
- </xsd:group>
1020
- <xsd:group name="EG_ContentRunContentBase">
1021
- <xsd:choice>
1022
- <xsd:element name="smartTag" type="CT_SmartTagRun"/>
1023
- <xsd:element name="sdt" type="CT_SdtRun"/>
1024
- <xsd:group ref="EG_RunLevelElts" minOccurs="0" maxOccurs="unbounded"/>
1025
- </xsd:choice>
1026
- </xsd:group>
1027
- <xsd:group name="EG_CellMarkupElements">
1028
- <xsd:choice>
1029
- <xsd:element name="cellIns" type="CT_TrackChange" minOccurs="0"/>
1030
- <xsd:element name="cellDel" type="CT_TrackChange" minOccurs="0"/>
1031
- <xsd:element name="cellMerge" type="CT_CellMergeTrackChange" minOccurs="0"/>
1032
- </xsd:choice>
1033
- </xsd:group>
1034
- <xsd:group name="EG_RangeMarkupElements">
1035
- <xsd:choice>
1036
- <xsd:element name="bookmarkStart" type="CT_Bookmark"/>
1037
- <xsd:element name="bookmarkEnd" type="CT_MarkupRange"/>
1038
- <xsd:element name="moveFromRangeStart" type="CT_MoveBookmark"/>
1039
- <xsd:element name="moveFromRangeEnd" type="CT_MarkupRange"/>
1040
- <xsd:element name="moveToRangeStart" type="CT_MoveBookmark"/>
1041
- <xsd:element name="moveToRangeEnd" type="CT_MarkupRange"/>
1042
- <xsd:element name="commentRangeStart" type="CT_MarkupRange"/>
1043
- <xsd:element name="commentRangeEnd" type="CT_MarkupRange"/>
1044
- <xsd:element name="customXmlInsRangeStart" type="CT_TrackChange"/>
1045
- <xsd:element name="customXmlInsRangeEnd" type="CT_Markup"/>
1046
- <xsd:element name="customXmlDelRangeStart" type="CT_TrackChange"/>
1047
- <xsd:element name="customXmlDelRangeEnd" type="CT_Markup"/>
1048
- <xsd:element name="customXmlMoveFromRangeStart" type="CT_TrackChange"/>
1049
- <xsd:element name="customXmlMoveFromRangeEnd" type="CT_Markup"/>
1050
- <xsd:element name="customXmlMoveToRangeStart" type="CT_TrackChange"/>
1051
- <xsd:element name="customXmlMoveToRangeEnd" type="CT_Markup"/>
1052
- </xsd:choice>
1053
- </xsd:group>
1054
- <xsd:complexType name="CT_NumPr">
1055
- <xsd:sequence>
1056
- <xsd:element name="ilvl" type="CT_DecimalNumber" minOccurs="0"/>
1057
- <xsd:element name="numId" type="CT_DecimalNumber" minOccurs="0"/>
1058
- <xsd:element name="numberingChange" type="CT_TrackChangeNumbering" minOccurs="0"/>
1059
- <xsd:element name="ins" type="CT_TrackChange" minOccurs="0"/>
1060
- </xsd:sequence>
1061
- </xsd:complexType>
1062
- <xsd:complexType name="CT_PBdr">
1063
- <xsd:sequence>
1064
- <xsd:element name="top" type="CT_Border" minOccurs="0"/>
1065
- <xsd:element name="left" type="CT_Border" minOccurs="0"/>
1066
- <xsd:element name="bottom" type="CT_Border" minOccurs="0"/>
1067
- <xsd:element name="right" type="CT_Border" minOccurs="0"/>
1068
- <xsd:element name="between" type="CT_Border" minOccurs="0"/>
1069
- <xsd:element name="bar" type="CT_Border" minOccurs="0"/>
1070
- </xsd:sequence>
1071
- </xsd:complexType>
1072
- <xsd:complexType name="CT_Tabs">
1073
- <xsd:sequence>
1074
- <xsd:element name="tab" type="CT_TabStop" minOccurs="1" maxOccurs="unbounded"/>
1075
- </xsd:sequence>
1076
- </xsd:complexType>
1077
- <xsd:simpleType name="ST_TextboxTightWrap">
1078
- <xsd:restriction base="xsd:string">
1079
- <xsd:enumeration value="none"/>
1080
- <xsd:enumeration value="allLines"/>
1081
- <xsd:enumeration value="firstAndLastLine"/>
1082
- <xsd:enumeration value="firstLineOnly"/>
1083
- <xsd:enumeration value="lastLineOnly"/>
1084
- </xsd:restriction>
1085
- </xsd:simpleType>
1086
- <xsd:complexType name="CT_TextboxTightWrap">
1087
- <xsd:attribute name="val" type="ST_TextboxTightWrap" use="required"/>
1088
- </xsd:complexType>
1089
- <xsd:complexType name="CT_PPrBase">
1090
- <xsd:sequence>
1091
- <xsd:element name="pStyle" type="CT_String" minOccurs="0"/>
1092
- <xsd:element name="keepNext" type="CT_OnOff" minOccurs="0"/>
1093
- <xsd:element name="keepLines" type="CT_OnOff" minOccurs="0"/>
1094
- <xsd:element name="pageBreakBefore" type="CT_OnOff" minOccurs="0"/>
1095
- <xsd:element name="framePr" type="CT_FramePr" minOccurs="0"/>
1096
- <xsd:element name="widowControl" type="CT_OnOff" minOccurs="0"/>
1097
- <xsd:element name="numPr" type="CT_NumPr" minOccurs="0"/>
1098
- <xsd:element name="suppressLineNumbers" type="CT_OnOff" minOccurs="0"/>
1099
- <xsd:element name="pBdr" type="CT_PBdr" minOccurs="0"/>
1100
- <xsd:element name="shd" type="CT_Shd" minOccurs="0"/>
1101
- <xsd:element name="tabs" type="CT_Tabs" minOccurs="0"/>
1102
- <xsd:element name="suppressAutoHyphens" type="CT_OnOff" minOccurs="0"/>
1103
- <xsd:element name="kinsoku" type="CT_OnOff" minOccurs="0"/>
1104
- <xsd:element name="wordWrap" type="CT_OnOff" minOccurs="0"/>
1105
- <xsd:element name="overflowPunct" type="CT_OnOff" minOccurs="0"/>
1106
- <xsd:element name="topLinePunct" type="CT_OnOff" minOccurs="0"/>
1107
- <xsd:element name="autoSpaceDE" type="CT_OnOff" minOccurs="0"/>
1108
- <xsd:element name="autoSpaceDN" type="CT_OnOff" minOccurs="0"/>
1109
- <xsd:element name="bidi" type="CT_OnOff" minOccurs="0"/>
1110
- <xsd:element name="adjustRightInd" type="CT_OnOff" minOccurs="0"/>
1111
- <xsd:element name="snapToGrid" type="CT_OnOff" minOccurs="0"/>
1112
- <xsd:element name="spacing" type="CT_Spacing" minOccurs="0"/>
1113
- <xsd:element name="ind" type="CT_Ind" minOccurs="0"/>
1114
- <xsd:element name="contextualSpacing" type="CT_OnOff" minOccurs="0"/>
1115
- <xsd:element name="mirrorIndents" type="CT_OnOff" minOccurs="0"/>
1116
- <xsd:element name="suppressOverlap" type="CT_OnOff" minOccurs="0"/>
1117
- <xsd:element name="jc" type="CT_Jc" minOccurs="0"/>
1118
- <xsd:element name="textDirection" type="CT_TextDirection" minOccurs="0"/>
1119
- <xsd:element name="textAlignment" type="CT_TextAlignment" minOccurs="0"/>
1120
- <xsd:element name="textboxTightWrap" type="CT_TextboxTightWrap" minOccurs="0"/>
1121
- <xsd:element name="outlineLvl" type="CT_DecimalNumber" minOccurs="0"/>
1122
- <xsd:element name="divId" type="CT_DecimalNumber" minOccurs="0"/>
1123
- <xsd:element name="cnfStyle" type="CT_Cnf" minOccurs="0" maxOccurs="1"/>
1124
- </xsd:sequence>
1125
- </xsd:complexType>
1126
- <xsd:complexType name="CT_PPr">
1127
- <xsd:complexContent>
1128
- <xsd:extension base="CT_PPrBase">
1129
- <xsd:sequence>
1130
- <xsd:element name="rPr" type="CT_ParaRPr" minOccurs="0"/>
1131
- <xsd:element name="sectPr" type="CT_SectPr" minOccurs="0"/>
1132
- <xsd:element name="pPrChange" type="CT_PPrChange" minOccurs="0"/>
1133
- </xsd:sequence>
1134
- </xsd:extension>
1135
- </xsd:complexContent>
1136
- </xsd:complexType>
1137
- <xsd:complexType name="CT_PPrGeneral">
1138
- <xsd:complexContent>
1139
- <xsd:extension base="CT_PPrBase">
1140
- <xsd:sequence>
1141
- <xsd:element name="pPrChange" type="CT_PPrChange" minOccurs="0"/>
1142
- </xsd:sequence>
1143
- </xsd:extension>
1144
- </xsd:complexContent>
1145
- </xsd:complexType>
1146
- <xsd:complexType name="CT_Control">
1147
- <xsd:attribute name="name" type="s:ST_String" use="optional"/>
1148
- <xsd:attribute name="shapeid" type="s:ST_String" use="optional"/>
1149
- <xsd:attribute ref="r:id" use="optional"/>
1150
- </xsd:complexType>
1151
- <xsd:complexType name="CT_Background">
1152
- <xsd:sequence>
1153
- <xsd:sequence maxOccurs="unbounded">
1154
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:vml" minOccurs="0"
1155
- maxOccurs="unbounded"/>
1156
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:office:office"
1157
- minOccurs="0" maxOccurs="unbounded"/>
1158
- </xsd:sequence>
1159
- <xsd:element name="drawing" type="CT_Drawing" minOccurs="0"/>
1160
- </xsd:sequence>
1161
- <xsd:attribute name="color" type="ST_HexColor" use="optional" default="auto"/>
1162
- <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/>
1163
- <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/>
1164
- <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
1165
- </xsd:complexType>
1166
- <xsd:complexType name="CT_Rel">
1167
- <xsd:attribute ref="r:id" use="required"/>
1168
- </xsd:complexType>
1169
- <xsd:complexType name="CT_Object">
1170
- <xsd:sequence>
1171
- <xsd:sequence maxOccurs="unbounded">
1172
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:vml" minOccurs="0"
1173
- maxOccurs="unbounded"/>
1174
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:office:office"
1175
- minOccurs="0" maxOccurs="unbounded"/>
1176
- </xsd:sequence>
1177
- <xsd:element name="drawing" type="CT_Drawing" minOccurs="0"/>
1178
- <xsd:choice minOccurs="0">
1179
- <xsd:element name="control" type="CT_Control"/>
1180
- <xsd:element name="objectLink" type="CT_ObjectLink"/>
1181
- <xsd:element name="objectEmbed" type="CT_ObjectEmbed"/>
1182
- <xsd:element name="movie" type="CT_Rel"/>
1183
- </xsd:choice>
1184
- </xsd:sequence>
1185
- <xsd:attribute name="dxaOrig" type="s:ST_TwipsMeasure" use="optional"/>
1186
- <xsd:attribute name="dyaOrig" type="s:ST_TwipsMeasure" use="optional"/>
1187
- </xsd:complexType>
1188
- <xsd:complexType name="CT_Picture">
1189
- <xsd:sequence>
1190
- <xsd:sequence maxOccurs="unbounded">
1191
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:vml" minOccurs="0"
1192
- maxOccurs="unbounded"/>
1193
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:office:office"
1194
- minOccurs="0" maxOccurs="unbounded"/>
1195
- </xsd:sequence>
1196
- <xsd:element name="movie" type="CT_Rel" minOccurs="0"/>
1197
- <xsd:element name="control" type="CT_Control" minOccurs="0"/>
1198
- </xsd:sequence>
1199
- </xsd:complexType>
1200
- <xsd:complexType name="CT_ObjectEmbed">
1201
- <xsd:attribute name="drawAspect" type="ST_ObjectDrawAspect" use="optional"/>
1202
- <xsd:attribute ref="r:id" use="required"/>
1203
- <xsd:attribute name="progId" type="s:ST_String" use="optional"/>
1204
- <xsd:attribute name="shapeId" type="s:ST_String" use="optional"/>
1205
- <xsd:attribute name="fieldCodes" type="s:ST_String" use="optional"/>
1206
- </xsd:complexType>
1207
- <xsd:simpleType name="ST_ObjectDrawAspect">
1208
- <xsd:restriction base="xsd:string">
1209
- <xsd:enumeration value="content"/>
1210
- <xsd:enumeration value="icon"/>
1211
- </xsd:restriction>
1212
- </xsd:simpleType>
1213
- <xsd:complexType name="CT_ObjectLink">
1214
- <xsd:complexContent>
1215
- <xsd:extension base="CT_ObjectEmbed">
1216
- <xsd:attribute name="updateMode" type="ST_ObjectUpdateMode" use="required"/>
1217
- <xsd:attribute name="lockedField" type="s:ST_OnOff" use="optional"/>
1218
- </xsd:extension>
1219
- </xsd:complexContent>
1220
- </xsd:complexType>
1221
- <xsd:simpleType name="ST_ObjectUpdateMode">
1222
- <xsd:restriction base="xsd:string">
1223
- <xsd:enumeration value="always"/>
1224
- <xsd:enumeration value="onCall"/>
1225
- </xsd:restriction>
1226
- </xsd:simpleType>
1227
- <xsd:complexType name="CT_Drawing">
1228
- <xsd:choice minOccurs="1" maxOccurs="unbounded">
1229
- <xsd:element ref="wp:anchor" minOccurs="0"/>
1230
- <xsd:element ref="wp:inline" minOccurs="0"/>
1231
- </xsd:choice>
1232
- </xsd:complexType>
1233
- <xsd:complexType name="CT_SimpleField">
1234
- <xsd:sequence>
1235
- <xsd:element name="fldData" type="CT_Text" minOccurs="0" maxOccurs="1"/>
1236
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
1237
- </xsd:sequence>
1238
- <xsd:attribute name="instr" type="s:ST_String" use="required"/>
1239
- <xsd:attribute name="fldLock" type="s:ST_OnOff"/>
1240
- <xsd:attribute name="dirty" type="s:ST_OnOff"/>
1241
- </xsd:complexType>
1242
- <xsd:simpleType name="ST_FldCharType">
1243
- <xsd:restriction base="xsd:string">
1244
- <xsd:enumeration value="begin"/>
1245
- <xsd:enumeration value="separate"/>
1246
- <xsd:enumeration value="end"/>
1247
- </xsd:restriction>
1248
- </xsd:simpleType>
1249
- <xsd:simpleType name="ST_InfoTextType">
1250
- <xsd:restriction base="xsd:string">
1251
- <xsd:enumeration value="text"/>
1252
- <xsd:enumeration value="autoText"/>
1253
- </xsd:restriction>
1254
- </xsd:simpleType>
1255
- <xsd:simpleType name="ST_FFHelpTextVal">
1256
- <xsd:restriction base="xsd:string">
1257
- <xsd:maxLength value="256"/>
1258
- </xsd:restriction>
1259
- </xsd:simpleType>
1260
- <xsd:simpleType name="ST_FFStatusTextVal">
1261
- <xsd:restriction base="xsd:string">
1262
- <xsd:maxLength value="140"/>
1263
- </xsd:restriction>
1264
- </xsd:simpleType>
1265
- <xsd:simpleType name="ST_FFName">
1266
- <xsd:restriction base="xsd:string">
1267
- <xsd:maxLength value="65"/>
1268
- </xsd:restriction>
1269
- </xsd:simpleType>
1270
- <xsd:simpleType name="ST_FFTextType">
1271
- <xsd:restriction base="xsd:string">
1272
- <xsd:enumeration value="regular"/>
1273
- <xsd:enumeration value="number"/>
1274
- <xsd:enumeration value="date"/>
1275
- <xsd:enumeration value="currentTime"/>
1276
- <xsd:enumeration value="currentDate"/>
1277
- <xsd:enumeration value="calculated"/>
1278
- </xsd:restriction>
1279
- </xsd:simpleType>
1280
- <xsd:complexType name="CT_FFTextType">
1281
- <xsd:attribute name="val" type="ST_FFTextType" use="required"/>
1282
- </xsd:complexType>
1283
- <xsd:complexType name="CT_FFName">
1284
- <xsd:attribute name="val" type="ST_FFName"/>
1285
- </xsd:complexType>
1286
- <xsd:complexType name="CT_FldChar">
1287
- <xsd:choice>
1288
- <xsd:element name="fldData" type="CT_Text" minOccurs="0" maxOccurs="1"/>
1289
- <xsd:element name="ffData" type="CT_FFData" minOccurs="0" maxOccurs="1"/>
1290
- <xsd:element name="numberingChange" type="CT_TrackChangeNumbering" minOccurs="0"/>
1291
- </xsd:choice>
1292
- <xsd:attribute name="fldCharType" type="ST_FldCharType" use="required"/>
1293
- <xsd:attribute name="fldLock" type="s:ST_OnOff"/>
1294
- <xsd:attribute name="dirty" type="s:ST_OnOff"/>
1295
- </xsd:complexType>
1296
- <xsd:complexType name="CT_Hyperlink">
1297
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
1298
- <xsd:attribute name="tgtFrame" type="s:ST_String" use="optional"/>
1299
- <xsd:attribute name="tooltip" type="s:ST_String" use="optional"/>
1300
- <xsd:attribute name="docLocation" type="s:ST_String" use="optional"/>
1301
- <xsd:attribute name="history" type="s:ST_OnOff" use="optional"/>
1302
- <xsd:attribute name="anchor" type="s:ST_String" use="optional"/>
1303
- <xsd:attribute ref="r:id"/>
1304
- </xsd:complexType>
1305
- <xsd:complexType name="CT_FFData">
1306
- <xsd:choice maxOccurs="unbounded">
1307
- <xsd:element name="name" type="CT_FFName"/>
1308
- <xsd:element name="label" type="CT_DecimalNumber" minOccurs="0"/>
1309
- <xsd:element name="tabIndex" type="CT_UnsignedDecimalNumber" minOccurs="0"/>
1310
- <xsd:element name="enabled" type="CT_OnOff"/>
1311
- <xsd:element name="calcOnExit" type="CT_OnOff"/>
1312
- <xsd:element name="entryMacro" type="CT_MacroName" minOccurs="0" maxOccurs="1"/>
1313
- <xsd:element name="exitMacro" type="CT_MacroName" minOccurs="0" maxOccurs="1"/>
1314
- <xsd:element name="helpText" type="CT_FFHelpText" minOccurs="0" maxOccurs="1"/>
1315
- <xsd:element name="statusText" type="CT_FFStatusText" minOccurs="0" maxOccurs="1"/>
1316
- <xsd:choice>
1317
- <xsd:element name="checkBox" type="CT_FFCheckBox"/>
1318
- <xsd:element name="ddList" type="CT_FFDDList"/>
1319
- <xsd:element name="textInput" type="CT_FFTextInput"/>
1320
- </xsd:choice>
1321
- </xsd:choice>
1322
- </xsd:complexType>
1323
- <xsd:complexType name="CT_FFHelpText">
1324
- <xsd:attribute name="type" type="ST_InfoTextType"/>
1325
- <xsd:attribute name="val" type="ST_FFHelpTextVal"/>
1326
- </xsd:complexType>
1327
- <xsd:complexType name="CT_FFStatusText">
1328
- <xsd:attribute name="type" type="ST_InfoTextType"/>
1329
- <xsd:attribute name="val" type="ST_FFStatusTextVal"/>
1330
- </xsd:complexType>
1331
- <xsd:complexType name="CT_FFCheckBox">
1332
- <xsd:sequence>
1333
- <xsd:choice>
1334
- <xsd:element name="size" type="CT_HpsMeasure"/>
1335
- <xsd:element name="sizeAuto" type="CT_OnOff"/>
1336
- </xsd:choice>
1337
- <xsd:element name="default" type="CT_OnOff" minOccurs="0"/>
1338
- <xsd:element name="checked" type="CT_OnOff" minOccurs="0"/>
1339
- </xsd:sequence>
1340
- </xsd:complexType>
1341
- <xsd:complexType name="CT_FFDDList">
1342
- <xsd:sequence>
1343
- <xsd:element name="result" type="CT_DecimalNumber" minOccurs="0"/>
1344
- <xsd:element name="default" type="CT_DecimalNumber" minOccurs="0"/>
1345
- <xsd:element name="listEntry" type="CT_String" minOccurs="0" maxOccurs="unbounded"/>
1346
- </xsd:sequence>
1347
- </xsd:complexType>
1348
- <xsd:complexType name="CT_FFTextInput">
1349
- <xsd:sequence>
1350
- <xsd:element name="type" type="CT_FFTextType" minOccurs="0"/>
1351
- <xsd:element name="default" type="CT_String" minOccurs="0"/>
1352
- <xsd:element name="maxLength" type="CT_DecimalNumber" minOccurs="0"/>
1353
- <xsd:element name="format" type="CT_String" minOccurs="0"/>
1354
- </xsd:sequence>
1355
- </xsd:complexType>
1356
- <xsd:simpleType name="ST_SectionMark">
1357
- <xsd:restriction base="xsd:string">
1358
- <xsd:enumeration value="nextPage"/>
1359
- <xsd:enumeration value="nextColumn"/>
1360
- <xsd:enumeration value="continuous"/>
1361
- <xsd:enumeration value="evenPage"/>
1362
- <xsd:enumeration value="oddPage"/>
1363
- </xsd:restriction>
1364
- </xsd:simpleType>
1365
- <xsd:complexType name="CT_SectType">
1366
- <xsd:attribute name="val" type="ST_SectionMark"/>
1367
- </xsd:complexType>
1368
- <xsd:complexType name="CT_PaperSource">
1369
- <xsd:attribute name="first" type="ST_DecimalNumber"/>
1370
- <xsd:attribute name="other" type="ST_DecimalNumber"/>
1371
- </xsd:complexType>
1372
- <xsd:simpleType name="ST_NumberFormat">
1373
- <xsd:restriction base="xsd:string">
1374
- <xsd:enumeration value="decimal"/>
1375
- <xsd:enumeration value="upperRoman"/>
1376
- <xsd:enumeration value="lowerRoman"/>
1377
- <xsd:enumeration value="upperLetter"/>
1378
- <xsd:enumeration value="lowerLetter"/>
1379
- <xsd:enumeration value="ordinal"/>
1380
- <xsd:enumeration value="cardinalText"/>
1381
- <xsd:enumeration value="ordinalText"/>
1382
- <xsd:enumeration value="hex"/>
1383
- <xsd:enumeration value="chicago"/>
1384
- <xsd:enumeration value="ideographDigital"/>
1385
- <xsd:enumeration value="japaneseCounting"/>
1386
- <xsd:enumeration value="aiueo"/>
1387
- <xsd:enumeration value="iroha"/>
1388
- <xsd:enumeration value="decimalFullWidth"/>
1389
- <xsd:enumeration value="decimalHalfWidth"/>
1390
- <xsd:enumeration value="japaneseLegal"/>
1391
- <xsd:enumeration value="japaneseDigitalTenThousand"/>
1392
- <xsd:enumeration value="decimalEnclosedCircle"/>
1393
- <xsd:enumeration value="decimalFullWidth2"/>
1394
- <xsd:enumeration value="aiueoFullWidth"/>
1395
- <xsd:enumeration value="irohaFullWidth"/>
1396
- <xsd:enumeration value="decimalZero"/>
1397
- <xsd:enumeration value="bullet"/>
1398
- <xsd:enumeration value="ganada"/>
1399
- <xsd:enumeration value="chosung"/>
1400
- <xsd:enumeration value="decimalEnclosedFullstop"/>
1401
- <xsd:enumeration value="decimalEnclosedParen"/>
1402
- <xsd:enumeration value="decimalEnclosedCircleChinese"/>
1403
- <xsd:enumeration value="ideographEnclosedCircle"/>
1404
- <xsd:enumeration value="ideographTraditional"/>
1405
- <xsd:enumeration value="ideographZodiac"/>
1406
- <xsd:enumeration value="ideographZodiacTraditional"/>
1407
- <xsd:enumeration value="taiwaneseCounting"/>
1408
- <xsd:enumeration value="ideographLegalTraditional"/>
1409
- <xsd:enumeration value="taiwaneseCountingThousand"/>
1410
- <xsd:enumeration value="taiwaneseDigital"/>
1411
- <xsd:enumeration value="chineseCounting"/>
1412
- <xsd:enumeration value="chineseLegalSimplified"/>
1413
- <xsd:enumeration value="chineseCountingThousand"/>
1414
- <xsd:enumeration value="koreanDigital"/>
1415
- <xsd:enumeration value="koreanCounting"/>
1416
- <xsd:enumeration value="koreanLegal"/>
1417
- <xsd:enumeration value="koreanDigital2"/>
1418
- <xsd:enumeration value="vietnameseCounting"/>
1419
- <xsd:enumeration value="russianLower"/>
1420
- <xsd:enumeration value="russianUpper"/>
1421
- <xsd:enumeration value="none"/>
1422
- <xsd:enumeration value="numberInDash"/>
1423
- <xsd:enumeration value="hebrew1"/>
1424
- <xsd:enumeration value="hebrew2"/>
1425
- <xsd:enumeration value="arabicAlpha"/>
1426
- <xsd:enumeration value="arabicAbjad"/>
1427
- <xsd:enumeration value="hindiVowels"/>
1428
- <xsd:enumeration value="hindiConsonants"/>
1429
- <xsd:enumeration value="hindiNumbers"/>
1430
- <xsd:enumeration value="hindiCounting"/>
1431
- <xsd:enumeration value="thaiLetters"/>
1432
- <xsd:enumeration value="thaiNumbers"/>
1433
- <xsd:enumeration value="thaiCounting"/>
1434
- <xsd:enumeration value="bahtText"/>
1435
- <xsd:enumeration value="dollarText"/>
1436
- <xsd:enumeration value="custom"/>
1437
- </xsd:restriction>
1438
- </xsd:simpleType>
1439
- <xsd:simpleType name="ST_PageOrientation">
1440
- <xsd:restriction base="xsd:string">
1441
- <xsd:enumeration value="portrait"/>
1442
- <xsd:enumeration value="landscape"/>
1443
- </xsd:restriction>
1444
- </xsd:simpleType>
1445
- <xsd:complexType name="CT_PageSz">
1446
- <xsd:attribute name="w" type="s:ST_TwipsMeasure"/>
1447
- <xsd:attribute name="h" type="s:ST_TwipsMeasure"/>
1448
- <xsd:attribute name="orient" type="ST_PageOrientation" use="optional"/>
1449
- <xsd:attribute name="code" type="ST_DecimalNumber" use="optional"/>
1450
- </xsd:complexType>
1451
- <xsd:complexType name="CT_PageMar">
1452
- <xsd:attribute name="top" type="ST_SignedTwipsMeasure" use="required"/>
1453
- <xsd:attribute name="right" type="s:ST_TwipsMeasure" use="required"/>
1454
- <xsd:attribute name="bottom" type="ST_SignedTwipsMeasure" use="required"/>
1455
- <xsd:attribute name="left" type="s:ST_TwipsMeasure" use="required"/>
1456
- <xsd:attribute name="header" type="s:ST_TwipsMeasure" use="required"/>
1457
- <xsd:attribute name="footer" type="s:ST_TwipsMeasure" use="required"/>
1458
- <xsd:attribute name="gutter" type="s:ST_TwipsMeasure" use="required"/>
1459
- </xsd:complexType>
1460
- <xsd:simpleType name="ST_PageBorderZOrder">
1461
- <xsd:restriction base="xsd:string">
1462
- <xsd:enumeration value="front"/>
1463
- <xsd:enumeration value="back"/>
1464
- </xsd:restriction>
1465
- </xsd:simpleType>
1466
- <xsd:simpleType name="ST_PageBorderDisplay">
1467
- <xsd:restriction base="xsd:string">
1468
- <xsd:enumeration value="allPages"/>
1469
- <xsd:enumeration value="firstPage"/>
1470
- <xsd:enumeration value="notFirstPage"/>
1471
- </xsd:restriction>
1472
- </xsd:simpleType>
1473
- <xsd:simpleType name="ST_PageBorderOffset">
1474
- <xsd:restriction base="xsd:string">
1475
- <xsd:enumeration value="page"/>
1476
- <xsd:enumeration value="text"/>
1477
- </xsd:restriction>
1478
- </xsd:simpleType>
1479
- <xsd:complexType name="CT_PageBorders">
1480
- <xsd:sequence>
1481
- <xsd:element name="top" type="CT_TopPageBorder" minOccurs="0"/>
1482
- <xsd:element name="left" type="CT_PageBorder" minOccurs="0"/>
1483
- <xsd:element name="bottom" type="CT_BottomPageBorder" minOccurs="0"/>
1484
- <xsd:element name="right" type="CT_PageBorder" minOccurs="0"/>
1485
- </xsd:sequence>
1486
- <xsd:attribute name="zOrder" type="ST_PageBorderZOrder" use="optional" default="front"/>
1487
- <xsd:attribute name="display" type="ST_PageBorderDisplay" use="optional"/>
1488
- <xsd:attribute name="offsetFrom" type="ST_PageBorderOffset" use="optional" default="text"/>
1489
- </xsd:complexType>
1490
- <xsd:complexType name="CT_PageBorder">
1491
- <xsd:complexContent>
1492
- <xsd:extension base="CT_Border">
1493
- <xsd:attribute ref="r:id" use="optional"/>
1494
- </xsd:extension>
1495
- </xsd:complexContent>
1496
- </xsd:complexType>
1497
- <xsd:complexType name="CT_BottomPageBorder">
1498
- <xsd:complexContent>
1499
- <xsd:extension base="CT_PageBorder">
1500
- <xsd:attribute ref="r:bottomLeft" use="optional"/>
1501
- <xsd:attribute ref="r:bottomRight" use="optional"/>
1502
- </xsd:extension>
1503
- </xsd:complexContent>
1504
- </xsd:complexType>
1505
- <xsd:complexType name="CT_TopPageBorder">
1506
- <xsd:complexContent>
1507
- <xsd:extension base="CT_PageBorder">
1508
- <xsd:attribute ref="r:topLeft" use="optional"/>
1509
- <xsd:attribute ref="r:topRight" use="optional"/>
1510
- </xsd:extension>
1511
- </xsd:complexContent>
1512
- </xsd:complexType>
1513
- <xsd:simpleType name="ST_ChapterSep">
1514
- <xsd:restriction base="xsd:string">
1515
- <xsd:enumeration value="hyphen"/>
1516
- <xsd:enumeration value="period"/>
1517
- <xsd:enumeration value="colon"/>
1518
- <xsd:enumeration value="emDash"/>
1519
- <xsd:enumeration value="enDash"/>
1520
- </xsd:restriction>
1521
- </xsd:simpleType>
1522
- <xsd:simpleType name="ST_LineNumberRestart">
1523
- <xsd:restriction base="xsd:string">
1524
- <xsd:enumeration value="newPage"/>
1525
- <xsd:enumeration value="newSection"/>
1526
- <xsd:enumeration value="continuous"/>
1527
- </xsd:restriction>
1528
- </xsd:simpleType>
1529
- <xsd:complexType name="CT_LineNumber">
1530
- <xsd:attribute name="countBy" type="ST_DecimalNumber" use="optional"/>
1531
- <xsd:attribute name="start" type="ST_DecimalNumber" use="optional" default="1"/>
1532
- <xsd:attribute name="distance" type="s:ST_TwipsMeasure" use="optional"/>
1533
- <xsd:attribute name="restart" type="ST_LineNumberRestart" use="optional" default="newPage"/>
1534
- </xsd:complexType>
1535
- <xsd:complexType name="CT_PageNumber">
1536
- <xsd:attribute name="fmt" type="ST_NumberFormat" use="optional" default="decimal"/>
1537
- <xsd:attribute name="start" type="ST_DecimalNumber" use="optional"/>
1538
- <xsd:attribute name="chapStyle" type="ST_DecimalNumber" use="optional"/>
1539
- <xsd:attribute name="chapSep" type="ST_ChapterSep" use="optional" default="hyphen"/>
1540
- </xsd:complexType>
1541
- <xsd:complexType name="CT_Column">
1542
- <xsd:attribute name="w" type="s:ST_TwipsMeasure" use="optional"/>
1543
- <xsd:attribute name="space" type="s:ST_TwipsMeasure" use="optional" default="0"/>
1544
- </xsd:complexType>
1545
- <xsd:complexType name="CT_Columns">
1546
- <xsd:sequence minOccurs="0">
1547
- <xsd:element name="col" type="CT_Column" maxOccurs="45"/>
1548
- </xsd:sequence>
1549
- <xsd:attribute name="equalWidth" type="s:ST_OnOff" use="optional"/>
1550
- <xsd:attribute name="space" type="s:ST_TwipsMeasure" use="optional" default="720"/>
1551
- <xsd:attribute name="num" type="ST_DecimalNumber" use="optional" default="1"/>
1552
- <xsd:attribute name="sep" type="s:ST_OnOff" use="optional"/>
1553
- </xsd:complexType>
1554
- <xsd:simpleType name="ST_VerticalJc">
1555
- <xsd:restriction base="xsd:string">
1556
- <xsd:enumeration value="top"/>
1557
- <xsd:enumeration value="center"/>
1558
- <xsd:enumeration value="both"/>
1559
- <xsd:enumeration value="bottom"/>
1560
- </xsd:restriction>
1561
- </xsd:simpleType>
1562
- <xsd:complexType name="CT_VerticalJc">
1563
- <xsd:attribute name="val" type="ST_VerticalJc" use="required"/>
1564
- </xsd:complexType>
1565
- <xsd:simpleType name="ST_DocGrid">
1566
- <xsd:restriction base="xsd:string">
1567
- <xsd:enumeration value="default"/>
1568
- <xsd:enumeration value="lines"/>
1569
- <xsd:enumeration value="linesAndChars"/>
1570
- <xsd:enumeration value="snapToChars"/>
1571
- </xsd:restriction>
1572
- </xsd:simpleType>
1573
- <xsd:complexType name="CT_DocGrid">
1574
- <xsd:attribute name="type" type="ST_DocGrid"/>
1575
- <xsd:attribute name="linePitch" type="ST_DecimalNumber"/>
1576
- <xsd:attribute name="charSpace" type="ST_DecimalNumber"/>
1577
- </xsd:complexType>
1578
- <xsd:simpleType name="ST_HdrFtr">
1579
- <xsd:restriction base="xsd:string">
1580
- <xsd:enumeration value="even"/>
1581
- <xsd:enumeration value="default"/>
1582
- <xsd:enumeration value="first"/>
1583
- </xsd:restriction>
1584
- </xsd:simpleType>
1585
- <xsd:simpleType name="ST_FtnEdn">
1586
- <xsd:restriction base="xsd:string">
1587
- <xsd:enumeration value="normal"/>
1588
- <xsd:enumeration value="separator"/>
1589
- <xsd:enumeration value="continuationSeparator"/>
1590
- <xsd:enumeration value="continuationNotice"/>
1591
- </xsd:restriction>
1592
- </xsd:simpleType>
1593
- <xsd:complexType name="CT_HdrFtrRef">
1594
- <xsd:complexContent>
1595
- <xsd:extension base="CT_Rel">
1596
- <xsd:attribute name="type" type="ST_HdrFtr" use="required"/>
1597
- </xsd:extension>
1598
- </xsd:complexContent>
1599
- </xsd:complexType>
1600
- <xsd:group name="EG_HdrFtrReferences">
1601
- <xsd:choice>
1602
- <xsd:element name="headerReference" type="CT_HdrFtrRef" minOccurs="0"/>
1603
- <xsd:element name="footerReference" type="CT_HdrFtrRef" minOccurs="0"/>
1604
- </xsd:choice>
1605
- </xsd:group>
1606
- <xsd:complexType name="CT_HdrFtr">
1607
- <xsd:group ref="EG_BlockLevelElts" minOccurs="1" maxOccurs="unbounded"/>
1608
- </xsd:complexType>
1609
- <xsd:group name="EG_SectPrContents">
1610
- <xsd:sequence>
1611
- <xsd:element name="footnotePr" type="CT_FtnProps" minOccurs="0"/>
1612
- <xsd:element name="endnotePr" type="CT_EdnProps" minOccurs="0"/>
1613
- <xsd:element name="type" type="CT_SectType" minOccurs="0"/>
1614
- <xsd:element name="pgSz" type="CT_PageSz" minOccurs="0"/>
1615
- <xsd:element name="pgMar" type="CT_PageMar" minOccurs="0"/>
1616
- <xsd:element name="paperSrc" type="CT_PaperSource" minOccurs="0"/>
1617
- <xsd:element name="pgBorders" type="CT_PageBorders" minOccurs="0"/>
1618
- <xsd:element name="lnNumType" type="CT_LineNumber" minOccurs="0"/>
1619
- <xsd:element name="pgNumType" type="CT_PageNumber" minOccurs="0"/>
1620
- <xsd:element name="cols" type="CT_Columns" minOccurs="0"/>
1621
- <xsd:element name="formProt" type="CT_OnOff" minOccurs="0"/>
1622
- <xsd:element name="vAlign" type="CT_VerticalJc" minOccurs="0"/>
1623
- <xsd:element name="noEndnote" type="CT_OnOff" minOccurs="0"/>
1624
- <xsd:element name="titlePg" type="CT_OnOff" minOccurs="0"/>
1625
- <xsd:element name="textDirection" type="CT_TextDirection" minOccurs="0"/>
1626
- <xsd:element name="bidi" type="CT_OnOff" minOccurs="0"/>
1627
- <xsd:element name="rtlGutter" type="CT_OnOff" minOccurs="0"/>
1628
- <xsd:element name="docGrid" type="CT_DocGrid" minOccurs="0"/>
1629
- <xsd:element name="printerSettings" type="CT_Rel" minOccurs="0"/>
1630
- </xsd:sequence>
1631
- </xsd:group>
1632
- <xsd:attributeGroup name="AG_SectPrAttributes">
1633
- <xsd:attribute name="rsidRPr" type="ST_LongHexNumber"/>
1634
- <xsd:attribute name="rsidDel" type="ST_LongHexNumber"/>
1635
- <xsd:attribute name="rsidR" type="ST_LongHexNumber"/>
1636
- <xsd:attribute name="rsidSect" type="ST_LongHexNumber"/>
1637
- </xsd:attributeGroup>
1638
- <xsd:complexType name="CT_SectPrBase">
1639
- <xsd:sequence>
1640
- <xsd:group ref="EG_SectPrContents" minOccurs="0"/>
1641
- </xsd:sequence>
1642
- <xsd:attributeGroup ref="AG_SectPrAttributes"/>
1643
- </xsd:complexType>
1644
- <xsd:complexType name="CT_SectPr">
1645
- <xsd:sequence>
1646
- <xsd:group ref="EG_HdrFtrReferences" minOccurs="0" maxOccurs="6"/>
1647
- <xsd:group ref="EG_SectPrContents" minOccurs="0"/>
1648
- <xsd:element name="sectPrChange" type="CT_SectPrChange" minOccurs="0"/>
1649
- </xsd:sequence>
1650
- <xsd:attributeGroup ref="AG_SectPrAttributes"/>
1651
- </xsd:complexType>
1652
- <xsd:simpleType name="ST_BrType">
1653
- <xsd:restriction base="xsd:string">
1654
- <xsd:enumeration value="page"/>
1655
- <xsd:enumeration value="column"/>
1656
- <xsd:enumeration value="textWrapping"/>
1657
- </xsd:restriction>
1658
- </xsd:simpleType>
1659
- <xsd:simpleType name="ST_BrClear">
1660
- <xsd:restriction base="xsd:string">
1661
- <xsd:enumeration value="none"/>
1662
- <xsd:enumeration value="left"/>
1663
- <xsd:enumeration value="right"/>
1664
- <xsd:enumeration value="all"/>
1665
- </xsd:restriction>
1666
- </xsd:simpleType>
1667
- <xsd:complexType name="CT_Br">
1668
- <xsd:attribute name="type" type="ST_BrType" use="optional"/>
1669
- <xsd:attribute name="clear" type="ST_BrClear" use="optional"/>
1670
- </xsd:complexType>
1671
- <xsd:simpleType name="ST_PTabAlignment">
1672
- <xsd:restriction base="xsd:string">
1673
- <xsd:enumeration value="left"/>
1674
- <xsd:enumeration value="center"/>
1675
- <xsd:enumeration value="right"/>
1676
- </xsd:restriction>
1677
- </xsd:simpleType>
1678
- <xsd:simpleType name="ST_PTabRelativeTo">
1679
- <xsd:restriction base="xsd:string">
1680
- <xsd:enumeration value="margin"/>
1681
- <xsd:enumeration value="indent"/>
1682
- </xsd:restriction>
1683
- </xsd:simpleType>
1684
- <xsd:simpleType name="ST_PTabLeader">
1685
- <xsd:restriction base="xsd:string">
1686
- <xsd:enumeration value="none"/>
1687
- <xsd:enumeration value="dot"/>
1688
- <xsd:enumeration value="hyphen"/>
1689
- <xsd:enumeration value="underscore"/>
1690
- <xsd:enumeration value="middleDot"/>
1691
- </xsd:restriction>
1692
- </xsd:simpleType>
1693
- <xsd:complexType name="CT_PTab">
1694
- <xsd:attribute name="alignment" type="ST_PTabAlignment" use="required"/>
1695
- <xsd:attribute name="relativeTo" type="ST_PTabRelativeTo" use="required"/>
1696
- <xsd:attribute name="leader" type="ST_PTabLeader" use="required"/>
1697
- </xsd:complexType>
1698
- <xsd:complexType name="CT_Sym">
1699
- <xsd:attribute name="font" type="s:ST_String"/>
1700
- <xsd:attribute name="char" type="ST_ShortHexNumber"/>
1701
- </xsd:complexType>
1702
- <xsd:simpleType name="ST_ProofErr">
1703
- <xsd:restriction base="xsd:string">
1704
- <xsd:enumeration value="spellStart"/>
1705
- <xsd:enumeration value="spellEnd"/>
1706
- <xsd:enumeration value="gramStart"/>
1707
- <xsd:enumeration value="gramEnd"/>
1708
- </xsd:restriction>
1709
- </xsd:simpleType>
1710
- <xsd:complexType name="CT_ProofErr">
1711
- <xsd:attribute name="type" type="ST_ProofErr" use="required"/>
1712
- </xsd:complexType>
1713
- <xsd:simpleType name="ST_EdGrp">
1714
- <xsd:restriction base="xsd:string">
1715
- <xsd:enumeration value="none"/>
1716
- <xsd:enumeration value="everyone"/>
1717
- <xsd:enumeration value="administrators"/>
1718
- <xsd:enumeration value="contributors"/>
1719
- <xsd:enumeration value="editors"/>
1720
- <xsd:enumeration value="owners"/>
1721
- <xsd:enumeration value="current"/>
1722
- </xsd:restriction>
1723
- </xsd:simpleType>
1724
- <xsd:complexType name="CT_Perm">
1725
- <xsd:attribute name="id" type="s:ST_String" use="required"/>
1726
- <xsd:attribute name="displacedByCustomXml" type="ST_DisplacedByCustomXml" use="optional"/>
1727
- </xsd:complexType>
1728
- <xsd:complexType name="CT_PermStart">
1729
- <xsd:complexContent>
1730
- <xsd:extension base="CT_Perm">
1731
- <xsd:attribute name="edGrp" type="ST_EdGrp" use="optional"/>
1732
- <xsd:attribute name="ed" type="s:ST_String" use="optional"/>
1733
- <xsd:attribute name="colFirst" type="ST_DecimalNumber" use="optional"/>
1734
- <xsd:attribute name="colLast" type="ST_DecimalNumber" use="optional"/>
1735
- </xsd:extension>
1736
- </xsd:complexContent>
1737
- </xsd:complexType>
1738
- <xsd:complexType name="CT_Text">
1739
- <xsd:simpleContent>
1740
- <xsd:extension base="s:ST_String">
1741
- <xsd:attribute ref="xml:space" use="optional"/>
1742
- </xsd:extension>
1743
- </xsd:simpleContent>
1744
- </xsd:complexType>
1745
- <xsd:group name="EG_RunInnerContent">
1746
- <xsd:choice>
1747
- <xsd:element name="br" type="CT_Br"/>
1748
- <xsd:element name="t" type="CT_Text"/>
1749
- <xsd:element name="contentPart" type="CT_Rel"/>
1750
- <xsd:element name="delText" type="CT_Text"/>
1751
- <xsd:element name="instrText" type="CT_Text"/>
1752
- <xsd:element name="delInstrText" type="CT_Text"/>
1753
- <xsd:element name="noBreakHyphen" type="CT_Empty"/>
1754
- <xsd:element name="softHyphen" type="CT_Empty" minOccurs="0"/>
1755
- <xsd:element name="dayShort" type="CT_Empty" minOccurs="0"/>
1756
- <xsd:element name="monthShort" type="CT_Empty" minOccurs="0"/>
1757
- <xsd:element name="yearShort" type="CT_Empty" minOccurs="0"/>
1758
- <xsd:element name="dayLong" type="CT_Empty" minOccurs="0"/>
1759
- <xsd:element name="monthLong" type="CT_Empty" minOccurs="0"/>
1760
- <xsd:element name="yearLong" type="CT_Empty" minOccurs="0"/>
1761
- <xsd:element name="annotationRef" type="CT_Empty" minOccurs="0"/>
1762
- <xsd:element name="footnoteRef" type="CT_Empty" minOccurs="0"/>
1763
- <xsd:element name="endnoteRef" type="CT_Empty" minOccurs="0"/>
1764
- <xsd:element name="separator" type="CT_Empty" minOccurs="0"/>
1765
- <xsd:element name="continuationSeparator" type="CT_Empty" minOccurs="0"/>
1766
- <xsd:element name="sym" type="CT_Sym" minOccurs="0"/>
1767
- <xsd:element name="pgNum" type="CT_Empty" minOccurs="0"/>
1768
- <xsd:element name="cr" type="CT_Empty" minOccurs="0"/>
1769
- <xsd:element name="tab" type="CT_Empty" minOccurs="0"/>
1770
- <xsd:element name="object" type="CT_Object"/>
1771
- <xsd:element name="pict" type="CT_Picture"/>
1772
- <xsd:element name="fldChar" type="CT_FldChar"/>
1773
- <xsd:element name="ruby" type="CT_Ruby"/>
1774
- <xsd:element name="footnoteReference" type="CT_FtnEdnRef"/>
1775
- <xsd:element name="endnoteReference" type="CT_FtnEdnRef"/>
1776
- <xsd:element name="commentReference" type="CT_Markup"/>
1777
- <xsd:element name="drawing" type="CT_Drawing"/>
1778
- <xsd:element name="ptab" type="CT_PTab" minOccurs="0"/>
1779
- <xsd:element name="lastRenderedPageBreak" type="CT_Empty" minOccurs="0" maxOccurs="1"/>
1780
- </xsd:choice>
1781
- </xsd:group>
1782
- <xsd:complexType name="CT_R">
1783
- <xsd:sequence>
1784
- <xsd:group ref="EG_RPr" minOccurs="0"/>
1785
- <xsd:group ref="EG_RunInnerContent" minOccurs="0" maxOccurs="unbounded"/>
1786
- </xsd:sequence>
1787
- <xsd:attribute name="rsidRPr" type="ST_LongHexNumber"/>
1788
- <xsd:attribute name="rsidDel" type="ST_LongHexNumber"/>
1789
- <xsd:attribute name="rsidR" type="ST_LongHexNumber"/>
1790
- </xsd:complexType>
1791
- <xsd:simpleType name="ST_Hint">
1792
- <xsd:restriction base="xsd:string">
1793
- <xsd:enumeration value="default"/>
1794
- <xsd:enumeration value="eastAsia"/>
1795
- </xsd:restriction>
1796
- </xsd:simpleType>
1797
- <xsd:simpleType name="ST_Theme">
1798
- <xsd:restriction base="xsd:string">
1799
- <xsd:enumeration value="majorEastAsia"/>
1800
- <xsd:enumeration value="majorBidi"/>
1801
- <xsd:enumeration value="majorAscii"/>
1802
- <xsd:enumeration value="majorHAnsi"/>
1803
- <xsd:enumeration value="minorEastAsia"/>
1804
- <xsd:enumeration value="minorBidi"/>
1805
- <xsd:enumeration value="minorAscii"/>
1806
- <xsd:enumeration value="minorHAnsi"/>
1807
- </xsd:restriction>
1808
- </xsd:simpleType>
1809
- <xsd:complexType name="CT_Fonts">
1810
- <xsd:attribute name="hint" type="ST_Hint"/>
1811
- <xsd:attribute name="ascii" type="s:ST_String"/>
1812
- <xsd:attribute name="hAnsi" type="s:ST_String"/>
1813
- <xsd:attribute name="eastAsia" type="s:ST_String"/>
1814
- <xsd:attribute name="cs" type="s:ST_String"/>
1815
- <xsd:attribute name="asciiTheme" type="ST_Theme"/>
1816
- <xsd:attribute name="hAnsiTheme" type="ST_Theme"/>
1817
- <xsd:attribute name="eastAsiaTheme" type="ST_Theme"/>
1818
- <xsd:attribute name="cstheme" type="ST_Theme"/>
1819
- </xsd:complexType>
1820
- <xsd:group name="EG_RPrBase">
1821
- <xsd:choice>
1822
- <xsd:element name="rStyle" type="CT_String"/>
1823
- <xsd:element name="rFonts" type="CT_Fonts"/>
1824
- <xsd:element name="b" type="CT_OnOff"/>
1825
- <xsd:element name="bCs" type="CT_OnOff"/>
1826
- <xsd:element name="i" type="CT_OnOff"/>
1827
- <xsd:element name="iCs" type="CT_OnOff"/>
1828
- <xsd:element name="caps" type="CT_OnOff"/>
1829
- <xsd:element name="smallCaps" type="CT_OnOff"/>
1830
- <xsd:element name="strike" type="CT_OnOff"/>
1831
- <xsd:element name="dstrike" type="CT_OnOff"/>
1832
- <xsd:element name="outline" type="CT_OnOff"/>
1833
- <xsd:element name="shadow" type="CT_OnOff"/>
1834
- <xsd:element name="emboss" type="CT_OnOff"/>
1835
- <xsd:element name="imprint" type="CT_OnOff"/>
1836
- <xsd:element name="noProof" type="CT_OnOff"/>
1837
- <xsd:element name="snapToGrid" type="CT_OnOff"/>
1838
- <xsd:element name="vanish" type="CT_OnOff"/>
1839
- <xsd:element name="webHidden" type="CT_OnOff"/>
1840
- <xsd:element name="color" type="CT_Color"/>
1841
- <xsd:element name="spacing" type="CT_SignedTwipsMeasure"/>
1842
- <xsd:element name="w" type="CT_TextScale"/>
1843
- <xsd:element name="kern" type="CT_HpsMeasure"/>
1844
- <xsd:element name="position" type="CT_SignedHpsMeasure"/>
1845
- <xsd:element name="sz" type="CT_HpsMeasure"/>
1846
- <xsd:element name="szCs" type="CT_HpsMeasure"/>
1847
- <xsd:element name="highlight" type="CT_Highlight"/>
1848
- <xsd:element name="u" type="CT_Underline"/>
1849
- <xsd:element name="effect" type="CT_TextEffect"/>
1850
- <xsd:element name="bdr" type="CT_Border"/>
1851
- <xsd:element name="shd" type="CT_Shd"/>
1852
- <xsd:element name="fitText" type="CT_FitText"/>
1853
- <xsd:element name="vertAlign" type="CT_VerticalAlignRun"/>
1854
- <xsd:element name="rtl" type="CT_OnOff"/>
1855
- <xsd:element name="cs" type="CT_OnOff"/>
1856
- <xsd:element name="em" type="CT_Em"/>
1857
- <xsd:element name="lang" type="CT_Language"/>
1858
- <xsd:element name="eastAsianLayout" type="CT_EastAsianLayout"/>
1859
- <xsd:element name="specVanish" type="CT_OnOff"/>
1860
- <xsd:element name="oMath" type="CT_OnOff"/>
1861
- </xsd:choice>
1862
- </xsd:group>
1863
- <xsd:group name="EG_RPrContent">
1864
- <xsd:sequence>
1865
- <xsd:group ref="EG_RPrBase" minOccurs="0" maxOccurs="unbounded"/>
1866
- <xsd:element name="rPrChange" type="CT_RPrChange" minOccurs="0"/>
1867
- </xsd:sequence>
1868
- </xsd:group>
1869
- <xsd:complexType name="CT_RPr">
1870
- <xsd:sequence>
1871
- <xsd:group ref="EG_RPrContent" minOccurs="0"/>
1872
- </xsd:sequence>
1873
- </xsd:complexType>
1874
- <xsd:group name="EG_RPr">
1875
- <xsd:sequence>
1876
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/>
1877
- </xsd:sequence>
1878
- </xsd:group>
1879
- <xsd:group name="EG_RPrMath">
1880
- <xsd:choice>
1881
- <xsd:group ref="EG_RPr"/>
1882
- <xsd:element name="ins" type="CT_MathCtrlIns"/>
1883
- <xsd:element name="del" type="CT_MathCtrlDel"/>
1884
- </xsd:choice>
1885
- </xsd:group>
1886
- <xsd:complexType name="CT_MathCtrlIns">
1887
- <xsd:complexContent>
1888
- <xsd:extension base="CT_TrackChange">
1889
- <xsd:choice minOccurs="0">
1890
- <xsd:element name="del" type="CT_RPrChange" minOccurs="1"/>
1891
- <xsd:element name="rPr" type="CT_RPr" minOccurs="1"/>
1892
- </xsd:choice>
1893
- </xsd:extension>
1894
- </xsd:complexContent>
1895
- </xsd:complexType>
1896
- <xsd:complexType name="CT_MathCtrlDel">
1897
- <xsd:complexContent>
1898
- <xsd:extension base="CT_TrackChange">
1899
- <xsd:choice minOccurs="0">
1900
- <xsd:element name="rPr" type="CT_RPr" minOccurs="1"/>
1901
- </xsd:choice>
1902
- </xsd:extension>
1903
- </xsd:complexContent>
1904
- </xsd:complexType>
1905
- <xsd:complexType name="CT_RPrOriginal">
1906
- <xsd:sequence>
1907
- <xsd:group ref="EG_RPrBase" minOccurs="0" maxOccurs="unbounded"/>
1908
- </xsd:sequence>
1909
- </xsd:complexType>
1910
- <xsd:complexType name="CT_ParaRPrOriginal">
1911
- <xsd:sequence>
1912
- <xsd:group ref="EG_ParaRPrTrackChanges" minOccurs="0"/>
1913
- <xsd:group ref="EG_RPrBase" minOccurs="0" maxOccurs="unbounded"/>
1914
- </xsd:sequence>
1915
- </xsd:complexType>
1916
- <xsd:complexType name="CT_ParaRPr">
1917
- <xsd:sequence>
1918
- <xsd:group ref="EG_ParaRPrTrackChanges" minOccurs="0"/>
1919
- <xsd:group ref="EG_RPrBase" minOccurs="0" maxOccurs="unbounded"/>
1920
- <xsd:element name="rPrChange" type="CT_ParaRPrChange" minOccurs="0"/>
1921
- </xsd:sequence>
1922
- </xsd:complexType>
1923
- <xsd:group name="EG_ParaRPrTrackChanges">
1924
- <xsd:sequence>
1925
- <xsd:element name="ins" type="CT_TrackChange" minOccurs="0"/>
1926
- <xsd:element name="del" type="CT_TrackChange" minOccurs="0"/>
1927
- <xsd:element name="moveFrom" type="CT_TrackChange" minOccurs="0"/>
1928
- <xsd:element name="moveTo" type="CT_TrackChange" minOccurs="0"/>
1929
- </xsd:sequence>
1930
- </xsd:group>
1931
- <xsd:complexType name="CT_AltChunk">
1932
- <xsd:sequence>
1933
- <xsd:element name="altChunkPr" type="CT_AltChunkPr" minOccurs="0" maxOccurs="1"/>
1934
- </xsd:sequence>
1935
- <xsd:attribute ref="r:id" use="optional"/>
1936
- </xsd:complexType>
1937
- <xsd:complexType name="CT_AltChunkPr">
1938
- <xsd:sequence>
1939
- <xsd:element name="matchSrc" type="CT_OnOff" minOccurs="0" maxOccurs="1"/>
1940
- </xsd:sequence>
1941
- </xsd:complexType>
1942
- <xsd:simpleType name="ST_RubyAlign">
1943
- <xsd:restriction base="xsd:string">
1944
- <xsd:enumeration value="center"/>
1945
- <xsd:enumeration value="distributeLetter"/>
1946
- <xsd:enumeration value="distributeSpace"/>
1947
- <xsd:enumeration value="left"/>
1948
- <xsd:enumeration value="right"/>
1949
- <xsd:enumeration value="rightVertical"/>
1950
- </xsd:restriction>
1951
- </xsd:simpleType>
1952
- <xsd:complexType name="CT_RubyAlign">
1953
- <xsd:attribute name="val" type="ST_RubyAlign" use="required"/>
1954
- </xsd:complexType>
1955
- <xsd:complexType name="CT_RubyPr">
1956
- <xsd:sequence>
1957
- <xsd:element name="rubyAlign" type="CT_RubyAlign"/>
1958
- <xsd:element name="hps" type="CT_HpsMeasure"/>
1959
- <xsd:element name="hpsRaise" type="CT_HpsMeasure"/>
1960
- <xsd:element name="hpsBaseText" type="CT_HpsMeasure"/>
1961
- <xsd:element name="lid" type="CT_Lang"/>
1962
- <xsd:element name="dirty" type="CT_OnOff" minOccurs="0"/>
1963
- </xsd:sequence>
1964
- </xsd:complexType>
1965
- <xsd:group name="EG_RubyContent">
1966
- <xsd:choice>
1967
- <xsd:element name="r" type="CT_R"/>
1968
- <xsd:group ref="EG_RunLevelElts" minOccurs="0" maxOccurs="unbounded"/>
1969
- </xsd:choice>
1970
- </xsd:group>
1971
- <xsd:complexType name="CT_RubyContent">
1972
- <xsd:group ref="EG_RubyContent" minOccurs="0" maxOccurs="unbounded"/>
1973
- </xsd:complexType>
1974
- <xsd:complexType name="CT_Ruby">
1975
- <xsd:sequence>
1976
- <xsd:element name="rubyPr" type="CT_RubyPr"/>
1977
- <xsd:element name="rt" type="CT_RubyContent"/>
1978
- <xsd:element name="rubyBase" type="CT_RubyContent"/>
1979
- </xsd:sequence>
1980
- </xsd:complexType>
1981
- <xsd:simpleType name="ST_Lock">
1982
- <xsd:restriction base="xsd:string">
1983
- <xsd:enumeration value="sdtLocked"/>
1984
- <xsd:enumeration value="contentLocked"/>
1985
- <xsd:enumeration value="unlocked"/>
1986
- <xsd:enumeration value="sdtContentLocked"/>
1987
- </xsd:restriction>
1988
- </xsd:simpleType>
1989
- <xsd:complexType name="CT_Lock">
1990
- <xsd:attribute name="val" type="ST_Lock"/>
1991
- </xsd:complexType>
1992
- <xsd:complexType name="CT_SdtListItem">
1993
- <xsd:attribute name="displayText" type="s:ST_String"/>
1994
- <xsd:attribute name="value" type="s:ST_String"/>
1995
- </xsd:complexType>
1996
- <xsd:simpleType name="ST_SdtDateMappingType">
1997
- <xsd:restriction base="xsd:string">
1998
- <xsd:enumeration value="text"/>
1999
- <xsd:enumeration value="date"/>
2000
- <xsd:enumeration value="dateTime"/>
2001
- </xsd:restriction>
2002
- </xsd:simpleType>
2003
- <xsd:complexType name="CT_SdtDateMappingType">
2004
- <xsd:attribute name="val" type="ST_SdtDateMappingType"/>
2005
- </xsd:complexType>
2006
- <xsd:complexType name="CT_CalendarType">
2007
- <xsd:attribute name="val" type="s:ST_CalendarType"/>
2008
- </xsd:complexType>
2009
- <xsd:complexType name="CT_SdtDate">
2010
- <xsd:sequence>
2011
- <xsd:element name="dateFormat" type="CT_String" minOccurs="0"/>
2012
- <xsd:element name="lid" type="CT_Lang" minOccurs="0"/>
2013
- <xsd:element name="storeMappedDataAs" type="CT_SdtDateMappingType" minOccurs="0"/>
2014
- <xsd:element name="calendar" type="CT_CalendarType" minOccurs="0"/>
2015
- </xsd:sequence>
2016
- <xsd:attribute name="fullDate" type="ST_DateTime" use="optional"/>
2017
- </xsd:complexType>
2018
- <xsd:complexType name="CT_SdtComboBox">
2019
- <xsd:sequence>
2020
- <xsd:element name="listItem" type="CT_SdtListItem" minOccurs="0" maxOccurs="unbounded"/>
2021
- </xsd:sequence>
2022
- <xsd:attribute name="lastValue" type="s:ST_String" use="optional" default=""/>
2023
- </xsd:complexType>
2024
- <xsd:complexType name="CT_SdtDocPart">
2025
- <xsd:sequence>
2026
- <xsd:element name="docPartGallery" type="CT_String" minOccurs="0"/>
2027
- <xsd:element name="docPartCategory" type="CT_String" minOccurs="0"/>
2028
- <xsd:element name="docPartUnique" type="CT_OnOff" minOccurs="0"/>
2029
- </xsd:sequence>
2030
- </xsd:complexType>
2031
- <xsd:complexType name="CT_SdtDropDownList">
2032
- <xsd:sequence>
2033
- <xsd:element name="listItem" type="CT_SdtListItem" minOccurs="0" maxOccurs="unbounded"/>
2034
- </xsd:sequence>
2035
- <xsd:attribute name="lastValue" type="s:ST_String" use="optional" default=""/>
2036
- </xsd:complexType>
2037
- <xsd:complexType name="CT_Placeholder">
2038
- <xsd:sequence>
2039
- <xsd:element name="docPart" type="CT_String"/>
2040
- </xsd:sequence>
2041
- </xsd:complexType>
2042
- <xsd:complexType name="CT_SdtText">
2043
- <xsd:attribute name="multiLine" type="s:ST_OnOff"/>
2044
- </xsd:complexType>
2045
- <xsd:complexType name="CT_DataBinding">
2046
- <xsd:attribute name="prefixMappings" type="s:ST_String"/>
2047
- <xsd:attribute name="xpath" type="s:ST_String" use="required"/>
2048
- <xsd:attribute name="storeItemID" type="s:ST_String" use="required"/>
2049
- </xsd:complexType>
2050
- <xsd:complexType name="CT_SdtPr">
2051
- <xsd:sequence>
2052
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/>
2053
- <xsd:element name="alias" type="CT_String" minOccurs="0"/>
2054
- <xsd:element name="tag" type="CT_String" minOccurs="0"/>
2055
- <xsd:element name="id" type="CT_DecimalNumber" minOccurs="0"/>
2056
- <xsd:element name="lock" type="CT_Lock" minOccurs="0"/>
2057
- <xsd:element name="placeholder" type="CT_Placeholder" minOccurs="0"/>
2058
- <xsd:element name="temporary" type="CT_OnOff" minOccurs="0"/>
2059
- <xsd:element name="showingPlcHdr" type="CT_OnOff" minOccurs="0"/>
2060
- <xsd:element name="dataBinding" type="CT_DataBinding" minOccurs="0"/>
2061
- <xsd:element name="label" type="CT_DecimalNumber" minOccurs="0"/>
2062
- <xsd:element name="tabIndex" type="CT_UnsignedDecimalNumber" minOccurs="0"/>
2063
- <xsd:choice minOccurs="0" maxOccurs="1">
2064
- <xsd:element name="equation" type="CT_Empty"/>
2065
- <xsd:element name="comboBox" type="CT_SdtComboBox"/>
2066
- <xsd:element name="date" type="CT_SdtDate"/>
2067
- <xsd:element name="docPartObj" type="CT_SdtDocPart"/>
2068
- <xsd:element name="docPartList" type="CT_SdtDocPart"/>
2069
- <xsd:element name="dropDownList" type="CT_SdtDropDownList"/>
2070
- <xsd:element name="picture" type="CT_Empty"/>
2071
- <xsd:element name="richText" type="CT_Empty"/>
2072
- <xsd:element name="text" type="CT_SdtText"/>
2073
- <xsd:element name="citation" type="CT_Empty"/>
2074
- <xsd:element name="group" type="CT_Empty"/>
2075
- <xsd:element name="bibliography" type="CT_Empty"/>
2076
- </xsd:choice>
2077
- </xsd:sequence>
2078
- </xsd:complexType>
2079
- <xsd:complexType name="CT_SdtEndPr">
2080
- <xsd:choice maxOccurs="unbounded">
2081
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/>
2082
- </xsd:choice>
2083
- </xsd:complexType>
2084
- <xsd:group name="EG_ContentRunContent">
2085
- <xsd:choice>
2086
- <xsd:element name="customXml" type="CT_CustomXmlRun"/>
2087
- <xsd:element name="smartTag" type="CT_SmartTagRun"/>
2088
- <xsd:element name="sdt" type="CT_SdtRun"/>
2089
- <xsd:element name="dir" type="CT_DirContentRun"/>
2090
- <xsd:element name="bdo" type="CT_BdoContentRun"/>
2091
- <xsd:element name="r" type="CT_R"/>
2092
- <xsd:group ref="EG_RunLevelElts" minOccurs="0" maxOccurs="unbounded"/>
2093
- </xsd:choice>
2094
- </xsd:group>
2095
- <xsd:complexType name="CT_DirContentRun">
2096
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
2097
- <xsd:attribute name="val" type="ST_Direction" use="optional"/>
2098
- </xsd:complexType>
2099
- <xsd:complexType name="CT_BdoContentRun">
2100
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
2101
- <xsd:attribute name="val" type="ST_Direction" use="optional"/>
2102
- </xsd:complexType>
2103
- <xsd:simpleType name="ST_Direction">
2104
- <xsd:restriction base="xsd:string">
2105
- <xsd:enumeration value="ltr"/>
2106
- <xsd:enumeration value="rtl"/>
2107
- </xsd:restriction>
2108
- </xsd:simpleType>
2109
- <xsd:complexType name="CT_SdtContentRun">
2110
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
2111
- </xsd:complexType>
2112
- <xsd:group name="EG_ContentBlockContent">
2113
- <xsd:choice>
2114
- <xsd:element name="customXml" type="CT_CustomXmlBlock"/>
2115
- <xsd:element name="sdt" type="CT_SdtBlock"/>
2116
- <xsd:element name="p" type="CT_P" minOccurs="0" maxOccurs="unbounded"/>
2117
- <xsd:element name="tbl" type="CT_Tbl" minOccurs="0" maxOccurs="unbounded"/>
2118
- <xsd:group ref="EG_RunLevelElts" minOccurs="0" maxOccurs="unbounded"/>
2119
- </xsd:choice>
2120
- </xsd:group>
2121
- <xsd:complexType name="CT_SdtContentBlock">
2122
- <xsd:group ref="EG_ContentBlockContent" minOccurs="0" maxOccurs="unbounded"/>
2123
- </xsd:complexType>
2124
- <xsd:group name="EG_ContentRowContent">
2125
- <xsd:choice>
2126
- <xsd:element name="tr" type="CT_Row" minOccurs="0" maxOccurs="unbounded"/>
2127
- <xsd:element name="customXml" type="CT_CustomXmlRow"/>
2128
- <xsd:element name="sdt" type="CT_SdtRow"/>
2129
- <xsd:group ref="EG_RunLevelElts" minOccurs="0" maxOccurs="unbounded"/>
2130
- </xsd:choice>
2131
- </xsd:group>
2132
- <xsd:complexType name="CT_SdtContentRow">
2133
- <xsd:group ref="EG_ContentRowContent" minOccurs="0" maxOccurs="unbounded"/>
2134
- </xsd:complexType>
2135
- <xsd:group name="EG_ContentCellContent">
2136
- <xsd:choice>
2137
- <xsd:element name="tc" type="CT_Tc" minOccurs="0" maxOccurs="unbounded"/>
2138
- <xsd:element name="customXml" type="CT_CustomXmlCell"/>
2139
- <xsd:element name="sdt" type="CT_SdtCell"/>
2140
- <xsd:group ref="EG_RunLevelElts" minOccurs="0" maxOccurs="unbounded"/>
2141
- </xsd:choice>
2142
- </xsd:group>
2143
- <xsd:complexType name="CT_SdtContentCell">
2144
- <xsd:group ref="EG_ContentCellContent" minOccurs="0" maxOccurs="unbounded"/>
2145
- </xsd:complexType>
2146
- <xsd:complexType name="CT_SdtBlock">
2147
- <xsd:sequence>
2148
- <xsd:element name="sdtPr" type="CT_SdtPr" minOccurs="0" maxOccurs="1"/>
2149
- <xsd:element name="sdtEndPr" type="CT_SdtEndPr" minOccurs="0" maxOccurs="1"/>
2150
- <xsd:element name="sdtContent" type="CT_SdtContentBlock" minOccurs="0" maxOccurs="1"/>
2151
- </xsd:sequence>
2152
- </xsd:complexType>
2153
- <xsd:complexType name="CT_SdtRun">
2154
- <xsd:sequence>
2155
- <xsd:element name="sdtPr" type="CT_SdtPr" minOccurs="0" maxOccurs="1"/>
2156
- <xsd:element name="sdtEndPr" type="CT_SdtEndPr" minOccurs="0" maxOccurs="1"/>
2157
- <xsd:element name="sdtContent" type="CT_SdtContentRun" minOccurs="0" maxOccurs="1"/>
2158
- </xsd:sequence>
2159
- </xsd:complexType>
2160
- <xsd:complexType name="CT_SdtCell">
2161
- <xsd:sequence>
2162
- <xsd:element name="sdtPr" type="CT_SdtPr" minOccurs="0" maxOccurs="1"/>
2163
- <xsd:element name="sdtEndPr" type="CT_SdtEndPr" minOccurs="0" maxOccurs="1"/>
2164
- <xsd:element name="sdtContent" type="CT_SdtContentCell" minOccurs="0" maxOccurs="1"/>
2165
- </xsd:sequence>
2166
- </xsd:complexType>
2167
- <xsd:complexType name="CT_SdtRow">
2168
- <xsd:sequence>
2169
- <xsd:element name="sdtPr" type="CT_SdtPr" minOccurs="0" maxOccurs="1"/>
2170
- <xsd:element name="sdtEndPr" type="CT_SdtEndPr" minOccurs="0" maxOccurs="1"/>
2171
- <xsd:element name="sdtContent" type="CT_SdtContentRow" minOccurs="0" maxOccurs="1"/>
2172
- </xsd:sequence>
2173
- </xsd:complexType>
2174
- <xsd:complexType name="CT_Attr">
2175
- <xsd:attribute name="uri" type="s:ST_String"/>
2176
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
2177
- <xsd:attribute name="val" type="s:ST_String" use="required"/>
2178
- </xsd:complexType>
2179
- <xsd:complexType name="CT_CustomXmlRun">
2180
- <xsd:sequence>
2181
- <xsd:element name="customXmlPr" type="CT_CustomXmlPr" minOccurs="0" maxOccurs="1"/>
2182
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
2183
- </xsd:sequence>
2184
- <xsd:attribute name="uri" type="s:ST_String"/>
2185
- <xsd:attribute name="element" type="s:ST_XmlName" use="required"/>
2186
- </xsd:complexType>
2187
- <xsd:complexType name="CT_SmartTagRun">
2188
- <xsd:sequence>
2189
- <xsd:element name="smartTagPr" type="CT_SmartTagPr" minOccurs="0" maxOccurs="1"/>
2190
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
2191
- </xsd:sequence>
2192
- <xsd:attribute name="uri" type="s:ST_String"/>
2193
- <xsd:attribute name="element" type="s:ST_XmlName" use="required"/>
2194
- </xsd:complexType>
2195
- <xsd:complexType name="CT_CustomXmlBlock">
2196
- <xsd:sequence>
2197
- <xsd:element name="customXmlPr" type="CT_CustomXmlPr" minOccurs="0" maxOccurs="1"/>
2198
- <xsd:group ref="EG_ContentBlockContent" minOccurs="0" maxOccurs="unbounded"/>
2199
- </xsd:sequence>
2200
- <xsd:attribute name="uri" type="s:ST_String"/>
2201
- <xsd:attribute name="element" type="s:ST_XmlName" use="required"/>
2202
- </xsd:complexType>
2203
- <xsd:complexType name="CT_CustomXmlPr">
2204
- <xsd:sequence>
2205
- <xsd:element name="placeholder" type="CT_String" minOccurs="0"/>
2206
- <xsd:element name="attr" type="CT_Attr" minOccurs="0" maxOccurs="unbounded"/>
2207
- </xsd:sequence>
2208
- </xsd:complexType>
2209
- <xsd:complexType name="CT_CustomXmlRow">
2210
- <xsd:sequence>
2211
- <xsd:element name="customXmlPr" type="CT_CustomXmlPr" minOccurs="0" maxOccurs="1"/>
2212
- <xsd:group ref="EG_ContentRowContent" minOccurs="0" maxOccurs="unbounded"/>
2213
- </xsd:sequence>
2214
- <xsd:attribute name="uri" type="s:ST_String"/>
2215
- <xsd:attribute name="element" type="s:ST_XmlName" use="required"/>
2216
- </xsd:complexType>
2217
- <xsd:complexType name="CT_CustomXmlCell">
2218
- <xsd:sequence>
2219
- <xsd:element name="customXmlPr" type="CT_CustomXmlPr" minOccurs="0" maxOccurs="1"/>
2220
- <xsd:group ref="EG_ContentCellContent" minOccurs="0" maxOccurs="unbounded"/>
2221
- </xsd:sequence>
2222
- <xsd:attribute name="uri" type="s:ST_String"/>
2223
- <xsd:attribute name="element" type="s:ST_XmlName" use="required"/>
2224
- </xsd:complexType>
2225
- <xsd:complexType name="CT_SmartTagPr">
2226
- <xsd:sequence>
2227
- <xsd:element name="attr" type="CT_Attr" minOccurs="0" maxOccurs="unbounded"/>
2228
- </xsd:sequence>
2229
- </xsd:complexType>
2230
- <xsd:group name="EG_PContent">
2231
- <xsd:choice>
2232
- <xsd:group ref="EG_ContentRunContent" minOccurs="0" maxOccurs="unbounded"/>
2233
- <xsd:element name="fldSimple" type="CT_SimpleField" minOccurs="0" maxOccurs="unbounded"/>
2234
- <xsd:element name="hyperlink" type="CT_Hyperlink"/>
2235
- <xsd:element name="subDoc" type="CT_Rel"/>
2236
- </xsd:choice>
2237
- </xsd:group>
2238
- <xsd:complexType name="CT_P">
2239
- <xsd:sequence>
2240
- <xsd:element name="pPr" type="CT_PPr" minOccurs="0"/>
2241
- <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
2242
- </xsd:sequence>
2243
- <xsd:attribute name="rsidRPr" type="ST_LongHexNumber"/>
2244
- <xsd:attribute name="rsidR" type="ST_LongHexNumber"/>
2245
- <xsd:attribute name="rsidDel" type="ST_LongHexNumber"/>
2246
- <xsd:attribute name="rsidP" type="ST_LongHexNumber"/>
2247
- <xsd:attribute name="rsidRDefault" type="ST_LongHexNumber"/>
2248
- </xsd:complexType>
2249
- <xsd:simpleType name="ST_TblWidth">
2250
- <xsd:restriction base="xsd:string">
2251
- <xsd:enumeration value="nil"/>
2252
- <xsd:enumeration value="pct"/>
2253
- <xsd:enumeration value="dxa"/>
2254
- <xsd:enumeration value="auto"/>
2255
- </xsd:restriction>
2256
- </xsd:simpleType>
2257
- <xsd:complexType name="CT_Height">
2258
- <xsd:attribute name="val" type="s:ST_TwipsMeasure"/>
2259
- <xsd:attribute name="hRule" type="ST_HeightRule"/>
2260
- </xsd:complexType>
2261
- <xsd:simpleType name="ST_MeasurementOrPercent">
2262
- <xsd:union memberTypes="ST_DecimalNumberOrPercent s:ST_UniversalMeasure"/>
2263
- </xsd:simpleType>
2264
- <xsd:complexType name="CT_TblWidth">
2265
- <xsd:attribute name="w" type="ST_MeasurementOrPercent"/>
2266
- <xsd:attribute name="type" type="ST_TblWidth"/>
2267
- </xsd:complexType>
2268
- <xsd:complexType name="CT_TblGridCol">
2269
- <xsd:attribute name="w" type="s:ST_TwipsMeasure"/>
2270
- </xsd:complexType>
2271
- <xsd:complexType name="CT_TblGridBase">
2272
- <xsd:sequence>
2273
- <xsd:element name="gridCol" type="CT_TblGridCol" minOccurs="0" maxOccurs="unbounded"/>
2274
- </xsd:sequence>
2275
- </xsd:complexType>
2276
- <xsd:complexType name="CT_TblGrid">
2277
- <xsd:complexContent>
2278
- <xsd:extension base="CT_TblGridBase">
2279
- <xsd:sequence>
2280
- <xsd:element name="tblGridChange" type="CT_TblGridChange" minOccurs="0"/>
2281
- </xsd:sequence>
2282
- </xsd:extension>
2283
- </xsd:complexContent>
2284
- </xsd:complexType>
2285
- <xsd:complexType name="CT_TcBorders">
2286
- <xsd:sequence>
2287
- <xsd:element name="top" type="CT_Border" minOccurs="0"/>
2288
- <xsd:element name="start" type="CT_Border" minOccurs="0"/>
2289
- <xsd:element name="left" type="CT_Border" minOccurs="0"/>
2290
- <xsd:element name="bottom" type="CT_Border" minOccurs="0"/>
2291
- <xsd:element name="end" type="CT_Border" minOccurs="0"/>
2292
- <xsd:element name="right" type="CT_Border" minOccurs="0"/>
2293
- <xsd:element name="insideH" type="CT_Border" minOccurs="0"/>
2294
- <xsd:element name="insideV" type="CT_Border" minOccurs="0"/>
2295
- <xsd:element name="tl2br" type="CT_Border" minOccurs="0"/>
2296
- <xsd:element name="tr2bl" type="CT_Border" minOccurs="0"/>
2297
- </xsd:sequence>
2298
- </xsd:complexType>
2299
- <xsd:complexType name="CT_TcMar">
2300
- <xsd:sequence>
2301
- <xsd:element name="top" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2302
- <xsd:element name="start" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2303
- <xsd:element name="left" type="CT_TblWidth" minOccurs="0"/>
2304
- <xsd:element name="bottom" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2305
- <xsd:element name="end" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2306
- <xsd:element name="right" type="CT_TblWidth" minOccurs="0"/>
2307
- </xsd:sequence>
2308
- </xsd:complexType>
2309
- <xsd:simpleType name="ST_Merge">
2310
- <xsd:restriction base="xsd:string">
2311
- <xsd:enumeration value="continue"/>
2312
- <xsd:enumeration value="restart"/>
2313
- </xsd:restriction>
2314
- </xsd:simpleType>
2315
- <xsd:complexType name="CT_VMerge">
2316
- <xsd:attribute name="val" type="ST_Merge"/>
2317
- </xsd:complexType>
2318
- <xsd:complexType name="CT_HMerge">
2319
- <xsd:attribute name="val" type="ST_Merge"/>
2320
- </xsd:complexType>
2321
- <xsd:complexType name="CT_TcPrBase">
2322
- <xsd:sequence>
2323
- <xsd:element name="cnfStyle" type="CT_Cnf" minOccurs="0" maxOccurs="1"/>
2324
- <xsd:element name="tcW" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2325
- <xsd:element name="gridSpan" type="CT_DecimalNumber" minOccurs="0"/>
2326
- <xsd:element name="hMerge" type="CT_HMerge" minOccurs="0"/>
2327
- <xsd:element name="vMerge" type="CT_VMerge" minOccurs="0"/>
2328
- <xsd:element name="tcBorders" type="CT_TcBorders" minOccurs="0" maxOccurs="1"/>
2329
- <xsd:element name="shd" type="CT_Shd" minOccurs="0"/>
2330
- <xsd:element name="noWrap" type="CT_OnOff" minOccurs="0"/>
2331
- <xsd:element name="tcMar" type="CT_TcMar" minOccurs="0" maxOccurs="1"/>
2332
- <xsd:element name="textDirection" type="CT_TextDirection" minOccurs="0" maxOccurs="1"/>
2333
- <xsd:element name="tcFitText" type="CT_OnOff" minOccurs="0" maxOccurs="1"/>
2334
- <xsd:element name="vAlign" type="CT_VerticalJc" minOccurs="0"/>
2335
- <xsd:element name="hideMark" type="CT_OnOff" minOccurs="0"/>
2336
- <xsd:element name="headers" type="CT_Headers" minOccurs="0"/>
2337
- </xsd:sequence>
2338
- </xsd:complexType>
2339
- <xsd:complexType name="CT_TcPr">
2340
- <xsd:complexContent>
2341
- <xsd:extension base="CT_TcPrInner">
2342
- <xsd:sequence>
2343
- <xsd:element name="tcPrChange" type="CT_TcPrChange" minOccurs="0"/>
2344
- </xsd:sequence>
2345
- </xsd:extension>
2346
- </xsd:complexContent>
2347
- </xsd:complexType>
2348
- <xsd:complexType name="CT_TcPrInner">
2349
- <xsd:complexContent>
2350
- <xsd:extension base="CT_TcPrBase">
2351
- <xsd:sequence>
2352
- <xsd:group ref="EG_CellMarkupElements" minOccurs="0" maxOccurs="1"/>
2353
- </xsd:sequence>
2354
- </xsd:extension>
2355
- </xsd:complexContent>
2356
- </xsd:complexType>
2357
- <xsd:complexType name="CT_Tc">
2358
- <xsd:sequence>
2359
- <xsd:element name="tcPr" type="CT_TcPr" minOccurs="0" maxOccurs="1"/>
2360
- <xsd:group ref="EG_BlockLevelElts" minOccurs="1" maxOccurs="unbounded"/>
2361
- </xsd:sequence>
2362
- <xsd:attribute name="id" type="s:ST_String" use="optional"/>
2363
- </xsd:complexType>
2364
- <xsd:simpleType name="ST_Cnf">
2365
- <xsd:restriction base="xsd:string">
2366
- <xsd:length value="12"/>
2367
- <xsd:pattern value="[01]*"/>
2368
- </xsd:restriction>
2369
- </xsd:simpleType>
2370
- <xsd:complexType name="CT_Cnf">
2371
- <xsd:attribute name="val" type="ST_Cnf"/>
2372
- <xsd:attribute name="firstRow" type="s:ST_OnOff"/>
2373
- <xsd:attribute name="lastRow" type="s:ST_OnOff"/>
2374
- <xsd:attribute name="firstColumn" type="s:ST_OnOff"/>
2375
- <xsd:attribute name="lastColumn" type="s:ST_OnOff"/>
2376
- <xsd:attribute name="oddVBand" type="s:ST_OnOff"/>
2377
- <xsd:attribute name="evenVBand" type="s:ST_OnOff"/>
2378
- <xsd:attribute name="oddHBand" type="s:ST_OnOff"/>
2379
- <xsd:attribute name="evenHBand" type="s:ST_OnOff"/>
2380
- <xsd:attribute name="firstRowFirstColumn" type="s:ST_OnOff"/>
2381
- <xsd:attribute name="firstRowLastColumn" type="s:ST_OnOff"/>
2382
- <xsd:attribute name="lastRowFirstColumn" type="s:ST_OnOff"/>
2383
- <xsd:attribute name="lastRowLastColumn" type="s:ST_OnOff"/>
2384
- </xsd:complexType>
2385
- <xsd:complexType name="CT_Headers">
2386
- <xsd:sequence minOccurs="0" maxOccurs="unbounded">
2387
- <xsd:element name="header" type="CT_String"/>
2388
- </xsd:sequence>
2389
- </xsd:complexType>
2390
- <xsd:complexType name="CT_TrPrBase">
2391
- <xsd:choice maxOccurs="unbounded">
2392
- <xsd:element name="cnfStyle" type="CT_Cnf" minOccurs="0" maxOccurs="1"/>
2393
- <xsd:element name="divId" type="CT_DecimalNumber" minOccurs="0"/>
2394
- <xsd:element name="gridBefore" type="CT_DecimalNumber" minOccurs="0"/>
2395
- <xsd:element name="gridAfter" type="CT_DecimalNumber" minOccurs="0"/>
2396
- <xsd:element name="wBefore" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2397
- <xsd:element name="wAfter" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2398
- <xsd:element name="cantSplit" type="CT_OnOff" minOccurs="0"/>
2399
- <xsd:element name="trHeight" type="CT_Height" minOccurs="0"/>
2400
- <xsd:element name="tblHeader" type="CT_OnOff" minOccurs="0"/>
2401
- <xsd:element name="tblCellSpacing" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2402
- <xsd:element name="jc" type="CT_JcTable" minOccurs="0" maxOccurs="1"/>
2403
- <xsd:element name="hidden" type="CT_OnOff" minOccurs="0"/>
2404
- </xsd:choice>
2405
- </xsd:complexType>
2406
- <xsd:complexType name="CT_TrPr">
2407
- <xsd:complexContent>
2408
- <xsd:extension base="CT_TrPrBase">
2409
- <xsd:sequence>
2410
- <xsd:element name="ins" type="CT_TrackChange" minOccurs="0"/>
2411
- <xsd:element name="del" type="CT_TrackChange" minOccurs="0"/>
2412
- <xsd:element name="trPrChange" type="CT_TrPrChange" minOccurs="0"/>
2413
- </xsd:sequence>
2414
- </xsd:extension>
2415
- </xsd:complexContent>
2416
- </xsd:complexType>
2417
- <xsd:complexType name="CT_Row">
2418
- <xsd:sequence>
2419
- <xsd:element name="tblPrEx" type="CT_TblPrEx" minOccurs="0" maxOccurs="1"/>
2420
- <xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1"/>
2421
- <xsd:group ref="EG_ContentCellContent" minOccurs="0" maxOccurs="unbounded"/>
2422
- </xsd:sequence>
2423
- <xsd:attribute name="rsidRPr" type="ST_LongHexNumber"/>
2424
- <xsd:attribute name="rsidR" type="ST_LongHexNumber"/>
2425
- <xsd:attribute name="rsidDel" type="ST_LongHexNumber"/>
2426
- <xsd:attribute name="rsidTr" type="ST_LongHexNumber"/>
2427
- </xsd:complexType>
2428
- <xsd:simpleType name="ST_TblLayoutType">
2429
- <xsd:restriction base="xsd:string">
2430
- <xsd:enumeration value="fixed"/>
2431
- <xsd:enumeration value="autofit"/>
2432
- </xsd:restriction>
2433
- </xsd:simpleType>
2434
- <xsd:complexType name="CT_TblLayoutType">
2435
- <xsd:attribute name="type" type="ST_TblLayoutType"/>
2436
- </xsd:complexType>
2437
- <xsd:simpleType name="ST_TblOverlap">
2438
- <xsd:restriction base="xsd:string">
2439
- <xsd:enumeration value="never"/>
2440
- <xsd:enumeration value="overlap"/>
2441
- </xsd:restriction>
2442
- </xsd:simpleType>
2443
- <xsd:complexType name="CT_TblOverlap">
2444
- <xsd:attribute name="val" type="ST_TblOverlap" use="required"/>
2445
- </xsd:complexType>
2446
- <xsd:complexType name="CT_TblPPr">
2447
- <xsd:attribute name="leftFromText" type="s:ST_TwipsMeasure"/>
2448
- <xsd:attribute name="rightFromText" type="s:ST_TwipsMeasure"/>
2449
- <xsd:attribute name="topFromText" type="s:ST_TwipsMeasure"/>
2450
- <xsd:attribute name="bottomFromText" type="s:ST_TwipsMeasure"/>
2451
- <xsd:attribute name="vertAnchor" type="ST_VAnchor"/>
2452
- <xsd:attribute name="horzAnchor" type="ST_HAnchor"/>
2453
- <xsd:attribute name="tblpXSpec" type="s:ST_XAlign"/>
2454
- <xsd:attribute name="tblpX" type="ST_SignedTwipsMeasure"/>
2455
- <xsd:attribute name="tblpYSpec" type="s:ST_YAlign"/>
2456
- <xsd:attribute name="tblpY" type="ST_SignedTwipsMeasure"/>
2457
- </xsd:complexType>
2458
- <xsd:complexType name="CT_TblCellMar">
2459
- <xsd:sequence>
2460
- <xsd:element name="top" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2461
- <xsd:element name="start" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2462
- <xsd:element name="left" type="CT_TblWidth" minOccurs="0"/>
2463
- <xsd:element name="bottom" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2464
- <xsd:element name="end" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2465
- <xsd:element name="right" type="CT_TblWidth" minOccurs="0"/>
2466
- </xsd:sequence>
2467
- </xsd:complexType>
2468
- <xsd:complexType name="CT_TblBorders">
2469
- <xsd:sequence>
2470
- <xsd:element name="top" type="CT_Border" minOccurs="0"/>
2471
- <xsd:element name="start" type="CT_Border" minOccurs="0"/>
2472
- <xsd:element name="left" type="CT_Border" minOccurs="0"/>
2473
- <xsd:element name="bottom" type="CT_Border" minOccurs="0"/>
2474
- <xsd:element name="end" type="CT_Border" minOccurs="0"/>
2475
- <xsd:element name="right" type="CT_Border" minOccurs="0"/>
2476
- <xsd:element name="insideH" type="CT_Border" minOccurs="0"/>
2477
- <xsd:element name="insideV" type="CT_Border" minOccurs="0"/>
2478
- </xsd:sequence>
2479
- </xsd:complexType>
2480
- <xsd:complexType name="CT_TblPrBase">
2481
- <xsd:sequence>
2482
- <xsd:element name="tblStyle" type="CT_String" minOccurs="0"/>
2483
- <xsd:element name="tblpPr" type="CT_TblPPr" minOccurs="0" maxOccurs="1"/>
2484
- <xsd:element name="tblOverlap" type="CT_TblOverlap" minOccurs="0" maxOccurs="1"/>
2485
- <xsd:element name="bidiVisual" type="CT_OnOff" minOccurs="0" maxOccurs="1"/>
2486
- <xsd:element name="tblStyleRowBandSize" type="CT_DecimalNumber" minOccurs="0" maxOccurs="1"/>
2487
- <xsd:element name="tblStyleColBandSize" type="CT_DecimalNumber" minOccurs="0" maxOccurs="1"/>
2488
- <xsd:element name="tblW" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2489
- <xsd:element name="jc" type="CT_JcTable" minOccurs="0" maxOccurs="1"/>
2490
- <xsd:element name="tblCellSpacing" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2491
- <xsd:element name="tblInd" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2492
- <xsd:element name="tblBorders" type="CT_TblBorders" minOccurs="0" maxOccurs="1"/>
2493
- <xsd:element name="shd" type="CT_Shd" minOccurs="0" maxOccurs="1"/>
2494
- <xsd:element name="tblLayout" type="CT_TblLayoutType" minOccurs="0" maxOccurs="1"/>
2495
- <xsd:element name="tblCellMar" type="CT_TblCellMar" minOccurs="0" maxOccurs="1"/>
2496
- <xsd:element name="tblLook" type="CT_TblLook" minOccurs="0" maxOccurs="1"/>
2497
- <xsd:element name="tblCaption" type="CT_String" minOccurs="0" maxOccurs="1"/>
2498
- <xsd:element name="tblDescription" type="CT_String" minOccurs="0" maxOccurs="1"/>
2499
- </xsd:sequence>
2500
- </xsd:complexType>
2501
- <xsd:complexType name="CT_TblPr">
2502
- <xsd:complexContent>
2503
- <xsd:extension base="CT_TblPrBase">
2504
- <xsd:sequence>
2505
- <xsd:element name="tblPrChange" type="CT_TblPrChange" minOccurs="0"/>
2506
- </xsd:sequence>
2507
- </xsd:extension>
2508
- </xsd:complexContent>
2509
- </xsd:complexType>
2510
- <xsd:complexType name="CT_TblPrExBase">
2511
- <xsd:sequence>
2512
- <xsd:element name="tblW" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2513
- <xsd:element name="jc" type="CT_JcTable" minOccurs="0" maxOccurs="1"/>
2514
- <xsd:element name="tblCellSpacing" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2515
- <xsd:element name="tblInd" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
2516
- <xsd:element name="tblBorders" type="CT_TblBorders" minOccurs="0" maxOccurs="1"/>
2517
- <xsd:element name="shd" type="CT_Shd" minOccurs="0" maxOccurs="1"/>
2518
- <xsd:element name="tblLayout" type="CT_TblLayoutType" minOccurs="0" maxOccurs="1"/>
2519
- <xsd:element name="tblCellMar" type="CT_TblCellMar" minOccurs="0" maxOccurs="1"/>
2520
- <xsd:element name="tblLook" type="CT_TblLook" minOccurs="0" maxOccurs="1"/>
2521
- </xsd:sequence>
2522
- </xsd:complexType>
2523
- <xsd:complexType name="CT_TblPrEx">
2524
- <xsd:complexContent>
2525
- <xsd:extension base="CT_TblPrExBase">
2526
- <xsd:sequence>
2527
- <xsd:element name="tblPrExChange" type="CT_TblPrExChange" minOccurs="0"/>
2528
- </xsd:sequence>
2529
- </xsd:extension>
2530
- </xsd:complexContent>
2531
- </xsd:complexType>
2532
- <xsd:complexType name="CT_Tbl">
2533
- <xsd:sequence>
2534
- <xsd:group ref="EG_RangeMarkupElements" minOccurs="0" maxOccurs="unbounded"/>
2535
- <xsd:element name="tblPr" type="CT_TblPr"/>
2536
- <xsd:element name="tblGrid" type="CT_TblGrid"/>
2537
- <xsd:group ref="EG_ContentRowContent" minOccurs="0" maxOccurs="unbounded"/>
2538
- </xsd:sequence>
2539
- </xsd:complexType>
2540
- <xsd:complexType name="CT_TblLook">
2541
- <xsd:attribute name="firstRow" type="s:ST_OnOff"/>
2542
- <xsd:attribute name="lastRow" type="s:ST_OnOff"/>
2543
- <xsd:attribute name="firstColumn" type="s:ST_OnOff"/>
2544
- <xsd:attribute name="lastColumn" type="s:ST_OnOff"/>
2545
- <xsd:attribute name="noHBand" type="s:ST_OnOff"/>
2546
- <xsd:attribute name="noVBand" type="s:ST_OnOff"/>
2547
- <xsd:attribute name="val" type="ST_ShortHexNumber"/>
2548
- </xsd:complexType>
2549
- <xsd:simpleType name="ST_FtnPos">
2550
- <xsd:restriction base="xsd:string">
2551
- <xsd:enumeration value="pageBottom"/>
2552
- <xsd:enumeration value="beneathText"/>
2553
- <xsd:enumeration value="sectEnd"/>
2554
- <xsd:enumeration value="docEnd"/>
2555
- </xsd:restriction>
2556
- </xsd:simpleType>
2557
- <xsd:complexType name="CT_FtnPos">
2558
- <xsd:attribute name="val" type="ST_FtnPos" use="required"/>
2559
- </xsd:complexType>
2560
- <xsd:simpleType name="ST_EdnPos">
2561
- <xsd:restriction base="xsd:string">
2562
- <xsd:enumeration value="sectEnd"/>
2563
- <xsd:enumeration value="docEnd"/>
2564
- </xsd:restriction>
2565
- </xsd:simpleType>
2566
- <xsd:complexType name="CT_EdnPos">
2567
- <xsd:attribute name="val" type="ST_EdnPos" use="required"/>
2568
- </xsd:complexType>
2569
- <xsd:complexType name="CT_NumFmt">
2570
- <xsd:attribute name="val" type="ST_NumberFormat" use="required"/>
2571
- <xsd:attribute name="format" type="s:ST_String" use="optional"/>
2572
- </xsd:complexType>
2573
- <xsd:simpleType name="ST_RestartNumber">
2574
- <xsd:restriction base="xsd:string">
2575
- <xsd:enumeration value="continuous"/>
2576
- <xsd:enumeration value="eachSect"/>
2577
- <xsd:enumeration value="eachPage"/>
2578
- </xsd:restriction>
2579
- </xsd:simpleType>
2580
- <xsd:complexType name="CT_NumRestart">
2581
- <xsd:attribute name="val" type="ST_RestartNumber" use="required"/>
2582
- </xsd:complexType>
2583
- <xsd:complexType name="CT_FtnEdnRef">
2584
- <xsd:attribute name="customMarkFollows" type="s:ST_OnOff" use="optional"/>
2585
- <xsd:attribute name="id" use="required" type="ST_DecimalNumber"/>
2586
- </xsd:complexType>
2587
- <xsd:complexType name="CT_FtnEdnSepRef">
2588
- <xsd:attribute name="id" type="ST_DecimalNumber" use="required"/>
2589
- </xsd:complexType>
2590
- <xsd:complexType name="CT_FtnEdn">
2591
- <xsd:sequence>
2592
- <xsd:group ref="EG_BlockLevelElts" minOccurs="1" maxOccurs="unbounded"/>
2593
- </xsd:sequence>
2594
- <xsd:attribute name="type" type="ST_FtnEdn" use="optional"/>
2595
- <xsd:attribute name="id" type="ST_DecimalNumber" use="required"/>
2596
- </xsd:complexType>
2597
- <xsd:group name="EG_FtnEdnNumProps">
2598
- <xsd:sequence>
2599
- <xsd:element name="numStart" type="CT_DecimalNumber" minOccurs="0"/>
2600
- <xsd:element name="numRestart" type="CT_NumRestart" minOccurs="0"/>
2601
- </xsd:sequence>
2602
- </xsd:group>
2603
- <xsd:complexType name="CT_FtnProps">
2604
- <xsd:sequence>
2605
- <xsd:element name="pos" type="CT_FtnPos" minOccurs="0"/>
2606
- <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0"/>
2607
- <xsd:group ref="EG_FtnEdnNumProps" minOccurs="0"/>
2608
- </xsd:sequence>
2609
- </xsd:complexType>
2610
- <xsd:complexType name="CT_EdnProps">
2611
- <xsd:sequence>
2612
- <xsd:element name="pos" type="CT_EdnPos" minOccurs="0"/>
2613
- <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0"/>
2614
- <xsd:group ref="EG_FtnEdnNumProps" minOccurs="0"/>
2615
- </xsd:sequence>
2616
- </xsd:complexType>
2617
- <xsd:complexType name="CT_FtnDocProps">
2618
- <xsd:complexContent>
2619
- <xsd:extension base="CT_FtnProps">
2620
- <xsd:sequence>
2621
- <xsd:element name="footnote" type="CT_FtnEdnSepRef" minOccurs="0" maxOccurs="3"/>
2622
- </xsd:sequence>
2623
- </xsd:extension>
2624
- </xsd:complexContent>
2625
- </xsd:complexType>
2626
- <xsd:complexType name="CT_EdnDocProps">
2627
- <xsd:complexContent>
2628
- <xsd:extension base="CT_EdnProps">
2629
- <xsd:sequence>
2630
- <xsd:element name="endnote" type="CT_FtnEdnSepRef" minOccurs="0" maxOccurs="3"/>
2631
- </xsd:sequence>
2632
- </xsd:extension>
2633
- </xsd:complexContent>
2634
- </xsd:complexType>
2635
- <xsd:complexType name="CT_RecipientData">
2636
- <xsd:sequence>
2637
- <xsd:element name="active" type="CT_OnOff" minOccurs="0"/>
2638
- <xsd:element name="column" type="CT_DecimalNumber" minOccurs="1"/>
2639
- <xsd:element name="uniqueTag" type="CT_Base64Binary" minOccurs="1"/>
2640
- </xsd:sequence>
2641
- </xsd:complexType>
2642
- <xsd:complexType name="CT_Base64Binary">
2643
- <xsd:attribute name="val" type="xsd:base64Binary" use="required"/>
2644
- </xsd:complexType>
2645
- <xsd:complexType name="CT_Recipients">
2646
- <xsd:sequence>
2647
- <xsd:element name="recipientData" type="CT_RecipientData" minOccurs="1" maxOccurs="unbounded"
2648
- />
2649
- </xsd:sequence>
2650
- </xsd:complexType>
2651
- <xsd:element name="recipients" type="CT_Recipients"/>
2652
- <xsd:complexType name="CT_OdsoFieldMapData">
2653
- <xsd:sequence>
2654
- <xsd:element name="type" type="CT_MailMergeOdsoFMDFieldType" minOccurs="0"/>
2655
- <xsd:element name="name" type="CT_String" minOccurs="0"/>
2656
- <xsd:element name="mappedName" type="CT_String" minOccurs="0"/>
2657
- <xsd:element name="column" type="CT_DecimalNumber" minOccurs="0"/>
2658
- <xsd:element name="lid" type="CT_Lang" minOccurs="0"/>
2659
- <xsd:element name="dynamicAddress" type="CT_OnOff" minOccurs="0"/>
2660
- </xsd:sequence>
2661
- </xsd:complexType>
2662
- <xsd:simpleType name="ST_MailMergeSourceType">
2663
- <xsd:restriction base="xsd:string">
2664
- <xsd:enumeration value="database"/>
2665
- <xsd:enumeration value="addressBook"/>
2666
- <xsd:enumeration value="document1"/>
2667
- <xsd:enumeration value="document2"/>
2668
- <xsd:enumeration value="text"/>
2669
- <xsd:enumeration value="email"/>
2670
- <xsd:enumeration value="native"/>
2671
- <xsd:enumeration value="legacy"/>
2672
- <xsd:enumeration value="master"/>
2673
- </xsd:restriction>
2674
- </xsd:simpleType>
2675
- <xsd:complexType name="CT_MailMergeSourceType">
2676
- <xsd:attribute name="val" use="required" type="ST_MailMergeSourceType"/>
2677
- </xsd:complexType>
2678
- <xsd:complexType name="CT_Odso">
2679
- <xsd:sequence>
2680
- <xsd:element name="udl" type="CT_String" minOccurs="0"/>
2681
- <xsd:element name="table" type="CT_String" minOccurs="0"/>
2682
- <xsd:element name="src" type="CT_Rel" minOccurs="0"/>
2683
- <xsd:element name="colDelim" type="CT_DecimalNumber" minOccurs="0"/>
2684
- <xsd:element name="type" type="CT_MailMergeSourceType" minOccurs="0"/>
2685
- <xsd:element name="fHdr" type="CT_OnOff" minOccurs="0"/>
2686
- <xsd:element name="fieldMapData" type="CT_OdsoFieldMapData" minOccurs="0"
2687
- maxOccurs="unbounded"/>
2688
- <xsd:element name="recipientData" type="CT_Rel" minOccurs="0" maxOccurs="unbounded"/>
2689
- </xsd:sequence>
2690
- </xsd:complexType>
2691
- <xsd:complexType name="CT_MailMerge">
2692
- <xsd:sequence>
2693
- <xsd:element name="mainDocumentType" type="CT_MailMergeDocType" minOccurs="1"/>
2694
- <xsd:element name="linkToQuery" type="CT_OnOff" minOccurs="0"/>
2695
- <xsd:element name="dataType" type="CT_MailMergeDataType" minOccurs="1"/>
2696
- <xsd:element name="connectString" type="CT_String" minOccurs="0"/>
2697
- <xsd:element name="query" type="CT_String" minOccurs="0"/>
2698
- <xsd:element name="dataSource" type="CT_Rel" minOccurs="0"/>
2699
- <xsd:element name="headerSource" type="CT_Rel" minOccurs="0"/>
2700
- <xsd:element name="doNotSuppressBlankLines" type="CT_OnOff" minOccurs="0"/>
2701
- <xsd:element name="destination" type="CT_MailMergeDest" minOccurs="0"/>
2702
- <xsd:element name="addressFieldName" type="CT_String" minOccurs="0"/>
2703
- <xsd:element name="mailSubject" type="CT_String" minOccurs="0"/>
2704
- <xsd:element name="mailAsAttachment" type="CT_OnOff" minOccurs="0"/>
2705
- <xsd:element name="viewMergedData" type="CT_OnOff" minOccurs="0"/>
2706
- <xsd:element name="activeRecord" type="CT_DecimalNumber" minOccurs="0"/>
2707
- <xsd:element name="checkErrors" type="CT_DecimalNumber" minOccurs="0"/>
2708
- <xsd:element name="odso" type="CT_Odso" minOccurs="0"/>
2709
- </xsd:sequence>
2710
- </xsd:complexType>
2711
- <xsd:simpleType name="ST_TargetScreenSz">
2712
- <xsd:restriction base="xsd:string">
2713
- <xsd:enumeration value="544x376"/>
2714
- <xsd:enumeration value="640x480"/>
2715
- <xsd:enumeration value="720x512"/>
2716
- <xsd:enumeration value="800x600"/>
2717
- <xsd:enumeration value="1024x768"/>
2718
- <xsd:enumeration value="1152x882"/>
2719
- <xsd:enumeration value="1152x900"/>
2720
- <xsd:enumeration value="1280x1024"/>
2721
- <xsd:enumeration value="1600x1200"/>
2722
- <xsd:enumeration value="1800x1440"/>
2723
- <xsd:enumeration value="1920x1200"/>
2724
- </xsd:restriction>
2725
- </xsd:simpleType>
2726
- <xsd:complexType name="CT_TargetScreenSz">
2727
- <xsd:attribute name="val" type="ST_TargetScreenSz" use="required"/>
2728
- </xsd:complexType>
2729
- <xsd:complexType name="CT_Compat">
2730
- <xsd:sequence>
2731
- <xsd:element name="useSingleBorderforContiguousCells" type="CT_OnOff" minOccurs="0"/>
2732
- <xsd:element name="wpJustification" type="CT_OnOff" minOccurs="0"/>
2733
- <xsd:element name="noTabHangInd" type="CT_OnOff" minOccurs="0"/>
2734
- <xsd:element name="noLeading" type="CT_OnOff" minOccurs="0"/>
2735
- <xsd:element name="spaceForUL" type="CT_OnOff" minOccurs="0"/>
2736
- <xsd:element name="noColumnBalance" type="CT_OnOff" minOccurs="0"/>
2737
- <xsd:element name="balanceSingleByteDoubleByteWidth" type="CT_OnOff" minOccurs="0"/>
2738
- <xsd:element name="noExtraLineSpacing" type="CT_OnOff" minOccurs="0"/>
2739
- <xsd:element name="doNotLeaveBackslashAlone" type="CT_OnOff" minOccurs="0"/>
2740
- <xsd:element name="ulTrailSpace" type="CT_OnOff" minOccurs="0"/>
2741
- <xsd:element name="doNotExpandShiftReturn" type="CT_OnOff" minOccurs="0"/>
2742
- <xsd:element name="spacingInWholePoints" type="CT_OnOff" minOccurs="0"/>
2743
- <xsd:element name="lineWrapLikeWord6" type="CT_OnOff" minOccurs="0"/>
2744
- <xsd:element name="printBodyTextBeforeHeader" type="CT_OnOff" minOccurs="0"/>
2745
- <xsd:element name="printColBlack" type="CT_OnOff" minOccurs="0"/>
2746
- <xsd:element name="wpSpaceWidth" type="CT_OnOff" minOccurs="0"/>
2747
- <xsd:element name="showBreaksInFrames" type="CT_OnOff" minOccurs="0"/>
2748
- <xsd:element name="subFontBySize" type="CT_OnOff" minOccurs="0"/>
2749
- <xsd:element name="suppressBottomSpacing" type="CT_OnOff" minOccurs="0"/>
2750
- <xsd:element name="suppressTopSpacing" type="CT_OnOff" minOccurs="0"/>
2751
- <xsd:element name="suppressSpacingAtTopOfPage" type="CT_OnOff" minOccurs="0"/>
2752
- <xsd:element name="suppressTopSpacingWP" type="CT_OnOff" minOccurs="0"/>
2753
- <xsd:element name="suppressSpBfAfterPgBrk" type="CT_OnOff" minOccurs="0"/>
2754
- <xsd:element name="swapBordersFacingPages" type="CT_OnOff" minOccurs="0"/>
2755
- <xsd:element name="convMailMergeEsc" type="CT_OnOff" minOccurs="0"/>
2756
- <xsd:element name="truncateFontHeightsLikeWP6" type="CT_OnOff" minOccurs="0"/>
2757
- <xsd:element name="mwSmallCaps" type="CT_OnOff" minOccurs="0"/>
2758
- <xsd:element name="usePrinterMetrics" type="CT_OnOff" minOccurs="0"/>
2759
- <xsd:element name="doNotSuppressParagraphBorders" type="CT_OnOff" minOccurs="0"/>
2760
- <xsd:element name="wrapTrailSpaces" type="CT_OnOff" minOccurs="0"/>
2761
- <xsd:element name="footnoteLayoutLikeWW8" type="CT_OnOff" minOccurs="0"/>
2762
- <xsd:element name="shapeLayoutLikeWW8" type="CT_OnOff" minOccurs="0"/>
2763
- <xsd:element name="alignTablesRowByRow" type="CT_OnOff" minOccurs="0"/>
2764
- <xsd:element name="forgetLastTabAlignment" type="CT_OnOff" minOccurs="0"/>
2765
- <xsd:element name="adjustLineHeightInTable" type="CT_OnOff" minOccurs="0"/>
2766
- <xsd:element name="autoSpaceLikeWord95" type="CT_OnOff" minOccurs="0"/>
2767
- <xsd:element name="noSpaceRaiseLower" type="CT_OnOff" minOccurs="0"/>
2768
- <xsd:element name="doNotUseHTMLParagraphAutoSpacing" type="CT_OnOff" minOccurs="0"/>
2769
- <xsd:element name="layoutRawTableWidth" type="CT_OnOff" minOccurs="0"/>
2770
- <xsd:element name="layoutTableRowsApart" type="CT_OnOff" minOccurs="0"/>
2771
- <xsd:element name="useWord97LineBreakRules" type="CT_OnOff" minOccurs="0"/>
2772
- <xsd:element name="doNotBreakWrappedTables" type="CT_OnOff" minOccurs="0"/>
2773
- <xsd:element name="doNotSnapToGridInCell" type="CT_OnOff" minOccurs="0"/>
2774
- <xsd:element name="selectFldWithFirstOrLastChar" type="CT_OnOff" minOccurs="0"/>
2775
- <xsd:element name="applyBreakingRules" type="CT_OnOff" minOccurs="0"/>
2776
- <xsd:element name="doNotWrapTextWithPunct" type="CT_OnOff" minOccurs="0"/>
2777
- <xsd:element name="doNotUseEastAsianBreakRules" type="CT_OnOff" minOccurs="0"/>
2778
- <xsd:element name="useWord2002TableStyleRules" type="CT_OnOff" minOccurs="0"/>
2779
- <xsd:element name="growAutofit" type="CT_OnOff" minOccurs="0"/>
2780
- <xsd:element name="useFELayout" type="CT_OnOff" minOccurs="0"/>
2781
- <xsd:element name="useNormalStyleForList" type="CT_OnOff" minOccurs="0"/>
2782
- <xsd:element name="doNotUseIndentAsNumberingTabStop" type="CT_OnOff" minOccurs="0"/>
2783
- <xsd:element name="useAltKinsokuLineBreakRules" type="CT_OnOff" minOccurs="0"/>
2784
- <xsd:element name="allowSpaceOfSameStyleInTable" type="CT_OnOff" minOccurs="0"/>
2785
- <xsd:element name="doNotSuppressIndentation" type="CT_OnOff" minOccurs="0"/>
2786
- <xsd:element name="doNotAutofitConstrainedTables" type="CT_OnOff" minOccurs="0"/>
2787
- <xsd:element name="autofitToFirstFixedWidthCell" type="CT_OnOff" minOccurs="0"/>
2788
- <xsd:element name="underlineTabInNumList" type="CT_OnOff" minOccurs="0"/>
2789
- <xsd:element name="displayHangulFixedWidth" type="CT_OnOff" minOccurs="0"/>
2790
- <xsd:element name="splitPgBreakAndParaMark" type="CT_OnOff" minOccurs="0"/>
2791
- <xsd:element name="doNotVertAlignCellWithSp" type="CT_OnOff" minOccurs="0"/>
2792
- <xsd:element name="doNotBreakConstrainedForcedTable" type="CT_OnOff" minOccurs="0"/>
2793
- <xsd:element name="doNotVertAlignInTxbx" type="CT_OnOff" minOccurs="0"/>
2794
- <xsd:element name="useAnsiKerningPairs" type="CT_OnOff" minOccurs="0"/>
2795
- <xsd:element name="cachedColBalance" type="CT_OnOff" minOccurs="0"/>
2796
- <xsd:element name="compatSetting" type="CT_CompatSetting" minOccurs="0" maxOccurs="unbounded"
2797
- />
2798
- </xsd:sequence>
2799
- </xsd:complexType>
2800
- <xsd:complexType name="CT_CompatSetting">
2801
- <xsd:attribute name="name" type="s:ST_String"/>
2802
- <xsd:attribute name="uri" type="s:ST_String"/>
2803
- <xsd:attribute name="val" type="s:ST_String"/>
2804
- </xsd:complexType>
2805
- <xsd:complexType name="CT_DocVar">
2806
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
2807
- <xsd:attribute name="val" type="s:ST_String" use="required"/>
2808
- </xsd:complexType>
2809
- <xsd:complexType name="CT_DocVars">
2810
- <xsd:sequence>
2811
- <xsd:element name="docVar" type="CT_DocVar" minOccurs="0" maxOccurs="unbounded"/>
2812
- </xsd:sequence>
2813
- </xsd:complexType>
2814
- <xsd:complexType name="CT_DocRsids">
2815
- <xsd:sequence>
2816
- <xsd:element name="rsidRoot" type="CT_LongHexNumber" minOccurs="0" maxOccurs="1"/>
2817
- <xsd:element name="rsid" type="CT_LongHexNumber" minOccurs="0" maxOccurs="unbounded"/>
2818
- </xsd:sequence>
2819
- </xsd:complexType>
2820
- <xsd:simpleType name="ST_CharacterSpacing">
2821
- <xsd:restriction base="xsd:string">
2822
- <xsd:enumeration value="doNotCompress"/>
2823
- <xsd:enumeration value="compressPunctuation"/>
2824
- <xsd:enumeration value="compressPunctuationAndJapaneseKana"/>
2825
- </xsd:restriction>
2826
- </xsd:simpleType>
2827
- <xsd:complexType name="CT_CharacterSpacing">
2828
- <xsd:attribute name="val" type="ST_CharacterSpacing" use="required"/>
2829
- </xsd:complexType>
2830
- <xsd:complexType name="CT_SaveThroughXslt">
2831
- <xsd:attribute ref="r:id" use="optional"/>
2832
- <xsd:attribute name="solutionID" type="s:ST_String" use="optional"/>
2833
- </xsd:complexType>
2834
- <xsd:complexType name="CT_RPrDefault">
2835
- <xsd:sequence>
2836
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/>
2837
- </xsd:sequence>
2838
- </xsd:complexType>
2839
- <xsd:complexType name="CT_PPrDefault">
2840
- <xsd:sequence>
2841
- <xsd:element name="pPr" type="CT_PPrGeneral" minOccurs="0"/>
2842
- </xsd:sequence>
2843
- </xsd:complexType>
2844
- <xsd:complexType name="CT_DocDefaults">
2845
- <xsd:sequence>
2846
- <xsd:element name="rPrDefault" type="CT_RPrDefault" minOccurs="0"/>
2847
- <xsd:element name="pPrDefault" type="CT_PPrDefault" minOccurs="0"/>
2848
- </xsd:sequence>
2849
- </xsd:complexType>
2850
- <xsd:simpleType name="ST_WmlColorSchemeIndex">
2851
- <xsd:restriction base="xsd:string">
2852
- <xsd:enumeration value="dark1"/>
2853
- <xsd:enumeration value="light1"/>
2854
- <xsd:enumeration value="dark2"/>
2855
- <xsd:enumeration value="light2"/>
2856
- <xsd:enumeration value="accent1"/>
2857
- <xsd:enumeration value="accent2"/>
2858
- <xsd:enumeration value="accent3"/>
2859
- <xsd:enumeration value="accent4"/>
2860
- <xsd:enumeration value="accent5"/>
2861
- <xsd:enumeration value="accent6"/>
2862
- <xsd:enumeration value="hyperlink"/>
2863
- <xsd:enumeration value="followedHyperlink"/>
2864
- </xsd:restriction>
2865
- </xsd:simpleType>
2866
- <xsd:complexType name="CT_ColorSchemeMapping">
2867
- <xsd:attribute name="bg1" type="ST_WmlColorSchemeIndex"/>
2868
- <xsd:attribute name="t1" type="ST_WmlColorSchemeIndex"/>
2869
- <xsd:attribute name="bg2" type="ST_WmlColorSchemeIndex"/>
2870
- <xsd:attribute name="t2" type="ST_WmlColorSchemeIndex"/>
2871
- <xsd:attribute name="accent1" type="ST_WmlColorSchemeIndex"/>
2872
- <xsd:attribute name="accent2" type="ST_WmlColorSchemeIndex"/>
2873
- <xsd:attribute name="accent3" type="ST_WmlColorSchemeIndex"/>
2874
- <xsd:attribute name="accent4" type="ST_WmlColorSchemeIndex"/>
2875
- <xsd:attribute name="accent5" type="ST_WmlColorSchemeIndex"/>
2876
- <xsd:attribute name="accent6" type="ST_WmlColorSchemeIndex"/>
2877
- <xsd:attribute name="hyperlink" type="ST_WmlColorSchemeIndex"/>
2878
- <xsd:attribute name="followedHyperlink" type="ST_WmlColorSchemeIndex"/>
2879
- </xsd:complexType>
2880
- <xsd:complexType name="CT_ReadingModeInkLockDown">
2881
- <xsd:attribute name="actualPg" type="s:ST_OnOff" use="required"/>
2882
- <xsd:attribute name="w" type="ST_PixelsMeasure" use="required"/>
2883
- <xsd:attribute name="h" type="ST_PixelsMeasure" use="required"/>
2884
- <xsd:attribute name="fontSz" type="ST_DecimalNumberOrPercent" use="required"/>
2885
- </xsd:complexType>
2886
- <xsd:complexType name="CT_WriteProtection">
2887
- <xsd:attribute name="recommended" type="s:ST_OnOff" use="optional"/>
2888
- <xsd:attributeGroup ref="AG_Password"/>
2889
- <xsd:attributeGroup ref="AG_TransitionalPassword"/>
2890
- </xsd:complexType>
2891
- <xsd:complexType name="CT_Settings">
2892
- <xsd:sequence>
2893
- <xsd:element name="writeProtection" type="CT_WriteProtection" minOccurs="0"/>
2894
- <xsd:element name="view" type="CT_View" minOccurs="0"/>
2895
- <xsd:element name="zoom" type="CT_Zoom" minOccurs="0"/>
2896
- <xsd:element name="removePersonalInformation" type="CT_OnOff" minOccurs="0"/>
2897
- <xsd:element name="removeDateAndTime" type="CT_OnOff" minOccurs="0"/>
2898
- <xsd:element name="doNotDisplayPageBoundaries" type="CT_OnOff" minOccurs="0"/>
2899
- <xsd:element name="displayBackgroundShape" type="CT_OnOff" minOccurs="0"/>
2900
- <xsd:element name="printPostScriptOverText" type="CT_OnOff" minOccurs="0"/>
2901
- <xsd:element name="printFractionalCharacterWidth" type="CT_OnOff" minOccurs="0"/>
2902
- <xsd:element name="printFormsData" type="CT_OnOff" minOccurs="0"/>
2903
- <xsd:element name="embedTrueTypeFonts" type="CT_OnOff" minOccurs="0"/>
2904
- <xsd:element name="embedSystemFonts" type="CT_OnOff" minOccurs="0"/>
2905
- <xsd:element name="saveSubsetFonts" type="CT_OnOff" minOccurs="0"/>
2906
- <xsd:element name="saveFormsData" type="CT_OnOff" minOccurs="0"/>
2907
- <xsd:element name="mirrorMargins" type="CT_OnOff" minOccurs="0"/>
2908
- <xsd:element name="alignBordersAndEdges" type="CT_OnOff" minOccurs="0"/>
2909
- <xsd:element name="bordersDoNotSurroundHeader" type="CT_OnOff" minOccurs="0"/>
2910
- <xsd:element name="bordersDoNotSurroundFooter" type="CT_OnOff" minOccurs="0"/>
2911
- <xsd:element name="gutterAtTop" type="CT_OnOff" minOccurs="0"/>
2912
- <xsd:element name="hideSpellingErrors" type="CT_OnOff" minOccurs="0"/>
2913
- <xsd:element name="hideGrammaticalErrors" type="CT_OnOff" minOccurs="0"/>
2914
- <xsd:element name="activeWritingStyle" type="CT_WritingStyle" minOccurs="0"
2915
- maxOccurs="unbounded"/>
2916
- <xsd:element name="proofState" type="CT_Proof" minOccurs="0"/>
2917
- <xsd:element name="formsDesign" type="CT_OnOff" minOccurs="0"/>
2918
- <xsd:element name="attachedTemplate" type="CT_Rel" minOccurs="0"/>
2919
- <xsd:element name="linkStyles" type="CT_OnOff" minOccurs="0"/>
2920
- <xsd:element name="stylePaneFormatFilter" type="CT_StylePaneFilter" minOccurs="0"/>
2921
- <xsd:element name="stylePaneSortMethod" type="CT_StyleSort" minOccurs="0"/>
2922
- <xsd:element name="documentType" type="CT_DocType" minOccurs="0"/>
2923
- <xsd:element name="mailMerge" type="CT_MailMerge" minOccurs="0"/>
2924
- <xsd:element name="revisionView" type="CT_TrackChangesView" minOccurs="0"/>
2925
- <xsd:element name="trackRevisions" type="CT_OnOff" minOccurs="0"/>
2926
- <xsd:element name="doNotTrackMoves" type="CT_OnOff" minOccurs="0"/>
2927
- <xsd:element name="doNotTrackFormatting" type="CT_OnOff" minOccurs="0"/>
2928
- <xsd:element name="documentProtection" type="CT_DocProtect" minOccurs="0"/>
2929
- <xsd:element name="autoFormatOverride" type="CT_OnOff" minOccurs="0"/>
2930
- <xsd:element name="styleLockTheme" type="CT_OnOff" minOccurs="0"/>
2931
- <xsd:element name="styleLockQFSet" type="CT_OnOff" minOccurs="0"/>
2932
- <xsd:element name="defaultTabStop" type="CT_TwipsMeasure" minOccurs="0"/>
2933
- <xsd:element name="autoHyphenation" type="CT_OnOff" minOccurs="0"/>
2934
- <xsd:element name="consecutiveHyphenLimit" type="CT_DecimalNumber" minOccurs="0"/>
2935
- <xsd:element name="hyphenationZone" type="CT_TwipsMeasure" minOccurs="0"/>
2936
- <xsd:element name="doNotHyphenateCaps" type="CT_OnOff" minOccurs="0"/>
2937
- <xsd:element name="showEnvelope" type="CT_OnOff" minOccurs="0"/>
2938
- <xsd:element name="summaryLength" type="CT_DecimalNumberOrPrecent" minOccurs="0"/>
2939
- <xsd:element name="clickAndTypeStyle" type="CT_String" minOccurs="0"/>
2940
- <xsd:element name="defaultTableStyle" type="CT_String" minOccurs="0"/>
2941
- <xsd:element name="evenAndOddHeaders" type="CT_OnOff" minOccurs="0"/>
2942
- <xsd:element name="bookFoldRevPrinting" type="CT_OnOff" minOccurs="0"/>
2943
- <xsd:element name="bookFoldPrinting" type="CT_OnOff" minOccurs="0"/>
2944
- <xsd:element name="bookFoldPrintingSheets" type="CT_DecimalNumber" minOccurs="0"/>
2945
- <xsd:element name="drawingGridHorizontalSpacing" type="CT_TwipsMeasure" minOccurs="0"/>
2946
- <xsd:element name="drawingGridVerticalSpacing" type="CT_TwipsMeasure" minOccurs="0"/>
2947
- <xsd:element name="displayHorizontalDrawingGridEvery" type="CT_DecimalNumber" minOccurs="0"/>
2948
- <xsd:element name="displayVerticalDrawingGridEvery" type="CT_DecimalNumber" minOccurs="0"/>
2949
- <xsd:element name="doNotUseMarginsForDrawingGridOrigin" type="CT_OnOff" minOccurs="0"/>
2950
- <xsd:element name="drawingGridHorizontalOrigin" type="CT_TwipsMeasure" minOccurs="0"/>
2951
- <xsd:element name="drawingGridVerticalOrigin" type="CT_TwipsMeasure" minOccurs="0"/>
2952
- <xsd:element name="doNotShadeFormData" type="CT_OnOff" minOccurs="0"/>
2953
- <xsd:element name="noPunctuationKerning" type="CT_OnOff" minOccurs="0"/>
2954
- <xsd:element name="characterSpacingControl" type="CT_CharacterSpacing" minOccurs="0"/>
2955
- <xsd:element name="printTwoOnOne" type="CT_OnOff" minOccurs="0"/>
2956
- <xsd:element name="strictFirstAndLastChars" type="CT_OnOff" minOccurs="0"/>
2957
- <xsd:element name="noLineBreaksAfter" type="CT_Kinsoku" minOccurs="0"/>
2958
- <xsd:element name="noLineBreaksBefore" type="CT_Kinsoku" minOccurs="0"/>
2959
- <xsd:element name="savePreviewPicture" type="CT_OnOff" minOccurs="0"/>
2960
- <xsd:element name="doNotValidateAgainstSchema" type="CT_OnOff" minOccurs="0"/>
2961
- <xsd:element name="saveInvalidXml" type="CT_OnOff" minOccurs="0"/>
2962
- <xsd:element name="ignoreMixedContent" type="CT_OnOff" minOccurs="0"/>
2963
- <xsd:element name="alwaysShowPlaceholderText" type="CT_OnOff" minOccurs="0"/>
2964
- <xsd:element name="doNotDemarcateInvalidXml" type="CT_OnOff" minOccurs="0"/>
2965
- <xsd:element name="saveXmlDataOnly" type="CT_OnOff" minOccurs="0"/>
2966
- <xsd:element name="useXSLTWhenSaving" type="CT_OnOff" minOccurs="0"/>
2967
- <xsd:element name="saveThroughXslt" type="CT_SaveThroughXslt" minOccurs="0"/>
2968
- <xsd:element name="showXMLTags" type="CT_OnOff" minOccurs="0"/>
2969
- <xsd:element name="alwaysMergeEmptyNamespace" type="CT_OnOff" minOccurs="0"/>
2970
- <xsd:element name="updateFields" type="CT_OnOff" minOccurs="0"/>
2971
- <xsd:element name="hdrShapeDefaults" type="CT_ShapeDefaults" minOccurs="0"/>
2972
- <xsd:element name="footnotePr" type="CT_FtnDocProps" minOccurs="0"/>
2973
- <xsd:element name="endnotePr" type="CT_EdnDocProps" minOccurs="0"/>
2974
- <xsd:element name="compat" type="CT_Compat" minOccurs="0"/>
2975
- <xsd:element name="docVars" type="CT_DocVars" minOccurs="0"/>
2976
- <xsd:element name="rsids" type="CT_DocRsids" minOccurs="0"/>
2977
- <xsd:element ref="m:mathPr" minOccurs="0" maxOccurs="1"/>
2978
- <xsd:element name="attachedSchema" type="CT_String" minOccurs="0" maxOccurs="unbounded"/>
2979
- <xsd:element name="themeFontLang" type="CT_Language" minOccurs="0" maxOccurs="1"/>
2980
- <xsd:element name="clrSchemeMapping" type="CT_ColorSchemeMapping" minOccurs="0"/>
2981
- <xsd:element name="doNotIncludeSubdocsInStats" type="CT_OnOff" minOccurs="0"/>
2982
- <xsd:element name="doNotAutoCompressPictures" type="CT_OnOff" minOccurs="0"/>
2983
- <xsd:element name="forceUpgrade" type="CT_Empty" minOccurs="0" maxOccurs="1"/>
2984
- <xsd:element name="captions" type="CT_Captions" minOccurs="0" maxOccurs="1"/>
2985
- <xsd:element name="readModeInkLockDown" type="CT_ReadingModeInkLockDown" minOccurs="0"/>
2986
- <xsd:element name="smartTagType" type="CT_SmartTagType" minOccurs="0" maxOccurs="unbounded"/>
2987
- <xsd:element ref="sl:schemaLibrary" minOccurs="0" maxOccurs="1"/>
2988
- <xsd:element name="shapeDefaults" type="CT_ShapeDefaults" minOccurs="0"/>
2989
- <xsd:element name="doNotEmbedSmartTags" type="CT_OnOff" minOccurs="0"/>
2990
- <xsd:element name="decimalSymbol" type="CT_String" minOccurs="0" maxOccurs="1"/>
2991
- <xsd:element name="listSeparator" type="CT_String" minOccurs="0" maxOccurs="1"/>
2992
- </xsd:sequence>
2993
- </xsd:complexType>
2994
- <xsd:complexType name="CT_StyleSort">
2995
- <xsd:attribute name="val" type="ST_StyleSort" use="required"/>
2996
- </xsd:complexType>
2997
- <xsd:complexType name="CT_StylePaneFilter">
2998
- <xsd:attribute name="allStyles" type="s:ST_OnOff"/>
2999
- <xsd:attribute name="customStyles" type="s:ST_OnOff"/>
3000
- <xsd:attribute name="latentStyles" type="s:ST_OnOff"/>
3001
- <xsd:attribute name="stylesInUse" type="s:ST_OnOff"/>
3002
- <xsd:attribute name="headingStyles" type="s:ST_OnOff"/>
3003
- <xsd:attribute name="numberingStyles" type="s:ST_OnOff"/>
3004
- <xsd:attribute name="tableStyles" type="s:ST_OnOff"/>
3005
- <xsd:attribute name="directFormattingOnRuns" type="s:ST_OnOff"/>
3006
- <xsd:attribute name="directFormattingOnParagraphs" type="s:ST_OnOff"/>
3007
- <xsd:attribute name="directFormattingOnNumbering" type="s:ST_OnOff"/>
3008
- <xsd:attribute name="directFormattingOnTables" type="s:ST_OnOff"/>
3009
- <xsd:attribute name="clearFormatting" type="s:ST_OnOff"/>
3010
- <xsd:attribute name="top3HeadingStyles" type="s:ST_OnOff"/>
3011
- <xsd:attribute name="visibleStyles" type="s:ST_OnOff"/>
3012
- <xsd:attribute name="alternateStyleNames" type="s:ST_OnOff"/>
3013
- <xsd:attribute name="val" type="ST_ShortHexNumber"/>
3014
- </xsd:complexType>
3015
- <xsd:simpleType name="ST_StyleSort">
3016
- <xsd:restriction base="xsd:string">
3017
- <xsd:enumeration value="name"/>
3018
- <xsd:enumeration value="priority"/>
3019
- <xsd:enumeration value="default"/>
3020
- <xsd:enumeration value="font"/>
3021
- <xsd:enumeration value="basedOn"/>
3022
- <xsd:enumeration value="type"/>
3023
- <xsd:enumeration value="0000"/>
3024
- <xsd:enumeration value="0001"/>
3025
- <xsd:enumeration value="0002"/>
3026
- <xsd:enumeration value="0003"/>
3027
- <xsd:enumeration value="0004"/>
3028
- <xsd:enumeration value="0005"/>
3029
- </xsd:restriction>
3030
- </xsd:simpleType>
3031
- <xsd:complexType name="CT_WebSettings">
3032
- <xsd:sequence>
3033
- <xsd:element name="frameset" type="CT_Frameset" minOccurs="0"/>
3034
- <xsd:element name="divs" type="CT_Divs" minOccurs="0"/>
3035
- <xsd:element name="encoding" type="CT_String" minOccurs="0"/>
3036
- <xsd:element name="optimizeForBrowser" type="CT_OptimizeForBrowser" minOccurs="0"/>
3037
- <xsd:element name="relyOnVML" type="CT_OnOff" minOccurs="0"/>
3038
- <xsd:element name="allowPNG" type="CT_OnOff" minOccurs="0"/>
3039
- <xsd:element name="doNotRelyOnCSS" type="CT_OnOff" minOccurs="0"/>
3040
- <xsd:element name="doNotSaveAsSingleFile" type="CT_OnOff" minOccurs="0"/>
3041
- <xsd:element name="doNotOrganizeInFolder" type="CT_OnOff" minOccurs="0"/>
3042
- <xsd:element name="doNotUseLongFileNames" type="CT_OnOff" minOccurs="0"/>
3043
- <xsd:element name="pixelsPerInch" type="CT_DecimalNumber" minOccurs="0"/>
3044
- <xsd:element name="targetScreenSz" type="CT_TargetScreenSz" minOccurs="0"/>
3045
- <xsd:element name="saveSmartTagsAsXml" type="CT_OnOff" minOccurs="0"/>
3046
- </xsd:sequence>
3047
- </xsd:complexType>
3048
- <xsd:simpleType name="ST_FrameScrollbar">
3049
- <xsd:restriction base="xsd:string">
3050
- <xsd:enumeration value="on"/>
3051
- <xsd:enumeration value="off"/>
3052
- <xsd:enumeration value="auto"/>
3053
- </xsd:restriction>
3054
- </xsd:simpleType>
3055
- <xsd:complexType name="CT_FrameScrollbar">
3056
- <xsd:attribute name="val" type="ST_FrameScrollbar" use="required"/>
3057
- </xsd:complexType>
3058
- <xsd:complexType name="CT_OptimizeForBrowser">
3059
- <xsd:complexContent>
3060
- <xsd:extension base="CT_OnOff">
3061
- <xsd:attribute name="target" type="s:ST_String" use="optional"/>
3062
- </xsd:extension>
3063
- </xsd:complexContent>
3064
- </xsd:complexType>
3065
- <xsd:complexType name="CT_Frame">
3066
- <xsd:sequence>
3067
- <xsd:element name="sz" type="CT_String" minOccurs="0"/>
3068
- <xsd:element name="name" type="CT_String" minOccurs="0"/>
3069
- <xsd:element name="title" type="CT_String" minOccurs="0"/>
3070
- <xsd:element name="longDesc" type="CT_Rel" minOccurs="0"/>
3071
- <xsd:element name="sourceFileName" type="CT_Rel" minOccurs="0"/>
3072
- <xsd:element name="marW" type="CT_PixelsMeasure" minOccurs="0"/>
3073
- <xsd:element name="marH" type="CT_PixelsMeasure" minOccurs="0"/>
3074
- <xsd:element name="scrollbar" type="CT_FrameScrollbar" minOccurs="0"/>
3075
- <xsd:element name="noResizeAllowed" type="CT_OnOff" minOccurs="0"/>
3076
- <xsd:element name="linkedToFile" type="CT_OnOff" minOccurs="0"/>
3077
- </xsd:sequence>
3078
- </xsd:complexType>
3079
- <xsd:simpleType name="ST_FrameLayout">
3080
- <xsd:restriction base="xsd:string">
3081
- <xsd:enumeration value="rows"/>
3082
- <xsd:enumeration value="cols"/>
3083
- <xsd:enumeration value="none"/>
3084
- </xsd:restriction>
3085
- </xsd:simpleType>
3086
- <xsd:complexType name="CT_FrameLayout">
3087
- <xsd:attribute name="val" type="ST_FrameLayout" use="required"/>
3088
- </xsd:complexType>
3089
- <xsd:complexType name="CT_FramesetSplitbar">
3090
- <xsd:sequence>
3091
- <xsd:element name="w" type="CT_TwipsMeasure" minOccurs="0"/>
3092
- <xsd:element name="color" type="CT_Color" minOccurs="0"/>
3093
- <xsd:element name="noBorder" type="CT_OnOff" minOccurs="0"/>
3094
- <xsd:element name="flatBorders" type="CT_OnOff" minOccurs="0"/>
3095
- </xsd:sequence>
3096
- </xsd:complexType>
3097
- <xsd:complexType name="CT_Frameset">
3098
- <xsd:sequence>
3099
- <xsd:element name="sz" type="CT_String" minOccurs="0"/>
3100
- <xsd:element name="framesetSplitbar" type="CT_FramesetSplitbar" minOccurs="0"/>
3101
- <xsd:element name="frameLayout" type="CT_FrameLayout" minOccurs="0"/>
3102
- <xsd:element name="title" type="CT_String" minOccurs="0"/>
3103
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
3104
- <xsd:element name="frameset" type="CT_Frameset" minOccurs="0" maxOccurs="unbounded"/>
3105
- <xsd:element name="frame" type="CT_Frame" minOccurs="0" maxOccurs="unbounded"/>
3106
- </xsd:choice>
3107
- </xsd:sequence>
3108
- </xsd:complexType>
3109
- <xsd:complexType name="CT_NumPicBullet">
3110
- <xsd:choice>
3111
- <xsd:element name="pict" type="CT_Picture"/>
3112
- <xsd:element name="drawing" type="CT_Drawing"/>
3113
- </xsd:choice>
3114
- <xsd:attribute name="numPicBulletId" type="ST_DecimalNumber" use="required"/>
3115
- </xsd:complexType>
3116
- <xsd:simpleType name="ST_LevelSuffix">
3117
- <xsd:restriction base="xsd:string">
3118
- <xsd:enumeration value="tab"/>
3119
- <xsd:enumeration value="space"/>
3120
- <xsd:enumeration value="nothing"/>
3121
- </xsd:restriction>
3122
- </xsd:simpleType>
3123
- <xsd:complexType name="CT_LevelSuffix">
3124
- <xsd:attribute name="val" type="ST_LevelSuffix" use="required"/>
3125
- </xsd:complexType>
3126
- <xsd:complexType name="CT_LevelText">
3127
- <xsd:attribute name="val" type="s:ST_String" use="optional"/>
3128
- <xsd:attribute name="null" type="s:ST_OnOff" use="optional"/>
3129
- </xsd:complexType>
3130
- <xsd:complexType name="CT_LvlLegacy">
3131
- <xsd:attribute name="legacy" type="s:ST_OnOff" use="optional"/>
3132
- <xsd:attribute name="legacySpace" type="s:ST_TwipsMeasure" use="optional"/>
3133
- <xsd:attribute name="legacyIndent" type="ST_SignedTwipsMeasure" use="optional"/>
3134
- </xsd:complexType>
3135
- <xsd:complexType name="CT_Lvl">
3136
- <xsd:sequence>
3137
- <xsd:element name="start" type="CT_DecimalNumber" minOccurs="0"/>
3138
- <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0"/>
3139
- <xsd:element name="lvlRestart" type="CT_DecimalNumber" minOccurs="0"/>
3140
- <xsd:element name="pStyle" type="CT_String" minOccurs="0"/>
3141
- <xsd:element name="isLgl" type="CT_OnOff" minOccurs="0"/>
3142
- <xsd:element name="suff" type="CT_LevelSuffix" minOccurs="0"/>
3143
- <xsd:element name="lvlText" type="CT_LevelText" minOccurs="0"/>
3144
- <xsd:element name="lvlPicBulletId" type="CT_DecimalNumber" minOccurs="0"/>
3145
- <xsd:element name="legacy" type="CT_LvlLegacy" minOccurs="0"/>
3146
- <xsd:element name="lvlJc" type="CT_Jc" minOccurs="0"/>
3147
- <xsd:element name="pPr" type="CT_PPrGeneral" minOccurs="0"/>
3148
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/>
3149
- </xsd:sequence>
3150
- <xsd:attribute name="ilvl" type="ST_DecimalNumber" use="required"/>
3151
- <xsd:attribute name="tplc" type="ST_LongHexNumber" use="optional"/>
3152
- <xsd:attribute name="tentative" type="s:ST_OnOff" use="optional"/>
3153
- </xsd:complexType>
3154
- <xsd:simpleType name="ST_MultiLevelType">
3155
- <xsd:restriction base="xsd:string">
3156
- <xsd:enumeration value="singleLevel"/>
3157
- <xsd:enumeration value="multilevel"/>
3158
- <xsd:enumeration value="hybridMultilevel"/>
3159
- </xsd:restriction>
3160
- </xsd:simpleType>
3161
- <xsd:complexType name="CT_MultiLevelType">
3162
- <xsd:attribute name="val" type="ST_MultiLevelType" use="required"/>
3163
- </xsd:complexType>
3164
- <xsd:complexType name="CT_AbstractNum">
3165
- <xsd:sequence>
3166
- <xsd:element name="nsid" type="CT_LongHexNumber" minOccurs="0"/>
3167
- <xsd:element name="multiLevelType" type="CT_MultiLevelType" minOccurs="0"/>
3168
- <xsd:element name="tmpl" type="CT_LongHexNumber" minOccurs="0"/>
3169
- <xsd:element name="name" type="CT_String" minOccurs="0"/>
3170
- <xsd:element name="styleLink" type="CT_String" minOccurs="0"/>
3171
- <xsd:element name="numStyleLink" type="CT_String" minOccurs="0"/>
3172
- <xsd:element name="lvl" type="CT_Lvl" minOccurs="0" maxOccurs="9"/>
3173
- </xsd:sequence>
3174
- <xsd:attribute name="abstractNumId" type="ST_DecimalNumber" use="required"/>
3175
- </xsd:complexType>
3176
- <xsd:complexType name="CT_NumLvl">
3177
- <xsd:sequence>
3178
- <xsd:element name="startOverride" type="CT_DecimalNumber" minOccurs="0"/>
3179
- <xsd:element name="lvl" type="CT_Lvl" minOccurs="0" maxOccurs="1"/>
3180
- </xsd:sequence>
3181
- <xsd:attribute name="ilvl" type="ST_DecimalNumber" use="required"/>
3182
- </xsd:complexType>
3183
- <xsd:complexType name="CT_Num">
3184
- <xsd:sequence>
3185
- <xsd:element name="abstractNumId" type="CT_DecimalNumber" minOccurs="1"/>
3186
- <xsd:element name="lvlOverride" type="CT_NumLvl" minOccurs="0" maxOccurs="9"/>
3187
- </xsd:sequence>
3188
- <xsd:attribute name="numId" type="ST_DecimalNumber" use="required"/>
3189
- </xsd:complexType>
3190
- <xsd:complexType name="CT_Numbering">
3191
- <xsd:sequence>
3192
- <xsd:element name="numPicBullet" type="CT_NumPicBullet" minOccurs="0" maxOccurs="unbounded"/>
3193
- <xsd:element name="abstractNum" type="CT_AbstractNum" minOccurs="0" maxOccurs="unbounded"/>
3194
- <xsd:element name="num" type="CT_Num" minOccurs="0" maxOccurs="unbounded"/>
3195
- <xsd:element name="numIdMacAtCleanup" type="CT_DecimalNumber" minOccurs="0"/>
3196
- </xsd:sequence>
3197
- </xsd:complexType>
3198
- <xsd:simpleType name="ST_TblStyleOverrideType">
3199
- <xsd:restriction base="xsd:string">
3200
- <xsd:enumeration value="wholeTable"/>
3201
- <xsd:enumeration value="firstRow"/>
3202
- <xsd:enumeration value="lastRow"/>
3203
- <xsd:enumeration value="firstCol"/>
3204
- <xsd:enumeration value="lastCol"/>
3205
- <xsd:enumeration value="band1Vert"/>
3206
- <xsd:enumeration value="band2Vert"/>
3207
- <xsd:enumeration value="band1Horz"/>
3208
- <xsd:enumeration value="band2Horz"/>
3209
- <xsd:enumeration value="neCell"/>
3210
- <xsd:enumeration value="nwCell"/>
3211
- <xsd:enumeration value="seCell"/>
3212
- <xsd:enumeration value="swCell"/>
3213
- </xsd:restriction>
3214
- </xsd:simpleType>
3215
- <xsd:complexType name="CT_TblStylePr">
3216
- <xsd:sequence>
3217
- <xsd:element name="pPr" type="CT_PPrGeneral" minOccurs="0"/>
3218
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0"/>
3219
- <xsd:element name="tblPr" type="CT_TblPrBase" minOccurs="0"/>
3220
- <xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1"/>
3221
- <xsd:element name="tcPr" type="CT_TcPr" minOccurs="0" maxOccurs="1"/>
3222
- </xsd:sequence>
3223
- <xsd:attribute name="type" type="ST_TblStyleOverrideType" use="required"/>
3224
- </xsd:complexType>
3225
- <xsd:simpleType name="ST_StyleType">
3226
- <xsd:restriction base="xsd:string">
3227
- <xsd:enumeration value="paragraph"/>
3228
- <xsd:enumeration value="character"/>
3229
- <xsd:enumeration value="table"/>
3230
- <xsd:enumeration value="numbering"/>
3231
- </xsd:restriction>
3232
- </xsd:simpleType>
3233
- <xsd:complexType name="CT_Style">
3234
- <xsd:sequence>
3235
- <xsd:element name="name" type="CT_String" minOccurs="0" maxOccurs="1"/>
3236
- <xsd:element name="aliases" type="CT_String" minOccurs="0"/>
3237
- <xsd:element name="basedOn" type="CT_String" minOccurs="0"/>
3238
- <xsd:element name="next" type="CT_String" minOccurs="0"/>
3239
- <xsd:element name="link" type="CT_String" minOccurs="0"/>
3240
- <xsd:element name="autoRedefine" type="CT_OnOff" minOccurs="0"/>
3241
- <xsd:element name="hidden" type="CT_OnOff" minOccurs="0"/>
3242
- <xsd:element name="uiPriority" type="CT_DecimalNumber" minOccurs="0"/>
3243
- <xsd:element name="semiHidden" type="CT_OnOff" minOccurs="0"/>
3244
- <xsd:element name="unhideWhenUsed" type="CT_OnOff" minOccurs="0"/>
3245
- <xsd:element name="qFormat" type="CT_OnOff" minOccurs="0"/>
3246
- <xsd:element name="locked" type="CT_OnOff" minOccurs="0"/>
3247
- <xsd:element name="personal" type="CT_OnOff" minOccurs="0"/>
3248
- <xsd:element name="personalCompose" type="CT_OnOff" minOccurs="0"/>
3249
- <xsd:element name="personalReply" type="CT_OnOff" minOccurs="0"/>
3250
- <xsd:element name="rsid" type="CT_LongHexNumber" minOccurs="0"/>
3251
- <xsd:element name="pPr" type="CT_PPrGeneral" minOccurs="0" maxOccurs="1"/>
3252
- <xsd:element name="rPr" type="CT_RPr" minOccurs="0" maxOccurs="1"/>
3253
- <xsd:element name="tblPr" type="CT_TblPrBase" minOccurs="0" maxOccurs="1"/>
3254
- <xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1"/>
3255
- <xsd:element name="tcPr" type="CT_TcPr" minOccurs="0" maxOccurs="1"/>
3256
- <xsd:element name="tblStylePr" type="CT_TblStylePr" minOccurs="0" maxOccurs="unbounded"/>
3257
- </xsd:sequence>
3258
- <xsd:attribute name="type" type="ST_StyleType" use="optional"/>
3259
- <xsd:attribute name="styleId" type="s:ST_String" use="optional"/>
3260
- <xsd:attribute name="default" type="s:ST_OnOff" use="optional"/>
3261
- <xsd:attribute name="customStyle" type="s:ST_OnOff" use="optional"/>
3262
- </xsd:complexType>
3263
- <xsd:complexType name="CT_LsdException">
3264
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
3265
- <xsd:attribute name="locked" type="s:ST_OnOff"/>
3266
- <xsd:attribute name="uiPriority" type="ST_DecimalNumber"/>
3267
- <xsd:attribute name="semiHidden" type="s:ST_OnOff"/>
3268
- <xsd:attribute name="unhideWhenUsed" type="s:ST_OnOff"/>
3269
- <xsd:attribute name="qFormat" type="s:ST_OnOff"/>
3270
- </xsd:complexType>
3271
- <xsd:complexType name="CT_LatentStyles">
3272
- <xsd:sequence>
3273
- <xsd:element name="lsdException" type="CT_LsdException" minOccurs="0" maxOccurs="unbounded"/>
3274
- </xsd:sequence>
3275
- <xsd:attribute name="defLockedState" type="s:ST_OnOff"/>
3276
- <xsd:attribute name="defUIPriority" type="ST_DecimalNumber"/>
3277
- <xsd:attribute name="defSemiHidden" type="s:ST_OnOff"/>
3278
- <xsd:attribute name="defUnhideWhenUsed" type="s:ST_OnOff"/>
3279
- <xsd:attribute name="defQFormat" type="s:ST_OnOff"/>
3280
- <xsd:attribute name="count" type="ST_DecimalNumber"/>
3281
- </xsd:complexType>
3282
- <xsd:complexType name="CT_Styles">
3283
- <xsd:sequence>
3284
- <xsd:element name="docDefaults" type="CT_DocDefaults" minOccurs="0"/>
3285
- <xsd:element name="latentStyles" type="CT_LatentStyles" minOccurs="0" maxOccurs="1"/>
3286
- <xsd:element name="style" type="CT_Style" minOccurs="0" maxOccurs="unbounded"/>
3287
- </xsd:sequence>
3288
- </xsd:complexType>
3289
- <xsd:complexType name="CT_Panose">
3290
- <xsd:attribute name="val" type="s:ST_Panose" use="required"/>
3291
- </xsd:complexType>
3292
- <xsd:simpleType name="ST_FontFamily">
3293
- <xsd:restriction base="xsd:string">
3294
- <xsd:enumeration value="decorative"/>
3295
- <xsd:enumeration value="modern"/>
3296
- <xsd:enumeration value="roman"/>
3297
- <xsd:enumeration value="script"/>
3298
- <xsd:enumeration value="swiss"/>
3299
- <xsd:enumeration value="auto"/>
3300
- </xsd:restriction>
3301
- </xsd:simpleType>
3302
- <xsd:complexType name="CT_FontFamily">
3303
- <xsd:attribute name="val" type="ST_FontFamily" use="required"/>
3304
- </xsd:complexType>
3305
- <xsd:simpleType name="ST_Pitch">
3306
- <xsd:restriction base="xsd:string">
3307
- <xsd:enumeration value="fixed"/>
3308
- <xsd:enumeration value="variable"/>
3309
- <xsd:enumeration value="default"/>
3310
- </xsd:restriction>
3311
- </xsd:simpleType>
3312
- <xsd:complexType name="CT_Pitch">
3313
- <xsd:attribute name="val" type="ST_Pitch" use="required"/>
3314
- </xsd:complexType>
3315
- <xsd:complexType name="CT_FontSig">
3316
- <xsd:attribute name="usb0" use="required" type="ST_LongHexNumber"/>
3317
- <xsd:attribute name="usb1" use="required" type="ST_LongHexNumber"/>
3318
- <xsd:attribute name="usb2" use="required" type="ST_LongHexNumber"/>
3319
- <xsd:attribute name="usb3" use="required" type="ST_LongHexNumber"/>
3320
- <xsd:attribute name="csb0" use="required" type="ST_LongHexNumber"/>
3321
- <xsd:attribute name="csb1" use="required" type="ST_LongHexNumber"/>
3322
- </xsd:complexType>
3323
- <xsd:complexType name="CT_FontRel">
3324
- <xsd:complexContent>
3325
- <xsd:extension base="CT_Rel">
3326
- <xsd:attribute name="fontKey" type="s:ST_Guid"/>
3327
- <xsd:attribute name="subsetted" type="s:ST_OnOff"/>
3328
- </xsd:extension>
3329
- </xsd:complexContent>
3330
- </xsd:complexType>
3331
- <xsd:complexType name="CT_Font">
3332
- <xsd:sequence>
3333
- <xsd:element name="altName" type="CT_String" minOccurs="0" maxOccurs="1"/>
3334
- <xsd:element name="panose1" type="CT_Panose" minOccurs="0" maxOccurs="1"/>
3335
- <xsd:element name="charset" type="CT_Charset" minOccurs="0" maxOccurs="1"/>
3336
- <xsd:element name="family" type="CT_FontFamily" minOccurs="0" maxOccurs="1"/>
3337
- <xsd:element name="notTrueType" type="CT_OnOff" minOccurs="0" maxOccurs="1"/>
3338
- <xsd:element name="pitch" type="CT_Pitch" minOccurs="0" maxOccurs="1"/>
3339
- <xsd:element name="sig" type="CT_FontSig" minOccurs="0" maxOccurs="1"/>
3340
- <xsd:element name="embedRegular" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
3341
- <xsd:element name="embedBold" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
3342
- <xsd:element name="embedItalic" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
3343
- <xsd:element name="embedBoldItalic" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
3344
- </xsd:sequence>
3345
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
3346
- </xsd:complexType>
3347
- <xsd:complexType name="CT_FontsList">
3348
- <xsd:sequence>
3349
- <xsd:element name="font" type="CT_Font" minOccurs="0" maxOccurs="unbounded"/>
3350
- </xsd:sequence>
3351
- </xsd:complexType>
3352
- <xsd:complexType name="CT_DivBdr">
3353
- <xsd:sequence>
3354
- <xsd:element name="top" type="CT_Border" minOccurs="0"/>
3355
- <xsd:element name="left" type="CT_Border" minOccurs="0"/>
3356
- <xsd:element name="bottom" type="CT_Border" minOccurs="0"/>
3357
- <xsd:element name="right" type="CT_Border" minOccurs="0"/>
3358
- </xsd:sequence>
3359
- </xsd:complexType>
3360
- <xsd:complexType name="CT_Div">
3361
- <xsd:sequence>
3362
- <xsd:element name="blockQuote" type="CT_OnOff" minOccurs="0"/>
3363
- <xsd:element name="bodyDiv" type="CT_OnOff" minOccurs="0"/>
3364
- <xsd:element name="marLeft" type="CT_SignedTwipsMeasure"/>
3365
- <xsd:element name="marRight" type="CT_SignedTwipsMeasure"/>
3366
- <xsd:element name="marTop" type="CT_SignedTwipsMeasure"/>
3367
- <xsd:element name="marBottom" type="CT_SignedTwipsMeasure"/>
3368
- <xsd:element name="divBdr" type="CT_DivBdr" minOccurs="0"/>
3369
- <xsd:element name="divsChild" type="CT_Divs" minOccurs="0" maxOccurs="unbounded"/>
3370
- </xsd:sequence>
3371
- <xsd:attribute name="id" type="ST_DecimalNumber" use="required"/>
3372
- </xsd:complexType>
3373
- <xsd:complexType name="CT_Divs">
3374
- <xsd:sequence minOccurs="1" maxOccurs="unbounded">
3375
- <xsd:element name="div" type="CT_Div"/>
3376
- </xsd:sequence>
3377
- </xsd:complexType>
3378
- <xsd:complexType name="CT_TxbxContent">
3379
- <xsd:group ref="EG_BlockLevelElts" minOccurs="1" maxOccurs="unbounded"/>
3380
- </xsd:complexType>
3381
- <xsd:element name="txbxContent" type="CT_TxbxContent"/>
3382
- <xsd:group name="EG_MathContent">
3383
- <xsd:choice>
3384
- <xsd:element ref="m:oMathPara"/>
3385
- <xsd:element ref="m:oMath"/>
3386
- </xsd:choice>
3387
- </xsd:group>
3388
- <xsd:group name="EG_BlockLevelChunkElts">
3389
- <xsd:choice>
3390
- <xsd:group ref="EG_ContentBlockContent" minOccurs="0" maxOccurs="unbounded"/>
3391
- </xsd:choice>
3392
- </xsd:group>
3393
- <xsd:group name="EG_BlockLevelElts">
3394
- <xsd:choice>
3395
- <xsd:group ref="EG_BlockLevelChunkElts" minOccurs="0" maxOccurs="unbounded"/>
3396
- <xsd:element name="altChunk" type="CT_AltChunk" minOccurs="0" maxOccurs="unbounded"/>
3397
- </xsd:choice>
3398
- </xsd:group>
3399
- <xsd:group name="EG_RunLevelElts">
3400
- <xsd:choice>
3401
- <xsd:element name="proofErr" minOccurs="0" type="CT_ProofErr"/>
3402
- <xsd:element name="permStart" minOccurs="0" type="CT_PermStart"/>
3403
- <xsd:element name="permEnd" minOccurs="0" type="CT_Perm"/>
3404
- <xsd:group ref="EG_RangeMarkupElements" minOccurs="0" maxOccurs="unbounded"/>
3405
- <xsd:element name="ins" type="CT_RunTrackChange" minOccurs="0"/>
3406
- <xsd:element name="del" type="CT_RunTrackChange" minOccurs="0"/>
3407
- <xsd:element name="moveFrom" type="CT_RunTrackChange"/>
3408
- <xsd:element name="moveTo" type="CT_RunTrackChange"/>
3409
- <xsd:group ref="EG_MathContent" minOccurs="0" maxOccurs="unbounded"/>
3410
- </xsd:choice>
3411
- </xsd:group>
3412
- <xsd:complexType name="CT_Body">
3413
- <xsd:sequence>
3414
- <xsd:group ref="EG_BlockLevelElts" minOccurs="0" maxOccurs="unbounded"/>
3415
- <xsd:element name="sectPr" minOccurs="0" maxOccurs="1" type="CT_SectPr"/>
3416
- </xsd:sequence>
3417
- </xsd:complexType>
3418
- <xsd:complexType name="CT_ShapeDefaults">
3419
- <xsd:choice maxOccurs="unbounded">
3420
- <xsd:any processContents="lax" namespace="urn:schemas-microsoft-com:office:office"
3421
- minOccurs="0" maxOccurs="unbounded"/>
3422
- </xsd:choice>
3423
- </xsd:complexType>
3424
- <xsd:complexType name="CT_Comments">
3425
- <xsd:sequence>
3426
- <xsd:element name="comment" type="CT_Comment" minOccurs="0" maxOccurs="unbounded"/>
3427
- </xsd:sequence>
3428
- </xsd:complexType>
3429
- <xsd:element name="comments" type="CT_Comments"/>
3430
- <xsd:complexType name="CT_Footnotes">
3431
- <xsd:sequence maxOccurs="unbounded">
3432
- <xsd:element name="footnote" type="CT_FtnEdn" minOccurs="0"/>
3433
- </xsd:sequence>
3434
- </xsd:complexType>
3435
- <xsd:element name="footnotes" type="CT_Footnotes"/>
3436
- <xsd:complexType name="CT_Endnotes">
3437
- <xsd:sequence maxOccurs="unbounded">
3438
- <xsd:element name="endnote" type="CT_FtnEdn" minOccurs="0"/>
3439
- </xsd:sequence>
3440
- </xsd:complexType>
3441
- <xsd:element name="endnotes" type="CT_Endnotes"/>
3442
- <xsd:element name="hdr" type="CT_HdrFtr"/>
3443
- <xsd:element name="ftr" type="CT_HdrFtr"/>
3444
- <xsd:complexType name="CT_SmartTagType">
3445
- <xsd:attribute name="namespaceuri" type="s:ST_String"/>
3446
- <xsd:attribute name="name" type="s:ST_String"/>
3447
- <xsd:attribute name="url" type="s:ST_String"/>
3448
- </xsd:complexType>
3449
- <xsd:simpleType name="ST_ThemeColor">
3450
- <xsd:restriction base="xsd:string">
3451
- <xsd:enumeration value="dark1"/>
3452
- <xsd:enumeration value="light1"/>
3453
- <xsd:enumeration value="dark2"/>
3454
- <xsd:enumeration value="light2"/>
3455
- <xsd:enumeration value="accent1"/>
3456
- <xsd:enumeration value="accent2"/>
3457
- <xsd:enumeration value="accent3"/>
3458
- <xsd:enumeration value="accent4"/>
3459
- <xsd:enumeration value="accent5"/>
3460
- <xsd:enumeration value="accent6"/>
3461
- <xsd:enumeration value="hyperlink"/>
3462
- <xsd:enumeration value="followedHyperlink"/>
3463
- <xsd:enumeration value="none"/>
3464
- <xsd:enumeration value="background1"/>
3465
- <xsd:enumeration value="text1"/>
3466
- <xsd:enumeration value="background2"/>
3467
- <xsd:enumeration value="text2"/>
3468
- </xsd:restriction>
3469
- </xsd:simpleType>
3470
- <xsd:simpleType name="ST_DocPartBehavior">
3471
- <xsd:restriction base="xsd:string">
3472
- <xsd:enumeration value="content"/>
3473
- <xsd:enumeration value="p"/>
3474
- <xsd:enumeration value="pg"/>
3475
- </xsd:restriction>
3476
- </xsd:simpleType>
3477
- <xsd:complexType name="CT_DocPartBehavior">
3478
- <xsd:attribute name="val" use="required" type="ST_DocPartBehavior"/>
3479
- </xsd:complexType>
3480
- <xsd:complexType name="CT_DocPartBehaviors">
3481
- <xsd:choice>
3482
- <xsd:element name="behavior" type="CT_DocPartBehavior" maxOccurs="unbounded"/>
3483
- </xsd:choice>
3484
- </xsd:complexType>
3485
- <xsd:simpleType name="ST_DocPartType">
3486
- <xsd:restriction base="xsd:string">
3487
- <xsd:enumeration value="none"/>
3488
- <xsd:enumeration value="normal"/>
3489
- <xsd:enumeration value="autoExp"/>
3490
- <xsd:enumeration value="toolbar"/>
3491
- <xsd:enumeration value="speller"/>
3492
- <xsd:enumeration value="formFld"/>
3493
- <xsd:enumeration value="bbPlcHdr"/>
3494
- </xsd:restriction>
3495
- </xsd:simpleType>
3496
- <xsd:complexType name="CT_DocPartType">
3497
- <xsd:attribute name="val" use="required" type="ST_DocPartType"/>
3498
- </xsd:complexType>
3499
- <xsd:complexType name="CT_DocPartTypes">
3500
- <xsd:choice>
3501
- <xsd:element name="type" type="CT_DocPartType" maxOccurs="unbounded"/>
3502
- </xsd:choice>
3503
- <xsd:attribute name="all" type="s:ST_OnOff" use="optional"/>
3504
- </xsd:complexType>
3505
- <xsd:simpleType name="ST_DocPartGallery">
3506
- <xsd:restriction base="xsd:string">
3507
- <xsd:enumeration value="placeholder"/>
3508
- <xsd:enumeration value="any"/>
3509
- <xsd:enumeration value="default"/>
3510
- <xsd:enumeration value="docParts"/>
3511
- <xsd:enumeration value="coverPg"/>
3512
- <xsd:enumeration value="eq"/>
3513
- <xsd:enumeration value="ftrs"/>
3514
- <xsd:enumeration value="hdrs"/>
3515
- <xsd:enumeration value="pgNum"/>
3516
- <xsd:enumeration value="tbls"/>
3517
- <xsd:enumeration value="watermarks"/>
3518
- <xsd:enumeration value="autoTxt"/>
3519
- <xsd:enumeration value="txtBox"/>
3520
- <xsd:enumeration value="pgNumT"/>
3521
- <xsd:enumeration value="pgNumB"/>
3522
- <xsd:enumeration value="pgNumMargins"/>
3523
- <xsd:enumeration value="tblOfContents"/>
3524
- <xsd:enumeration value="bib"/>
3525
- <xsd:enumeration value="custQuickParts"/>
3526
- <xsd:enumeration value="custCoverPg"/>
3527
- <xsd:enumeration value="custEq"/>
3528
- <xsd:enumeration value="custFtrs"/>
3529
- <xsd:enumeration value="custHdrs"/>
3530
- <xsd:enumeration value="custPgNum"/>
3531
- <xsd:enumeration value="custTbls"/>
3532
- <xsd:enumeration value="custWatermarks"/>
3533
- <xsd:enumeration value="custAutoTxt"/>
3534
- <xsd:enumeration value="custTxtBox"/>
3535
- <xsd:enumeration value="custPgNumT"/>
3536
- <xsd:enumeration value="custPgNumB"/>
3537
- <xsd:enumeration value="custPgNumMargins"/>
3538
- <xsd:enumeration value="custTblOfContents"/>
3539
- <xsd:enumeration value="custBib"/>
3540
- <xsd:enumeration value="custom1"/>
3541
- <xsd:enumeration value="custom2"/>
3542
- <xsd:enumeration value="custom3"/>
3543
- <xsd:enumeration value="custom4"/>
3544
- <xsd:enumeration value="custom5"/>
3545
- </xsd:restriction>
3546
- </xsd:simpleType>
3547
- <xsd:complexType name="CT_DocPartGallery">
3548
- <xsd:attribute name="val" type="ST_DocPartGallery" use="required"/>
3549
- </xsd:complexType>
3550
- <xsd:complexType name="CT_DocPartCategory">
3551
- <xsd:sequence>
3552
- <xsd:element name="name" type="CT_String" minOccurs="1" maxOccurs="1"/>
3553
- <xsd:element name="gallery" type="CT_DocPartGallery" minOccurs="1" maxOccurs="1"/>
3554
- </xsd:sequence>
3555
- </xsd:complexType>
3556
- <xsd:complexType name="CT_DocPartName">
3557
- <xsd:attribute name="val" type="s:ST_String" use="required"/>
3558
- <xsd:attribute name="decorated" type="s:ST_OnOff" use="optional"/>
3559
- </xsd:complexType>
3560
- <xsd:complexType name="CT_DocPartPr">
3561
- <xsd:all>
3562
- <xsd:element name="name" type="CT_DocPartName" minOccurs="1"/>
3563
- <xsd:element name="style" type="CT_String" minOccurs="0"/>
3564
- <xsd:element name="category" type="CT_DocPartCategory" minOccurs="0"/>
3565
- <xsd:element name="types" type="CT_DocPartTypes" minOccurs="0"/>
3566
- <xsd:element name="behaviors" type="CT_DocPartBehaviors" minOccurs="0"/>
3567
- <xsd:element name="description" type="CT_String" minOccurs="0"/>
3568
- <xsd:element name="guid" type="CT_Guid" minOccurs="0"/>
3569
- </xsd:all>
3570
- </xsd:complexType>
3571
- <xsd:complexType name="CT_DocPart">
3572
- <xsd:sequence>
3573
- <xsd:element name="docPartPr" type="CT_DocPartPr" minOccurs="0"/>
3574
- <xsd:element name="docPartBody" type="CT_Body" minOccurs="0"/>
3575
- </xsd:sequence>
3576
- </xsd:complexType>
3577
- <xsd:complexType name="CT_DocParts">
3578
- <xsd:choice>
3579
- <xsd:element name="docPart" type="CT_DocPart" minOccurs="1" maxOccurs="unbounded"/>
3580
- </xsd:choice>
3581
- </xsd:complexType>
3582
- <xsd:element name="settings" type="CT_Settings"/>
3583
- <xsd:element name="webSettings" type="CT_WebSettings"/>
3584
- <xsd:element name="fonts" type="CT_FontsList"/>
3585
- <xsd:element name="numbering" type="CT_Numbering"/>
3586
- <xsd:element name="styles" type="CT_Styles"/>
3587
- <xsd:simpleType name="ST_CaptionPos">
3588
- <xsd:restriction base="xsd:string">
3589
- <xsd:enumeration value="above"/>
3590
- <xsd:enumeration value="below"/>
3591
- <xsd:enumeration value="left"/>
3592
- <xsd:enumeration value="right"/>
3593
- </xsd:restriction>
3594
- </xsd:simpleType>
3595
- <xsd:complexType name="CT_Caption">
3596
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
3597
- <xsd:attribute name="pos" type="ST_CaptionPos" use="optional"/>
3598
- <xsd:attribute name="chapNum" type="s:ST_OnOff" use="optional"/>
3599
- <xsd:attribute name="heading" type="ST_DecimalNumber" use="optional"/>
3600
- <xsd:attribute name="noLabel" type="s:ST_OnOff" use="optional"/>
3601
- <xsd:attribute name="numFmt" type="ST_NumberFormat" use="optional"/>
3602
- <xsd:attribute name="sep" type="ST_ChapterSep" use="optional"/>
3603
- </xsd:complexType>
3604
- <xsd:complexType name="CT_AutoCaption">
3605
- <xsd:attribute name="name" type="s:ST_String" use="required"/>
3606
- <xsd:attribute name="caption" type="s:ST_String" use="required"/>
3607
- </xsd:complexType>
3608
- <xsd:complexType name="CT_AutoCaptions">
3609
- <xsd:sequence>
3610
- <xsd:element name="autoCaption" type="CT_AutoCaption" minOccurs="1" maxOccurs="unbounded"/>
3611
- </xsd:sequence>
3612
- </xsd:complexType>
3613
- <xsd:complexType name="CT_Captions">
3614
- <xsd:sequence>
3615
- <xsd:element name="caption" type="CT_Caption" minOccurs="1" maxOccurs="unbounded"/>
3616
- <xsd:element name="autoCaptions" type="CT_AutoCaptions" minOccurs="0" maxOccurs="1"/>
3617
- </xsd:sequence>
3618
- </xsd:complexType>
3619
- <xsd:complexType name="CT_DocumentBase">
3620
- <xsd:sequence>
3621
- <xsd:element name="background" type="CT_Background" minOccurs="0"/>
3622
- </xsd:sequence>
3623
- </xsd:complexType>
3624
- <xsd:complexType name="CT_Document">
3625
- <xsd:complexContent>
3626
- <xsd:extension base="CT_DocumentBase">
3627
- <xsd:sequence>
3628
- <xsd:element name="body" type="CT_Body" minOccurs="0" maxOccurs="1"/>
3629
- </xsd:sequence>
3630
- <xsd:attribute name="conformance" type="s:ST_ConformanceClass"/>
3631
- <xsd:attribute ref="mc:Ignorable" use="optional" />
3632
- </xsd:extension>
3633
- </xsd:complexContent>
3634
- </xsd:complexType>
3635
- <xsd:complexType name="CT_GlossaryDocument">
3636
- <xsd:complexContent>
3637
- <xsd:extension base="CT_DocumentBase">
3638
- <xsd:sequence>
3639
- <xsd:element name="docParts" type="CT_DocParts" minOccurs="0"/>
3640
- </xsd:sequence>
3641
- </xsd:extension>
3642
- </xsd:complexContent>
3643
- </xsd:complexType>
3644
- <xsd:element name="document" type="CT_Document"/>
3645
- <xsd:element name="glossaryDocument" type="CT_GlossaryDocument"/>
3646
- </xsd:schema>