@techwavedev/agi-agent-kit 1.2.7 → 1.3.4

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 (3049) hide show
  1. package/CHANGELOG.md +94 -0
  2. package/LICENSE +0 -0
  3. package/README.md +266 -54
  4. package/THIRD-PARTY-LICENSES.md +66 -0
  5. package/bin/init.js +367 -249
  6. package/package.json +3 -2
  7. package/templates/.agent/agents/backend-specialist.md +0 -0
  8. package/templates/.agent/agents/code-archaeologist.md +0 -0
  9. package/templates/.agent/agents/database-architect.md +0 -0
  10. package/templates/.agent/agents/debugger.md +0 -0
  11. package/templates/.agent/agents/devops-engineer.md +0 -0
  12. package/templates/.agent/agents/documentation-writer.md +0 -0
  13. package/templates/.agent/agents/explorer-agent.md +0 -0
  14. package/templates/.agent/agents/frontend-specialist.md +0 -0
  15. package/templates/.agent/agents/game-developer.md +0 -0
  16. package/templates/.agent/agents/mobile-developer.md +0 -0
  17. package/templates/.agent/agents/orchestrator.md +0 -0
  18. package/templates/.agent/agents/penetration-tester.md +0 -0
  19. package/templates/.agent/agents/performance-optimizer.md +0 -0
  20. package/templates/.agent/agents/product-manager.md +0 -0
  21. package/templates/.agent/agents/project-planner.md +0 -0
  22. package/templates/.agent/agents/qa-automation-engineer.md +0 -0
  23. package/templates/.agent/agents/security-auditor.md +0 -0
  24. package/templates/.agent/agents/seo-specialist.md +0 -0
  25. package/templates/.agent/agents/test-engineer.md +0 -0
  26. package/templates/.agent/rules/GEMINI.md +0 -0
  27. package/templates/.agent/workflows/brainstorm.md +0 -0
  28. package/templates/.agent/workflows/create.md +0 -0
  29. package/templates/.agent/workflows/debug.md +0 -0
  30. package/templates/.agent/workflows/deploy.md +0 -0
  31. package/templates/.agent/workflows/enhance.md +0 -0
  32. package/templates/.agent/workflows/orchestrate.md +0 -0
  33. package/templates/.agent/workflows/plan.md +0 -0
  34. package/templates/.agent/workflows/preview.md +0 -0
  35. package/templates/.agent/workflows/status.md +0 -0
  36. package/templates/.agent/workflows/test.md +0 -0
  37. package/templates/.agent/workflows/ui-ux-pro-max.md +0 -0
  38. package/templates/base/.env.example +0 -0
  39. package/templates/base/CHANGELOG.md +315 -0
  40. package/templates/base/README.md +266 -54
  41. package/templates/base/directives/memory_integration.md +0 -0
  42. package/templates/base/execution/benchmark_modes.py +627 -0
  43. package/templates/base/execution/memory_manager.py +0 -0
  44. package/templates/base/execution/session_boot.py +0 -0
  45. package/templates/base/execution/session_init.py +0 -0
  46. package/templates/skills/SKILLS_CATALOG.md +1033 -0
  47. package/templates/skills/category_map.json +860 -0
  48. package/templates/skills/core/README.md +0 -0
  49. package/templates/skills/extended/ATTRIBUTION.md +39 -0
  50. package/templates/skills/extended/ai-agents/activecampaign-automation/SKILL.md +245 -0
  51. package/templates/skills/extended/ai-agents/agent-evaluation/SKILL.md +100 -0
  52. package/templates/skills/extended/ai-agents/agent-framework-azure-ai-py/SKILL.md +369 -0
  53. package/templates/skills/extended/ai-agents/agent-manager-skill/SKILL.md +76 -0
  54. package/templates/skills/extended/ai-agents/agent-memory-mcp/SKILL.md +118 -0
  55. package/templates/skills/extended/ai-agents/agent-orchestration-improve-agent/SKILL.md +385 -0
  56. package/templates/skills/extended/ai-agents/agents-v2-py/SKILL.md +361 -0
  57. package/templates/skills/extended/ai-agents/ai-product/SKILL.md +90 -0
  58. package/templates/skills/extended/ai-agents/ai-wrapper-product/SKILL.md +309 -0
  59. package/templates/skills/extended/ai-agents/airtable-automation/SKILL.md +206 -0
  60. package/templates/skills/extended/ai-agents/autonomous-agents/SKILL.md +104 -0
  61. package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-dotnet/SKILL.md +385 -0
  62. package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-java/SKILL.md +173 -0
  63. package/templates/skills/extended/ai-agents/azure-ai-contentsafety-ts/SKILL.md +336 -0
  64. package/templates/skills/extended/ai-agents/azure-ai-openai-dotnet/SKILL.md +491 -0
  65. package/templates/skills/extended/ai-agents/azure-ai-projects-py/SKILL.md +331 -0
  66. package/templates/skills/extended/ai-agents/azure-ai-projects-ts/SKILL.md +325 -0
  67. package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-java/SKILL.md +325 -0
  68. package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-py/SKILL.md +296 -0
  69. package/templates/skills/extended/ai-agents/azure-ai-voicelive-py/SKILL.md +345 -0
  70. package/templates/skills/extended/ai-agents/bullmq-specialist/SKILL.md +93 -0
  71. package/templates/skills/extended/ai-agents/business-analyst/SKILL.md +218 -0
  72. package/templates/skills/extended/ai-agents/code-review-ai-ai-review/SKILL.md +486 -0
  73. package/templates/skills/extended/ai-agents/codex-review/SKILL.md +73 -0
  74. package/templates/skills/extended/ai-agents/computer-use-agents/SKILL.md +351 -0
  75. package/templates/skills/extended/ai-agents/computer-vision-expert/SKILL.md +106 -0
  76. package/templates/skills/extended/ai-agents/context-degradation/SKILL.md +274 -0
  77. package/templates/skills/extended/ai-agents/context-fundamentals/SKILL.md +228 -0
  78. package/templates/skills/extended/ai-agents/context-manager/SKILL.md +221 -0
  79. package/templates/skills/extended/ai-agents/conversation-memory/SKILL.md +97 -0
  80. package/templates/skills/extended/ai-agents/crewai/SKILL.md +279 -0
  81. package/templates/skills/extended/ai-agents/customer-support/SKILL.md +206 -0
  82. package/templates/skills/extended/ai-agents/daily-news-report/SKILL.md +392 -0
  83. package/templates/skills/extended/ai-agents/daily-news-report/cache.json +41 -0
  84. package/templates/skills/extended/ai-agents/daily-news-report/sources.json +183 -0
  85. package/templates/skills/extended/ai-agents/dispatching-parallel-agents/SKILL.md +216 -0
  86. package/templates/skills/extended/ai-agents/email-sequence/SKILL.md +961 -0
  87. package/templates/skills/extended/ai-agents/email-systems/SKILL.md +90 -0
  88. package/templates/skills/extended/ai-agents/embedding-strategies/SKILL.md +527 -0
  89. package/templates/skills/extended/ai-agents/evaluation/SKILL.md +274 -0
  90. package/templates/skills/extended/ai-agents/fal-audio/SKILL.md +58 -0
  91. package/templates/skills/extended/ai-agents/fal-generate/SKILL.md +58 -0
  92. package/templates/skills/extended/ai-agents/fal-image-edit/SKILL.md +58 -0
  93. package/templates/skills/extended/ai-agents/fal-upscale/SKILL.md +58 -0
  94. package/templates/skills/extended/ai-agents/fal-workflow/SKILL.md +58 -0
  95. package/templates/skills/extended/ai-agents/fp-ts-pragmatic/SKILL.md +634 -0
  96. package/templates/skills/extended/ai-agents/gemini-api-dev/SKILL.md +163 -0
  97. package/templates/skills/extended/ai-agents/gmail-automation/SKILL.md +306 -0
  98. package/templates/skills/extended/ai-agents/hosted-agents-v2-py/SKILL.md +361 -0
  99. package/templates/skills/extended/ai-agents/imagen/SKILL.md +113 -0
  100. package/templates/skills/extended/ai-agents/incident-response-smart-fix/SKILL.md +65 -0
  101. package/templates/skills/extended/ai-agents/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
  102. package/templates/skills/extended/ai-agents/internal-comms-anthropic/LICENSE.txt +202 -0
  103. package/templates/skills/extended/ai-agents/internal-comms-anthropic/SKILL.md +68 -0
  104. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/3p-updates.md +47 -0
  105. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/company-newsletter.md +65 -0
  106. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/faq-answers.md +30 -0
  107. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/general-comms.md +16 -0
  108. package/templates/skills/extended/ai-agents/javascript-mastery/SKILL.md +681 -0
  109. package/templates/skills/extended/ai-agents/kaizen/SKILL.md +766 -0
  110. package/templates/skills/extended/ai-agents/langchain-architecture/SKILL.md +386 -0
  111. package/templates/skills/extended/ai-agents/langfuse/SKILL.md +274 -0
  112. package/templates/skills/extended/ai-agents/langgraph/SKILL.md +323 -0
  113. package/templates/skills/extended/ai-agents/last30days/README.md +721 -0
  114. package/templates/skills/extended/ai-agents/last30days/SKILL.md +457 -0
  115. package/templates/skills/extended/ai-agents/last30days/SPEC.md +75 -0
  116. package/templates/skills/extended/ai-agents/last30days/TASKS.md +47 -0
  117. package/templates/skills/extended/ai-agents/last30days/assets/aging-portrait.jpeg +0 -0
  118. package/templates/skills/extended/ai-agents/last30days/assets/claude-code-rap.mp3 +0 -0
  119. package/templates/skills/extended/ai-agents/last30days/assets/dog-as-human.png +0 -0
  120. package/templates/skills/extended/ai-agents/last30days/assets/dog-original.jpeg +0 -0
  121. package/templates/skills/extended/ai-agents/last30days/assets/swimmom-mockup.jpeg +0 -0
  122. package/templates/skills/extended/ai-agents/last30days/fixtures/models_openai_sample.json +41 -0
  123. package/templates/skills/extended/ai-agents/last30days/fixtures/models_xai_sample.json +23 -0
  124. package/templates/skills/extended/ai-agents/last30days/fixtures/openai_sample.json +22 -0
  125. package/templates/skills/extended/ai-agents/last30days/fixtures/reddit_thread_sample.json +108 -0
  126. package/templates/skills/extended/ai-agents/last30days/fixtures/xai_sample.json +22 -0
  127. package/templates/skills/extended/ai-agents/last30days/plans/feat-add-websearch-source.md +395 -0
  128. package/templates/skills/extended/ai-agents/last30days/plans/fix-strict-date-filtering.md +328 -0
  129. package/templates/skills/extended/ai-agents/last30days/scripts/last30days.py +521 -0
  130. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__init__.py +1 -0
  131. package/templates/skills/extended/ai-agents/last30days/scripts/lib/cache.py +152 -0
  132. package/templates/skills/extended/ai-agents/last30days/scripts/lib/dates.py +124 -0
  133. package/templates/skills/extended/ai-agents/last30days/scripts/lib/dedupe.py +120 -0
  134. package/templates/skills/extended/ai-agents/last30days/scripts/lib/env.py +149 -0
  135. package/templates/skills/extended/ai-agents/last30days/scripts/lib/http.py +152 -0
  136. package/templates/skills/extended/ai-agents/last30days/scripts/lib/models.py +175 -0
  137. package/templates/skills/extended/ai-agents/last30days/scripts/lib/normalize.py +160 -0
  138. package/templates/skills/extended/ai-agents/last30days/scripts/lib/openai_reddit.py +230 -0
  139. package/templates/skills/extended/ai-agents/last30days/scripts/lib/reddit_enrich.py +232 -0
  140. package/templates/skills/extended/ai-agents/last30days/scripts/lib/render.py +383 -0
  141. package/templates/skills/extended/ai-agents/last30days/scripts/lib/schema.py +336 -0
  142. package/templates/skills/extended/ai-agents/last30days/scripts/lib/score.py +311 -0
  143. package/templates/skills/extended/ai-agents/last30days/scripts/lib/ui.py +324 -0
  144. package/templates/skills/extended/ai-agents/last30days/scripts/lib/websearch.py +401 -0
  145. package/templates/skills/extended/ai-agents/last30days/scripts/lib/xai_x.py +217 -0
  146. package/templates/skills/extended/ai-agents/last30days/tests/__init__.py +1 -0
  147. package/templates/skills/extended/ai-agents/last30days/tests/test_cache.py +59 -0
  148. package/templates/skills/extended/ai-agents/last30days/tests/test_dates.py +114 -0
  149. package/templates/skills/extended/ai-agents/last30days/tests/test_dedupe.py +111 -0
  150. package/templates/skills/extended/ai-agents/last30days/tests/test_models.py +135 -0
  151. package/templates/skills/extended/ai-agents/last30days/tests/test_normalize.py +138 -0
  152. package/templates/skills/extended/ai-agents/last30days/tests/test_render.py +116 -0
  153. package/templates/skills/extended/ai-agents/last30days/tests/test_score.py +168 -0
  154. package/templates/skills/extended/ai-agents/legal-advisor/SKILL.md +106 -0
  155. package/templates/skills/extended/ai-agents/llm-app-patterns/SKILL.md +796 -0
  156. package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/SKILL.md +71 -0
  157. package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
  158. package/templates/skills/extended/ai-agents/llm-application-dev-langchain-agent/SKILL.md +282 -0
  159. package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/SKILL.md +73 -0
  160. package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
  161. package/templates/skills/extended/ai-agents/llm-evaluation/SKILL.md +519 -0
  162. package/templates/skills/extended/ai-agents/m365-agents-dotnet/SKILL.md +326 -0
  163. package/templates/skills/extended/ai-agents/m365-agents-py/SKILL.md +381 -0
  164. package/templates/skills/extended/ai-agents/m365-agents-ts/SKILL.md +218 -0
  165. package/templates/skills/extended/ai-agents/mailchimp-automation/SKILL.md +267 -0
  166. package/templates/skills/extended/ai-agents/memory-systems/SKILL.md +264 -0
  167. package/templates/skills/extended/ai-agents/mermaid-expert/SKILL.md +95 -0
  168. package/templates/skills/extended/ai-agents/multi-agent-brainstorming/SKILL.md +291 -0
  169. package/templates/skills/extended/ai-agents/nanobanana-ppt-skills/SKILL.md +58 -0
  170. package/templates/skills/extended/ai-agents/onboarding-cro/SKILL.md +469 -0
  171. package/templates/skills/extended/ai-agents/paid-ads/SKILL.md +587 -0
  172. package/templates/skills/extended/ai-agents/performance-testing-review-ai-review/SKILL.md +486 -0
  173. package/templates/skills/extended/ai-agents/plaid-fintech/SKILL.md +86 -0
  174. package/templates/skills/extended/ai-agents/prompt-caching/SKILL.md +97 -0
  175. package/templates/skills/extended/ai-agents/prompt-engineer/README.md +659 -0
  176. package/templates/skills/extended/ai-agents/prompt-engineer/SKILL.md +288 -0
  177. package/templates/skills/extended/ai-agents/prompt-engineering/SKILL.md +207 -0
  178. package/templates/skills/extended/ai-agents/prompt-library/SKILL.md +358 -0
  179. package/templates/skills/extended/ai-agents/rag-engineer/SKILL.md +126 -0
  180. package/templates/skills/extended/ai-agents/rag-implementation/SKILL.md +457 -0
  181. package/templates/skills/extended/ai-agents/sales-automator/SKILL.md +91 -0
  182. package/templates/skills/extended/ai-agents/shodan-reconnaissance/SKILL.md +539 -0
  183. package/templates/skills/extended/ai-agents/skill-creator-ms/SKILL.md +649 -0
  184. package/templates/skills/extended/ai-agents/skill-developer/ADVANCED.md +197 -0
  185. package/templates/skills/extended/ai-agents/skill-developer/HOOK_MECHANISMS.md +306 -0
  186. package/templates/skills/extended/ai-agents/skill-developer/PATTERNS_LIBRARY.md +152 -0
  187. package/templates/skills/extended/ai-agents/skill-developer/SKILL.md +462 -0
  188. package/templates/skills/extended/ai-agents/skill-developer/SKILL_RULES_REFERENCE.md +315 -0
  189. package/templates/skills/extended/ai-agents/skill-developer/TRIGGER_TYPES.md +305 -0
  190. package/templates/skills/extended/ai-agents/skill-developer/TROUBLESHOOTING.md +514 -0
  191. package/templates/skills/extended/ai-agents/skill-rails-upgrade/SKILL.md +444 -0
  192. package/templates/skills/extended/ai-agents/subagent-driven-development/SKILL.md +276 -0
  193. package/templates/skills/extended/ai-agents/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  194. package/templates/skills/extended/ai-agents/subagent-driven-development/implementer-prompt.md +78 -0
  195. package/templates/skills/extended/ai-agents/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  196. package/templates/skills/extended/ai-agents/voice-agents/SKILL.md +104 -0
  197. package/templates/skills/extended/ai-agents/voice-ai-development/SKILL.md +338 -0
  198. package/templates/skills/extended/ai-agents/voice-ai-engine-development/README.md +175 -0
  199. package/templates/skills/extended/ai-agents/voice-ai-engine-development/SKILL.md +757 -0
  200. package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/complete_voice_engine.py +423 -0
  201. package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/gemini_agent_example.py +239 -0
  202. package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/interrupt_system_example.py +334 -0
  203. package/templates/skills/extended/ai-agents/voice-ai-engine-development/references/common_pitfalls.md +471 -0
  204. package/templates/skills/extended/ai-agents/voice-ai-engine-development/references/provider_comparison.md +515 -0
  205. package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/base_worker_template.py +193 -0
  206. package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/multi_provider_factory_template.py +289 -0
  207. package/templates/skills/extended/ai-agents/youtube-summarizer/CHANGELOG.md +66 -0
  208. package/templates/skills/extended/ai-agents/youtube-summarizer/README.md +365 -0
  209. package/templates/skills/extended/ai-agents/youtube-summarizer/SKILL.md +447 -0
  210. package/templates/skills/extended/ai-agents/youtube-summarizer/scripts/extract-transcript.py +65 -0
  211. package/templates/skills/extended/ai-agents/youtube-summarizer/scripts/install-dependencies.sh +28 -0
  212. package/templates/skills/extended/architecture/SPDD/1-research.md +22 -0
  213. package/templates/skills/extended/architecture/SPDD/2-spec.md +20 -0
  214. package/templates/skills/extended/architecture/SPDD/3-implementation.md +20 -0
  215. package/templates/skills/extended/architecture/SPDD/SKILL.md +63 -0
  216. package/templates/skills/extended/architecture/architect-review/SKILL.md +210 -0
  217. package/templates/skills/extended/architecture/architecture-patterns/SKILL.md +73 -0
  218. package/templates/skills/extended/architecture/architecture-patterns/resources/implementation-playbook.md +479 -0
  219. package/templates/skills/extended/architecture/binary-analysis-patterns/SKILL.md +486 -0
  220. package/templates/skills/extended/architecture/c4-code/SKILL.md +280 -0
  221. package/templates/skills/extended/architecture/c4-context/SKILL.md +186 -0
  222. package/templates/skills/extended/architecture/concise-planning/SKILL.md +98 -0
  223. package/templates/skills/extended/architecture/conductor-new-track/SKILL.md +469 -0
  224. package/templates/skills/extended/architecture/error-handling-patterns/SKILL.md +71 -0
  225. package/templates/skills/extended/architecture/error-handling-patterns/resources/implementation-playbook.md +635 -0
  226. package/templates/skills/extended/architecture/go-concurrency-patterns/SKILL.md +69 -0
  227. package/templates/skills/extended/architecture/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
  228. package/templates/skills/extended/architecture/linkerd-patterns/SKILL.md +357 -0
  229. package/templates/skills/extended/architecture/memory-safety-patterns/SKILL.md +69 -0
  230. package/templates/skills/extended/architecture/memory-safety-patterns/resources/implementation-playbook.md +603 -0
  231. package/templates/skills/extended/architecture/modern-javascript-patterns/SKILL.md +71 -0
  232. package/templates/skills/extended/architecture/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
  233. package/templates/skills/extended/architecture/multi-agent-patterns/SKILL.md +298 -0
  234. package/templates/skills/extended/architecture/nx-workspace-patterns/SKILL.md +500 -0
  235. package/templates/skills/extended/architecture/on-call-handoff-patterns/SKILL.md +489 -0
  236. package/templates/skills/extended/architecture/planning-with-files/SKILL.md +247 -0
  237. package/templates/skills/extended/architecture/planning-with-files/examples.md +202 -0
  238. package/templates/skills/extended/architecture/planning-with-files/reference.md +218 -0
  239. package/templates/skills/extended/architecture/planning-with-files/scripts/check-complete.sh +44 -0
  240. package/templates/skills/extended/architecture/planning-with-files/scripts/init-session.sh +120 -0
  241. package/templates/skills/extended/architecture/planning-with-files/templates/findings.md +95 -0
  242. package/templates/skills/extended/architecture/planning-with-files/templates/progress.md +114 -0
  243. package/templates/skills/extended/architecture/planning-with-files/templates/task_plan.md +132 -0
  244. package/templates/skills/extended/architecture/projection-patterns/SKILL.md +69 -0
  245. package/templates/skills/extended/architecture/projection-patterns/resources/implementation-playbook.md +501 -0
  246. package/templates/skills/extended/architecture/rust-async-patterns/SKILL.md +69 -0
  247. package/templates/skills/extended/architecture/rust-async-patterns/resources/implementation-playbook.md +516 -0
  248. package/templates/skills/extended/architecture/software-architecture/SKILL.md +111 -0
  249. package/templates/skills/extended/architecture/stride-analysis-patterns/SKILL.md +69 -0
  250. package/templates/skills/extended/architecture/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
  251. package/templates/skills/extended/architecture/team-composition-analysis/SKILL.md +449 -0
  252. package/templates/skills/extended/architecture/workflow-patterns/SKILL.md +74 -0
  253. package/templates/skills/extended/architecture/workflow-patterns/resources/implementation-playbook.md +621 -0
  254. package/templates/skills/extended/architecture/writing-plans/SKILL.md +152 -0
  255. package/templates/skills/extended/backend/anti-reversing-techniques/SKILL.md +78 -0
  256. package/templates/skills/extended/backend/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
  257. package/templates/skills/extended/backend/api-fuzzing-bug-bounty/SKILL.md +469 -0
  258. package/templates/skills/extended/backend/async-python-patterns/SKILL.md +75 -0
  259. package/templates/skills/extended/backend/async-python-patterns/resources/implementation-playbook.md +678 -0
  260. package/templates/skills/extended/backend/azure-ai-formrecognizer-java/SKILL.md +377 -0
  261. package/templates/skills/extended/backend/azure-communication-callingserver-java/SKILL.md +127 -0
  262. package/templates/skills/extended/backend/azure-cosmos-db-py/SKILL.md +275 -0
  263. package/templates/skills/extended/backend/azure-data-tables-java/SKILL.md +370 -0
  264. package/templates/skills/extended/backend/azure-mgmt-apicenter-dotnet/SKILL.md +447 -0
  265. package/templates/skills/extended/backend/azure-mgmt-apicenter-py/SKILL.md +278 -0
  266. package/templates/skills/extended/backend/azure-mgmt-apimanagement-dotnet/SKILL.md +346 -0
  267. package/templates/skills/extended/backend/azure-mgmt-apimanagement-py/SKILL.md +314 -0
  268. package/templates/skills/extended/backend/azure-mgmt-mongodbatlas-dotnet/SKILL.md +390 -0
  269. package/templates/skills/extended/backend/azure-postgres-ts/SKILL.md +513 -0
  270. package/templates/skills/extended/backend/azure-resource-manager-mysql-dotnet/SKILL.md +428 -0
  271. package/templates/skills/extended/backend/azure-resource-manager-postgresql-dotnet/SKILL.md +468 -0
  272. package/templates/skills/extended/backend/azure-resource-manager-redis-dotnet/SKILL.md +392 -0
  273. package/templates/skills/extended/backend/azure-resource-manager-sql-dotnet/SKILL.md +355 -0
  274. package/templates/skills/extended/backend/azure-speech-to-text-rest-py/SKILL.md +408 -0
  275. package/templates/skills/extended/backend/backend-architect/SKILL.md +369 -0
  276. package/templates/skills/extended/backend/backend-dev-guidelines/SKILL.md +378 -0
  277. package/templates/skills/extended/backend/backend-dev-guidelines/resources/architecture-overview.md +451 -0
  278. package/templates/skills/extended/backend/backend-dev-guidelines/resources/async-and-errors.md +307 -0
  279. package/templates/skills/extended/backend/backend-dev-guidelines/resources/complete-examples.md +638 -0
  280. package/templates/skills/extended/backend/backend-dev-guidelines/resources/configuration.md +275 -0
  281. package/templates/skills/extended/backend/backend-dev-guidelines/resources/database-patterns.md +224 -0
  282. package/templates/skills/extended/backend/backend-dev-guidelines/resources/middleware-guide.md +213 -0
  283. package/templates/skills/extended/backend/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
  284. package/templates/skills/extended/backend/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
  285. package/templates/skills/extended/backend/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
  286. package/templates/skills/extended/backend/backend-dev-guidelines/resources/testing-guide.md +235 -0
  287. package/templates/skills/extended/backend/backend-dev-guidelines/resources/validation-patterns.md +754 -0
  288. package/templates/skills/extended/backend/backend-development-feature-development/SKILL.md +216 -0
  289. package/templates/skills/extended/backend/backend-security-coder/SKILL.md +192 -0
  290. package/templates/skills/extended/backend/broken-authentication/SKILL.md +512 -0
  291. package/templates/skills/extended/backend/bun-development/SKILL.md +727 -0
  292. package/templates/skills/extended/backend/cc-skill-backend-patterns/SKILL.md +620 -0
  293. package/templates/skills/extended/backend/cc-skill-clickhouse-io/SKILL.md +467 -0
  294. package/templates/skills/extended/backend/clerk-auth/SKILL.md +92 -0
  295. package/templates/skills/extended/backend/code-refactoring-context-restore/SKILL.md +215 -0
  296. package/templates/skills/extended/backend/conductor-manage/SKILL.md +75 -0
  297. package/templates/skills/extended/backend/conductor-manage/resources/implementation-playbook.md +1120 -0
  298. package/templates/skills/extended/backend/context-management-context-restore/SKILL.md +215 -0
  299. package/templates/skills/extended/backend/copilot-sdk/SKILL.md +546 -0
  300. package/templates/skills/extended/backend/database-admin/SKILL.md +201 -0
  301. package/templates/skills/extended/backend/database-architect/SKILL.md +304 -0
  302. package/templates/skills/extended/backend/database-migration/SKILL.md +472 -0
  303. package/templates/skills/extended/backend/database-migrations-sql-migrations/SKILL.md +89 -0
  304. package/templates/skills/extended/backend/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
  305. package/templates/skills/extended/backend/database-optimizer/SKILL.md +203 -0
  306. package/templates/skills/extended/backend/dbt-transformation-patterns/SKILL.md +70 -0
  307. package/templates/skills/extended/backend/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
  308. package/templates/skills/extended/backend/django-pro/SKILL.md +216 -0
  309. package/templates/skills/extended/backend/dotnet-architect/SKILL.md +233 -0
  310. package/templates/skills/extended/backend/dotnet-backend/SKILL.md +302 -0
  311. package/templates/skills/extended/backend/dotnet-backend-patterns/SKILL.md +73 -0
  312. package/templates/skills/extended/backend/dotnet-backend-patterns/assets/repository-template.cs +523 -0
  313. package/templates/skills/extended/backend/dotnet-backend-patterns/assets/service-template.cs +336 -0
  314. package/templates/skills/extended/backend/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
  315. package/templates/skills/extended/backend/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
  316. package/templates/skills/extended/backend/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
  317. package/templates/skills/extended/backend/exa-search/SKILL.md +72 -0
  318. package/templates/skills/extended/backend/fal-platform/SKILL.md +58 -0
  319. package/templates/skills/extended/backend/fastapi-pro/SKILL.md +228 -0
  320. package/templates/skills/extended/backend/fastapi-router-py/SKILL.md +88 -0
  321. package/templates/skills/extended/backend/fastapi-templates/SKILL.md +68 -0
  322. package/templates/skills/extended/backend/fastapi-templates/resources/implementation-playbook.md +566 -0
  323. package/templates/skills/extended/backend/file-organizer/SKILL.md +286 -0
  324. package/templates/skills/extended/backend/firebase/SKILL.md +92 -0
  325. package/templates/skills/extended/backend/form-cro/SKILL.md +477 -0
  326. package/templates/skills/extended/backend/graphql/SKILL.md +104 -0
  327. package/templates/skills/extended/backend/graphql-architect/SKILL.md +218 -0
  328. package/templates/skills/extended/backend/hubspot-integration/SKILL.md +78 -0
  329. package/templates/skills/extended/backend/incident-responder/SKILL.md +249 -0
  330. package/templates/skills/extended/backend/inngest/SKILL.md +91 -0
  331. package/templates/skills/extended/backend/microservices-patterns/SKILL.md +71 -0
  332. package/templates/skills/extended/backend/microservices-patterns/resources/implementation-playbook.md +607 -0
  333. package/templates/skills/extended/backend/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +476 -0
  334. package/templates/skills/extended/backend/moodle-external-api-development/SKILL.md +633 -0
  335. package/templates/skills/extended/backend/multi-platform-apps-multi-platform/SKILL.md +239 -0
  336. package/templates/skills/extended/backend/n8n-code-python/SKILL.md +786 -0
  337. package/templates/skills/extended/backend/neon-postgres/SKILL.md +92 -0
  338. package/templates/skills/extended/backend/nestjs-expert/SKILL.md +588 -0
  339. package/templates/skills/extended/backend/network-101/SKILL.md +378 -0
  340. package/templates/skills/extended/backend/nextjs-supabase-auth/SKILL.md +92 -0
  341. package/templates/skills/extended/backend/nodejs-backend-patterns/SKILL.md +71 -0
  342. package/templates/skills/extended/backend/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
  343. package/templates/skills/extended/backend/nosql-expert/SKILL.md +147 -0
  344. package/templates/skills/extended/backend/openapi-spec-generation/SKILL.md +69 -0
  345. package/templates/skills/extended/backend/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
  346. package/templates/skills/extended/backend/performance-testing-review-multi-agent-review/SKILL.md +252 -0
  347. package/templates/skills/extended/backend/podcast-generation/SKILL.md +157 -0
  348. package/templates/skills/extended/backend/postgres-best-practices/AGENTS.md +1490 -0
  349. package/templates/skills/extended/backend/postgres-best-practices/README.md +119 -0
  350. package/templates/skills/extended/backend/postgres-best-practices/SKILL.md +93 -0
  351. package/templates/skills/extended/backend/postgres-best-practices/metadata.json +13 -0
  352. package/templates/skills/extended/backend/postgres-best-practices/rules/_contributing.md +171 -0
  353. package/templates/skills/extended/backend/postgres-best-practices/rules/_sections.md +39 -0
  354. package/templates/skills/extended/backend/postgres-best-practices/rules/_template.md +34 -0
  355. package/templates/skills/extended/backend/postgres-best-practices/rules/advanced-full-text-search.md +55 -0
  356. package/templates/skills/extended/backend/postgres-best-practices/rules/advanced-jsonb-indexing.md +49 -0
  357. package/templates/skills/extended/backend/postgres-best-practices/rules/conn-idle-timeout.md +46 -0
  358. package/templates/skills/extended/backend/postgres-best-practices/rules/conn-limits.md +44 -0
  359. package/templates/skills/extended/backend/postgres-best-practices/rules/conn-pooling.md +41 -0
  360. package/templates/skills/extended/backend/postgres-best-practices/rules/conn-prepared-statements.md +46 -0
  361. package/templates/skills/extended/backend/postgres-best-practices/rules/data-batch-inserts.md +54 -0
  362. package/templates/skills/extended/backend/postgres-best-practices/rules/data-n-plus-one.md +53 -0
  363. package/templates/skills/extended/backend/postgres-best-practices/rules/data-pagination.md +50 -0
  364. package/templates/skills/extended/backend/postgres-best-practices/rules/data-upsert.md +50 -0
  365. package/templates/skills/extended/backend/postgres-best-practices/rules/lock-advisory.md +56 -0
  366. package/templates/skills/extended/backend/postgres-best-practices/rules/lock-deadlock-prevention.md +68 -0
  367. package/templates/skills/extended/backend/postgres-best-practices/rules/lock-short-transactions.md +50 -0
  368. package/templates/skills/extended/backend/postgres-best-practices/rules/lock-skip-locked.md +54 -0
  369. package/templates/skills/extended/backend/postgres-best-practices/rules/monitor-explain-analyze.md +45 -0
  370. package/templates/skills/extended/backend/postgres-best-practices/rules/monitor-pg-stat-statements.md +55 -0
  371. package/templates/skills/extended/backend/postgres-best-practices/rules/monitor-vacuum-analyze.md +55 -0
  372. package/templates/skills/extended/backend/postgres-best-practices/rules/query-composite-indexes.md +44 -0
  373. package/templates/skills/extended/backend/postgres-best-practices/rules/query-covering-indexes.md +40 -0
  374. package/templates/skills/extended/backend/postgres-best-practices/rules/query-index-types.md +45 -0
  375. package/templates/skills/extended/backend/postgres-best-practices/rules/query-missing-indexes.md +43 -0
  376. package/templates/skills/extended/backend/postgres-best-practices/rules/query-partial-indexes.md +45 -0
  377. package/templates/skills/extended/backend/postgres-best-practices/rules/schema-data-types.md +46 -0
  378. package/templates/skills/extended/backend/postgres-best-practices/rules/schema-foreign-key-indexes.md +59 -0
  379. package/templates/skills/extended/backend/postgres-best-practices/rules/schema-lowercase-identifiers.md +55 -0
  380. package/templates/skills/extended/backend/postgres-best-practices/rules/schema-partitioning.md +55 -0
  381. package/templates/skills/extended/backend/postgres-best-practices/rules/schema-primary-keys.md +61 -0
  382. package/templates/skills/extended/backend/postgres-best-practices/rules/security-privileges.md +54 -0
  383. package/templates/skills/extended/backend/postgres-best-practices/rules/security-rls-basics.md +50 -0
  384. package/templates/skills/extended/backend/postgres-best-practices/rules/security-rls-performance.md +57 -0
  385. package/templates/skills/extended/backend/postgresql/SKILL.md +266 -0
  386. package/templates/skills/extended/backend/prisma-expert/SKILL.md +391 -0
  387. package/templates/skills/extended/backend/pydantic-models-py/SKILL.md +94 -0
  388. package/templates/skills/extended/backend/python-development-python-scaffold/SKILL.md +367 -0
  389. package/templates/skills/extended/backend/python-packaging/SKILL.md +72 -0
  390. package/templates/skills/extended/backend/python-packaging/resources/implementation-playbook.md +869 -0
  391. package/templates/skills/extended/backend/python-pro/SKILL.md +194 -0
  392. package/templates/skills/extended/backend/salesforce-development/SKILL.md +87 -0
  393. package/templates/skills/extended/backend/segment-cdp/SKILL.md +86 -0
  394. package/templates/skills/extended/backend/senior-architect/SKILL.md +245 -0
  395. package/templates/skills/extended/backend/senior-architect/references/architecture_patterns.md +103 -0
  396. package/templates/skills/extended/backend/senior-architect/references/system_design_workflows.md +103 -0
  397. package/templates/skills/extended/backend/senior-architect/references/tech_decision_guide.md +103 -0
  398. package/templates/skills/extended/backend/senior-architect/scripts/architecture_diagram_generator.py +114 -0
  399. package/templates/skills/extended/backend/senior-architect/scripts/dependency_analyzer.py +114 -0
  400. package/templates/skills/extended/backend/senior-architect/scripts/project_architect.py +114 -0
  401. package/templates/skills/extended/backend/sharp-edges/SKILL.md +106 -0
  402. package/templates/skills/extended/backend/signup-flow-cro/SKILL.md +391 -0
  403. package/templates/skills/extended/backend/similarity-search-patterns/SKILL.md +69 -0
  404. package/templates/skills/extended/backend/similarity-search-patterns/resources/implementation-playbook.md +557 -0
  405. package/templates/skills/extended/backend/sql-injection-testing/SKILL.md +484 -0
  406. package/templates/skills/extended/backend/sql-optimization-patterns/SKILL.md +71 -0
  407. package/templates/skills/extended/backend/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
  408. package/templates/skills/extended/backend/sql-pro/SKILL.md +209 -0
  409. package/templates/skills/extended/backend/sqlmap-database-pentesting/SKILL.md +436 -0
  410. package/templates/skills/extended/backend/supabase-automation/SKILL.md +272 -0
  411. package/templates/skills/extended/backend/tavily-web/SKILL.md +72 -0
  412. package/templates/skills/extended/backend/telegram-mini-app/SKILL.md +315 -0
  413. package/templates/skills/extended/backend/terraform-specialist/SKILL.md +202 -0
  414. package/templates/skills/extended/backend/twilio-communications/SKILL.md +331 -0
  415. package/templates/skills/extended/backend/using-neon/SKILL.md +120 -0
  416. package/templates/skills/extended/backend/vector-database-engineer/SKILL.md +96 -0
  417. package/templates/skills/extended/backend/vector-index-tuning/SKILL.md +78 -0
  418. package/templates/skills/extended/backend/vector-index-tuning/resources/implementation-playbook.md +507 -0
  419. package/templates/skills/extended/backend/wireshark-analysis/SKILL.md +533 -0
  420. package/templates/skills/extended/blockchain/nft-standards/SKILL.md +431 -0
  421. package/templates/skills/extended/blockchain/web3-testing/SKILL.md +463 -0
  422. package/templates/skills/extended/content/algorithmic-art/LICENSE.txt +202 -0
  423. package/templates/skills/extended/content/algorithmic-art/SKILL.md +441 -0
  424. package/templates/skills/extended/content/algorithmic-art/templates/generator_template.js +223 -0
  425. package/templates/skills/extended/content/algorithmic-art/templates/viewer.html +599 -0
  426. package/templates/skills/extended/content/content-marketer/SKILL.md +206 -0
  427. package/templates/skills/extended/content/copy-editing/SKILL.md +475 -0
  428. package/templates/skills/extended/content/free-tool-strategy/SKILL.md +612 -0
  429. package/templates/skills/extended/content/marketing-ideas/SKILL.md +256 -0
  430. package/templates/skills/extended/content/marketing-psychology/SKILL.md +290 -0
  431. package/templates/skills/extended/content/popup-cro/SKILL.md +382 -0
  432. package/templates/skills/extended/content/postmortem-writing/SKILL.md +422 -0
  433. package/templates/skills/extended/content/programmatic-seo/SKILL.md +387 -0
  434. package/templates/skills/extended/content/seo-authority-builder/SKILL.md +172 -0
  435. package/templates/skills/extended/content/seo-cannibalization-detector/SKILL.md +159 -0
  436. package/templates/skills/extended/content/seo-content-auditor/SKILL.md +119 -0
  437. package/templates/skills/extended/content/seo-content-refresher/SKILL.md +154 -0
  438. package/templates/skills/extended/content/seo-content-writer/SKILL.md +132 -0
  439. package/templates/skills/extended/content/seo-keyword-strategist/SKILL.md +131 -0
  440. package/templates/skills/extended/content/seo-meta-optimizer/SKILL.md +128 -0
  441. package/templates/skills/extended/content/seo-snippet-hunter/SKILL.md +150 -0
  442. package/templates/skills/extended/content/seo-structure-architect/SKILL.md +144 -0
  443. package/templates/skills/extended/content/social-content/SKILL.md +843 -0
  444. package/templates/skills/extended/content/writing-skills/SKILL.md +161 -0
  445. package/templates/skills/extended/content/writing-skills/anthropic-best-practices.md +1150 -0
  446. package/templates/skills/extended/content/writing-skills/examples.md +282 -0
  447. package/templates/skills/extended/content/writing-skills/gotchas.md +197 -0
  448. package/templates/skills/extended/content/writing-skills/graphviz-conventions.dot +172 -0
  449. package/templates/skills/extended/content/writing-skills/persuasion-principles.md +187 -0
  450. package/templates/skills/extended/content/writing-skills/references/anti-rationalization/README.md +255 -0
  451. package/templates/skills/extended/content/writing-skills/references/cso/README.md +268 -0
  452. package/templates/skills/extended/content/writing-skills/references/standards/README.md +152 -0
  453. package/templates/skills/extended/content/writing-skills/references/standards/metadata-standard.md +65 -0
  454. package/templates/skills/extended/content/writing-skills/references/templates/discipline.md +54 -0
  455. package/templates/skills/extended/content/writing-skills/references/templates/pattern.md +48 -0
  456. package/templates/skills/extended/content/writing-skills/references/templates/reference.md +35 -0
  457. package/templates/skills/extended/content/writing-skills/references/templates/technique.md +59 -0
  458. package/templates/skills/extended/content/writing-skills/references/templates/tier-3-platform.md +19 -0
  459. package/templates/skills/extended/content/writing-skills/references/testing/README.md +204 -0
  460. package/templates/skills/extended/content/writing-skills/references/tier-1-simple/README.md +75 -0
  461. package/templates/skills/extended/content/writing-skills/references/tier-2-expanded/README.md +69 -0
  462. package/templates/skills/extended/content/writing-skills/references/tier-3-platform/README.md +98 -0
  463. package/templates/skills/extended/content/writing-skills/render-graphs.js +168 -0
  464. package/templates/skills/extended/content/writing-skills/testing-skills-with-subagents.md +384 -0
  465. package/templates/skills/extended/content/x-article-publisher-skill/SKILL.md +58 -0
  466. package/templates/skills/extended/data/analytics-tracking/SKILL.md +440 -0
  467. package/templates/skills/extended/data/blockrun/SKILL.md +328 -0
  468. package/templates/skills/extended/data/data-engineer/SKILL.md +260 -0
  469. package/templates/skills/extended/data/data-engineering-data-driven-feature/SKILL.md +218 -0
  470. package/templates/skills/extended/data/data-engineering-data-pipeline/SKILL.md +237 -0
  471. package/templates/skills/extended/data/data-scientist/SKILL.md +235 -0
  472. package/templates/skills/extended/data/data-storytelling/SKILL.md +501 -0
  473. package/templates/skills/extended/data/datadog-automation/SKILL.md +271 -0
  474. package/templates/skills/extended/data/firecrawl-scraper/SKILL.md +73 -0
  475. package/templates/skills/extended/data/gdpr-data-handling/SKILL.md +69 -0
  476. package/templates/skills/extended/data/gdpr-data-handling/resources/implementation-playbook.md +615 -0
  477. package/templates/skills/extended/data/grafana-dashboards/SKILL.md +417 -0
  478. package/templates/skills/extended/data/pdf/LICENSE.txt +30 -0
  479. package/templates/skills/extended/data/pdf/SKILL.md +330 -0
  480. package/templates/skills/extended/data/pdf/forms.md +205 -0
  481. package/templates/skills/extended/data/pdf/reference.md +612 -0
  482. package/templates/skills/extended/data/pdf/scripts/check_bounding_boxes.py +70 -0
  483. package/templates/skills/extended/data/pdf/scripts/check_bounding_boxes_test.py +226 -0
  484. package/templates/skills/extended/data/pdf/scripts/check_fillable_fields.py +12 -0
  485. package/templates/skills/extended/data/pdf/scripts/convert_pdf_to_images.py +35 -0
  486. package/templates/skills/extended/data/pdf/scripts/create_validation_image.py +41 -0
  487. package/templates/skills/extended/data/pdf/scripts/extract_form_field_info.py +152 -0
  488. package/templates/skills/extended/data/pdf/scripts/fill_fillable_fields.py +114 -0
  489. package/templates/skills/extended/data/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
  490. package/templates/skills/extended/data/pdf-official/LICENSE.txt +30 -0
  491. package/templates/skills/extended/data/pdf-official/SKILL.md +330 -0
  492. package/templates/skills/extended/data/pdf-official/forms.md +205 -0
  493. package/templates/skills/extended/data/pdf-official/reference.md +612 -0
  494. package/templates/skills/extended/data/pdf-official/scripts/check_bounding_boxes.py +70 -0
  495. package/templates/skills/extended/data/pdf-official/scripts/check_bounding_boxes_test.py +226 -0
  496. package/templates/skills/extended/data/pdf-official/scripts/check_fillable_fields.py +12 -0
  497. package/templates/skills/extended/data/pdf-official/scripts/convert_pdf_to_images.py +35 -0
  498. package/templates/skills/extended/data/pdf-official/scripts/create_validation_image.py +41 -0
  499. package/templates/skills/extended/data/pdf-official/scripts/extract_form_field_info.py +152 -0
  500. package/templates/skills/extended/data/pdf-official/scripts/fill_fillable_fields.py +114 -0
  501. package/templates/skills/extended/data/pdf-official/scripts/fill_pdf_form_with_annotations.py +108 -0
  502. package/templates/skills/extended/data/schema-markup/SKILL.md +396 -0
  503. package/templates/skills/extended/data/xlsx/LICENSE.txt +30 -0
  504. package/templates/skills/extended/data/xlsx/SKILL.md +325 -0
  505. package/templates/skills/extended/data/xlsx/recalc.py +178 -0
  506. package/templates/skills/extended/data/xlsx-official/LICENSE.txt +30 -0
  507. package/templates/skills/extended/data/xlsx-official/SKILL.md +325 -0
  508. package/templates/skills/extended/data/xlsx-official/recalc.py +178 -0
  509. package/templates/skills/extended/debugging/application-performance-performance-optimization/SKILL.md +190 -0
  510. package/templates/skills/extended/debugging/bazel-build-optimization/SKILL.md +433 -0
  511. package/templates/skills/extended/debugging/code-refactoring-refactor-clean/SKILL.md +87 -0
  512. package/templates/skills/extended/debugging/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
  513. package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/SKILL.md +87 -0
  514. package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
  515. package/templates/skills/extended/debugging/codebase-cleanup-tech-debt/SKILL.md +422 -0
  516. package/templates/skills/extended/debugging/context-optimization/SKILL.md +222 -0
  517. package/templates/skills/extended/debugging/cost-optimization/SKILL.md +322 -0
  518. package/templates/skills/extended/debugging/database-migrations-migration-observability/SKILL.md +456 -0
  519. package/templates/skills/extended/debugging/debugger/SKILL.md +85 -0
  520. package/templates/skills/extended/debugging/debugging-strategies/SKILL.md +70 -0
  521. package/templates/skills/extended/debugging/debugging-strategies/resources/implementation-playbook.md +511 -0
  522. package/templates/skills/extended/debugging/debugging-toolkit-smart-debug/SKILL.md +233 -0
  523. package/templates/skills/extended/debugging/devops-troubleshooter/SKILL.md +197 -0
  524. package/templates/skills/extended/debugging/distributed-debugging-debug-trace/SKILL.md +80 -0
  525. package/templates/skills/extended/debugging/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
  526. package/templates/skills/extended/debugging/distributed-tracing/SKILL.md +486 -0
  527. package/templates/skills/extended/debugging/error-debugging-error-analysis/SKILL.md +83 -0
  528. package/templates/skills/extended/debugging/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
  529. package/templates/skills/extended/debugging/error-debugging-error-trace/SKILL.md +79 -0
  530. package/templates/skills/extended/debugging/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
  531. package/templates/skills/extended/debugging/error-debugging-multi-agent-review/SKILL.md +252 -0
  532. package/templates/skills/extended/debugging/error-diagnostics-error-analysis/SKILL.md +83 -0
  533. package/templates/skills/extended/debugging/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
  534. package/templates/skills/extended/debugging/error-diagnostics-error-trace/SKILL.md +84 -0
  535. package/templates/skills/extended/debugging/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
  536. package/templates/skills/extended/debugging/error-diagnostics-smart-debug/SKILL.md +233 -0
  537. package/templates/skills/extended/debugging/fp-ts-errors/SKILL.md +892 -0
  538. package/templates/skills/extended/debugging/framework-migration-code-migrate/SKILL.md +84 -0
  539. package/templates/skills/extended/debugging/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
  540. package/templates/skills/extended/debugging/framework-migration-deps-upgrade/SKILL.md +84 -0
  541. package/templates/skills/extended/debugging/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
  542. package/templates/skills/extended/debugging/framework-migration-legacy-modernize/SKILL.md +168 -0
  543. package/templates/skills/extended/debugging/legacy-modernizer/SKILL.md +89 -0
  544. package/templates/skills/extended/debugging/observability-engineer/SKILL.md +273 -0
  545. package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/SKILL.md +84 -0
  546. package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
  547. package/templates/skills/extended/debugging/observability-monitoring-slo-implement/SKILL.md +79 -0
  548. package/templates/skills/extended/debugging/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
  549. package/templates/skills/extended/debugging/page-cro/SKILL.md +379 -0
  550. package/templates/skills/extended/debugging/paywall-upgrade-cro/SKILL.md +606 -0
  551. package/templates/skills/extended/debugging/performance-engineer/SKILL.md +216 -0
  552. package/templates/skills/extended/debugging/python-performance-optimization/SKILL.md +72 -0
  553. package/templates/skills/extended/debugging/python-performance-optimization/resources/implementation-playbook.md +868 -0
  554. package/templates/skills/extended/debugging/service-mesh-observability/SKILL.md +431 -0
  555. package/templates/skills/extended/debugging/slo-implementation/SKILL.md +377 -0
  556. package/templates/skills/extended/debugging/spark-optimization/SKILL.md +463 -0
  557. package/templates/skills/extended/debugging/web-performance-optimization/SKILL.md +682 -0
  558. package/templates/skills/extended/devops/agent-orchestration-multi-agent-optimize/SKILL.md +275 -0
  559. package/templates/skills/extended/devops/airflow-dag-patterns/SKILL.md +77 -0
  560. package/templates/skills/extended/devops/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
  561. package/templates/skills/extended/devops/aws-penetration-testing/SKILL.md +441 -0
  562. package/templates/skills/extended/devops/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
  563. package/templates/skills/extended/devops/aws-skills/SKILL.md +58 -0
  564. package/templates/skills/extended/devops/azd-deployment/SKILL.md +332 -0
  565. package/templates/skills/extended/devops/azure-ai-anomalydetector-java/SKILL.md +292 -0
  566. package/templates/skills/extended/devops/azure-ai-contentsafety-java/SKILL.md +318 -0
  567. package/templates/skills/extended/devops/azure-ai-contentsafety-py/SKILL.md +250 -0
  568. package/templates/skills/extended/devops/azure-ai-contentunderstanding-py/SKILL.md +309 -0
  569. package/templates/skills/extended/devops/azure-ai-document-intelligence-dotnet/SKILL.md +373 -0
  570. package/templates/skills/extended/devops/azure-ai-document-intelligence-ts/SKILL.md +359 -0
  571. package/templates/skills/extended/devops/azure-ai-ml-py/SKILL.md +307 -0
  572. package/templates/skills/extended/devops/azure-ai-projects-dotnet/SKILL.md +384 -0
  573. package/templates/skills/extended/devops/azure-ai-projects-java/SKILL.md +188 -0
  574. package/templates/skills/extended/devops/azure-ai-textanalytics-py/SKILL.md +263 -0
  575. package/templates/skills/extended/devops/azure-ai-transcription-py/SKILL.md +105 -0
  576. package/templates/skills/extended/devops/azure-ai-translation-document-py/SKILL.md +285 -0
  577. package/templates/skills/extended/devops/azure-ai-translation-text-py/SKILL.md +310 -0
  578. package/templates/skills/extended/devops/azure-ai-translation-ts/SKILL.md +322 -0
  579. package/templates/skills/extended/devops/azure-ai-voicelive-dotnet/SKILL.md +301 -0
  580. package/templates/skills/extended/devops/azure-ai-voicelive-java/SKILL.md +261 -0
  581. package/templates/skills/extended/devops/azure-ai-voicelive-ts/SKILL.md +501 -0
  582. package/templates/skills/extended/devops/azure-appconfiguration-java/SKILL.md +506 -0
  583. package/templates/skills/extended/devops/azure-appconfiguration-py/SKILL.md +285 -0
  584. package/templates/skills/extended/devops/azure-appconfiguration-ts/SKILL.md +385 -0
  585. package/templates/skills/extended/devops/azure-communication-chat-java/SKILL.md +346 -0
  586. package/templates/skills/extended/devops/azure-communication-common-java/SKILL.md +340 -0
  587. package/templates/skills/extended/devops/azure-communication-sms-java/SKILL.md +310 -0
  588. package/templates/skills/extended/devops/azure-compute-batch-java/SKILL.md +415 -0
  589. package/templates/skills/extended/devops/azure-containerregistry-py/SKILL.md +288 -0
  590. package/templates/skills/extended/devops/azure-cosmos-java/SKILL.md +294 -0
  591. package/templates/skills/extended/devops/azure-cosmos-py/SKILL.md +316 -0
  592. package/templates/skills/extended/devops/azure-cosmos-rust/SKILL.md +171 -0
  593. package/templates/skills/extended/devops/azure-cosmos-ts/SKILL.md +507 -0
  594. package/templates/skills/extended/devops/azure-data-tables-py/SKILL.md +279 -0
  595. package/templates/skills/extended/devops/azure-eventgrid-dotnet/SKILL.md +524 -0
  596. package/templates/skills/extended/devops/azure-eventgrid-java/SKILL.md +341 -0
  597. package/templates/skills/extended/devops/azure-eventgrid-py/SKILL.md +204 -0
  598. package/templates/skills/extended/devops/azure-eventhub-dotnet/SKILL.md +398 -0
  599. package/templates/skills/extended/devops/azure-eventhub-java/SKILL.md +392 -0
  600. package/templates/skills/extended/devops/azure-eventhub-py/SKILL.md +276 -0
  601. package/templates/skills/extended/devops/azure-eventhub-rust/SKILL.md +163 -0
  602. package/templates/skills/extended/devops/azure-eventhub-ts/SKILL.md +304 -0
  603. package/templates/skills/extended/devops/azure-functions/SKILL.md +78 -0
  604. package/templates/skills/extended/devops/azure-identity-dotnet/SKILL.md +375 -0
  605. package/templates/skills/extended/devops/azure-identity-java/SKILL.md +402 -0
  606. package/templates/skills/extended/devops/azure-identity-py/SKILL.md +228 -0
  607. package/templates/skills/extended/devops/azure-identity-rust/SKILL.md +151 -0
  608. package/templates/skills/extended/devops/azure-identity-ts/SKILL.md +339 -0
  609. package/templates/skills/extended/devops/azure-keyvault-certificates-rust/SKILL.md +213 -0
  610. package/templates/skills/extended/devops/azure-keyvault-keys-rust/SKILL.md +203 -0
  611. package/templates/skills/extended/devops/azure-keyvault-keys-ts/SKILL.md +305 -0
  612. package/templates/skills/extended/devops/azure-keyvault-py/SKILL.md +283 -0
  613. package/templates/skills/extended/devops/azure-keyvault-secrets-rust/SKILL.md +178 -0
  614. package/templates/skills/extended/devops/azure-keyvault-secrets-ts/SKILL.md +305 -0
  615. package/templates/skills/extended/devops/azure-maps-search-dotnet/SKILL.md +530 -0
  616. package/templates/skills/extended/devops/azure-messaging-webpubsub-java/SKILL.md +338 -0
  617. package/templates/skills/extended/devops/azure-messaging-webpubsubservice-py/SKILL.md +281 -0
  618. package/templates/skills/extended/devops/azure-mgmt-applicationinsights-dotnet/SKILL.md +522 -0
  619. package/templates/skills/extended/devops/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +266 -0
  620. package/templates/skills/extended/devops/azure-mgmt-botservice-dotnet/SKILL.md +370 -0
  621. package/templates/skills/extended/devops/azure-mgmt-botservice-py/SKILL.md +356 -0
  622. package/templates/skills/extended/devops/azure-mgmt-fabric-dotnet/SKILL.md +374 -0
  623. package/templates/skills/extended/devops/azure-mgmt-fabric-py/SKILL.md +294 -0
  624. package/templates/skills/extended/devops/azure-mgmt-weightsandbiases-dotnet/SKILL.md +364 -0
  625. package/templates/skills/extended/devops/azure-microsoft-playwright-testing-ts/SKILL.md +338 -0
  626. package/templates/skills/extended/devops/azure-monitor-ingestion-java/SKILL.md +266 -0
  627. package/templates/skills/extended/devops/azure-monitor-ingestion-py/SKILL.md +240 -0
  628. package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-java/SKILL.md +320 -0
  629. package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-py/SKILL.md +243 -0
  630. package/templates/skills/extended/devops/azure-monitor-opentelemetry-py/SKILL.md +260 -0
  631. package/templates/skills/extended/devops/azure-monitor-opentelemetry-ts/SKILL.md +355 -0
  632. package/templates/skills/extended/devops/azure-monitor-query-java/SKILL.md +453 -0
  633. package/templates/skills/extended/devops/azure-monitor-query-py/SKILL.md +288 -0
  634. package/templates/skills/extended/devops/azure-resource-manager-cosmosdb-dotnet/SKILL.md +286 -0
  635. package/templates/skills/extended/devops/azure-resource-manager-durabletask-dotnet/SKILL.md +413 -0
  636. package/templates/skills/extended/devops/azure-resource-manager-playwright-dotnet/SKILL.md +333 -0
  637. package/templates/skills/extended/devops/azure-search-documents-dotnet/SKILL.md +375 -0
  638. package/templates/skills/extended/devops/azure-search-documents-py/SKILL.md +564 -0
  639. package/templates/skills/extended/devops/azure-security-keyvault-keys-dotnet/SKILL.md +442 -0
  640. package/templates/skills/extended/devops/azure-security-keyvault-keys-java/SKILL.md +398 -0
  641. package/templates/skills/extended/devops/azure-security-keyvault-secrets-java/SKILL.md +392 -0
  642. package/templates/skills/extended/devops/azure-servicebus-dotnet/SKILL.md +369 -0
  643. package/templates/skills/extended/devops/azure-servicebus-py/SKILL.md +303 -0
  644. package/templates/skills/extended/devops/azure-servicebus-ts/SKILL.md +269 -0
  645. package/templates/skills/extended/devops/azure-storage-blob-java/SKILL.md +424 -0
  646. package/templates/skills/extended/devops/azure-storage-blob-py/SKILL.md +255 -0
  647. package/templates/skills/extended/devops/azure-storage-blob-rust/SKILL.md +168 -0
  648. package/templates/skills/extended/devops/azure-storage-blob-ts/SKILL.md +518 -0
  649. package/templates/skills/extended/devops/azure-storage-file-datalake-py/SKILL.md +247 -0
  650. package/templates/skills/extended/devops/azure-storage-file-share-py/SKILL.md +274 -0
  651. package/templates/skills/extended/devops/azure-storage-file-share-ts/SKILL.md +529 -0
  652. package/templates/skills/extended/devops/azure-storage-queue-py/SKILL.md +249 -0
  653. package/templates/skills/extended/devops/azure-storage-queue-ts/SKILL.md +560 -0
  654. package/templates/skills/extended/devops/azure-web-pubsub-ts/SKILL.md +346 -0
  655. package/templates/skills/extended/devops/bash-defensive-patterns/SKILL.md +79 -0
  656. package/templates/skills/extended/devops/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
  657. package/templates/skills/extended/devops/bash-pro/SKILL.md +346 -0
  658. package/templates/skills/extended/devops/busybox-on-windows/SKILL.md +66 -0
  659. package/templates/skills/extended/devops/c4-container/SKILL.md +207 -0
  660. package/templates/skills/extended/devops/claude-win11-speckit-update-skill/SKILL.md +58 -0
  661. package/templates/skills/extended/devops/cloud-architect/SKILL.md +171 -0
  662. package/templates/skills/extended/devops/cloud-penetration-testing/SKILL.md +537 -0
  663. package/templates/skills/extended/devops/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
  664. package/templates/skills/extended/devops/context-window-management/SKILL.md +89 -0
  665. package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/SKILL.md +80 -0
  666. package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
  667. package/templates/skills/extended/devops/deployment-engineer/SKILL.md +206 -0
  668. package/templates/skills/extended/devops/deployment-pipeline-design/SKILL.md +407 -0
  669. package/templates/skills/extended/devops/deployment-validation-config-validate/SKILL.md +532 -0
  670. package/templates/skills/extended/devops/expo-deployment/SKILL.md +108 -0
  671. package/templates/skills/extended/devops/file-uploads/SKILL.md +58 -0
  672. package/templates/skills/extended/devops/full-stack-orchestration-full-stack-feature/SKILL.md +171 -0
  673. package/templates/skills/extended/devops/gcp-cloud-run/SKILL.md +324 -0
  674. package/templates/skills/extended/devops/helm-chart-scaffolding/SKILL.md +70 -0
  675. package/templates/skills/extended/devops/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
  676. package/templates/skills/extended/devops/helm-chart-scaffolding/assets/values.yaml.template +185 -0
  677. package/templates/skills/extended/devops/helm-chart-scaffolding/references/chart-structure.md +500 -0
  678. package/templates/skills/extended/devops/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
  679. package/templates/skills/extended/devops/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
  680. package/templates/skills/extended/devops/hugging-face-cli/SKILL.md +234 -0
  681. package/templates/skills/extended/devops/hugging-face-jobs/SKILL.md +1073 -0
  682. package/templates/skills/extended/devops/hybrid-cloud-architect/SKILL.md +204 -0
  683. package/templates/skills/extended/devops/hybrid-cloud-networking/SKILL.md +274 -0
  684. package/templates/skills/extended/devops/k8s-manifest-generator/SKILL.md +71 -0
  685. package/templates/skills/extended/devops/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
  686. package/templates/skills/extended/devops/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
  687. package/templates/skills/extended/devops/k8s-manifest-generator/assets/service-template.yaml +171 -0
  688. package/templates/skills/extended/devops/k8s-manifest-generator/references/deployment-spec.md +753 -0
  689. package/templates/skills/extended/devops/k8s-manifest-generator/references/service-spec.md +724 -0
  690. package/templates/skills/extended/devops/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
  691. package/templates/skills/extended/devops/k8s-security-policies/SKILL.md +382 -0
  692. package/templates/skills/extended/devops/k8s-security-policies/assets/network-policy-template.yaml +177 -0
  693. package/templates/skills/extended/devops/k8s-security-policies/references/rbac-patterns.md +187 -0
  694. package/templates/skills/extended/devops/kubernetes-architect/SKILL.md +206 -0
  695. package/templates/skills/extended/devops/linux-shell-scripting/SKILL.md +540 -0
  696. package/templates/skills/extended/devops/loki-mode/.github/workflows/claude-code-review.yml +57 -0
  697. package/templates/skills/extended/devops/loki-mode/.github/workflows/claude.yml +50 -0
  698. package/templates/skills/extended/devops/loki-mode/.github/workflows/release.yml +128 -0
  699. package/templates/skills/extended/devops/loki-mode/ACKNOWLEDGEMENTS.md +184 -0
  700. package/templates/skills/extended/devops/loki-mode/CHANGELOG.md +1822 -0
  701. package/templates/skills/extended/devops/loki-mode/CLAUDE.md +120 -0
  702. package/templates/skills/extended/devops/loki-mode/CONTEXT-EXPORT.md +206 -0
  703. package/templates/skills/extended/devops/loki-mode/INSTALLATION.md +384 -0
  704. package/templates/skills/extended/devops/loki-mode/LICENSE +21 -0
  705. package/templates/skills/extended/devops/loki-mode/README.md +548 -0
  706. package/templates/skills/extended/devops/loki-mode/SKILL.md +757 -0
  707. package/templates/skills/extended/devops/loki-mode/VERSION +1 -0
  708. package/templates/skills/extended/devops/loki-mode/autonomy/.loki/dashboard/index.html +497 -0
  709. package/templates/skills/extended/devops/loki-mode/autonomy/CONSTITUTION.md +402 -0
  710. package/templates/skills/extended/devops/loki-mode/autonomy/README.md +201 -0
  711. package/templates/skills/extended/devops/loki-mode/autonomy/run.sh +1991 -0
  712. package/templates/skills/extended/devops/loki-mode/benchmarks/datasets/humaneval.jsonl +164 -0
  713. package/templates/skills/extended/devops/loki-mode/benchmarks/datasets/swebench-lite.json +10 -0
  714. package/templates/skills/extended/devops/loki-mode/benchmarks/prepare-submission.sh +215 -0
  715. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +48 -0
  716. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +15 -0
  717. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +10 -0
  718. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +50 -0
  719. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +1000 -0
  720. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +16 -0
  721. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +28 -0
  722. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +25 -0
  723. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +20 -0
  724. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +15 -0
  725. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +16 -0
  726. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +15 -0
  727. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +22 -0
  728. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +39 -0
  729. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +21 -0
  730. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +35 -0
  731. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +22 -0
  732. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +41 -0
  733. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +16 -0
  734. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +20 -0
  735. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +28 -0
  736. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +14 -0
  737. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +19 -0
  738. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +16 -0
  739. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +41 -0
  740. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +12 -0
  741. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +25 -0
  742. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +26 -0
  743. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +30 -0
  744. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +21 -0
  745. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +28 -0
  746. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +10 -0
  747. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +19 -0
  748. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +31 -0
  749. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +56 -0
  750. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +20 -0
  751. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +29 -0
  752. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +47 -0
  753. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +25 -0
  754. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +61 -0
  755. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +10 -0
  756. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +29 -0
  757. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +18 -0
  758. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +36 -0
  759. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +16 -0
  760. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +27 -0
  761. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +15 -0
  762. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +19 -0
  763. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +26 -0
  764. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +8 -0
  765. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +18 -0
  766. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +9 -0
  767. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +30 -0
  768. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +35 -0
  769. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +20 -0
  770. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +35 -0
  771. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +19 -0
  772. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +22 -0
  773. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +21 -0
  774. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +22 -0
  775. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +28 -0
  776. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +17 -0
  777. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +8 -0
  778. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +15 -0
  779. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +20 -0
  780. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +16 -0
  781. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +30 -0
  782. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +15 -0
  783. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +15 -0
  784. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +32 -0
  785. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +12 -0
  786. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +11 -0
  787. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +33 -0
  788. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +8 -0
  789. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +29 -0
  790. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +24 -0
  791. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +11 -0
  792. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +14 -0
  793. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +27 -0
  794. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +23 -0
  795. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +21 -0
  796. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +10 -0
  797. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +22 -0
  798. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +13 -0
  799. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +11 -0
  800. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +8 -0
  801. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +9 -0
  802. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +24 -0
  803. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +12 -0
  804. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +6 -0
  805. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +11 -0
  806. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +11 -0
  807. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +18 -0
  808. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +8 -0
  809. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +27 -0
  810. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +50 -0
  811. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +20 -0
  812. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +6 -0
  813. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +8 -0
  814. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +14 -0
  815. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +14 -0
  816. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +11 -0
  817. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +35 -0
  818. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +14 -0
  819. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +24 -0
  820. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +13 -0
  821. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +8 -0
  822. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +22 -0
  823. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +18 -0
  824. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +6 -0
  825. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +23 -0
  826. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +14 -0
  827. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +13 -0
  828. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +14 -0
  829. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +19 -0
  830. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +12 -0
  831. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +18 -0
  832. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +8 -0
  833. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +8 -0
  834. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +17 -0
  835. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +18 -0
  836. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +22 -0
  837. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +16 -0
  838. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +9 -0
  839. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +22 -0
  840. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +26 -0
  841. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +14 -0
  842. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +22 -0
  843. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +10 -0
  844. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +25 -0
  845. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +20 -0
  846. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +14 -0
  847. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +14 -0
  848. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +16 -0
  849. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +50 -0
  850. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +21 -0
  851. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +11 -0
  852. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +26 -0
  853. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +17 -0
  854. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +21 -0
  855. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +17 -0
  856. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +21 -0
  857. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +30 -0
  858. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +20 -0
  859. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +17 -0
  860. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +24 -0
  861. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +13 -0
  862. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +17 -0
  863. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +18 -0
  864. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +54 -0
  865. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +20 -0
  866. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +21 -0
  867. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +16 -0
  868. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +12 -0
  869. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +16 -0
  870. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +29 -0
  871. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +24 -0
  872. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +23 -0
  873. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +20 -0
  874. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +20 -0
  875. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +20 -0
  876. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +25 -0
  877. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +34 -0
  878. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +33 -0
  879. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +27 -0
  880. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +28 -0
  881. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +13 -0
  882. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +15 -0
  883. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +30 -0
  884. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +48 -0
  885. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +16 -0
  886. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +59 -0
  887. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +21 -0
  888. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +15 -0
  889. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +20 -0
  890. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +31 -0
  891. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +72 -0
  892. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +41 -0
  893. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +80 -0
  894. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +489 -0
  895. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +87 -0
  896. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +24 -0
  897. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +28 -0
  898. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +20 -0
  899. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +49 -0
  900. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +47 -0
  901. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +25 -0
  902. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +285 -0
  903. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +22 -0
  904. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +21 -0
  905. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +45 -0
  906. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +32 -0
  907. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +38 -0
  908. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +20 -0
  909. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +21 -0
  910. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +16 -0
  911. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +29 -0
  912. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +54 -0
  913. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +15 -0
  914. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +31 -0
  915. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +27 -0
  916. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +28 -0
  917. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +31 -0
  918. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +29 -0
  919. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +22 -0
  920. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +31 -0
  921. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +53 -0
  922. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +26 -0
  923. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +157 -0
  924. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +27 -0
  925. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +64 -0
  926. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +15 -0
  927. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +16 -0
  928. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +15 -0
  929. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +82 -0
  930. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +21 -0
  931. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +13 -0
  932. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +17 -0
  933. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +14 -0
  934. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +57 -0
  935. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +14 -0
  936. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +44 -0
  937. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +53 -0
  938. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +33 -0
  939. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +30 -0
  940. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +40 -0
  941. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +203 -0
  942. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +17 -0
  943. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +17 -0
  944. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +19 -0
  945. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +27 -0
  946. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +23 -0
  947. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +51 -0
  948. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +32 -0
  949. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +116 -0
  950. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +62 -0
  951. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +17 -0
  952. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +138 -0
  953. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +88 -0
  954. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +74 -0
  955. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +132 -0
  956. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +17 -0
  957. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +16 -0
  958. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +29 -0
  959. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +15 -0
  960. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +32 -0
  961. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +33 -0
  962. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +59 -0
  963. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +80 -0
  964. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +35 -0
  965. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +24 -0
  966. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +23 -0
  967. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +19 -0
  968. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +40 -0
  969. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +26 -0
  970. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +24 -0
  971. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +18 -0
  972. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +70 -0
  973. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +63 -0
  974. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +36 -0
  975. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +36 -0
  976. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +26 -0
  977. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +14 -0
  978. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +14 -0
  979. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +32 -0
  980. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +251 -0
  981. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +18 -0
  982. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +50 -0
  983. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +34 -0
  984. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +18 -0
  985. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +127 -0
  986. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +16 -0
  987. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +15 -0
  988. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +33 -0
  989. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +30 -0
  990. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +16 -0
  991. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +19 -0
  992. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +142 -0
  993. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +21 -0
  994. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +32 -0
  995. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +34 -0
  996. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +27 -0
  997. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +14 -0
  998. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +14 -0
  999. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +30 -0
  1000. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +188 -0
  1001. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +37 -0
  1002. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +51 -0
  1003. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +21 -0
  1004. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +75 -0
  1005. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +42 -0
  1006. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +58 -0
  1007. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +92 -0
  1008. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +16 -0
  1009. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +73 -0
  1010. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +33 -0
  1011. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +22 -0
  1012. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +207 -0
  1013. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +29 -0
  1014. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +43 -0
  1015. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +27 -0
  1016. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +76 -0
  1017. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +17 -0
  1018. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +24 -0
  1019. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +15 -0
  1020. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +29 -0
  1021. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +28 -0
  1022. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +240 -0
  1023. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +28 -0
  1024. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +79 -0
  1025. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +90 -0
  1026. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +35 -0
  1027. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +55 -0
  1028. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +60 -0
  1029. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +18 -0
  1030. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +28 -0
  1031. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +23 -0
  1032. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +33 -0
  1033. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +99 -0
  1034. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +117 -0
  1035. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +37 -0
  1036. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +54 -0
  1037. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +157 -0
  1038. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +19 -0
  1039. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +35 -0
  1040. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +392 -0
  1041. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +40 -0
  1042. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +124 -0
  1043. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +39 -0
  1044. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +45 -0
  1045. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +13 -0
  1046. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +25 -0
  1047. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +33 -0
  1048. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +161 -0
  1049. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +34 -0
  1050. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +21 -0
  1051. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +25 -0
  1052. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +57 -0
  1053. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +345 -0
  1054. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +28 -0
  1055. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +16 -0
  1056. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +35 -0
  1057. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +24 -0
  1058. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +33 -0
  1059. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +12 -0
  1060. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +28 -0
  1061. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +535 -0
  1062. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +47 -0
  1063. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +76 -0
  1064. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +61 -0
  1065. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +123 -0
  1066. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +38 -0
  1067. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +22 -0
  1068. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +53 -0
  1069. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +17 -0
  1070. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +94 -0
  1071. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +39 -0
  1072. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +65 -0
  1073. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +54 -0
  1074. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +35 -0
  1075. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +29 -0
  1076. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +34 -0
  1077. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +59 -0
  1078. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +15 -0
  1079. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +25 -0
  1080. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +16 -0
  1081. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +33 -0
  1082. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +35 -0
  1083. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +24 -0
  1084. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +23 -0
  1085. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +77 -0
  1086. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +44 -0
  1087. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +64 -0
  1088. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +96 -0
  1089. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +52 -0
  1090. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +29 -0
  1091. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +185 -0
  1092. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +129 -0
  1093. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +119 -0
  1094. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +19 -0
  1095. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +37 -0
  1096. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +89 -0
  1097. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +38 -0
  1098. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +95 -0
  1099. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +104 -0
  1100. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +73 -0
  1101. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +49 -0
  1102. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +15 -0
  1103. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +50 -0
  1104. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +41 -0
  1105. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +25 -0
  1106. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +73 -0
  1107. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +27 -0
  1108. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +96 -0
  1109. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +134 -0
  1110. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +17 -0
  1111. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +20 -0
  1112. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +35 -0
  1113. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +55 -0
  1114. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +68 -0
  1115. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +33 -0
  1116. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +35 -0
  1117. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +32 -0
  1118. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +36 -0
  1119. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +15 -0
  1120. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +26 -0
  1121. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +13 -0
  1122. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +41 -0
  1123. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +22 -0
  1124. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +28 -0
  1125. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +97 -0
  1126. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +19 -0
  1127. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +27 -0
  1128. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +20 -0
  1129. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +42 -0
  1130. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +38 -0
  1131. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +13 -0
  1132. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +54 -0
  1133. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +38 -0
  1134. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +21 -0
  1135. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +27 -0
  1136. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +26 -0
  1137. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +29 -0
  1138. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +92 -0
  1139. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +78 -0
  1140. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +141 -0
  1141. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +69 -0
  1142. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +16 -0
  1143. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +16 -0
  1144. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +65 -0
  1145. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +33 -0
  1146. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +90 -0
  1147. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +23 -0
  1148. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +28 -0
  1149. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +81 -0
  1150. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +13 -0
  1151. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +23 -0
  1152. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +130 -0
  1153. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +15 -0
  1154. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +105 -0
  1155. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +30 -0
  1156. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +66 -0
  1157. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +72 -0
  1158. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +23 -0
  1159. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +125 -0
  1160. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +46 -0
  1161. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +17 -0
  1162. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +24 -0
  1163. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +27 -0
  1164. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +23 -0
  1165. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +66 -0
  1166. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +56 -0
  1167. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +36 -0
  1168. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +36 -0
  1169. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +26 -0
  1170. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +37 -0
  1171. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +26 -0
  1172. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +24 -0
  1173. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +36 -0
  1174. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +486 -0
  1175. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +76 -0
  1176. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +24 -0
  1177. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +302 -0
  1178. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +13 -0
  1179. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +66 -0
  1180. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +12 -0
  1181. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +25 -0
  1182. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +25 -0
  1183. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +19 -0
  1184. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +1502 -0
  1185. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +1516 -0
  1186. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +48 -0
  1187. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +31 -0
  1188. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +42 -0
  1189. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +50 -0
  1190. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +17 -0
  1191. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +13 -0
  1192. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +21 -0
  1193. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +76 -0
  1194. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +33 -0
  1195. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +35 -0
  1196. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +90 -0
  1197. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +37 -0
  1198. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +10 -0
  1199. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +24 -0
  1200. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +21 -0
  1201. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +47 -0
  1202. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +35 -0
  1203. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +18 -0
  1204. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +62 -0
  1205. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +25 -0
  1206. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +19 -0
  1207. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +79 -0
  1208. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +38 -0
  1209. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +15 -0
  1210. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +20 -0
  1211. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +19 -0
  1212. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +18 -0
  1213. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +17 -0
  1214. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +31 -0
  1215. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +26 -0
  1216. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +27 -0
  1217. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +17 -0
  1218. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +83 -0
  1219. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +21 -0
  1220. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +21 -0
  1221. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +24 -0
  1222. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +31 -0
  1223. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +137 -0
  1224. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +21 -0
  1225. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +28 -0
  1226. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +17 -0
  1227. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +22 -0
  1228. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +43 -0
  1229. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +61 -0
  1230. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +19 -0
  1231. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +39 -0
  1232. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +21 -0
  1233. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +13 -0
  1234. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +26 -0
  1235. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +12 -0
  1236. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +55 -0
  1237. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +252 -0
  1238. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +266 -0
  1239. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +32 -0
  1240. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +23 -0
  1241. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +19 -0
  1242. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +44 -0
  1243. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +19 -0
  1244. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +14 -0
  1245. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +28 -0
  1246. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +76 -0
  1247. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +25 -0
  1248. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +20 -0
  1249. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +158 -0
  1250. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +38 -0
  1251. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +18 -0
  1252. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +24 -0
  1253. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +15 -0
  1254. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +14 -0
  1255. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +29 -0
  1256. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +21 -0
  1257. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +140 -0
  1258. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +24 -0
  1259. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +18 -0
  1260. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +38 -0
  1261. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +49 -0
  1262. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +18 -0
  1263. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +22 -0
  1264. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +24 -0
  1265. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +32 -0
  1266. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +100 -0
  1267. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +62 -0
  1268. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +20 -0
  1269. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +24 -0
  1270. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +17 -0
  1271. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +82 -0
  1272. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +15 -0
  1273. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +41 -0
  1274. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +31 -0
  1275. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +32 -0
  1276. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +21 -0
  1277. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +17 -0
  1278. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +56 -0
  1279. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +28 -0
  1280. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +61 -0
  1281. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +15 -0
  1282. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +62 -0
  1283. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +21 -0
  1284. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +18 -0
  1285. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +21 -0
  1286. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +18 -0
  1287. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +15 -0
  1288. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +15 -0
  1289. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +126 -0
  1290. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +24 -0
  1291. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +87 -0
  1292. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +16 -0
  1293. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +29 -0
  1294. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +31 -0
  1295. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +42 -0
  1296. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +94 -0
  1297. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +16 -0
  1298. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +15 -0
  1299. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +22 -0
  1300. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +22 -0
  1301. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +42 -0
  1302. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +32 -0
  1303. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +32 -0
  1304. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +20 -0
  1305. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +31 -0
  1306. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +15 -0
  1307. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +103 -0
  1308. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +20 -0
  1309. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +121 -0
  1310. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +14 -0
  1311. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +15 -0
  1312. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +16 -0
  1313. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +15 -0
  1314. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +15 -0
  1315. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +34 -0
  1316. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +29 -0
  1317. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +12 -0
  1318. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +43 -0
  1319. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +32 -0
  1320. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +35 -0
  1321. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +23 -0
  1322. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +21 -0
  1323. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +15 -0
  1324. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +28 -0
  1325. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +19 -0
  1326. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +22 -0
  1327. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +16 -0
  1328. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +59 -0
  1329. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +13 -0
  1330. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +15 -0
  1331. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +25 -0
  1332. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +19 -0
  1333. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +14 -0
  1334. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +39 -0
  1335. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +185 -0
  1336. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +20 -0
  1337. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +69 -0
  1338. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +38 -0
  1339. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +14 -0
  1340. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +101 -0
  1341. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +40 -0
  1342. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +17 -0
  1343. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +28 -0
  1344. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +27 -0
  1345. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +17 -0
  1346. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +15 -0
  1347. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +19 -0
  1348. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +17 -0
  1349. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +21 -0
  1350. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +29 -0
  1351. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +39 -0
  1352. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +14 -0
  1353. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +39 -0
  1354. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +27 -0
  1355. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +98 -0
  1356. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +23 -0
  1357. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +39 -0
  1358. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +15 -0
  1359. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +19 -0
  1360. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +29 -0
  1361. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +38 -0
  1362. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +27 -0
  1363. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +65 -0
  1364. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +15 -0
  1365. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +19 -0
  1366. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +23 -0
  1367. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +14 -0
  1368. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +95 -0
  1369. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +14 -0
  1370. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +55 -0
  1371. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +20 -0
  1372. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +52 -0
  1373. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +23 -0
  1374. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +24 -0
  1375. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +38 -0
  1376. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +62 -0
  1377. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +42 -0
  1378. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +126 -0
  1379. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +27 -0
  1380. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +67 -0
  1381. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +55 -0
  1382. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +42 -0
  1383. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +95 -0
  1384. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +17 -0
  1385. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +73 -0
  1386. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +31 -0
  1387. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +21 -0
  1388. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +47 -0
  1389. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +90 -0
  1390. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +29 -0
  1391. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +79 -0
  1392. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +38 -0
  1393. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +58 -0
  1394. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +17 -0
  1395. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +20 -0
  1396. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +159 -0
  1397. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +17 -0
  1398. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +134 -0
  1399. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +20 -0
  1400. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +23 -0
  1401. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +15 -0
  1402. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +36 -0
  1403. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +31 -0
  1404. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +51 -0
  1405. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +80 -0
  1406. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +54 -0
  1407. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +17 -0
  1408. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +27 -0
  1409. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +350 -0
  1410. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +18 -0
  1411. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +15 -0
  1412. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +20 -0
  1413. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +44 -0
  1414. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +69 -0
  1415. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +17 -0
  1416. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +14 -0
  1417. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +391 -0
  1418. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +48 -0
  1419. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +99 -0
  1420. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +4 -0
  1421. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +27 -0
  1422. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +23 -0
  1423. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +89 -0
  1424. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +22 -0
  1425. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +37 -0
  1426. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +66 -0
  1427. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +147 -0
  1428. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +107 -0
  1429. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +22 -0
  1430. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +19 -0
  1431. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +26 -0
  1432. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +29 -0
  1433. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +62 -0
  1434. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +23 -0
  1435. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +38 -0
  1436. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +16 -0
  1437. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +17 -0
  1438. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +61 -0
  1439. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +45 -0
  1440. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +36 -0
  1441. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +143 -0
  1442. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +17 -0
  1443. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +79 -0
  1444. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +71 -0
  1445. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +70 -0
  1446. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +14 -0
  1447. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +153 -0
  1448. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +99 -0
  1449. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +67 -0
  1450. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +50 -0
  1451. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +22 -0
  1452. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +92 -0
  1453. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +103 -0
  1454. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +45 -0
  1455. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +56 -0
  1456. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +21 -0
  1457. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +33 -0
  1458. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +45 -0
  1459. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +62 -0
  1460. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +19 -0
  1461. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +17 -0
  1462. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +101 -0
  1463. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +55 -0
  1464. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +47 -0
  1465. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +152 -0
  1466. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +20 -0
  1467. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +17 -0
  1468. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +37 -0
  1469. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +22 -0
  1470. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +44 -0
  1471. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +71 -0
  1472. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +25 -0
  1473. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +54 -0
  1474. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +14 -0
  1475. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +17 -0
  1476. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +15 -0
  1477. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +19 -0
  1478. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +22 -0
  1479. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +32 -0
  1480. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +55 -0
  1481. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +70 -0
  1482. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +20 -0
  1483. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +56 -0
  1484. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +189 -0
  1485. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +41 -0
  1486. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +32 -0
  1487. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +15 -0
  1488. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +19 -0
  1489. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +31 -0
  1490. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +21 -0
  1491. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +13 -0
  1492. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +21 -0
  1493. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +11 -0
  1494. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +87 -0
  1495. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +66 -0
  1496. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +88 -0
  1497. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +18 -0
  1498. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +20 -0
  1499. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +22 -0
  1500. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +38 -0
  1501. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +48 -0
  1502. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +116 -0
  1503. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +27 -0
  1504. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +31 -0
  1505. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +55 -0
  1506. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +15 -0
  1507. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +25 -0
  1508. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +84 -0
  1509. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +21 -0
  1510. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +60 -0
  1511. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +39 -0
  1512. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +143 -0
  1513. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +79 -0
  1514. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +37 -0
  1515. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +37 -0
  1516. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +27 -0
  1517. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +15 -0
  1518. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +23 -0
  1519. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +73 -0
  1520. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +16 -0
  1521. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +20 -0
  1522. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +47 -0
  1523. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +27 -0
  1524. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +27 -0
  1525. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +46 -0
  1526. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +23 -0
  1527. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +28 -0
  1528. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +24 -0
  1529. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +36 -0
  1530. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +19 -0
  1531. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +19 -0
  1532. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +18 -0
  1533. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +42 -0
  1534. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +18 -0
  1535. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +26 -0
  1536. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +17 -0
  1537. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +23 -0
  1538. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +18 -0
  1539. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +39 -0
  1540. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +1802 -0
  1541. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +1816 -0
  1542. package/templates/skills/extended/devops/loki-mode/benchmarks/results/SUMMARY.md +32 -0
  1543. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-results.json +1001 -0
  1544. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +21 -0
  1545. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +36 -0
  1546. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +30 -0
  1547. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +23 -0
  1548. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +17 -0
  1549. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +21 -0
  1550. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +22 -0
  1551. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +23 -0
  1552. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +34 -0
  1553. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +26 -0
  1554. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +40 -0
  1555. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +27 -0
  1556. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +53 -0
  1557. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +21 -0
  1558. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +25 -0
  1559. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +34 -0
  1560. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +20 -0
  1561. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +25 -0
  1562. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +24 -0
  1563. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +41 -0
  1564. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +17 -0
  1565. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +30 -0
  1566. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +31 -0
  1567. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +35 -0
  1568. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +27 -0
  1569. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +33 -0
  1570. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +15 -0
  1571. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +24 -0
  1572. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +35 -0
  1573. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +58 -0
  1574. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +25 -0
  1575. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +34 -0
  1576. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +41 -0
  1577. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +31 -0
  1578. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +62 -0
  1579. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +17 -0
  1580. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +35 -0
  1581. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +24 -0
  1582. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +32 -0
  1583. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +21 -0
  1584. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +23 -0
  1585. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +20 -0
  1586. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +24 -0
  1587. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +31 -0
  1588. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +13 -0
  1589. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +23 -0
  1590. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +14 -0
  1591. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +26 -0
  1592. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +42 -0
  1593. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +25 -0
  1594. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +40 -0
  1595. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +24 -0
  1596. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +24 -0
  1597. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +21 -0
  1598. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +32 -0
  1599. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +33 -0
  1600. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +22 -0
  1601. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +13 -0
  1602. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +26 -0
  1603. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +22 -0
  1604. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +21 -0
  1605. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +32 -0
  1606. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +25 -0
  1607. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +20 -0
  1608. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +39 -0
  1609. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +28 -0
  1610. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +16 -0
  1611. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +36 -0
  1612. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +13 -0
  1613. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +34 -0
  1614. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +29 -0
  1615. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +16 -0
  1616. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +18 -0
  1617. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +27 -0
  1618. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +23 -0
  1619. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +34 -0
  1620. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +15 -0
  1621. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +27 -0
  1622. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +18 -0
  1623. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +16 -0
  1624. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +13 -0
  1625. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +14 -0
  1626. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +29 -0
  1627. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +17 -0
  1628. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +11 -0
  1629. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +16 -0
  1630. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +16 -0
  1631. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +23 -0
  1632. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +13 -0
  1633. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +34 -0
  1634. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +37 -0
  1635. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +19 -0
  1636. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +11 -0
  1637. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +13 -0
  1638. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +19 -0
  1639. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +19 -0
  1640. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +25 -0
  1641. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +40 -0
  1642. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +23 -0
  1643. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +43 -0
  1644. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +18 -0
  1645. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +13 -0
  1646. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +27 -0
  1647. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +25 -0
  1648. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +11 -0
  1649. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +35 -0
  1650. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +19 -0
  1651. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +18 -0
  1652. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +26 -0
  1653. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +25 -0
  1654. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +10 -0
  1655. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +23 -0
  1656. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +13 -0
  1657. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +13 -0
  1658. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +22 -0
  1659. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +20 -0
  1660. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +27 -0
  1661. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +27 -0
  1662. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +14 -0
  1663. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +32 -0
  1664. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +33 -0
  1665. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +19 -0
  1666. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +27 -0
  1667. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +15 -0
  1668. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +30 -0
  1669. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +29 -0
  1670. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +18 -0
  1671. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +23 -0
  1672. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +22 -0
  1673. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +55 -0
  1674. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +26 -0
  1675. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +16 -0
  1676. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +35 -0
  1677. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +29 -0
  1678. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +24 -0
  1679. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +22 -0
  1680. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +26 -0
  1681. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +42 -0
  1682. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +25 -0
  1683. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +25 -0
  1684. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +29 -0
  1685. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +18 -0
  1686. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +24 -0
  1687. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +26 -0
  1688. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +61 -0
  1689. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +21 -0
  1690. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +13 -0
  1691. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +21 -0
  1692. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +17 -0
  1693. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +21 -0
  1694. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +31 -0
  1695. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +29 -0
  1696. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +25 -0
  1697. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +25 -0
  1698. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +21 -0
  1699. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +31 -0
  1700. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +29 -0
  1701. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +30 -0
  1702. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +32 -0
  1703. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +32 -0
  1704. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +38 -0
  1705. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +16 -0
  1706. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +20 -0
  1707. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +36 -0
  1708. package/templates/skills/extended/devops/loki-mode/benchmarks/run-benchmarks.sh +1948 -0
  1709. package/templates/skills/extended/devops/loki-mode/benchmarks/submission-template/README.md +111 -0
  1710. package/templates/skills/extended/devops/loki-mode/benchmarks/submission-template/metadata.yaml +76 -0
  1711. package/templates/skills/extended/devops/loki-mode/demo/README.md +137 -0
  1712. package/templates/skills/extended/devops/loki-mode/demo/loki-demo.gif +0 -0
  1713. package/templates/skills/extended/devops/loki-mode/demo/record-demo.sh +69 -0
  1714. package/templates/skills/extended/devops/loki-mode/demo/record-full-demo.sh +208 -0
  1715. package/templates/skills/extended/devops/loki-mode/demo/recordings/loki-demo.cast +93 -0
  1716. package/templates/skills/extended/devops/loki-mode/demo/run-demo-auto.sh +293 -0
  1717. package/templates/skills/extended/devops/loki-mode/demo/run-demo.sh +323 -0
  1718. package/templates/skills/extended/devops/loki-mode/demo/vhs-tape.tape +223 -0
  1719. package/templates/skills/extended/devops/loki-mode/demo/voice-over-script.md +246 -0
  1720. package/templates/skills/extended/devops/loki-mode/docs/COMPETITIVE-ANALYSIS.md +333 -0
  1721. package/templates/skills/extended/devops/loki-mode/docs/screenshots/README.md +149 -0
  1722. package/templates/skills/extended/devops/loki-mode/docs/screenshots/dashboard-agents.png +0 -0
  1723. package/templates/skills/extended/devops/loki-mode/docs/screenshots/dashboard-tasks.png +0 -0
  1724. package/templates/skills/extended/devops/loki-mode/examples/api-only.md +79 -0
  1725. package/templates/skills/extended/devops/loki-mode/examples/full-stack-demo.md +123 -0
  1726. package/templates/skills/extended/devops/loki-mode/examples/simple-todo-app.md +60 -0
  1727. package/templates/skills/extended/devops/loki-mode/examples/static-landing-page.md +73 -0
  1728. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +59 -0
  1729. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +1 -0
  1730. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +1 -0
  1731. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +1 -0
  1732. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +1 -0
  1733. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +382 -0
  1734. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +41 -0
  1735. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +668 -0
  1736. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/PRD.md +60 -0
  1737. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +229 -0
  1738. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +327 -0
  1739. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/TEST_REPORT.md +201 -0
  1740. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +362 -0
  1741. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package-lock.json +2698 -0
  1742. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package.json +26 -0
  1743. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +24 -0
  1744. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +35 -0
  1745. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +2 -0
  1746. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +31 -0
  1747. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +8 -0
  1748. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/index.ts +44 -0
  1749. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +155 -0
  1750. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +35 -0
  1751. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
  1752. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
  1753. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/tsconfig.json +30 -0
  1754. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/index.html +13 -0
  1755. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/package-lock.json +2014 -0
  1756. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/package.json +26 -0
  1757. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/App.css +384 -0
  1758. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +81 -0
  1759. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +57 -0
  1760. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +26 -0
  1761. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +8 -0
  1762. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +43 -0
  1763. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +36 -0
  1764. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +27 -0
  1765. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +81 -0
  1766. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/index.css +48 -0
  1767. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +10 -0
  1768. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +1 -0
  1769. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +23 -0
  1770. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +10 -0
  1771. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +15 -0
  1772. package/templates/skills/extended/devops/loki-mode/integrations/vibe-kanban.md +194 -0
  1773. package/templates/skills/extended/devops/loki-mode/references/advanced-patterns.md +453 -0
  1774. package/templates/skills/extended/devops/loki-mode/references/agent-types.md +188 -0
  1775. package/templates/skills/extended/devops/loki-mode/references/agents.md +1043 -0
  1776. package/templates/skills/extended/devops/loki-mode/references/business-ops.md +550 -0
  1777. package/templates/skills/extended/devops/loki-mode/references/core-workflow.md +275 -0
  1778. package/templates/skills/extended/devops/loki-mode/references/deployment.md +604 -0
  1779. package/templates/skills/extended/devops/loki-mode/references/lab-research-patterns.md +534 -0
  1780. package/templates/skills/extended/devops/loki-mode/references/memory-system.md +444 -0
  1781. package/templates/skills/extended/devops/loki-mode/references/openai-patterns.md +647 -0
  1782. package/templates/skills/extended/devops/loki-mode/references/production-patterns.md +568 -0
  1783. package/templates/skills/extended/devops/loki-mode/references/quality-control.md +437 -0
  1784. package/templates/skills/extended/devops/loki-mode/references/sdlc-phases.md +410 -0
  1785. package/templates/skills/extended/devops/loki-mode/references/task-queue.md +361 -0
  1786. package/templates/skills/extended/devops/loki-mode/references/tool-orchestration.md +691 -0
  1787. package/templates/skills/extended/devops/loki-mode/scripts/export-to-vibe-kanban.sh +178 -0
  1788. package/templates/skills/extended/devops/loki-mode/scripts/loki-wrapper.sh +281 -0
  1789. package/templates/skills/extended/devops/loki-mode/scripts/take-screenshots.js +55 -0
  1790. package/templates/skills/extended/devops/loki-mode/tests/run-all-tests.sh +78 -0
  1791. package/templates/skills/extended/devops/loki-mode/tests/test-agent-timeout.sh +348 -0
  1792. package/templates/skills/extended/devops/loki-mode/tests/test-bootstrap.sh +196 -0
  1793. package/templates/skills/extended/devops/loki-mode/tests/test-circuit-breaker.sh +389 -0
  1794. package/templates/skills/extended/devops/loki-mode/tests/test-state-recovery.sh +393 -0
  1795. package/templates/skills/extended/devops/loki-mode/tests/test-task-queue.sh +396 -0
  1796. package/templates/skills/extended/devops/loki-mode/tests/test-wrapper.sh +314 -0
  1797. package/templates/skills/extended/devops/machine-learning-ops-ml-pipeline/SKILL.md +350 -0
  1798. package/templates/skills/extended/devops/ml-pipeline-workflow/SKILL.md +293 -0
  1799. package/templates/skills/extended/devops/multi-cloud-architecture/SKILL.md +225 -0
  1800. package/templates/skills/extended/devops/network-engineer/SKILL.md +205 -0
  1801. package/templates/skills/extended/devops/posix-shell-pro/SKILL.md +340 -0
  1802. package/templates/skills/extended/devops/saga-orchestration/SKILL.md +532 -0
  1803. package/templates/skills/extended/devops/secrets-management/SKILL.md +400 -0
  1804. package/templates/skills/extended/devops/service-mesh-expert/SKILL.md +94 -0
  1805. package/templates/skills/extended/devops/shellcheck-configuration/SKILL.md +502 -0
  1806. package/templates/skills/extended/devops/tdd-orchestrator/SKILL.md +241 -0
  1807. package/templates/skills/extended/devops/terraform-module-library/SKILL.md +297 -0
  1808. package/templates/skills/extended/devops/terraform-module-library/references/aws-modules.md +63 -0
  1809. package/templates/skills/extended/devops/terraform-skill/SKILL.md +553 -0
  1810. package/templates/skills/extended/devops/upstash-qstash/SKILL.md +104 -0
  1811. package/templates/skills/extended/devops/vercel-automation/SKILL.md +262 -0
  1812. package/templates/skills/extended/devops/vercel-deploy-claimable/SKILL.md +159 -0
  1813. package/templates/skills/extended/devops/vercel-deployment/SKILL.md +115 -0
  1814. package/templates/skills/extended/devops/windows-privilege-escalation/SKILL.md +532 -0
  1815. package/templates/skills/extended/documentation/api-documentation-generator/SKILL.md +520 -0
  1816. package/templates/skills/extended/documentation/api-documenter/SKILL.md +220 -0
  1817. package/templates/skills/extended/documentation/azure-search-documents-ts/SKILL.md +302 -0
  1818. package/templates/skills/extended/documentation/claude-code-guide/SKILL.md +104 -0
  1819. package/templates/skills/extended/documentation/claude-scientific-skills/SKILL.md +58 -0
  1820. package/templates/skills/extended/documentation/code-documentation-code-explain/SKILL.md +82 -0
  1821. package/templates/skills/extended/documentation/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
  1822. package/templates/skills/extended/documentation/code-documentation-doc-generate/SKILL.md +84 -0
  1823. package/templates/skills/extended/documentation/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
  1824. package/templates/skills/extended/documentation/context7-auto-research/SKILL.md +72 -0
  1825. package/templates/skills/extended/documentation/culture-index/SKILL.md +79 -0
  1826. package/templates/skills/extended/documentation/defi-protocol-templates/SKILL.md +502 -0
  1827. package/templates/skills/extended/documentation/docs-architect/SKILL.md +134 -0
  1828. package/templates/skills/extended/documentation/documentation-generation-doc-generate/SKILL.md +84 -0
  1829. package/templates/skills/extended/documentation/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
  1830. package/templates/skills/extended/documentation/docusign-automation/SKILL.md +244 -0
  1831. package/templates/skills/extended/documentation/docx/LICENSE.txt +30 -0
  1832. package/templates/skills/extended/documentation/docx/SKILL.md +233 -0
  1833. package/templates/skills/extended/documentation/docx/docx-js.md +350 -0
  1834. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  1835. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  1836. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  1837. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  1838. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  1839. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  1840. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  1841. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  1842. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  1843. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  1844. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  1845. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  1846. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  1847. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  1848. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  1849. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  1850. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  1851. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  1852. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  1853. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  1854. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  1855. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  1856. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  1857. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  1858. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  1859. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  1860. package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  1861. package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  1862. package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  1863. package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  1864. package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  1865. package/templates/skills/extended/documentation/docx/ooxml/schemas/mce/mc.xsd +75 -0
  1866. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  1867. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  1868. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  1869. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  1870. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  1871. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  1872. package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  1873. package/templates/skills/extended/documentation/docx/ooxml/scripts/pack.py +159 -0
  1874. package/templates/skills/extended/documentation/docx/ooxml/scripts/unpack.py +29 -0
  1875. package/templates/skills/extended/documentation/docx/ooxml/scripts/validate.py +69 -0
  1876. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__init__.py +15 -0
  1877. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/base.py +951 -0
  1878. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/docx.py +274 -0
  1879. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/pptx.py +315 -0
  1880. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/redlining.py +279 -0
  1881. package/templates/skills/extended/documentation/docx/ooxml.md +610 -0
  1882. package/templates/skills/extended/documentation/docx/scripts/__init__.py +1 -0
  1883. package/templates/skills/extended/documentation/docx/scripts/document.py +1276 -0
  1884. package/templates/skills/extended/documentation/docx/scripts/templates/comments.xml +3 -0
  1885. package/templates/skills/extended/documentation/docx/scripts/templates/commentsExtended.xml +3 -0
  1886. package/templates/skills/extended/documentation/docx/scripts/templates/commentsExtensible.xml +3 -0
  1887. package/templates/skills/extended/documentation/docx/scripts/templates/commentsIds.xml +3 -0
  1888. package/templates/skills/extended/documentation/docx/scripts/templates/people.xml +3 -0
  1889. package/templates/skills/extended/documentation/docx/scripts/utilities.py +374 -0
  1890. package/templates/skills/extended/documentation/docx-official/LICENSE.txt +30 -0
  1891. package/templates/skills/extended/documentation/docx-official/SKILL.md +233 -0
  1892. package/templates/skills/extended/documentation/docx-official/docx-js.md +350 -0
  1893. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  1894. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  1895. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  1896. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  1897. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  1898. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  1899. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  1900. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  1901. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  1902. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  1903. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  1904. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  1905. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  1906. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  1907. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  1908. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  1909. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  1910. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  1911. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  1912. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  1913. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  1914. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  1915. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  1916. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  1917. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  1918. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  1919. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  1920. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  1921. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  1922. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  1923. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  1924. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/mce/mc.xsd +75 -0
  1925. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  1926. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  1927. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  1928. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  1929. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  1930. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  1931. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  1932. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/pack.py +159 -0
  1933. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/unpack.py +29 -0
  1934. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validate.py +69 -0
  1935. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__init__.py +15 -0
  1936. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/base.py +951 -0
  1937. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/docx.py +274 -0
  1938. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/pptx.py +315 -0
  1939. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/redlining.py +279 -0
  1940. package/templates/skills/extended/documentation/docx-official/ooxml.md +610 -0
  1941. package/templates/skills/extended/documentation/docx-official/scripts/__init__.py +1 -0
  1942. package/templates/skills/extended/documentation/docx-official/scripts/document.py +1276 -0
  1943. package/templates/skills/extended/documentation/docx-official/scripts/templates/comments.xml +3 -0
  1944. package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtended.xml +3 -0
  1945. package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtensible.xml +3 -0
  1946. package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsIds.xml +3 -0
  1947. package/templates/skills/extended/documentation/docx-official/scripts/templates/people.xml +3 -0
  1948. package/templates/skills/extended/documentation/docx-official/scripts/utilities.py +374 -0
  1949. package/templates/skills/extended/documentation/employment-contract-templates/SKILL.md +75 -0
  1950. package/templates/skills/extended/documentation/employment-contract-templates/resources/implementation-playbook.md +493 -0
  1951. package/templates/skills/extended/documentation/incident-runbook-templates/SKILL.md +431 -0
  1952. package/templates/skills/extended/documentation/malware-analyst/SKILL.md +283 -0
  1953. package/templates/skills/extended/documentation/notebooklm/AUTHENTICATION.md +154 -0
  1954. package/templates/skills/extended/documentation/notebooklm/CHANGELOG.md +44 -0
  1955. package/templates/skills/extended/documentation/notebooklm/LICENSE +21 -0
  1956. package/templates/skills/extended/documentation/notebooklm/README.md +412 -0
  1957. package/templates/skills/extended/documentation/notebooklm/SKILL.md +305 -0
  1958. package/templates/skills/extended/documentation/notebooklm/images/example_notebookchat.png +0 -0
  1959. package/templates/skills/extended/documentation/notebooklm/references/api_reference.md +309 -0
  1960. package/templates/skills/extended/documentation/notebooklm/references/troubleshooting.md +376 -0
  1961. package/templates/skills/extended/documentation/notebooklm/references/usage_patterns.md +338 -0
  1962. package/templates/skills/extended/documentation/notebooklm/requirements.txt +10 -0
  1963. package/templates/skills/extended/documentation/notebooklm/scripts/__init__.py +81 -0
  1964. package/templates/skills/extended/documentation/notebooklm/scripts/ask_question.py +256 -0
  1965. package/templates/skills/extended/documentation/notebooklm/scripts/auth_manager.py +358 -0
  1966. package/templates/skills/extended/documentation/notebooklm/scripts/browser_session.py +255 -0
  1967. package/templates/skills/extended/documentation/notebooklm/scripts/browser_utils.py +107 -0
  1968. package/templates/skills/extended/documentation/notebooklm/scripts/cleanup_manager.py +302 -0
  1969. package/templates/skills/extended/documentation/notebooklm/scripts/config.py +44 -0
  1970. package/templates/skills/extended/documentation/notebooklm/scripts/notebook_manager.py +410 -0
  1971. package/templates/skills/extended/documentation/notebooklm/scripts/run.py +102 -0
  1972. package/templates/skills/extended/documentation/notebooklm/scripts/setup_environment.py +204 -0
  1973. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/SKILL.md +100 -0
  1974. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/assets/clipping-template.json +51 -0
  1975. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/assets/recipe-template.json +48 -0
  1976. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -0
  1977. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/bases-workflow.md +44 -0
  1978. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/filters.md +51 -0
  1979. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/json-schema.md +71 -0
  1980. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/variables.md +59 -0
  1981. package/templates/skills/extended/documentation/product-manager-toolkit/SKILL.md +387 -0
  1982. package/templates/skills/extended/documentation/product-manager-toolkit/references/prd_templates.md +317 -0
  1983. package/templates/skills/extended/documentation/product-manager-toolkit/scripts/customer_interview_analyzer.py +441 -0
  1984. package/templates/skills/extended/documentation/product-manager-toolkit/scripts/rice_prioritizer.py +296 -0
  1985. package/templates/skills/extended/documentation/readme/SKILL.md +878 -0
  1986. package/templates/skills/extended/documentation/reference-builder/SKILL.md +224 -0
  1987. package/templates/skills/extended/documentation/research-engineer/SKILL.md +171 -0
  1988. package/templates/skills/extended/documentation/screenshots/SKILL.md +437 -0
  1989. package/templates/skills/extended/documentation/search-specialist/SKILL.md +116 -0
  1990. package/templates/skills/extended/documentation/skill-seekers/SKILL.md +58 -0
  1991. package/templates/skills/extended/documentation/startup-business-analyst-business-case/SKILL.md +523 -0
  1992. package/templates/skills/extended/documentation/tutorial-engineer/SKILL.md +175 -0
  1993. package/templates/skills/extended/documentation/wiki-architect/SKILL.md +96 -0
  1994. package/templates/skills/extended/documentation/wiki-changelog/SKILL.md +63 -0
  1995. package/templates/skills/extended/documentation/wiki-onboarding/SKILL.md +113 -0
  1996. package/templates/skills/extended/documentation/wiki-page-writer/SKILL.md +101 -0
  1997. package/templates/skills/extended/documentation/wiki-qa/SKILL.md +70 -0
  1998. package/templates/skills/extended/documentation/wiki-researcher/SKILL.md +101 -0
  1999. package/templates/skills/extended/frontend/active-directory-attacks/SKILL.md +419 -0
  2000. package/templates/skills/extended/frontend/active-directory-attacks/references/advanced-attacks.md +382 -0
  2001. package/templates/skills/extended/frontend/algolia-search/SKILL.md +102 -0
  2002. package/templates/skills/extended/frontend/angular/README.md +40 -0
  2003. package/templates/skills/extended/frontend/angular/SKILL.md +857 -0
  2004. package/templates/skills/extended/frontend/angular/metadata.json +14 -0
  2005. package/templates/skills/extended/frontend/angular-best-practices/README.md +58 -0
  2006. package/templates/skills/extended/frontend/angular-best-practices/SKILL.md +595 -0
  2007. package/templates/skills/extended/frontend/angular-best-practices/metadata.json +13 -0
  2008. package/templates/skills/extended/frontend/angular-migration/SKILL.md +464 -0
  2009. package/templates/skills/extended/frontend/angular-state-management/README.md +41 -0
  2010. package/templates/skills/extended/frontend/angular-state-management/SKILL.md +670 -0
  2011. package/templates/skills/extended/frontend/angular-state-management/metadata.json +13 -0
  2012. package/templates/skills/extended/frontend/angular-ui-patterns/README.md +55 -0
  2013. package/templates/skills/extended/frontend/angular-ui-patterns/SKILL.md +544 -0
  2014. package/templates/skills/extended/frontend/angular-ui-patterns/metadata.json +12 -0
  2015. package/templates/skills/extended/frontend/avalonia-layout-zafiro/SKILL.md +95 -0
  2016. package/templates/skills/extended/frontend/avalonia-layout-zafiro/behaviors.md +35 -0
  2017. package/templates/skills/extended/frontend/avalonia-layout-zafiro/components.md +41 -0
  2018. package/templates/skills/extended/frontend/avalonia-layout-zafiro/containers.md +50 -0
  2019. package/templates/skills/extended/frontend/avalonia-layout-zafiro/icons.md +53 -0
  2020. package/templates/skills/extended/frontend/avalonia-layout-zafiro/themes.md +51 -0
  2021. package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/SKILL.md +65 -0
  2022. package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/composition.md +75 -0
  2023. package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/navigation_sections.md +53 -0
  2024. package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/viewmodels.md +68 -0
  2025. package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/wizards.md +47 -0
  2026. package/templates/skills/extended/frontend/avalonia-zafiro-development/SKILL.md +65 -0
  2027. package/templates/skills/extended/frontend/avalonia-zafiro-development/avalonia-reactive-rules.md +49 -0
  2028. package/templates/skills/extended/frontend/avalonia-zafiro-development/core-technical-skills.md +19 -0
  2029. package/templates/skills/extended/frontend/avalonia-zafiro-development/naming-standards.md +15 -0
  2030. package/templates/skills/extended/frontend/avalonia-zafiro-development/patterns.md +45 -0
  2031. package/templates/skills/extended/frontend/avalonia-zafiro-development/zafiro-shortcuts.md +43 -0
  2032. package/templates/skills/extended/frontend/beautiful-prose/SKILL.md +58 -0
  2033. package/templates/skills/extended/frontend/brand-guidelines-anthropic/LICENSE.txt +202 -0
  2034. package/templates/skills/extended/frontend/brand-guidelines-anthropic/SKILL.md +109 -0
  2035. package/templates/skills/extended/frontend/brand-guidelines-community/LICENSE.txt +202 -0
  2036. package/templates/skills/extended/frontend/brand-guidelines-community/SKILL.md +109 -0
  2037. package/templates/skills/extended/frontend/browser-extension-builder/SKILL.md +297 -0
  2038. package/templates/skills/extended/frontend/burp-suite-testing/SKILL.md +416 -0
  2039. package/templates/skills/extended/frontend/c4-component/SKILL.md +189 -0
  2040. package/templates/skills/extended/frontend/canvas-design/LICENSE.txt +202 -0
  2041. package/templates/skills/extended/frontend/canvas-design/SKILL.md +166 -0
  2042. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  2043. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  2044. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  2045. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  2046. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  2047. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  2048. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  2049. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  2050. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  2051. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  2052. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  2053. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  2054. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  2055. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  2056. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  2057. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  2058. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  2059. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  2060. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  2061. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  2062. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  2063. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  2064. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  2065. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  2066. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  2067. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  2068. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  2069. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  2070. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  2071. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  2072. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  2073. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  2074. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  2075. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  2076. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  2077. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  2078. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  2079. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  2080. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  2081. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  2082. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  2083. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  2084. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  2085. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  2086. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  2087. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  2088. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  2089. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  2090. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  2091. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  2092. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  2093. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  2094. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  2095. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  2096. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  2097. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  2098. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  2099. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  2100. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  2101. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  2102. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  2103. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  2104. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  2105. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  2106. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  2107. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  2108. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  2109. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  2110. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  2111. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  2112. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  2113. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  2114. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  2115. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  2116. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  2117. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  2118. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  2119. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  2120. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  2121. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  2122. package/templates/skills/extended/frontend/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  2123. package/templates/skills/extended/frontend/cc-skill-coding-standards/SKILL.md +558 -0
  2124. package/templates/skills/extended/frontend/cc-skill-frontend-patterns/SKILL.md +669 -0
  2125. package/templates/skills/extended/frontend/cc-skill-project-guidelines-example/SKILL.md +388 -0
  2126. package/templates/skills/extended/frontend/claude-ally-health/SKILL.md +58 -0
  2127. package/templates/skills/extended/frontend/claude-d3js-skill/SKILL.md +856 -0
  2128. package/templates/skills/extended/frontend/claude-d3js-skill/assets/chart-template.jsx +106 -0
  2129. package/templates/skills/extended/frontend/claude-d3js-skill/assets/interactive-template.jsx +227 -0
  2130. package/templates/skills/extended/frontend/claude-d3js-skill/assets/sample-data.json +115 -0
  2131. package/templates/skills/extended/frontend/claude-d3js-skill/references/colour-schemes.md +564 -0
  2132. package/templates/skills/extended/frontend/claude-d3js-skill/references/d3-patterns.md +869 -0
  2133. package/templates/skills/extended/frontend/claude-d3js-skill/references/scale-reference.md +509 -0
  2134. package/templates/skills/extended/frontend/core-components/SKILL.md +300 -0
  2135. package/templates/skills/extended/frontend/design-orchestration/SKILL.md +203 -0
  2136. package/templates/skills/extended/frontend/discord-bot-architect/SKILL.md +313 -0
  2137. package/templates/skills/extended/frontend/environment-setup-guide/SKILL.md +515 -0
  2138. package/templates/skills/extended/frontend/event-sourcing-architect/SKILL.md +94 -0
  2139. package/templates/skills/extended/frontend/event-store-design/SKILL.md +485 -0
  2140. package/templates/skills/extended/frontend/fp-ts-react/SKILL.md +832 -0
  2141. package/templates/skills/extended/frontend/frontend-dev-guidelines/SKILL.md +394 -0
  2142. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  2143. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  2144. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  2145. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  2146. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/file-organization.md +502 -0
  2147. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  2148. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/performance.md +406 -0
  2149. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  2150. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  2151. package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  2152. package/templates/skills/extended/frontend/frontend-developer/SKILL.md +207 -0
  2153. package/templates/skills/extended/frontend/frontend-mobile-development-component-scaffold/SKILL.md +439 -0
  2154. package/templates/skills/extended/frontend/frontend-slides/SKILL.md +806 -0
  2155. package/templates/skills/extended/frontend/frontend-ui-dark-ts/SKILL.md +624 -0
  2156. package/templates/skills/extended/frontend/html-injection-testing/SKILL.md +534 -0
  2157. package/templates/skills/extended/frontend/hybrid-search-implementation/SKILL.md +68 -0
  2158. package/templates/skills/extended/frontend/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
  2159. package/templates/skills/extended/frontend/interactive-portfolio/SKILL.md +259 -0
  2160. package/templates/skills/extended/frontend/istio-traffic-management/SKILL.md +373 -0
  2161. package/templates/skills/extended/frontend/javascript-typescript-typescript-scaffold/SKILL.md +397 -0
  2162. package/templates/skills/extended/frontend/kpi-dashboard-design/SKILL.md +476 -0
  2163. package/templates/skills/extended/frontend/linux-privilege-escalation/SKILL.md +540 -0
  2164. package/templates/skills/extended/frontend/makepad-skills/SKILL.md +58 -0
  2165. package/templates/skills/extended/frontend/mcp-builder-ms/SKILL.md +339 -0
  2166. package/templates/skills/extended/frontend/memory-forensics/SKILL.md +527 -0
  2167. package/templates/skills/extended/frontend/metasploit-framework/SKILL.md +514 -0
  2168. package/templates/skills/extended/frontend/micro-saas-launcher/SKILL.md +248 -0
  2169. package/templates/skills/extended/frontend/ml-engineer/SKILL.md +204 -0
  2170. package/templates/skills/extended/frontend/mlops-engineer/SKILL.md +255 -0
  2171. package/templates/skills/extended/frontend/monorepo-architect/SKILL.md +97 -0
  2172. package/templates/skills/extended/frontend/monorepo-management/SKILL.md +71 -0
  2173. package/templates/skills/extended/frontend/monorepo-management/resources/implementation-playbook.md +621 -0
  2174. package/templates/skills/extended/frontend/nextjs-app-router-patterns/SKILL.md +69 -0
  2175. package/templates/skills/extended/frontend/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
  2176. package/templates/skills/extended/frontend/personal-tool-builder/SKILL.md +325 -0
  2177. package/templates/skills/extended/frontend/pptx/LICENSE.txt +30 -0
  2178. package/templates/skills/extended/frontend/pptx/SKILL.md +520 -0
  2179. package/templates/skills/extended/frontend/pptx/html2pptx.md +625 -0
  2180. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  2181. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  2182. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  2183. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  2184. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  2185. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  2186. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  2187. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  2188. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  2189. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  2190. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  2191. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  2192. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  2193. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  2194. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  2195. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  2196. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  2197. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  2198. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  2199. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  2200. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  2201. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  2202. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  2203. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  2204. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  2205. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  2206. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  2207. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  2208. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  2209. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  2210. package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  2211. package/templates/skills/extended/frontend/pptx/ooxml/schemas/mce/mc.xsd +75 -0
  2212. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  2213. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  2214. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  2215. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  2216. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  2217. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  2218. package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  2219. package/templates/skills/extended/frontend/pptx/ooxml/scripts/pack.py +159 -0
  2220. package/templates/skills/extended/frontend/pptx/ooxml/scripts/unpack.py +29 -0
  2221. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validate.py +69 -0
  2222. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__init__.py +15 -0
  2223. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/base.py +951 -0
  2224. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/docx.py +274 -0
  2225. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/pptx.py +315 -0
  2226. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/redlining.py +279 -0
  2227. package/templates/skills/extended/frontend/pptx/ooxml.md +427 -0
  2228. package/templates/skills/extended/frontend/pptx/scripts/html2pptx.js +979 -0
  2229. package/templates/skills/extended/frontend/pptx/scripts/inventory.py +1020 -0
  2230. package/templates/skills/extended/frontend/pptx/scripts/rearrange.py +231 -0
  2231. package/templates/skills/extended/frontend/pptx/scripts/replace.py +385 -0
  2232. package/templates/skills/extended/frontend/pptx/scripts/thumbnail.py +450 -0
  2233. package/templates/skills/extended/frontend/pptx-official/LICENSE.txt +30 -0
  2234. package/templates/skills/extended/frontend/pptx-official/SKILL.md +520 -0
  2235. package/templates/skills/extended/frontend/pptx-official/html2pptx.md +625 -0
  2236. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  2237. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  2238. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  2239. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  2240. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  2241. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  2242. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  2243. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  2244. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  2245. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  2246. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  2247. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  2248. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  2249. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  2250. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  2251. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  2252. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  2253. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  2254. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  2255. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  2256. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  2257. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  2258. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  2259. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  2260. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  2261. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  2262. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  2263. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  2264. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  2265. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  2266. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  2267. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/mce/mc.xsd +75 -0
  2268. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  2269. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  2270. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  2271. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  2272. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  2273. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  2274. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  2275. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/pack.py +159 -0
  2276. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/unpack.py +29 -0
  2277. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validate.py +69 -0
  2278. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__init__.py +15 -0
  2279. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/base.py +951 -0
  2280. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/docx.py +274 -0
  2281. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/pptx.py +315 -0
  2282. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/redlining.py +279 -0
  2283. package/templates/skills/extended/frontend/pptx-official/ooxml.md +427 -0
  2284. package/templates/skills/extended/frontend/pptx-official/scripts/html2pptx.js +979 -0
  2285. package/templates/skills/extended/frontend/pptx-official/scripts/inventory.py +1020 -0
  2286. package/templates/skills/extended/frontend/pptx-official/scripts/rearrange.py +231 -0
  2287. package/templates/skills/extended/frontend/pptx-official/scripts/replace.py +385 -0
  2288. package/templates/skills/extended/frontend/pptx-official/scripts/thumbnail.py +450 -0
  2289. package/templates/skills/extended/frontend/quant-analyst/SKILL.md +89 -0
  2290. package/templates/skills/extended/frontend/radix-ui-design-system/SKILL.md +883 -0
  2291. package/templates/skills/extended/frontend/radix-ui-design-system/examples/README.md +63 -0
  2292. package/templates/skills/extended/frontend/radix-ui-design-system/examples/dialog-example.tsx +128 -0
  2293. package/templates/skills/extended/frontend/radix-ui-design-system/examples/dropdown-example.tsx +162 -0
  2294. package/templates/skills/extended/frontend/radix-ui-design-system/templates/component-template.tsx +148 -0
  2295. package/templates/skills/extended/frontend/react-best-practices/AGENTS.md +2249 -0
  2296. package/templates/skills/extended/frontend/react-best-practices/README.md +123 -0
  2297. package/templates/skills/extended/frontend/react-best-practices/SKILL.md +157 -0
  2298. package/templates/skills/extended/frontend/react-best-practices/metadata.json +15 -0
  2299. package/templates/skills/extended/frontend/react-best-practices/rules/_sections.md +46 -0
  2300. package/templates/skills/extended/frontend/react-best-practices/rules/_template.md +28 -0
  2301. package/templates/skills/extended/frontend/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
  2302. package/templates/skills/extended/frontend/react-best-practices/rules/advanced-use-latest.md +49 -0
  2303. package/templates/skills/extended/frontend/react-best-practices/rules/async-api-routes.md +38 -0
  2304. package/templates/skills/extended/frontend/react-best-practices/rules/async-defer-await.md +80 -0
  2305. package/templates/skills/extended/frontend/react-best-practices/rules/async-dependencies.md +36 -0
  2306. package/templates/skills/extended/frontend/react-best-practices/rules/async-parallel.md +28 -0
  2307. package/templates/skills/extended/frontend/react-best-practices/rules/async-suspense-boundaries.md +99 -0
  2308. package/templates/skills/extended/frontend/react-best-practices/rules/bundle-barrel-imports.md +59 -0
  2309. package/templates/skills/extended/frontend/react-best-practices/rules/bundle-conditional.md +31 -0
  2310. package/templates/skills/extended/frontend/react-best-practices/rules/bundle-defer-third-party.md +49 -0
  2311. package/templates/skills/extended/frontend/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
  2312. package/templates/skills/extended/frontend/react-best-practices/rules/bundle-preload.md +50 -0
  2313. package/templates/skills/extended/frontend/react-best-practices/rules/client-event-listeners.md +74 -0
  2314. package/templates/skills/extended/frontend/react-best-practices/rules/client-swr-dedup.md +56 -0
  2315. package/templates/skills/extended/frontend/react-best-practices/rules/js-batch-dom-css.md +82 -0
  2316. package/templates/skills/extended/frontend/react-best-practices/rules/js-cache-function-results.md +80 -0
  2317. package/templates/skills/extended/frontend/react-best-practices/rules/js-cache-property-access.md +28 -0
  2318. package/templates/skills/extended/frontend/react-best-practices/rules/js-cache-storage.md +70 -0
  2319. package/templates/skills/extended/frontend/react-best-practices/rules/js-combine-iterations.md +32 -0
  2320. package/templates/skills/extended/frontend/react-best-practices/rules/js-early-exit.md +50 -0
  2321. package/templates/skills/extended/frontend/react-best-practices/rules/js-hoist-regexp.md +45 -0
  2322. package/templates/skills/extended/frontend/react-best-practices/rules/js-index-maps.md +37 -0
  2323. package/templates/skills/extended/frontend/react-best-practices/rules/js-length-check-first.md +49 -0
  2324. package/templates/skills/extended/frontend/react-best-practices/rules/js-min-max-loop.md +82 -0
  2325. package/templates/skills/extended/frontend/react-best-practices/rules/js-set-map-lookups.md +24 -0
  2326. package/templates/skills/extended/frontend/react-best-practices/rules/js-tosorted-immutable.md +57 -0
  2327. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-activity.md +26 -0
  2328. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
  2329. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-conditional-render.md +40 -0
  2330. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-content-visibility.md +38 -0
  2331. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
  2332. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
  2333. package/templates/skills/extended/frontend/react-best-practices/rules/rendering-svg-precision.md +28 -0
  2334. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-defer-reads.md +39 -0
  2335. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-dependencies.md +45 -0
  2336. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-derived-state.md +29 -0
  2337. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-functional-setstate.md +74 -0
  2338. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
  2339. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-memo.md +44 -0
  2340. package/templates/skills/extended/frontend/react-best-practices/rules/rerender-transitions.md +40 -0
  2341. package/templates/skills/extended/frontend/react-best-practices/rules/server-after-nonblocking.md +73 -0
  2342. package/templates/skills/extended/frontend/react-best-practices/rules/server-cache-lru.md +41 -0
  2343. package/templates/skills/extended/frontend/react-best-practices/rules/server-cache-react.md +26 -0
  2344. package/templates/skills/extended/frontend/react-best-practices/rules/server-parallel-fetching.md +79 -0
  2345. package/templates/skills/extended/frontend/react-best-practices/rules/server-serialization.md +38 -0
  2346. package/templates/skills/extended/frontend/react-flow-node-ts/SKILL.md +102 -0
  2347. package/templates/skills/extended/frontend/react-modernization/SKILL.md +70 -0
  2348. package/templates/skills/extended/frontend/react-modernization/resources/implementation-playbook.md +512 -0
  2349. package/templates/skills/extended/frontend/react-state-management/SKILL.md +477 -0
  2350. package/templates/skills/extended/frontend/react-ui-patterns/SKILL.md +325 -0
  2351. package/templates/skills/extended/frontend/risk-metrics-calculation/SKILL.md +69 -0
  2352. package/templates/skills/extended/frontend/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
  2353. package/templates/skills/extended/frontend/security-bluebook-builder/SKILL.md +58 -0
  2354. package/templates/skills/extended/frontend/senior-fullstack/SKILL.md +245 -0
  2355. package/templates/skills/extended/frontend/senior-fullstack/references/architecture_patterns.md +103 -0
  2356. package/templates/skills/extended/frontend/senior-fullstack/references/development_workflows.md +103 -0
  2357. package/templates/skills/extended/frontend/senior-fullstack/references/tech_stack_guide.md +103 -0
  2358. package/templates/skills/extended/frontend/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
  2359. package/templates/skills/extended/frontend/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
  2360. package/templates/skills/extended/frontend/senior-fullstack/scripts/project_scaffolder.py +114 -0
  2361. package/templates/skills/extended/frontend/shopify-apps/SKILL.md +78 -0
  2362. package/templates/skills/extended/frontend/skill-creator/LICENSE.txt +202 -0
  2363. package/templates/skills/extended/frontend/skill-creator/README.md +270 -0
  2364. package/templates/skills/extended/frontend/skill-creator/SKILL.md +629 -0
  2365. package/templates/skills/extended/frontend/skill-creator/references/output-patterns.md +82 -0
  2366. package/templates/skills/extended/frontend/skill-creator/references/workflows.md +28 -0
  2367. package/templates/skills/extended/frontend/skill-creator/scripts/init_skill.py +303 -0
  2368. package/templates/skills/extended/frontend/skill-creator/scripts/package_skill.py +110 -0
  2369. package/templates/skills/extended/frontend/skill-creator/scripts/quick_validate.py +95 -0
  2370. package/templates/skills/extended/frontend/stitch-ui-design/README.md +165 -0
  2371. package/templates/skills/extended/frontend/stitch-ui-design/SKILL.md +414 -0
  2372. package/templates/skills/extended/frontend/stitch-ui-design/references/advanced-techniques.md +541 -0
  2373. package/templates/skills/extended/frontend/stitch-ui-design/references/prompt-examples.md +601 -0
  2374. package/templates/skills/extended/frontend/tailwind-design-system/SKILL.md +69 -0
  2375. package/templates/skills/extended/frontend/tailwind-design-system/resources/implementation-playbook.md +665 -0
  2376. package/templates/skills/extended/frontend/telegram-bot-builder/SKILL.md +290 -0
  2377. package/templates/skills/extended/frontend/theme-factory/LICENSE.txt +202 -0
  2378. package/templates/skills/extended/frontend/theme-factory/SKILL.md +95 -0
  2379. package/templates/skills/extended/frontend/theme-factory/theme-showcase.pdf +0 -0
  2380. package/templates/skills/extended/frontend/theme-factory/themes/arctic-frost.md +19 -0
  2381. package/templates/skills/extended/frontend/theme-factory/themes/botanical-garden.md +19 -0
  2382. package/templates/skills/extended/frontend/theme-factory/themes/desert-rose.md +19 -0
  2383. package/templates/skills/extended/frontend/theme-factory/themes/forest-canopy.md +19 -0
  2384. package/templates/skills/extended/frontend/theme-factory/themes/golden-hour.md +19 -0
  2385. package/templates/skills/extended/frontend/theme-factory/themes/midnight-galaxy.md +19 -0
  2386. package/templates/skills/extended/frontend/theme-factory/themes/modern-minimalist.md +19 -0
  2387. package/templates/skills/extended/frontend/theme-factory/themes/ocean-depths.md +19 -0
  2388. package/templates/skills/extended/frontend/theme-factory/themes/sunset-boulevard.md +19 -0
  2389. package/templates/skills/extended/frontend/theme-factory/themes/tech-innovation.md +19 -0
  2390. package/templates/skills/extended/frontend/tool-design/SKILL.md +354 -0
  2391. package/templates/skills/extended/frontend/trigger-dev/SKILL.md +103 -0
  2392. package/templates/skills/extended/frontend/turborepo-caching/SKILL.md +455 -0
  2393. package/templates/skills/extended/frontend/typescript-advanced-types/SKILL.md +71 -0
  2394. package/templates/skills/extended/frontend/typescript-advanced-types/resources/implementation-playbook.md +716 -0
  2395. package/templates/skills/extended/frontend/ui-skills/SKILL.md +58 -0
  2396. package/templates/skills/extended/frontend/ui-ux-designer/SKILL.md +245 -0
  2397. package/templates/skills/extended/frontend/ui-ux-pro-max/SKILL.md +387 -0
  2398. package/templates/skills/extended/frontend/ui-ux-pro-max/data/charts.csv +26 -0
  2399. package/templates/skills/extended/frontend/ui-ux-pro-max/data/colors.csv +97 -0
  2400. package/templates/skills/extended/frontend/ui-ux-pro-max/data/icons.csv +101 -0
  2401. package/templates/skills/extended/frontend/ui-ux-pro-max/data/landing.csv +31 -0
  2402. package/templates/skills/extended/frontend/ui-ux-pro-max/data/products.csv +97 -0
  2403. package/templates/skills/extended/frontend/ui-ux-pro-max/data/prompts.csv +24 -0
  2404. package/templates/skills/extended/frontend/ui-ux-pro-max/data/react-performance.csv +45 -0
  2405. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  2406. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  2407. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  2408. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  2409. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  2410. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  2411. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/react.csv +54 -0
  2412. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  2413. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  2414. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  2415. package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  2416. package/templates/skills/extended/frontend/ui-ux-pro-max/data/styles.csv +59 -0
  2417. package/templates/skills/extended/frontend/ui-ux-pro-max/data/typography.csv +58 -0
  2418. package/templates/skills/extended/frontend/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  2419. package/templates/skills/extended/frontend/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  2420. package/templates/skills/extended/frontend/ui-ux-pro-max/data/web-interface.csv +31 -0
  2421. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
  2422. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
  2423. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/core.py +257 -0
  2424. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/design_system.py +487 -0
  2425. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/search.py +76 -0
  2426. package/templates/skills/extended/frontend/ui-visual-validator/SKILL.md +250 -0
  2427. package/templates/skills/extended/frontend/using-superpowers/SKILL.md +123 -0
  2428. package/templates/skills/extended/frontend/viral-generator-builder/SKILL.md +235 -0
  2429. package/templates/skills/extended/frontend/wcag-audit-patterns/SKILL.md +77 -0
  2430. package/templates/skills/extended/frontend/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
  2431. package/templates/skills/extended/frontend/web-artifacts-builder/LICENSE.txt +202 -0
  2432. package/templates/skills/extended/frontend/web-artifacts-builder/SKILL.md +110 -0
  2433. package/templates/skills/extended/frontend/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
  2434. package/templates/skills/extended/frontend/web-artifacts-builder/scripts/init-artifact.sh +322 -0
  2435. package/templates/skills/extended/frontend/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  2436. package/templates/skills/extended/frontend/web-design-guidelines/SKILL.md +72 -0
  2437. package/templates/skills/extended/frontend/wiki-vitepress/SKILL.md +184 -0
  2438. package/templates/skills/extended/frontend/zustand-store-ts/SKILL.md +104 -0
  2439. package/templates/skills/extended/gaming/audio-transcriber/CHANGELOG.md +137 -0
  2440. package/templates/skills/extended/gaming/audio-transcriber/README.md +340 -0
  2441. package/templates/skills/extended/gaming/audio-transcriber/SKILL.md +594 -0
  2442. package/templates/skills/extended/gaming/audio-transcriber/examples/basic-transcription.sh +250 -0
  2443. package/templates/skills/extended/gaming/audio-transcriber/references/tools-comparison.md +352 -0
  2444. package/templates/skills/extended/gaming/audio-transcriber/scripts/install-requirements.sh +190 -0
  2445. package/templates/skills/extended/gaming/audio-transcriber/scripts/transcribe.py +486 -0
  2446. package/templates/skills/extended/gaming/godot-gdscript-patterns/SKILL.md +69 -0
  2447. package/templates/skills/extended/gaming/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
  2448. package/templates/skills/extended/gaming/internal-comms-community/LICENSE.txt +202 -0
  2449. package/templates/skills/extended/gaming/internal-comms-community/SKILL.md +68 -0
  2450. package/templates/skills/extended/gaming/startup-business-analyst-market-opportunity/SKILL.md +276 -0
  2451. package/templates/skills/extended/gaming/threejs-skills/SKILL.md +690 -0
  2452. package/templates/skills/extended/gaming/unity-developer/SKILL.md +266 -0
  2453. package/templates/skills/extended/gaming/unity-ecs-patterns/SKILL.md +69 -0
  2454. package/templates/skills/extended/gaming/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
  2455. package/templates/skills/extended/mobile/app-store-optimization/HOW_TO_USE.md +281 -0
  2456. package/templates/skills/extended/mobile/app-store-optimization/README.md +430 -0
  2457. package/templates/skills/extended/mobile/app-store-optimization/SKILL.md +439 -0
  2458. package/templates/skills/extended/mobile/app-store-optimization/ab_test_planner.py +662 -0
  2459. package/templates/skills/extended/mobile/app-store-optimization/aso_scorer.py +482 -0
  2460. package/templates/skills/extended/mobile/app-store-optimization/competitor_analyzer.py +577 -0
  2461. package/templates/skills/extended/mobile/app-store-optimization/expected_output.json +170 -0
  2462. package/templates/skills/extended/mobile/app-store-optimization/keyword_analyzer.py +406 -0
  2463. package/templates/skills/extended/mobile/app-store-optimization/launch_checklist.py +739 -0
  2464. package/templates/skills/extended/mobile/app-store-optimization/localization_helper.py +588 -0
  2465. package/templates/skills/extended/mobile/app-store-optimization/metadata_optimizer.py +581 -0
  2466. package/templates/skills/extended/mobile/app-store-optimization/review_analyzer.py +714 -0
  2467. package/templates/skills/extended/mobile/app-store-optimization/sample_input.json +30 -0
  2468. package/templates/skills/extended/mobile/competitor-alternatives/SKILL.md +786 -0
  2469. package/templates/skills/extended/mobile/flutter-expert/SKILL.md +236 -0
  2470. package/templates/skills/extended/mobile/ios-developer/SKILL.md +255 -0
  2471. package/templates/skills/extended/mobile/mobile-developer/SKILL.md +241 -0
  2472. package/templates/skills/extended/mobile/react-native-architecture/SKILL.md +69 -0
  2473. package/templates/skills/extended/mobile/react-native-architecture/resources/implementation-playbook.md +670 -0
  2474. package/templates/skills/extended/mobile/swiftui-expert-skill/SKILL.md +311 -0
  2475. package/templates/skills/extended/mobile/upgrading-expo/SKILL.md +154 -0
  2476. package/templates/skills/extended/other/arm-cortex-expert/SKILL.md +342 -0
  2477. package/templates/skills/extended/other/cc-skill-continuous-learning/SKILL.md +46 -0
  2478. package/templates/skills/extended/other/cc-skill-continuous-learning/config.json +18 -0
  2479. package/templates/skills/extended/other/cc-skill-continuous-learning/evaluate-session.sh +60 -0
  2480. package/templates/skills/extended/other/cc-skill-strategic-compact/SKILL.md +46 -0
  2481. package/templates/skills/extended/other/cc-skill-strategic-compact/suggest-compact.sh +52 -0
  2482. package/templates/skills/extended/other/competitive-landscape/SKILL.md +70 -0
  2483. package/templates/skills/extended/other/competitive-landscape/resources/implementation-playbook.md +494 -0
  2484. package/templates/skills/extended/other/context-driven-development/SKILL.md +436 -0
  2485. package/templates/skills/extended/other/context-management-context-save/SKILL.md +213 -0
  2486. package/templates/skills/extended/other/ffuf-claude-skill/SKILL.md +58 -0
  2487. package/templates/skills/extended/other/firmware-analyst/SKILL.md +356 -0
  2488. package/templates/skills/extended/other/incident-response-incident-response/SKILL.md +204 -0
  2489. package/templates/skills/extended/other/market-sizing-analysis/SKILL.md +461 -0
  2490. package/templates/skills/extended/other/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
  2491. package/templates/skills/extended/other/market-sizing-analysis/references/data-sources.md +360 -0
  2492. package/templates/skills/extended/other/mtls-configuration/SKILL.md +395 -0
  2493. package/templates/skills/extended/other/oss-hunter/SKILL.md +111 -0
  2494. package/templates/skills/extended/other/oss-hunter/bin/hunter.py +56 -0
  2495. package/templates/skills/extended/other/reverse-engineer/SKILL.md +209 -0
  2496. package/templates/skills/extended/other/risk-manager/SKILL.md +97 -0
  2497. package/templates/skills/extended/other/shopify-development/README.md +60 -0
  2498. package/templates/skills/extended/other/shopify-development/SKILL.md +402 -0
  2499. package/templates/skills/extended/other/shopify-development/references/app-development.md +578 -0
  2500. package/templates/skills/extended/other/shopify-development/references/extensions.md +555 -0
  2501. package/templates/skills/extended/other/shopify-development/references/themes.md +498 -0
  2502. package/templates/skills/extended/other/shopify-development/scripts/requirements.txt +19 -0
  2503. package/templates/skills/extended/other/shopify-development/scripts/shopify_graphql.py +428 -0
  2504. package/templates/skills/extended/other/shopify-development/scripts/shopify_init.py +441 -0
  2505. package/templates/skills/extended/other/shopify-development/scripts/tests/test_shopify_init.py +379 -0
  2506. package/templates/skills/extended/other/startup-analyst/SKILL.md +364 -0
  2507. package/templates/skills/extended/other/startup-financial-modeling/SKILL.md +503 -0
  2508. package/templates/skills/extended/other/startup-metrics-framework/SKILL.md +70 -0
  2509. package/templates/skills/extended/other/startup-metrics-framework/resources/implementation-playbook.md +500 -0
  2510. package/templates/skills/extended/other/superpowers-lab/SKILL.md +58 -0
  2511. package/templates/skills/extended/other/track-management/SKILL.md +74 -0
  2512. package/templates/skills/extended/other/track-management/resources/implementation-playbook.md +591 -0
  2513. package/templates/skills/extended/other/typescript-expert/SKILL.md +465 -0
  2514. package/templates/skills/extended/other/typescript-expert/references/tsconfig-strict.json +92 -0
  2515. package/templates/skills/extended/other/typescript-expert/references/typescript-cheatsheet.md +383 -0
  2516. package/templates/skills/extended/other/typescript-expert/references/utility-types.ts +335 -0
  2517. package/templates/skills/extended/other/typescript-expert/scripts/ts_diagnostic.py +203 -0
  2518. package/templates/skills/extended/other/vexor/SKILL.md +58 -0
  2519. package/templates/skills/extended/security/attack-tree-construction/SKILL.md +74 -0
  2520. package/templates/skills/extended/security/attack-tree-construction/resources/implementation-playbook.md +671 -0
  2521. package/templates/skills/extended/security/cc-skill-security-review/SKILL.md +532 -0
  2522. package/templates/skills/extended/security/codebase-cleanup-deps-audit/SKILL.md +87 -0
  2523. package/templates/skills/extended/security/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
  2524. package/templates/skills/extended/security/dependency-management-deps-audit/SKILL.md +80 -0
  2525. package/templates/skills/extended/security/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
  2526. package/templates/skills/extended/security/ethical-hacking-methodology/SKILL.md +502 -0
  2527. package/templates/skills/extended/security/find-bugs/SKILL.md +122 -0
  2528. package/templates/skills/extended/security/fix-review/SKILL.md +89 -0
  2529. package/templates/skills/extended/security/frontend-mobile-security-xss-scan/SKILL.md +358 -0
  2530. package/templates/skills/extended/security/frontend-security-coder/SKILL.md +206 -0
  2531. package/templates/skills/extended/security/mobile-security-coder/SKILL.md +220 -0
  2532. package/templates/skills/extended/security/pci-compliance/SKILL.md +514 -0
  2533. package/templates/skills/extended/security/pentest-checklist/SKILL.md +370 -0
  2534. package/templates/skills/extended/security/pentest-commands/SKILL.md +474 -0
  2535. package/templates/skills/extended/security/production-code-audit/SKILL.md +576 -0
  2536. package/templates/skills/extended/security/red-team-tools/SKILL.md +346 -0
  2537. package/templates/skills/extended/security/sast-configuration/SKILL.md +248 -0
  2538. package/templates/skills/extended/security/scanning-tools/SKILL.md +625 -0
  2539. package/templates/skills/extended/security/security-auditor/SKILL.md +205 -0
  2540. package/templates/skills/extended/security/security-compliance-compliance-check/SKILL.md +91 -0
  2541. package/templates/skills/extended/security/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
  2542. package/templates/skills/extended/security/security-requirement-extraction/SKILL.md +69 -0
  2543. package/templates/skills/extended/security/security-requirement-extraction/resources/implementation-playbook.md +676 -0
  2544. package/templates/skills/extended/security/security-scanning-security-dependencies/SKILL.md +79 -0
  2545. package/templates/skills/extended/security/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
  2546. package/templates/skills/extended/security/security-scanning-security-hardening/SKILL.md +183 -0
  2547. package/templates/skills/extended/security/security-scanning-security-sast/SKILL.md +531 -0
  2548. package/templates/skills/extended/security/seo-audit/SKILL.md +522 -0
  2549. package/templates/skills/extended/security/solidity-security/SKILL.md +70 -0
  2550. package/templates/skills/extended/security/solidity-security/resources/implementation-playbook.md +524 -0
  2551. package/templates/skills/extended/security/ssh-penetration-testing/SKILL.md +524 -0
  2552. package/templates/skills/extended/security/threat-mitigation-mapping/SKILL.md +69 -0
  2553. package/templates/skills/extended/security/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
  2554. package/templates/skills/extended/security/threat-modeling-expert/SKILL.md +96 -0
  2555. package/templates/skills/extended/security/top-web-vulnerabilities/SKILL.md +579 -0
  2556. package/templates/skills/extended/security/xss-html-injection/SKILL.md +535 -0
  2557. package/templates/skills/extended/testing/ab-test-setup/SKILL.md +268 -0
  2558. package/templates/skills/extended/testing/api-testing-observability-api-mock/SKILL.md +82 -0
  2559. package/templates/skills/extended/testing/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
  2560. package/templates/skills/extended/testing/backtesting-frameworks/SKILL.md +75 -0
  2561. package/templates/skills/extended/testing/backtesting-frameworks/resources/implementation-playbook.md +647 -0
  2562. package/templates/skills/extended/testing/bats-testing-patterns/SKILL.md +70 -0
  2563. package/templates/skills/extended/testing/bats-testing-patterns/resources/implementation-playbook.md +614 -0
  2564. package/templates/skills/extended/testing/code-review-excellence/SKILL.md +76 -0
  2565. package/templates/skills/extended/testing/code-review-excellence/resources/implementation-playbook.md +515 -0
  2566. package/templates/skills/extended/testing/code-reviewer/SKILL.md +214 -0
  2567. package/templates/skills/extended/testing/conductor-implement/SKILL.md +424 -0
  2568. package/templates/skills/extended/testing/data-quality-frameworks/SKILL.md +76 -0
  2569. package/templates/skills/extended/testing/data-quality-frameworks/resources/implementation-playbook.md +573 -0
  2570. package/templates/skills/extended/testing/e2e-testing-patterns/SKILL.md +77 -0
  2571. package/templates/skills/extended/testing/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
  2572. package/templates/skills/extended/testing/file-path-traversal/SKILL.md +522 -0
  2573. package/templates/skills/extended/testing/go-playwright/SKILL.md +112 -0
  2574. package/templates/skills/extended/testing/go-playwright/resources/implementation-playbook.md +110 -0
  2575. package/templates/skills/extended/testing/idor-testing/SKILL.md +478 -0
  2576. package/templates/skills/extended/testing/infinite-gratitude/SKILL.md +62 -0
  2577. package/templates/skills/extended/testing/javascript-testing-patterns/SKILL.md +71 -0
  2578. package/templates/skills/extended/testing/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
  2579. package/templates/skills/extended/testing/payment-integration/SKILL.md +113 -0
  2580. package/templates/skills/extended/testing/paypal-integration/SKILL.md +515 -0
  2581. package/templates/skills/extended/testing/pypict-skill/SKILL.md +58 -0
  2582. package/templates/skills/extended/testing/python-testing-patterns/SKILL.md +73 -0
  2583. package/templates/skills/extended/testing/python-testing-patterns/resources/implementation-playbook.md +906 -0
  2584. package/templates/skills/extended/testing/receiving-code-review/SKILL.md +249 -0
  2585. package/templates/skills/extended/testing/requesting-code-review/SKILL.md +141 -0
  2586. package/templates/skills/extended/testing/requesting-code-review/code-reviewer.md +146 -0
  2587. package/templates/skills/extended/testing/screen-reader-testing/SKILL.md +69 -0
  2588. package/templates/skills/extended/testing/screen-reader-testing/resources/implementation-playbook.md +544 -0
  2589. package/templates/skills/extended/testing/smtp-penetration-testing/SKILL.md +536 -0
  2590. package/templates/skills/extended/testing/stripe-integration/SKILL.md +490 -0
  2591. package/templates/skills/extended/testing/tdd-workflows-tdd-cycle/SKILL.md +257 -0
  2592. package/templates/skills/extended/testing/tdd-workflows-tdd-green/SKILL.md +109 -0
  2593. package/templates/skills/extended/testing/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
  2594. package/templates/skills/extended/testing/tdd-workflows-tdd-red/SKILL.md +200 -0
  2595. package/templates/skills/extended/testing/tdd-workflows-tdd-refactor/SKILL.md +223 -0
  2596. package/templates/skills/extended/testing/temporal-python-testing/SKILL.md +206 -0
  2597. package/templates/skills/extended/testing/temporal-python-testing/resources/integration-testing.md +455 -0
  2598. package/templates/skills/extended/testing/temporal-python-testing/resources/local-setup.md +553 -0
  2599. package/templates/skills/extended/testing/temporal-python-testing/resources/replay-testing.md +462 -0
  2600. package/templates/skills/extended/testing/temporal-python-testing/resources/unit-testing.md +328 -0
  2601. package/templates/skills/extended/testing/test-automator/SKILL.md +260 -0
  2602. package/templates/skills/extended/testing/test-fixing/SKILL.md +155 -0
  2603. package/templates/skills/extended/testing/unit-testing-test-generate/SKILL.md +355 -0
  2604. package/templates/skills/extended/testing/wordpress-penetration-testing/SKILL.md +521 -0
  2605. package/templates/skills/extended/workflow/address-github-comments/SKILL.md +91 -0
  2606. package/templates/skills/extended/workflow/amplitude-automation/SKILL.md +252 -0
  2607. package/templates/skills/extended/workflow/antigravity-workflows/SKILL.md +116 -0
  2608. package/templates/skills/extended/workflow/antigravity-workflows/resources/implementation-playbook.md +36 -0
  2609. package/templates/skills/extended/workflow/asana-automation/SKILL.md +207 -0
  2610. package/templates/skills/extended/workflow/automate-whatsapp/SKILL.md +292 -0
  2611. package/templates/skills/extended/workflow/azure-communication-callautomation-java/SKILL.md +290 -0
  2612. package/templates/skills/extended/workflow/bamboohr-automation/SKILL.md +256 -0
  2613. package/templates/skills/extended/workflow/basecamp-automation/SKILL.md +270 -0
  2614. package/templates/skills/extended/workflow/billing-automation/SKILL.md +78 -0
  2615. package/templates/skills/extended/workflow/billing-automation/resources/implementation-playbook.md +544 -0
  2616. package/templates/skills/extended/workflow/bitbucket-automation/SKILL.md +260 -0
  2617. package/templates/skills/extended/workflow/box-automation/SKILL.md +269 -0
  2618. package/templates/skills/extended/workflow/brevo-automation/SKILL.md +233 -0
  2619. package/templates/skills/extended/workflow/browser-automation/SKILL.md +106 -0
  2620. package/templates/skills/extended/workflow/c-pro/SKILL.md +92 -0
  2621. package/templates/skills/extended/workflow/cal-com-automation/SKILL.md +239 -0
  2622. package/templates/skills/extended/workflow/calendly-automation/SKILL.md +247 -0
  2623. package/templates/skills/extended/workflow/canva-automation/SKILL.md +253 -0
  2624. package/templates/skills/extended/workflow/cicd-automation-workflow-automate/SKILL.md +87 -0
  2625. package/templates/skills/extended/workflow/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
  2626. package/templates/skills/extended/workflow/circleci-automation/SKILL.md +213 -0
  2627. package/templates/skills/extended/workflow/clarity-gate/SKILL.md +58 -0
  2628. package/templates/skills/extended/workflow/claude-speed-reader/SKILL.md +58 -0
  2629. package/templates/skills/extended/workflow/clickup-automation/SKILL.md +270 -0
  2630. package/templates/skills/extended/workflow/close-automation/SKILL.md +248 -0
  2631. package/templates/skills/extended/workflow/coda-automation/SKILL.md +277 -0
  2632. package/templates/skills/extended/workflow/commit/SKILL.md +207 -0
  2633. package/templates/skills/extended/workflow/comprehensive-review-full-review/SKILL.md +182 -0
  2634. package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/SKILL.md +82 -0
  2635. package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
  2636. package/templates/skills/extended/workflow/conductor-revert/SKILL.md +408 -0
  2637. package/templates/skills/extended/workflow/conductor-setup/SKILL.md +462 -0
  2638. package/templates/skills/extended/workflow/conductor-status/SKILL.md +374 -0
  2639. package/templates/skills/extended/workflow/conductor-validator/SKILL.md +98 -0
  2640. package/templates/skills/extended/workflow/confluence-automation/SKILL.md +244 -0
  2641. package/templates/skills/extended/workflow/context-compression/SKILL.md +301 -0
  2642. package/templates/skills/extended/workflow/convertkit-automation/SKILL.md +231 -0
  2643. package/templates/skills/extended/workflow/cpp-pro/SKILL.md +95 -0
  2644. package/templates/skills/extended/workflow/create-pr/SKILL.md +228 -0
  2645. package/templates/skills/extended/workflow/csharp-pro/SKILL.md +95 -0
  2646. package/templates/skills/extended/workflow/discord-automation/SKILL.md +223 -0
  2647. package/templates/skills/extended/workflow/dropbox-automation/SKILL.md +266 -0
  2648. package/templates/skills/extended/workflow/dx-optimizer/SKILL.md +119 -0
  2649. package/templates/skills/extended/workflow/elixir-pro/SKILL.md +95 -0
  2650. package/templates/skills/extended/workflow/finishing-a-development-branch/SKILL.md +236 -0
  2651. package/templates/skills/extended/workflow/freshdesk-automation/SKILL.md +255 -0
  2652. package/templates/skills/extended/workflow/freshservice-automation/SKILL.md +249 -0
  2653. package/templates/skills/extended/workflow/git-advanced-workflows/SKILL.md +448 -0
  2654. package/templates/skills/extended/workflow/git-pr-workflows-git-workflow/SKILL.md +176 -0
  2655. package/templates/skills/extended/workflow/git-pr-workflows-onboard/SKILL.md +452 -0
  2656. package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/SKILL.md +84 -0
  2657. package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
  2658. package/templates/skills/extended/workflow/git-pushing/SKILL.md +69 -0
  2659. package/templates/skills/extended/workflow/git-pushing/scripts/smart_commit.sh +19 -0
  2660. package/templates/skills/extended/workflow/github-actions-templates/SKILL.md +381 -0
  2661. package/templates/skills/extended/workflow/github-automation/SKILL.md +263 -0
  2662. package/templates/skills/extended/workflow/github-issue-creator/SKILL.md +173 -0
  2663. package/templates/skills/extended/workflow/github-workflow-automation/SKILL.md +882 -0
  2664. package/templates/skills/extended/workflow/gitlab-automation/SKILL.md +290 -0
  2665. package/templates/skills/extended/workflow/gitlab-ci-patterns/SKILL.md +319 -0
  2666. package/templates/skills/extended/workflow/gitops-workflow/SKILL.md +339 -0
  2667. package/templates/skills/extended/workflow/gitops-workflow/references/argocd-setup.md +134 -0
  2668. package/templates/skills/extended/workflow/gitops-workflow/references/sync-policies.md +131 -0
  2669. package/templates/skills/extended/workflow/go-rod-master/SKILL.md +580 -0
  2670. package/templates/skills/extended/workflow/go-rod-master/examples/basic_scrape.go +41 -0
  2671. package/templates/skills/extended/workflow/go-rod-master/examples/concurrent_pages.go +81 -0
  2672. package/templates/skills/extended/workflow/go-rod-master/examples/request_hijacking.go +85 -0
  2673. package/templates/skills/extended/workflow/go-rod-master/examples/stealth_page.go +91 -0
  2674. package/templates/skills/extended/workflow/go-rod-master/references/api-reference.md +148 -0
  2675. package/templates/skills/extended/workflow/golang-pro/SKILL.md +215 -0
  2676. package/templates/skills/extended/workflow/google-analytics-automation/SKILL.md +263 -0
  2677. package/templates/skills/extended/workflow/google-calendar-automation/SKILL.md +212 -0
  2678. package/templates/skills/extended/workflow/google-drive-automation/SKILL.md +229 -0
  2679. package/templates/skills/extended/workflow/googlesheets-automation/SKILL.md +233 -0
  2680. package/templates/skills/extended/workflow/haskell-pro/SKILL.md +92 -0
  2681. package/templates/skills/extended/workflow/helpdesk-automation/SKILL.md +202 -0
  2682. package/templates/skills/extended/workflow/hr-pro/SKILL.md +162 -0
  2683. package/templates/skills/extended/workflow/hubspot-automation/SKILL.md +214 -0
  2684. package/templates/skills/extended/workflow/instagram-automation/SKILL.md +228 -0
  2685. package/templates/skills/extended/workflow/intercom-automation/SKILL.md +284 -0
  2686. package/templates/skills/extended/workflow/iterate-pr/SKILL.md +186 -0
  2687. package/templates/skills/extended/workflow/java-pro/SKILL.md +213 -0
  2688. package/templates/skills/extended/workflow/javascript-pro/SKILL.md +93 -0
  2689. package/templates/skills/extended/workflow/jira-automation/SKILL.md +221 -0
  2690. package/templates/skills/extended/workflow/julia-pro/SKILL.md +245 -0
  2691. package/templates/skills/extended/workflow/klaviyo-automation/SKILL.md +226 -0
  2692. package/templates/skills/extended/workflow/launch-strategy/SKILL.md +380 -0
  2693. package/templates/skills/extended/workflow/linear-automation/SKILL.md +214 -0
  2694. package/templates/skills/extended/workflow/linear-claude-skill/SKILL.md +579 -0
  2695. package/templates/skills/extended/workflow/linkedin-automation/SKILL.md +211 -0
  2696. package/templates/skills/extended/workflow/make-automation/SKILL.md +237 -0
  2697. package/templates/skills/extended/workflow/microsoft-teams-automation/SKILL.md +247 -0
  2698. package/templates/skills/extended/workflow/minecraft-bukkit-pro/SKILL.md +162 -0
  2699. package/templates/skills/extended/workflow/miro-automation/SKILL.md +241 -0
  2700. package/templates/skills/extended/workflow/mixpanel-automation/SKILL.md +260 -0
  2701. package/templates/skills/extended/workflow/monday-automation/SKILL.md +269 -0
  2702. package/templates/skills/extended/workflow/n8n-mcp-tools-expert/SKILL.md +690 -0
  2703. package/templates/skills/extended/workflow/n8n-node-configuration/SKILL.md +832 -0
  2704. package/templates/skills/extended/workflow/notion-automation/SKILL.md +251 -0
  2705. package/templates/skills/extended/workflow/notion-template-business/SKILL.md +252 -0
  2706. package/templates/skills/extended/workflow/observe-whatsapp/SKILL.md +144 -0
  2707. package/templates/skills/extended/workflow/one-drive-automation/SKILL.md +274 -0
  2708. package/templates/skills/extended/workflow/outlook-automation/SKILL.md +227 -0
  2709. package/templates/skills/extended/workflow/outlook-calendar-automation/SKILL.md +272 -0
  2710. package/templates/skills/extended/workflow/pagerduty-automation/SKILL.md +281 -0
  2711. package/templates/skills/extended/workflow/php-pro/SKILL.md +99 -0
  2712. package/templates/skills/extended/workflow/pipedrive-automation/SKILL.md +260 -0
  2713. package/templates/skills/extended/workflow/posthog-automation/SKILL.md +260 -0
  2714. package/templates/skills/extended/workflow/postmark-automation/SKILL.md +223 -0
  2715. package/templates/skills/extended/workflow/privilege-escalation-methods/SKILL.md +369 -0
  2716. package/templates/skills/extended/workflow/prometheus-configuration/SKILL.md +440 -0
  2717. package/templates/skills/extended/workflow/protocol-reverse-engineering/SKILL.md +65 -0
  2718. package/templates/skills/extended/workflow/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
  2719. package/templates/skills/extended/workflow/reddit-automation/SKILL.md +248 -0
  2720. package/templates/skills/extended/workflow/referral-program/SKILL.md +638 -0
  2721. package/templates/skills/extended/workflow/remotion-best-practices/SKILL.md +81 -0
  2722. package/templates/skills/extended/workflow/remotion-best-practices/rules/3d.md +86 -0
  2723. package/templates/skills/extended/workflow/remotion-best-practices/rules/animations.md +29 -0
  2724. package/templates/skills/extended/workflow/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  2725. package/templates/skills/extended/workflow/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  2726. package/templates/skills/extended/workflow/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
  2727. package/templates/skills/extended/workflow/remotion-best-practices/rules/assets.md +78 -0
  2728. package/templates/skills/extended/workflow/remotion-best-practices/rules/audio.md +172 -0
  2729. package/templates/skills/extended/workflow/remotion-best-practices/rules/calculate-metadata.md +104 -0
  2730. package/templates/skills/extended/workflow/remotion-best-practices/rules/can-decode.md +75 -0
  2731. package/templates/skills/extended/workflow/remotion-best-practices/rules/charts.md +58 -0
  2732. package/templates/skills/extended/workflow/remotion-best-practices/rules/compositions.md +146 -0
  2733. package/templates/skills/extended/workflow/remotion-best-practices/rules/display-captions.md +126 -0
  2734. package/templates/skills/extended/workflow/remotion-best-practices/rules/extract-frames.md +229 -0
  2735. package/templates/skills/extended/workflow/remotion-best-practices/rules/fonts.md +152 -0
  2736. package/templates/skills/extended/workflow/remotion-best-practices/rules/get-audio-duration.md +58 -0
  2737. package/templates/skills/extended/workflow/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  2738. package/templates/skills/extended/workflow/remotion-best-practices/rules/get-video-duration.md +58 -0
  2739. package/templates/skills/extended/workflow/remotion-best-practices/rules/gifs.md +138 -0
  2740. package/templates/skills/extended/workflow/remotion-best-practices/rules/images.md +130 -0
  2741. package/templates/skills/extended/workflow/remotion-best-practices/rules/import-srt-captions.md +67 -0
  2742. package/templates/skills/extended/workflow/remotion-best-practices/rules/lottie.md +68 -0
  2743. package/templates/skills/extended/workflow/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
  2744. package/templates/skills/extended/workflow/remotion-best-practices/rules/measuring-text.md +143 -0
  2745. package/templates/skills/extended/workflow/remotion-best-practices/rules/sequencing.md +106 -0
  2746. package/templates/skills/extended/workflow/remotion-best-practices/rules/tailwind.md +11 -0
  2747. package/templates/skills/extended/workflow/remotion-best-practices/rules/text-animations.md +20 -0
  2748. package/templates/skills/extended/workflow/remotion-best-practices/rules/timing.md +179 -0
  2749. package/templates/skills/extended/workflow/remotion-best-practices/rules/transcribe-captions.md +19 -0
  2750. package/templates/skills/extended/workflow/remotion-best-practices/rules/transitions.md +122 -0
  2751. package/templates/skills/extended/workflow/remotion-best-practices/rules/trimming.md +53 -0
  2752. package/templates/skills/extended/workflow/remotion-best-practices/rules/videos.md +171 -0
  2753. package/templates/skills/extended/workflow/render-automation/SKILL.md +217 -0
  2754. package/templates/skills/extended/workflow/ruby-pro/SKILL.md +92 -0
  2755. package/templates/skills/extended/workflow/rust-pro/SKILL.md +214 -0
  2756. package/templates/skills/extended/workflow/salesforce-automation/SKILL.md +226 -0
  2757. package/templates/skills/extended/workflow/scala-pro/SKILL.md +118 -0
  2758. package/templates/skills/extended/workflow/segment-automation/SKILL.md +261 -0
  2759. package/templates/skills/extended/workflow/sendgrid-automation/SKILL.md +264 -0
  2760. package/templates/skills/extended/workflow/sentry-automation/SKILL.md +268 -0
  2761. package/templates/skills/extended/workflow/shopify-automation/SKILL.md +204 -0
  2762. package/templates/skills/extended/workflow/slack-automation/SKILL.md +225 -0
  2763. package/templates/skills/extended/workflow/slack-bot-builder/SKILL.md +300 -0
  2764. package/templates/skills/extended/workflow/slack-gif-creator/LICENSE.txt +202 -0
  2765. package/templates/skills/extended/workflow/slack-gif-creator/SKILL.md +290 -0
  2766. package/templates/skills/extended/workflow/slack-gif-creator/core/easing.py +234 -0
  2767. package/templates/skills/extended/workflow/slack-gif-creator/core/frame_composer.py +176 -0
  2768. package/templates/skills/extended/workflow/slack-gif-creator/core/gif_builder.py +269 -0
  2769. package/templates/skills/extended/workflow/slack-gif-creator/core/validators.py +136 -0
  2770. package/templates/skills/extended/workflow/slack-gif-creator/requirements.txt +4 -0
  2771. package/templates/skills/extended/workflow/square-automation/SKILL.md +212 -0
  2772. package/templates/skills/extended/workflow/startup-business-analyst-financial-projections/SKILL.md +389 -0
  2773. package/templates/skills/extended/workflow/stripe-automation/SKILL.md +234 -0
  2774. package/templates/skills/extended/workflow/systems-programming-rust-project/SKILL.md +476 -0
  2775. package/templates/skills/extended/workflow/team-collaboration-issue/SKILL.md +73 -0
  2776. package/templates/skills/extended/workflow/team-collaboration-issue/resources/implementation-playbook.md +640 -0
  2777. package/templates/skills/extended/workflow/team-collaboration-standup-notes/SKILL.md +80 -0
  2778. package/templates/skills/extended/workflow/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
  2779. package/templates/skills/extended/workflow/telegram-automation/SKILL.md +255 -0
  2780. package/templates/skills/extended/workflow/temporal-python-pro/SKILL.md +406 -0
  2781. package/templates/skills/extended/workflow/tiktok-automation/SKILL.md +214 -0
  2782. package/templates/skills/extended/workflow/todoist-automation/SKILL.md +267 -0
  2783. package/templates/skills/extended/workflow/trello-automation/SKILL.md +217 -0
  2784. package/templates/skills/extended/workflow/twitter-automation/SKILL.md +267 -0
  2785. package/templates/skills/extended/workflow/typescript-pro/SKILL.md +91 -0
  2786. package/templates/skills/extended/workflow/unreal-engine-cpp-pro/SKILL.md +150 -0
  2787. package/templates/skills/extended/workflow/unreal-engine-cpp-pro/examples/ExampleActor.cpp +43 -0
  2788. package/templates/skills/extended/workflow/unreal-engine-cpp-pro/examples/ExampleActor.h +57 -0
  2789. package/templates/skills/extended/workflow/using-git-worktrees/SKILL.md +253 -0
  2790. package/templates/skills/extended/workflow/uv-package-manager/SKILL.md +73 -0
  2791. package/templates/skills/extended/workflow/uv-package-manager/resources/implementation-playbook.md +830 -0
  2792. package/templates/skills/extended/workflow/varlock-claude-skill/SKILL.md +58 -0
  2793. package/templates/skills/extended/workflow/webflow-automation/SKILL.md +272 -0
  2794. package/templates/skills/extended/workflow/whatsapp-automation/SKILL.md +250 -0
  2795. package/templates/skills/extended/workflow/workflow-automation/SKILL.md +104 -0
  2796. package/templates/skills/extended/workflow/workflow-orchestration-patterns/SKILL.md +369 -0
  2797. package/templates/skills/extended/workflow/wrike-automation/SKILL.md +269 -0
  2798. package/templates/skills/extended/workflow/youtube-automation/SKILL.md +254 -0
  2799. package/templates/skills/extended/workflow/zapier-make-patterns/SKILL.md +103 -0
  2800. package/templates/skills/extended/workflow/zendesk-automation/SKILL.md +251 -0
  2801. package/templates/skills/extended/workflow/zoho-crm-automation/SKILL.md +242 -0
  2802. package/templates/skills/extended/workflow/zoom-automation/SKILL.md +253 -0
  2803. package/templates/skills/knowledge/ai-agents/agent-memory-systems/SKILL.md +103 -0
  2804. package/templates/skills/knowledge/ai-agents/agent-tool-builder/SKILL.md +89 -0
  2805. package/templates/skills/knowledge/ai-agents/ai-agents-architect/SKILL.md +126 -0
  2806. package/templates/skills/knowledge/ai-agents/ai-engineer/SKILL.md +207 -0
  2807. package/templates/skills/knowledge/ai-agents/autonomous-agent-patterns/SKILL.md +797 -0
  2808. package/templates/skills/knowledge/ai-agents/mcp-builder/SKILL.md +276 -0
  2809. package/templates/skills/knowledge/{mcp-builder/SKILL.md → ai-agents/mcp-builder/SKILL.md.bak} +0 -0
  2810. package/templates/skills/knowledge/ai-agents/notebooklm-rag/SKILL.md +272 -0
  2811. package/templates/skills/knowledge/ai-agents/parallel-agents/SKILL.md +523 -0
  2812. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/SKILL.md +249 -0
  2813. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
  2814. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
  2815. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
  2816. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
  2817. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
  2818. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/prompt-templates.md +470 -0
  2819. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/system-prompts.md +189 -0
  2820. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
  2821. package/templates/skills/knowledge/architecture/{SKILL.md → architecture/SKILL.md} +0 -0
  2822. package/templates/skills/knowledge/architecture/{context-discovery.md → architecture/context-discovery.md} +0 -0
  2823. package/templates/skills/knowledge/architecture/{examples.md → architecture/examples.md} +0 -0
  2824. package/templates/skills/knowledge/architecture/{pattern-selection.md → architecture/pattern-selection.md} +0 -0
  2825. package/templates/skills/knowledge/architecture/{patterns-reference.md → architecture/patterns-reference.md} +0 -0
  2826. package/templates/skills/knowledge/architecture/{trade-off-analysis.md → architecture/trade-off-analysis.md} +0 -0
  2827. package/templates/skills/knowledge/architecture/architecture-decision-records/SKILL.md +477 -0
  2828. package/templates/skills/knowledge/architecture/brainstorming/SKILL.md +205 -0
  2829. package/templates/skills/knowledge/{brainstorming → architecture/brainstorming}/dynamic-questioning.md +0 -0
  2830. package/templates/skills/knowledge/architecture/c4-architecture-c4-architecture/SKILL.md +425 -0
  2831. package/templates/skills/knowledge/architecture/executing-plans/SKILL.md +181 -0
  2832. package/templates/skills/knowledge/architecture/plan-writing/SKILL.md +227 -0
  2833. package/templates/skills/knowledge/backend/api-design-principles/SKILL.md +73 -0
  2834. package/templates/skills/knowledge/backend/api-design-principles/assets/api-design-checklist.md +155 -0
  2835. package/templates/skills/knowledge/backend/api-design-principles/assets/rest-api-template.py +182 -0
  2836. package/templates/skills/knowledge/backend/api-design-principles/references/graphql-schema-design.md +583 -0
  2837. package/templates/skills/knowledge/backend/api-design-principles/references/rest-best-practices.md +408 -0
  2838. package/templates/skills/knowledge/backend/api-design-principles/resources/implementation-playbook.md +513 -0
  2839. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/SKILL.md +0 -0
  2840. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/api-style.md +0 -0
  2841. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/auth.md +0 -0
  2842. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/documentation.md +0 -0
  2843. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/graphql.md +0 -0
  2844. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/rate-limiting.md +0 -0
  2845. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/response.md +0 -0
  2846. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/rest.md +0 -0
  2847. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/scripts/api_validator.py +0 -0
  2848. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/security-testing.md +0 -0
  2849. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/trpc.md +0 -0
  2850. package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/versioning.md +0 -0
  2851. package/templates/skills/knowledge/backend/api-security-best-practices/SKILL.md +943 -0
  2852. package/templates/skills/knowledge/backend/auth-implementation-patterns/SKILL.md +75 -0
  2853. package/templates/skills/knowledge/backend/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
  2854. package/templates/skills/knowledge/backend/cqrs-implementation/SKILL.md +71 -0
  2855. package/templates/skills/knowledge/backend/cqrs-implementation/resources/implementation-playbook.md +540 -0
  2856. package/templates/skills/knowledge/{database-design → backend/database-design}/SKILL.md +0 -0
  2857. package/templates/skills/knowledge/{database-design → backend/database-design}/database-selection.md +0 -0
  2858. package/templates/skills/knowledge/{database-design → backend/database-design}/indexing.md +0 -0
  2859. package/templates/skills/knowledge/{database-design → backend/database-design}/migrations.md +0 -0
  2860. package/templates/skills/knowledge/{database-design → backend/database-design}/optimization.md +0 -0
  2861. package/templates/skills/knowledge/{database-design → backend/database-design}/orm-selection.md +0 -0
  2862. package/templates/skills/knowledge/{database-design → backend/database-design}/schema-design.md +0 -0
  2863. package/templates/skills/knowledge/{database-design → backend/database-design}/scripts/schema_validator.py +0 -0
  2864. package/templates/skills/knowledge/{nodejs-best-practices → backend/nodejs-best-practices}/SKILL.md +0 -0
  2865. package/templates/skills/knowledge/{python-patterns → backend/python-patterns}/SKILL.md +0 -0
  2866. package/templates/skills/knowledge/blockchain/blockchain-developer/SKILL.md +244 -0
  2867. package/templates/skills/knowledge/content/content-creator/SKILL.md +284 -0
  2868. package/templates/skills/knowledge/content/content-creator/assets/content_calendar_template.md +99 -0
  2869. package/templates/skills/knowledge/content/content-creator/references/brand_guidelines.md +199 -0
  2870. package/templates/skills/knowledge/content/content-creator/references/content_frameworks.md +534 -0
  2871. package/templates/skills/knowledge/content/content-creator/references/social_media_optimization.md +317 -0
  2872. package/templates/skills/knowledge/content/content-creator/scripts/brand_voice_analyzer.py +185 -0
  2873. package/templates/skills/knowledge/content/content-creator/scripts/seo_optimizer.py +419 -0
  2874. package/templates/skills/knowledge/content/copywriting/SKILL.md +261 -0
  2875. package/templates/skills/knowledge/{geo-fundamentals → content/geo-fundamentals}/SKILL.md +0 -0
  2876. package/templates/skills/knowledge/{geo-fundamentals → content/geo-fundamentals}/scripts/geo_checker.py +0 -0
  2877. package/templates/skills/knowledge/content/pricing-strategy/SKILL.md +392 -0
  2878. package/templates/skills/knowledge/content/seo-content-planner/SKILL.md +144 -0
  2879. package/templates/skills/knowledge/content/seo-fundamentals/SKILL.md +213 -0
  2880. package/templates/skills/knowledge/{seo-fundamentals/SKILL.md → content/seo-fundamentals/SKILL.md.bak} +0 -0
  2881. package/templates/skills/knowledge/{seo-fundamentals → content/seo-fundamentals}/scripts/seo_checker.py +0 -0
  2882. package/templates/skills/knowledge/debugging/code-refactoring-tech-debt/SKILL.md +422 -0
  2883. package/templates/skills/knowledge/debugging/dependency-upgrade/SKILL.md +457 -0
  2884. package/templates/skills/knowledge/debugging/error-detective/SKILL.md +89 -0
  2885. package/templates/skills/knowledge/{performance-profiling → debugging/performance-profiling}/SKILL.md +0 -0
  2886. package/templates/skills/knowledge/{performance-profiling → debugging/performance-profiling}/scripts/lighthouse_audit.py +0 -0
  2887. package/templates/skills/knowledge/debugging/systematic-debugging/SKILL.md +336 -0
  2888. package/templates/skills/knowledge/debugging/systematic-debugging/SKILL.md.bak +214 -0
  2889. package/templates/skills/knowledge/devops/aws-serverless/SKILL.md +359 -0
  2890. package/templates/skills/knowledge/{bash-linux → devops/bash-linux}/SKILL.md +0 -0
  2891. package/templates/skills/knowledge/devops/docker-expert/SKILL.md +445 -0
  2892. package/templates/skills/knowledge/{powershell-windows → devops/powershell-windows}/SKILL.md +0 -0
  2893. package/templates/skills/knowledge/{server-management → devops/server-management}/SKILL.md +0 -0
  2894. package/templates/skills/knowledge/doc.md +0 -0
  2895. package/templates/skills/knowledge/documentation/deep-research/SKILL.md +150 -0
  2896. package/templates/skills/knowledge/documentation/doc-coauthoring/SKILL.md +411 -0
  2897. package/templates/skills/knowledge/{documentation-templates → documentation/documentation-templates}/SKILL.md +0 -0
  2898. package/templates/skills/knowledge/frontend/3d-web-experience/SKILL.md +290 -0
  2899. package/templates/skills/knowledge/frontend/accessibility-compliance-accessibility-audit/SKILL.md +78 -0
  2900. package/templates/skills/knowledge/frontend/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
  2901. package/templates/skills/knowledge/frontend/figma-automation/SKILL.md +217 -0
  2902. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/SKILL.md +0 -0
  2903. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/animation-guide.md +0 -0
  2904. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/color-system.md +0 -0
  2905. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/decision-trees.md +0 -0
  2906. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/motion-graphics.md +0 -0
  2907. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/scripts/accessibility_checker.py +0 -0
  2908. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/scripts/ux_audit.py +0 -0
  2909. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/typography-system.md +0 -0
  2910. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/ux-psychology.md +0 -0
  2911. package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/visual-effects.md +0 -0
  2912. package/templates/skills/knowledge/{nextjs-best-practices → frontend/nextjs-best-practices}/SKILL.md +0 -0
  2913. package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/scripts/fetch-stitch.sh +0 -0
  2914. package/templates/skills/{react-components → knowledge/frontend/react-components}/scripts/fetch-stitch.sh +0 -0
  2915. package/templates/skills/knowledge/{react-patterns → frontend/react-patterns}/SKILL.md +0 -0
  2916. package/templates/skills/knowledge/frontend/scroll-experience/SKILL.md +299 -0
  2917. package/templates/skills/knowledge/{tailwind-patterns → frontend/tailwind-patterns}/SKILL.md +0 -0
  2918. package/templates/skills/knowledge/{game-development → gaming/game-development}/2d-games/SKILL.md +0 -0
  2919. package/templates/skills/knowledge/{game-development → gaming/game-development}/3d-games/SKILL.md +0 -0
  2920. package/templates/skills/knowledge/{game-development → gaming/game-development}/SKILL.md +0 -0
  2921. package/templates/skills/knowledge/{game-development → gaming/game-development}/game-art/SKILL.md +0 -0
  2922. package/templates/skills/knowledge/{game-development → gaming/game-development}/game-audio/SKILL.md +0 -0
  2923. package/templates/skills/knowledge/{game-development → gaming/game-development}/game-design/SKILL.md +0 -0
  2924. package/templates/skills/knowledge/{game-development → gaming/game-development}/mobile-games/SKILL.md +0 -0
  2925. package/templates/skills/knowledge/{game-development → gaming/game-development}/multiplayer/SKILL.md +0 -0
  2926. package/templates/skills/knowledge/{game-development → gaming/game-development}/pc-games/SKILL.md +0 -0
  2927. package/templates/skills/knowledge/{game-development → gaming/game-development}/vr-ar/SKILL.md +0 -0
  2928. package/templates/skills/knowledge/{game-development → gaming/game-development}/web-games/SKILL.md +0 -0
  2929. package/templates/skills/knowledge/{i18n-localization → i18n/i18n-localization}/SKILL.md +0 -0
  2930. package/templates/skills/knowledge/{i18n-localization → i18n/i18n-localization}/scripts/i18n_checker.py +0 -0
  2931. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/SKILL.md +0 -0
  2932. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/decision-trees.md +0 -0
  2933. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-backend.md +0 -0
  2934. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-color-system.md +0 -0
  2935. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-debugging.md +0 -0
  2936. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-design-thinking.md +0 -0
  2937. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-navigation.md +0 -0
  2938. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-performance.md +0 -0
  2939. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-testing.md +0 -0
  2940. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-typography.md +0 -0
  2941. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/platform-android.md +0 -0
  2942. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/platform-ios.md +0 -0
  2943. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/scripts/mobile_audit.py +0 -0
  2944. package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/touch-psychology.md +0 -0
  2945. package/templates/skills/knowledge/{red-team-tactics → security/red-team-tactics}/SKILL.md +0 -0
  2946. package/templates/skills/knowledge/{vulnerability-scanner → security/vulnerability-scanner}/SKILL.md +0 -0
  2947. package/templates/skills/knowledge/{vulnerability-scanner → security/vulnerability-scanner}/checklists.md +0 -0
  2948. package/templates/skills/knowledge/{vulnerability-scanner → security/vulnerability-scanner}/scripts/security_scan.py +0 -0
  2949. package/templates/skills/knowledge/{lint-and-validate → testing/lint-and-validate}/SKILL.md +0 -0
  2950. package/templates/skills/knowledge/{lint-and-validate → testing/lint-and-validate}/scripts/lint_runner.py +0 -0
  2951. package/templates/skills/knowledge/{lint-and-validate → testing/lint-and-validate}/scripts/type_coverage.py +0 -0
  2952. package/templates/skills/knowledge/testing/playwright-skill/API_REFERENCE.md +653 -0
  2953. package/templates/skills/knowledge/testing/playwright-skill/SKILL.md +489 -0
  2954. package/templates/skills/knowledge/testing/playwright-skill/lib/helpers.js +441 -0
  2955. package/templates/skills/knowledge/testing/playwright-skill/package.json +26 -0
  2956. package/templates/skills/knowledge/testing/playwright-skill/run.js +228 -0
  2957. package/templates/skills/knowledge/{tdd-workflow → testing/tdd-workflow}/SKILL.md +0 -0
  2958. package/templates/skills/knowledge/testing/test-driven-development/SKILL.md +411 -0
  2959. package/templates/skills/knowledge/testing/test-driven-development/SKILL.md.bak +235 -0
  2960. package/templates/skills/knowledge/testing/testing-patterns/SKILL.md +299 -0
  2961. package/templates/skills/knowledge/{testing-patterns/SKILL.md → testing/testing-patterns/SKILL.md.bak} +0 -0
  2962. package/templates/skills/knowledge/{testing-patterns → testing/testing-patterns}/scripts/test_runner.py +0 -0
  2963. package/templates/skills/knowledge/{webapp-testing → testing/webapp-testing}/SKILL.md +0 -0
  2964. package/templates/skills/knowledge/{webapp-testing → testing/webapp-testing}/scripts/playwright_runner.py +0 -0
  2965. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/SKILL.md +0 -0
  2966. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/agent-coordination.md +0 -0
  2967. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/feature-building.md +0 -0
  2968. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/project-detection.md +0 -0
  2969. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/scaffolding.md +0 -0
  2970. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/tech-stack.md +0 -0
  2971. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/SKILL.md +0 -0
  2972. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/astro-static/TEMPLATE.md +0 -0
  2973. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/chrome-extension/TEMPLATE.md +0 -0
  2974. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/cli-tool/TEMPLATE.md +0 -0
  2975. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/electron-desktop/TEMPLATE.md +0 -0
  2976. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/express-api/TEMPLATE.md +0 -0
  2977. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/flutter-app/TEMPLATE.md +0 -0
  2978. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/monorepo-turborepo/TEMPLATE.md +0 -0
  2979. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nextjs-fullstack/TEMPLATE.md +0 -0
  2980. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nextjs-saas/TEMPLATE.md +0 -0
  2981. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nextjs-static/TEMPLATE.md +0 -0
  2982. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nuxt-app/TEMPLATE.md +0 -0
  2983. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/python-fastapi/TEMPLATE.md +0 -0
  2984. package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/react-native-app/TEMPLATE.md +0 -0
  2985. package/templates/skills/knowledge/{behavioral-modes → workflow/behavioral-modes}/SKILL.md +0 -0
  2986. package/templates/skills/knowledge/workflow/changelog-automation/SKILL.md +74 -0
  2987. package/templates/skills/knowledge/workflow/changelog-automation/resources/implementation-playbook.md +538 -0
  2988. package/templates/skills/knowledge/{clean-code → workflow/clean-code}/SKILL.md +0 -0
  2989. package/templates/skills/knowledge/workflow/code-review-checklist/SKILL.md +484 -0
  2990. package/templates/skills/knowledge/{code-review-checklist/SKILL.md → workflow/code-review-checklist/SKILL.md.bak} +0 -0
  2991. package/templates/skills/knowledge/{deployment-procedures → workflow/deployment-procedures}/SKILL.md +0 -0
  2992. package/templates/skills/knowledge/{intelligent-routing → workflow/intelligent-routing}/SKILL.md +0 -0
  2993. package/templates/skills/knowledge/workflow/verification-before-completion/SKILL.md +157 -0
  2994. package/templates/skills/knowledge/brainstorming/SKILL.md +0 -163
  2995. package/templates/skills/knowledge/notebooklm-rag/SKILL.md +0 -216
  2996. package/templates/skills/knowledge/parallel-agents/SKILL.md +0 -447
  2997. package/templates/skills/knowledge/plan-writing/SKILL.md +0 -152
  2998. package/templates/skills/knowledge/systematic-debugging/SKILL.md +0 -109
  2999. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/requirements.txt +0 -0
  3000. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/ask_question.py +0 -0
  3001. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/auth_manager.py +0 -0
  3002. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/browser_utils.py +0 -0
  3003. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/cleanup_manager.py +0 -0
  3004. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/config.py +0 -0
  3005. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/notebook_manager.py +0 -0
  3006. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/run.py +0 -0
  3007. /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/setup_environment.py +0 -0
  3008. /package/templates/skills/{design-md → knowledge/frontend/design-md}/README.md +0 -0
  3009. /package/templates/skills/{design-md → knowledge/frontend/design-md}/SKILL.md +0 -0
  3010. /package/templates/skills/knowledge/{design-md → frontend/design-md/design-md}/README.md +0 -0
  3011. /package/templates/skills/knowledge/{design-md → frontend/design-md/design-md}/SKILL.md +0 -0
  3012. /package/templates/skills/{design-md → knowledge/frontend/design-md/design-md}/examples/DESIGN.md +0 -0
  3013. /package/templates/skills/knowledge/{design-md → frontend/design-md}/examples/DESIGN.md +0 -0
  3014. /package/templates/skills/knowledge/{react-components → frontend/react-components}/README.md +0 -0
  3015. /package/templates/skills/knowledge/{react-components → frontend/react-components}/SKILL.md +0 -0
  3016. /package/templates/skills/knowledge/{react-components → frontend/react-components}/examples/gold-standard-card.tsx +0 -0
  3017. /package/templates/skills/knowledge/{react-components → frontend/react-components}/package-lock.json +0 -0
  3018. /package/templates/skills/knowledge/{react-components → frontend/react-components}/package.json +0 -0
  3019. /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/README.md +0 -0
  3020. /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/SKILL.md +0 -0
  3021. /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/examples/gold-standard-card.tsx +0 -0
  3022. /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/package-lock.json +0 -0
  3023. /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/package.json +0 -0
  3024. /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/architecture-checklist.md +0 -0
  3025. /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/component-template.tsx +0 -0
  3026. /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/stitch-api-reference.md +0 -0
  3027. /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/style-guide.json +0 -0
  3028. /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/scripts/validate.js +0 -0
  3029. /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/architecture-checklist.md +0 -0
  3030. /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/component-template.tsx +0 -0
  3031. /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/stitch-api-reference.md +0 -0
  3032. /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/style-guide.json +0 -0
  3033. /package/templates/skills/{react-components → knowledge/frontend/react-components}/scripts/validate.js +0 -0
  3034. /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/README.md +0 -0
  3035. /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/SKILL.md +0 -0
  3036. /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/examples/SITE.md +0 -0
  3037. /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/examples/next-prompt.md +0 -0
  3038. /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/resources/baton-schema.md +0 -0
  3039. /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/resources/site-template.md +0 -0
  3040. /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/README.md +0 -0
  3041. /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/SKILL.md +0 -0
  3042. /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/examples/SITE.md +0 -0
  3043. /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/examples/next-prompt.md +0 -0
  3044. /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/resources/baton-schema.md +0 -0
  3045. /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/resources/site-template.md +0 -0
  3046. /package/templates/skills/knowledge/{plugin-discovery → workflow/plugin-discovery}/SKILL.md +0 -0
  3047. /package/templates/skills/knowledge/{plugin-discovery → workflow/plugin-discovery}/scripts/platform_setup.py +0 -0
  3048. /package/templates/skills/knowledge/{self-update → workflow/self-update}/SKILL.md +0 -0
  3049. /package/templates/skills/knowledge/{self-update → workflow/self-update}/scripts/update_kit.py +0 -0
@@ -0,0 +1,4439 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3
+ xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
4
+ xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
5
+ xmlns:xdr="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
6
+ xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
7
+ targetNamespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
8
+ elementFormDefault="qualified">
9
+ <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
10
+ schemaLocation="shared-relationshipReference.xsd"/>
11
+ <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
12
+ schemaLocation="shared-commonSimpleTypes.xsd"/>
13
+ <xsd:import
14
+ namespace="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
15
+ schemaLocation="dml-spreadsheetDrawing.xsd"/>
16
+ <xsd:complexType name="CT_AutoFilter">
17
+ <xsd:sequence>
18
+ <xsd:element name="filterColumn" minOccurs="0" maxOccurs="unbounded" type="CT_FilterColumn"/>
19
+ <xsd:element name="sortState" minOccurs="0" maxOccurs="1" type="CT_SortState"/>
20
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
21
+ </xsd:sequence>
22
+ <xsd:attribute name="ref" type="ST_Ref"/>
23
+ </xsd:complexType>
24
+ <xsd:complexType name="CT_FilterColumn">
25
+ <xsd:choice minOccurs="0" maxOccurs="1">
26
+ <xsd:element name="filters" type="CT_Filters" minOccurs="0" maxOccurs="1"/>
27
+ <xsd:element name="top10" type="CT_Top10" minOccurs="0" maxOccurs="1"/>
28
+ <xsd:element name="customFilters" type="CT_CustomFilters" minOccurs="0" maxOccurs="1"/>
29
+ <xsd:element name="dynamicFilter" type="CT_DynamicFilter" minOccurs="0" maxOccurs="1"/>
30
+ <xsd:element name="colorFilter" type="CT_ColorFilter" minOccurs="0" maxOccurs="1"/>
31
+ <xsd:element name="iconFilter" minOccurs="0" maxOccurs="1" type="CT_IconFilter"/>
32
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
33
+ </xsd:choice>
34
+ <xsd:attribute name="colId" type="xsd:unsignedInt" use="required"/>
35
+ <xsd:attribute name="hiddenButton" type="xsd:boolean" use="optional" default="false"/>
36
+ <xsd:attribute name="showButton" type="xsd:boolean" use="optional" default="true"/>
37
+ </xsd:complexType>
38
+ <xsd:complexType name="CT_Filters">
39
+ <xsd:sequence>
40
+ <xsd:element name="filter" type="CT_Filter" minOccurs="0" maxOccurs="unbounded"/>
41
+ <xsd:element name="dateGroupItem" type="CT_DateGroupItem" minOccurs="0" maxOccurs="unbounded"
42
+ />
43
+ </xsd:sequence>
44
+ <xsd:attribute name="blank" type="xsd:boolean" use="optional" default="false"/>
45
+ <xsd:attribute name="calendarType" type="s:ST_CalendarType" use="optional" default="none"/>
46
+ </xsd:complexType>
47
+ <xsd:complexType name="CT_Filter">
48
+ <xsd:attribute name="val" type="s:ST_Xstring"/>
49
+ </xsd:complexType>
50
+ <xsd:complexType name="CT_CustomFilters">
51
+ <xsd:sequence>
52
+ <xsd:element name="customFilter" type="CT_CustomFilter" minOccurs="1" maxOccurs="2"/>
53
+ </xsd:sequence>
54
+ <xsd:attribute name="and" type="xsd:boolean" use="optional" default="false"/>
55
+ </xsd:complexType>
56
+ <xsd:complexType name="CT_CustomFilter">
57
+ <xsd:attribute name="operator" type="ST_FilterOperator" default="equal" use="optional"/>
58
+ <xsd:attribute name="val" type="s:ST_Xstring"/>
59
+ </xsd:complexType>
60
+ <xsd:complexType name="CT_Top10">
61
+ <xsd:attribute name="top" type="xsd:boolean" use="optional" default="true"/>
62
+ <xsd:attribute name="percent" type="xsd:boolean" use="optional" default="false"/>
63
+ <xsd:attribute name="val" type="xsd:double" use="required"/>
64
+ <xsd:attribute name="filterVal" type="xsd:double" use="optional"/>
65
+ </xsd:complexType>
66
+ <xsd:complexType name="CT_ColorFilter">
67
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
68
+ <xsd:attribute name="cellColor" type="xsd:boolean" use="optional" default="true"/>
69
+ </xsd:complexType>
70
+ <xsd:complexType name="CT_IconFilter">
71
+ <xsd:attribute name="iconSet" type="ST_IconSetType" use="required"/>
72
+ <xsd:attribute name="iconId" type="xsd:unsignedInt" use="optional"/>
73
+ </xsd:complexType>
74
+ <xsd:simpleType name="ST_FilterOperator">
75
+ <xsd:restriction base="xsd:string">
76
+ <xsd:enumeration value="equal"/>
77
+ <xsd:enumeration value="lessThan"/>
78
+ <xsd:enumeration value="lessThanOrEqual"/>
79
+ <xsd:enumeration value="notEqual"/>
80
+ <xsd:enumeration value="greaterThanOrEqual"/>
81
+ <xsd:enumeration value="greaterThan"/>
82
+ </xsd:restriction>
83
+ </xsd:simpleType>
84
+ <xsd:complexType name="CT_DynamicFilter">
85
+ <xsd:attribute name="type" type="ST_DynamicFilterType" use="required"/>
86
+ <xsd:attribute name="val" type="xsd:double" use="optional"/>
87
+ <xsd:attribute name="valIso" type="xsd:dateTime" use="optional"/>
88
+ <xsd:attribute name="maxVal" type="xsd:double" use="optional"/>
89
+ <xsd:attribute name="maxValIso" type="xsd:dateTime" use="optional"/>
90
+ </xsd:complexType>
91
+ <xsd:simpleType name="ST_DynamicFilterType">
92
+ <xsd:restriction base="xsd:string">
93
+ <xsd:enumeration value="null"/>
94
+ <xsd:enumeration value="aboveAverage"/>
95
+ <xsd:enumeration value="belowAverage"/>
96
+ <xsd:enumeration value="tomorrow"/>
97
+ <xsd:enumeration value="today"/>
98
+ <xsd:enumeration value="yesterday"/>
99
+ <xsd:enumeration value="nextWeek"/>
100
+ <xsd:enumeration value="thisWeek"/>
101
+ <xsd:enumeration value="lastWeek"/>
102
+ <xsd:enumeration value="nextMonth"/>
103
+ <xsd:enumeration value="thisMonth"/>
104
+ <xsd:enumeration value="lastMonth"/>
105
+ <xsd:enumeration value="nextQuarter"/>
106
+ <xsd:enumeration value="thisQuarter"/>
107
+ <xsd:enumeration value="lastQuarter"/>
108
+ <xsd:enumeration value="nextYear"/>
109
+ <xsd:enumeration value="thisYear"/>
110
+ <xsd:enumeration value="lastYear"/>
111
+ <xsd:enumeration value="yearToDate"/>
112
+ <xsd:enumeration value="Q1"/>
113
+ <xsd:enumeration value="Q2"/>
114
+ <xsd:enumeration value="Q3"/>
115
+ <xsd:enumeration value="Q4"/>
116
+ <xsd:enumeration value="M1"/>
117
+ <xsd:enumeration value="M2"/>
118
+ <xsd:enumeration value="M3"/>
119
+ <xsd:enumeration value="M4"/>
120
+ <xsd:enumeration value="M5"/>
121
+ <xsd:enumeration value="M6"/>
122
+ <xsd:enumeration value="M7"/>
123
+ <xsd:enumeration value="M8"/>
124
+ <xsd:enumeration value="M9"/>
125
+ <xsd:enumeration value="M10"/>
126
+ <xsd:enumeration value="M11"/>
127
+ <xsd:enumeration value="M12"/>
128
+ </xsd:restriction>
129
+ </xsd:simpleType>
130
+ <xsd:simpleType name="ST_IconSetType">
131
+ <xsd:restriction base="xsd:string">
132
+ <xsd:enumeration value="3Arrows"/>
133
+ <xsd:enumeration value="3ArrowsGray"/>
134
+ <xsd:enumeration value="3Flags"/>
135
+ <xsd:enumeration value="3TrafficLights1"/>
136
+ <xsd:enumeration value="3TrafficLights2"/>
137
+ <xsd:enumeration value="3Signs"/>
138
+ <xsd:enumeration value="3Symbols"/>
139
+ <xsd:enumeration value="3Symbols2"/>
140
+ <xsd:enumeration value="4Arrows"/>
141
+ <xsd:enumeration value="4ArrowsGray"/>
142
+ <xsd:enumeration value="4RedToBlack"/>
143
+ <xsd:enumeration value="4Rating"/>
144
+ <xsd:enumeration value="4TrafficLights"/>
145
+ <xsd:enumeration value="5Arrows"/>
146
+ <xsd:enumeration value="5ArrowsGray"/>
147
+ <xsd:enumeration value="5Rating"/>
148
+ <xsd:enumeration value="5Quarters"/>
149
+ </xsd:restriction>
150
+ </xsd:simpleType>
151
+ <xsd:complexType name="CT_SortState">
152
+ <xsd:sequence>
153
+ <xsd:element name="sortCondition" minOccurs="0" maxOccurs="64" type="CT_SortCondition"/>
154
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
155
+ </xsd:sequence>
156
+ <xsd:attribute name="columnSort" type="xsd:boolean" use="optional" default="false"/>
157
+ <xsd:attribute name="caseSensitive" type="xsd:boolean" use="optional" default="false"/>
158
+ <xsd:attribute name="sortMethod" type="ST_SortMethod" use="optional" default="none"/>
159
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
160
+ </xsd:complexType>
161
+ <xsd:complexType name="CT_SortCondition">
162
+ <xsd:attribute name="descending" type="xsd:boolean" use="optional" default="false"/>
163
+ <xsd:attribute name="sortBy" type="ST_SortBy" use="optional" default="value"/>
164
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
165
+ <xsd:attribute name="customList" type="s:ST_Xstring" use="optional"/>
166
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
167
+ <xsd:attribute name="iconSet" type="ST_IconSetType" use="optional" default="3Arrows"/>
168
+ <xsd:attribute name="iconId" type="xsd:unsignedInt" use="optional"/>
169
+ </xsd:complexType>
170
+ <xsd:simpleType name="ST_SortBy">
171
+ <xsd:restriction base="xsd:string">
172
+ <xsd:enumeration value="value"/>
173
+ <xsd:enumeration value="cellColor"/>
174
+ <xsd:enumeration value="fontColor"/>
175
+ <xsd:enumeration value="icon"/>
176
+ </xsd:restriction>
177
+ </xsd:simpleType>
178
+ <xsd:simpleType name="ST_SortMethod">
179
+ <xsd:restriction base="xsd:string">
180
+ <xsd:enumeration value="stroke"/>
181
+ <xsd:enumeration value="pinYin"/>
182
+ <xsd:enumeration value="none"/>
183
+ </xsd:restriction>
184
+ </xsd:simpleType>
185
+ <xsd:complexType name="CT_DateGroupItem">
186
+ <xsd:attribute name="year" type="xsd:unsignedShort" use="required"/>
187
+ <xsd:attribute name="month" type="xsd:unsignedShort" use="optional"/>
188
+ <xsd:attribute name="day" type="xsd:unsignedShort" use="optional"/>
189
+ <xsd:attribute name="hour" type="xsd:unsignedShort" use="optional"/>
190
+ <xsd:attribute name="minute" type="xsd:unsignedShort" use="optional"/>
191
+ <xsd:attribute name="second" type="xsd:unsignedShort" use="optional"/>
192
+ <xsd:attribute name="dateTimeGrouping" type="ST_DateTimeGrouping" use="required"/>
193
+ </xsd:complexType>
194
+ <xsd:simpleType name="ST_DateTimeGrouping">
195
+ <xsd:restriction base="xsd:string">
196
+ <xsd:enumeration value="year"/>
197
+ <xsd:enumeration value="month"/>
198
+ <xsd:enumeration value="day"/>
199
+ <xsd:enumeration value="hour"/>
200
+ <xsd:enumeration value="minute"/>
201
+ <xsd:enumeration value="second"/>
202
+ </xsd:restriction>
203
+ </xsd:simpleType>
204
+ <xsd:simpleType name="ST_CellRef">
205
+ <xsd:restriction base="xsd:string"/>
206
+ </xsd:simpleType>
207
+ <xsd:simpleType name="ST_Ref">
208
+ <xsd:restriction base="xsd:string"/>
209
+ </xsd:simpleType>
210
+ <xsd:simpleType name="ST_RefA">
211
+ <xsd:restriction base="xsd:string"/>
212
+ </xsd:simpleType>
213
+ <xsd:simpleType name="ST_Sqref">
214
+ <xsd:list itemType="ST_Ref"/>
215
+ </xsd:simpleType>
216
+ <xsd:simpleType name="ST_Formula">
217
+ <xsd:restriction base="s:ST_Xstring"/>
218
+ </xsd:simpleType>
219
+ <xsd:simpleType name="ST_UnsignedIntHex">
220
+ <xsd:restriction base="xsd:hexBinary">
221
+ <xsd:length value="4"/>
222
+ </xsd:restriction>
223
+ </xsd:simpleType>
224
+ <xsd:simpleType name="ST_UnsignedShortHex">
225
+ <xsd:restriction base="xsd:hexBinary">
226
+ <xsd:length value="2"/>
227
+ </xsd:restriction>
228
+ </xsd:simpleType>
229
+ <xsd:complexType name="CT_XStringElement">
230
+ <xsd:attribute name="v" type="s:ST_Xstring" use="required"/>
231
+ </xsd:complexType>
232
+ <xsd:complexType name="CT_Extension">
233
+ <xsd:sequence>
234
+ <xsd:any processContents="lax"/>
235
+ </xsd:sequence>
236
+ <xsd:attribute name="uri" type="xsd:token"/>
237
+ </xsd:complexType>
238
+ <xsd:complexType name="CT_ObjectAnchor">
239
+ <xsd:sequence>
240
+ <xsd:element ref="xdr:from" minOccurs="1" maxOccurs="1"/>
241
+ <xsd:element ref="xdr:to" minOccurs="1" maxOccurs="1"/>
242
+ </xsd:sequence>
243
+ <xsd:attribute name="moveWithCells" type="xsd:boolean" use="optional" default="false"/>
244
+ <xsd:attribute name="sizeWithCells" type="xsd:boolean" use="optional" default="false"/>
245
+ </xsd:complexType>
246
+ <xsd:group name="EG_ExtensionList">
247
+ <xsd:sequence>
248
+ <xsd:element name="ext" type="CT_Extension" minOccurs="0" maxOccurs="unbounded"/>
249
+ </xsd:sequence>
250
+ </xsd:group>
251
+ <xsd:complexType name="CT_ExtensionList">
252
+ <xsd:sequence>
253
+ <xsd:group ref="EG_ExtensionList" minOccurs="0"/>
254
+ </xsd:sequence>
255
+ </xsd:complexType>
256
+ <xsd:element name="calcChain" type="CT_CalcChain"/>
257
+ <xsd:complexType name="CT_CalcChain">
258
+ <xsd:sequence>
259
+ <xsd:element name="c" type="CT_CalcCell" minOccurs="1" maxOccurs="unbounded"/>
260
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
261
+ </xsd:sequence>
262
+ </xsd:complexType>
263
+ <xsd:complexType name="CT_CalcCell">
264
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
265
+ <xsd:attribute name="ref" type="ST_CellRef" use="optional"/>
266
+ <xsd:attribute name="i" type="xsd:int" use="optional" default="0"/>
267
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
268
+ <xsd:attribute name="l" type="xsd:boolean" use="optional" default="false"/>
269
+ <xsd:attribute name="t" type="xsd:boolean" use="optional" default="false"/>
270
+ <xsd:attribute name="a" type="xsd:boolean" use="optional" default="false"/>
271
+ </xsd:complexType>
272
+ <xsd:element name="comments" type="CT_Comments"/>
273
+ <xsd:complexType name="CT_Comments">
274
+ <xsd:sequence>
275
+ <xsd:element name="authors" type="CT_Authors" minOccurs="1" maxOccurs="1"/>
276
+ <xsd:element name="commentList" type="CT_CommentList" minOccurs="1" maxOccurs="1"/>
277
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
278
+ </xsd:sequence>
279
+ </xsd:complexType>
280
+ <xsd:complexType name="CT_Authors">
281
+ <xsd:sequence>
282
+ <xsd:element name="author" type="s:ST_Xstring" minOccurs="0" maxOccurs="unbounded"/>
283
+ </xsd:sequence>
284
+ </xsd:complexType>
285
+ <xsd:complexType name="CT_CommentList">
286
+ <xsd:sequence>
287
+ <xsd:element name="comment" type="CT_Comment" minOccurs="0" maxOccurs="unbounded"/>
288
+ </xsd:sequence>
289
+ </xsd:complexType>
290
+ <xsd:complexType name="CT_Comment">
291
+ <xsd:sequence>
292
+ <xsd:element name="text" type="CT_Rst" minOccurs="1" maxOccurs="1"/>
293
+ <xsd:element name="commentPr" type="CT_CommentPr" minOccurs="0" maxOccurs="1"/>
294
+ </xsd:sequence>
295
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
296
+ <xsd:attribute name="authorId" type="xsd:unsignedInt" use="required"/>
297
+ <xsd:attribute name="guid" type="s:ST_Guid" use="optional"/>
298
+ <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="optional"/>
299
+ </xsd:complexType>
300
+ <xsd:complexType name="CT_CommentPr">
301
+ <xsd:sequence>
302
+ <xsd:element name="anchor" type="CT_ObjectAnchor" minOccurs="1" maxOccurs="1"/>
303
+ </xsd:sequence>
304
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="true"/>
305
+ <xsd:attribute name="defaultSize" type="xsd:boolean" use="optional" default="true"/>
306
+ <xsd:attribute name="print" type="xsd:boolean" use="optional" default="true"/>
307
+ <xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false"/>
308
+ <xsd:attribute name="autoFill" type="xsd:boolean" use="optional" default="true"/>
309
+ <xsd:attribute name="autoLine" type="xsd:boolean" use="optional" default="true"/>
310
+ <xsd:attribute name="altText" type="s:ST_Xstring" use="optional"/>
311
+ <xsd:attribute name="textHAlign" type="ST_TextHAlign" use="optional" default="left"/>
312
+ <xsd:attribute name="textVAlign" type="ST_TextVAlign" use="optional" default="top"/>
313
+ <xsd:attribute name="lockText" type="xsd:boolean" use="optional" default="true"/>
314
+ <xsd:attribute name="justLastX" type="xsd:boolean" use="optional" default="false"/>
315
+ <xsd:attribute name="autoScale" type="xsd:boolean" use="optional" default="false"/>
316
+ </xsd:complexType>
317
+ <xsd:simpleType name="ST_TextHAlign">
318
+ <xsd:restriction base="xsd:string">
319
+ <xsd:enumeration value="left"/>
320
+ <xsd:enumeration value="center"/>
321
+ <xsd:enumeration value="right"/>
322
+ <xsd:enumeration value="justify"/>
323
+ <xsd:enumeration value="distributed"/>
324
+ </xsd:restriction>
325
+ </xsd:simpleType>
326
+ <xsd:simpleType name="ST_TextVAlign">
327
+ <xsd:restriction base="xsd:string">
328
+ <xsd:enumeration value="top"/>
329
+ <xsd:enumeration value="center"/>
330
+ <xsd:enumeration value="bottom"/>
331
+ <xsd:enumeration value="justify"/>
332
+ <xsd:enumeration value="distributed"/>
333
+ </xsd:restriction>
334
+ </xsd:simpleType>
335
+ <xsd:element name="MapInfo" type="CT_MapInfo"/>
336
+ <xsd:complexType name="CT_MapInfo">
337
+ <xsd:sequence>
338
+ <xsd:element name="Schema" type="CT_Schema" minOccurs="1" maxOccurs="unbounded"/>
339
+ <xsd:element name="Map" type="CT_Map" minOccurs="1" maxOccurs="unbounded"/>
340
+ </xsd:sequence>
341
+ <xsd:attribute name="SelectionNamespaces" type="xsd:string" use="required"/>
342
+ </xsd:complexType>
343
+ <xsd:complexType name="CT_Schema" mixed="true">
344
+ <xsd:sequence>
345
+ <xsd:any/>
346
+ </xsd:sequence>
347
+ <xsd:attribute name="ID" type="xsd:string" use="required"/>
348
+ <xsd:attribute name="SchemaRef" type="xsd:string" use="optional"/>
349
+ <xsd:attribute name="Namespace" type="xsd:string" use="optional"/>
350
+ <xsd:attribute name="SchemaLanguage" type="xsd:token" use="optional"/>
351
+ </xsd:complexType>
352
+ <xsd:complexType name="CT_Map">
353
+ <xsd:sequence>
354
+ <xsd:element name="DataBinding" type="CT_DataBinding" minOccurs="0" maxOccurs="1"/>
355
+ </xsd:sequence>
356
+ <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
357
+ <xsd:attribute name="Name" type="xsd:string" use="required"/>
358
+ <xsd:attribute name="RootElement" type="xsd:string" use="required"/>
359
+ <xsd:attribute name="SchemaID" type="xsd:string" use="required"/>
360
+ <xsd:attribute name="ShowImportExportValidationErrors" type="xsd:boolean" use="required"/>
361
+ <xsd:attribute name="AutoFit" type="xsd:boolean" use="required"/>
362
+ <xsd:attribute name="Append" type="xsd:boolean" use="required"/>
363
+ <xsd:attribute name="PreserveSortAFLayout" type="xsd:boolean" use="required"/>
364
+ <xsd:attribute name="PreserveFormat" type="xsd:boolean" use="required"/>
365
+ </xsd:complexType>
366
+ <xsd:complexType name="CT_DataBinding">
367
+ <xsd:sequence>
368
+ <xsd:any/>
369
+ </xsd:sequence>
370
+ <xsd:attribute name="DataBindingName" type="xsd:string" use="optional"/>
371
+ <xsd:attribute name="FileBinding" type="xsd:boolean" use="optional"/>
372
+ <xsd:attribute name="ConnectionID" type="xsd:unsignedInt" use="optional"/>
373
+ <xsd:attribute name="FileBindingName" type="xsd:string" use="optional"/>
374
+ <xsd:attribute name="DataBindingLoadMode" type="xsd:unsignedInt" use="required"/>
375
+ </xsd:complexType>
376
+ <xsd:element name="connections" type="CT_Connections"/>
377
+ <xsd:complexType name="CT_Connections">
378
+ <xsd:sequence>
379
+ <xsd:element name="connection" minOccurs="1" maxOccurs="unbounded" type="CT_Connection"/>
380
+ </xsd:sequence>
381
+ </xsd:complexType>
382
+ <xsd:complexType name="CT_Connection">
383
+ <xsd:sequence>
384
+ <xsd:element name="dbPr" minOccurs="0" maxOccurs="1" type="CT_DbPr"/>
385
+ <xsd:element name="olapPr" minOccurs="0" maxOccurs="1" type="CT_OlapPr"/>
386
+ <xsd:element name="webPr" minOccurs="0" maxOccurs="1" type="CT_WebPr"/>
387
+ <xsd:element name="textPr" minOccurs="0" maxOccurs="1" type="CT_TextPr"/>
388
+ <xsd:element name="parameters" minOccurs="0" maxOccurs="1" type="CT_Parameters"/>
389
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
390
+ </xsd:sequence>
391
+ <xsd:attribute name="id" use="required" type="xsd:unsignedInt"/>
392
+ <xsd:attribute name="sourceFile" use="optional" type="s:ST_Xstring"/>
393
+ <xsd:attribute name="odcFile" use="optional" type="s:ST_Xstring"/>
394
+ <xsd:attribute name="keepAlive" use="optional" type="xsd:boolean" default="false"/>
395
+ <xsd:attribute name="interval" use="optional" type="xsd:unsignedInt" default="0"/>
396
+ <xsd:attribute name="name" use="optional" type="s:ST_Xstring"/>
397
+ <xsd:attribute name="description" use="optional" type="s:ST_Xstring"/>
398
+ <xsd:attribute name="type" use="optional" type="xsd:unsignedInt"/>
399
+ <xsd:attribute name="reconnectionMethod" use="optional" type="xsd:unsignedInt" default="1"/>
400
+ <xsd:attribute name="refreshedVersion" use="required" type="xsd:unsignedByte"/>
401
+ <xsd:attribute name="minRefreshableVersion" use="optional" type="xsd:unsignedByte" default="0"/>
402
+ <xsd:attribute name="savePassword" use="optional" type="xsd:boolean" default="false"/>
403
+ <xsd:attribute name="new" use="optional" type="xsd:boolean" default="false"/>
404
+ <xsd:attribute name="deleted" use="optional" type="xsd:boolean" default="false"/>
405
+ <xsd:attribute name="onlyUseConnectionFile" use="optional" type="xsd:boolean" default="false"/>
406
+ <xsd:attribute name="background" use="optional" type="xsd:boolean" default="false"/>
407
+ <xsd:attribute name="refreshOnLoad" use="optional" type="xsd:boolean" default="false"/>
408
+ <xsd:attribute name="saveData" use="optional" type="xsd:boolean" default="false"/>
409
+ <xsd:attribute name="credentials" use="optional" type="ST_CredMethod" default="integrated"/>
410
+ <xsd:attribute name="singleSignOnId" use="optional" type="s:ST_Xstring"/>
411
+ </xsd:complexType>
412
+ <xsd:simpleType name="ST_CredMethod">
413
+ <xsd:restriction base="xsd:string">
414
+ <xsd:enumeration value="integrated"/>
415
+ <xsd:enumeration value="none"/>
416
+ <xsd:enumeration value="stored"/>
417
+ <xsd:enumeration value="prompt"/>
418
+ </xsd:restriction>
419
+ </xsd:simpleType>
420
+ <xsd:complexType name="CT_DbPr">
421
+ <xsd:attribute name="connection" use="required" type="s:ST_Xstring"/>
422
+ <xsd:attribute name="command" use="optional" type="s:ST_Xstring"/>
423
+ <xsd:attribute name="serverCommand" use="optional" type="s:ST_Xstring"/>
424
+ <xsd:attribute name="commandType" use="optional" type="xsd:unsignedInt" default="2"/>
425
+ </xsd:complexType>
426
+ <xsd:complexType name="CT_OlapPr">
427
+ <xsd:attribute name="local" use="optional" type="xsd:boolean" default="false"/>
428
+ <xsd:attribute name="localConnection" use="optional" type="s:ST_Xstring"/>
429
+ <xsd:attribute name="localRefresh" use="optional" type="xsd:boolean" default="true"/>
430
+ <xsd:attribute name="sendLocale" use="optional" type="xsd:boolean" default="false"/>
431
+ <xsd:attribute name="rowDrillCount" use="optional" type="xsd:unsignedInt"/>
432
+ <xsd:attribute name="serverFill" use="optional" type="xsd:boolean" default="true"/>
433
+ <xsd:attribute name="serverNumberFormat" use="optional" type="xsd:boolean" default="true"/>
434
+ <xsd:attribute name="serverFont" use="optional" type="xsd:boolean" default="true"/>
435
+ <xsd:attribute name="serverFontColor" use="optional" type="xsd:boolean" default="true"/>
436
+ </xsd:complexType>
437
+ <xsd:complexType name="CT_WebPr">
438
+ <xsd:sequence>
439
+ <xsd:element name="tables" minOccurs="0" maxOccurs="1" type="CT_Tables"/>
440
+ </xsd:sequence>
441
+ <xsd:attribute name="xml" use="optional" type="xsd:boolean" default="false"/>
442
+ <xsd:attribute name="sourceData" use="optional" type="xsd:boolean" default="false"/>
443
+ <xsd:attribute name="parsePre" use="optional" type="xsd:boolean" default="false"/>
444
+ <xsd:attribute name="consecutive" use="optional" type="xsd:boolean" default="false"/>
445
+ <xsd:attribute name="firstRow" use="optional" type="xsd:boolean" default="false"/>
446
+ <xsd:attribute name="xl97" use="optional" type="xsd:boolean" default="false"/>
447
+ <xsd:attribute name="textDates" use="optional" type="xsd:boolean" default="false"/>
448
+ <xsd:attribute name="xl2000" use="optional" type="xsd:boolean" default="false"/>
449
+ <xsd:attribute name="url" use="optional" type="s:ST_Xstring"/>
450
+ <xsd:attribute name="post" use="optional" type="s:ST_Xstring"/>
451
+ <xsd:attribute name="htmlTables" use="optional" type="xsd:boolean" default="false"/>
452
+ <xsd:attribute name="htmlFormat" use="optional" type="ST_HtmlFmt" default="none"/>
453
+ <xsd:attribute name="editPage" use="optional" type="s:ST_Xstring"/>
454
+ </xsd:complexType>
455
+ <xsd:simpleType name="ST_HtmlFmt">
456
+ <xsd:restriction base="xsd:string">
457
+ <xsd:enumeration value="none"/>
458
+ <xsd:enumeration value="rtf"/>
459
+ <xsd:enumeration value="all"/>
460
+ </xsd:restriction>
461
+ </xsd:simpleType>
462
+ <xsd:complexType name="CT_Parameters">
463
+ <xsd:sequence>
464
+ <xsd:element name="parameter" minOccurs="1" maxOccurs="unbounded" type="CT_Parameter"/>
465
+ </xsd:sequence>
466
+ <xsd:attribute name="count" use="optional" type="xsd:unsignedInt"/>
467
+ </xsd:complexType>
468
+ <xsd:complexType name="CT_Parameter">
469
+ <xsd:attribute name="name" use="optional" type="s:ST_Xstring"/>
470
+ <xsd:attribute name="sqlType" use="optional" type="xsd:int" default="0"/>
471
+ <xsd:attribute name="parameterType" use="optional" type="ST_ParameterType" default="prompt"/>
472
+ <xsd:attribute name="refreshOnChange" use="optional" type="xsd:boolean" default="false"/>
473
+ <xsd:attribute name="prompt" use="optional" type="s:ST_Xstring"/>
474
+ <xsd:attribute name="boolean" use="optional" type="xsd:boolean"/>
475
+ <xsd:attribute name="double" use="optional" type="xsd:double"/>
476
+ <xsd:attribute name="integer" use="optional" type="xsd:int"/>
477
+ <xsd:attribute name="string" use="optional" type="s:ST_Xstring"/>
478
+ <xsd:attribute name="cell" use="optional" type="s:ST_Xstring"/>
479
+ </xsd:complexType>
480
+ <xsd:simpleType name="ST_ParameterType">
481
+ <xsd:restriction base="xsd:string">
482
+ <xsd:enumeration value="prompt"/>
483
+ <xsd:enumeration value="value"/>
484
+ <xsd:enumeration value="cell"/>
485
+ </xsd:restriction>
486
+ </xsd:simpleType>
487
+ <xsd:complexType name="CT_Tables">
488
+ <xsd:choice minOccurs="1" maxOccurs="unbounded">
489
+ <xsd:element name="m" type="CT_TableMissing"/>
490
+ <xsd:element name="s" type="CT_XStringElement"/>
491
+ <xsd:element name="x" type="CT_Index"/>
492
+ </xsd:choice>
493
+ <xsd:attribute name="count" use="optional" type="xsd:unsignedInt"/>
494
+ </xsd:complexType>
495
+ <xsd:complexType name="CT_TableMissing"/>
496
+ <xsd:complexType name="CT_TextPr">
497
+ <xsd:sequence>
498
+ <xsd:element name="textFields" minOccurs="0" maxOccurs="1" type="CT_TextFields"/>
499
+ </xsd:sequence>
500
+ <xsd:attribute name="prompt" use="optional" type="xsd:boolean" default="true"/>
501
+ <xsd:attribute name="fileType" use="optional" type="ST_FileType" default="win"/>
502
+ <xsd:attribute name="codePage" use="optional" type="xsd:unsignedInt" default="1252"/>
503
+ <xsd:attribute name="characterSet" use="optional" type="xsd:string"/>
504
+ <xsd:attribute name="firstRow" use="optional" type="xsd:unsignedInt" default="1"/>
505
+ <xsd:attribute name="sourceFile" use="optional" type="s:ST_Xstring" default=""/>
506
+ <xsd:attribute name="delimited" use="optional" type="xsd:boolean" default="true"/>
507
+ <xsd:attribute name="decimal" use="optional" type="s:ST_Xstring" default="."/>
508
+ <xsd:attribute name="thousands" use="optional" type="s:ST_Xstring" default=","/>
509
+ <xsd:attribute name="tab" use="optional" type="xsd:boolean" default="true"/>
510
+ <xsd:attribute name="space" use="optional" type="xsd:boolean" default="false"/>
511
+ <xsd:attribute name="comma" use="optional" type="xsd:boolean" default="false"/>
512
+ <xsd:attribute name="semicolon" use="optional" type="xsd:boolean" default="false"/>
513
+ <xsd:attribute name="consecutive" use="optional" type="xsd:boolean" default="false"/>
514
+ <xsd:attribute name="qualifier" use="optional" type="ST_Qualifier" default="doubleQuote"/>
515
+ <xsd:attribute name="delimiter" use="optional" type="s:ST_Xstring"/>
516
+ </xsd:complexType>
517
+ <xsd:simpleType name="ST_FileType">
518
+ <xsd:restriction base="xsd:string">
519
+ <xsd:enumeration value="mac"/>
520
+ <xsd:enumeration value="win"/>
521
+ <xsd:enumeration value="dos"/>
522
+ <xsd:enumeration value="lin"/>
523
+ <xsd:enumeration value="other"/>
524
+ </xsd:restriction>
525
+ </xsd:simpleType>
526
+ <xsd:simpleType name="ST_Qualifier">
527
+ <xsd:restriction base="xsd:string">
528
+ <xsd:enumeration value="doubleQuote"/>
529
+ <xsd:enumeration value="singleQuote"/>
530
+ <xsd:enumeration value="none"/>
531
+ </xsd:restriction>
532
+ </xsd:simpleType>
533
+ <xsd:complexType name="CT_TextFields">
534
+ <xsd:sequence>
535
+ <xsd:element name="textField" minOccurs="1" maxOccurs="unbounded" type="CT_TextField"/>
536
+ </xsd:sequence>
537
+ <xsd:attribute name="count" use="optional" type="xsd:unsignedInt" default="1"/>
538
+ </xsd:complexType>
539
+ <xsd:complexType name="CT_TextField">
540
+ <xsd:attribute name="type" use="optional" type="ST_ExternalConnectionType" default="general"/>
541
+ <xsd:attribute name="position" use="optional" type="xsd:unsignedInt" default="0"/>
542
+ </xsd:complexType>
543
+ <xsd:simpleType name="ST_ExternalConnectionType">
544
+ <xsd:restriction base="xsd:string">
545
+ <xsd:enumeration value="general"/>
546
+ <xsd:enumeration value="text"/>
547
+ <xsd:enumeration value="MDY"/>
548
+ <xsd:enumeration value="DMY"/>
549
+ <xsd:enumeration value="YMD"/>
550
+ <xsd:enumeration value="MYD"/>
551
+ <xsd:enumeration value="DYM"/>
552
+ <xsd:enumeration value="YDM"/>
553
+ <xsd:enumeration value="skip"/>
554
+ <xsd:enumeration value="EMD"/>
555
+ </xsd:restriction>
556
+ </xsd:simpleType>
557
+ <xsd:element name="pivotCacheDefinition" type="CT_PivotCacheDefinition"/>
558
+ <xsd:element name="pivotCacheRecords" type="CT_PivotCacheRecords"/>
559
+ <xsd:element name="pivotTableDefinition" type="CT_pivotTableDefinition"/>
560
+ <xsd:complexType name="CT_PivotCacheDefinition">
561
+ <xsd:sequence>
562
+ <xsd:element name="cacheSource" type="CT_CacheSource" minOccurs="1" maxOccurs="1"/>
563
+ <xsd:element name="cacheFields" type="CT_CacheFields" minOccurs="1" maxOccurs="1"/>
564
+ <xsd:element name="cacheHierarchies" minOccurs="0" type="CT_CacheHierarchies"/>
565
+ <xsd:element name="kpis" minOccurs="0" type="CT_PCDKPIs"/>
566
+ <xsd:element name="tupleCache" minOccurs="0" type="CT_TupleCache"/>
567
+ <xsd:element name="calculatedItems" minOccurs="0" type="CT_CalculatedItems"/>
568
+ <xsd:element name="calculatedMembers" type="CT_CalculatedMembers" minOccurs="0"/>
569
+ <xsd:element name="dimensions" type="CT_Dimensions" minOccurs="0"/>
570
+ <xsd:element name="measureGroups" type="CT_MeasureGroups" minOccurs="0"/>
571
+ <xsd:element name="maps" type="CT_MeasureDimensionMaps" minOccurs="0"/>
572
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
573
+ </xsd:sequence>
574
+ <xsd:attribute ref="r:id" use="optional"/>
575
+ <xsd:attribute name="invalid" type="xsd:boolean" use="optional" default="false"/>
576
+ <xsd:attribute name="saveData" type="xsd:boolean" use="optional" default="true"/>
577
+ <xsd:attribute name="refreshOnLoad" type="xsd:boolean" use="optional" default="false"/>
578
+ <xsd:attribute name="optimizeMemory" type="xsd:boolean" use="optional" default="false"/>
579
+ <xsd:attribute name="enableRefresh" type="xsd:boolean" use="optional" default="true"/>
580
+ <xsd:attribute name="refreshedBy" type="s:ST_Xstring" use="optional"/>
581
+ <xsd:attribute name="refreshedDate" type="xsd:double" use="optional"/>
582
+ <xsd:attribute name="refreshedDateIso" type="xsd:dateTime" use="optional"/>
583
+ <xsd:attribute name="backgroundQuery" type="xsd:boolean" default="false"/>
584
+ <xsd:attribute name="missingItemsLimit" type="xsd:unsignedInt" use="optional"/>
585
+ <xsd:attribute name="createdVersion" type="xsd:unsignedByte" use="optional" default="0"/>
586
+ <xsd:attribute name="refreshedVersion" type="xsd:unsignedByte" use="optional" default="0"/>
587
+ <xsd:attribute name="minRefreshableVersion" type="xsd:unsignedByte" use="optional" default="0"/>
588
+ <xsd:attribute name="recordCount" type="xsd:unsignedInt" use="optional"/>
589
+ <xsd:attribute name="upgradeOnRefresh" type="xsd:boolean" use="optional" default="false"/>
590
+ <xsd:attribute name="tupleCache" type="xsd:boolean" use="optional" default="false"/>
591
+ <xsd:attribute name="supportSubquery" type="xsd:boolean" use="optional" default="false"/>
592
+ <xsd:attribute name="supportAdvancedDrill" type="xsd:boolean" use="optional" default="false"/>
593
+ </xsd:complexType>
594
+ <xsd:complexType name="CT_CacheFields">
595
+ <xsd:sequence>
596
+ <xsd:element name="cacheField" type="CT_CacheField" minOccurs="0" maxOccurs="unbounded"/>
597
+ </xsd:sequence>
598
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
599
+ </xsd:complexType>
600
+ <xsd:complexType name="CT_CacheField">
601
+ <xsd:sequence>
602
+ <xsd:element name="sharedItems" type="CT_SharedItems" minOccurs="0" maxOccurs="1"/>
603
+ <xsd:element name="fieldGroup" minOccurs="0" type="CT_FieldGroup"/>
604
+ <xsd:element name="mpMap" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
605
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
606
+ </xsd:sequence>
607
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
608
+ <xsd:attribute name="caption" type="s:ST_Xstring" use="optional"/>
609
+ <xsd:attribute name="propertyName" type="s:ST_Xstring" use="optional"/>
610
+ <xsd:attribute name="serverField" type="xsd:boolean" use="optional" default="false"/>
611
+ <xsd:attribute name="uniqueList" type="xsd:boolean" use="optional" default="true"/>
612
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
613
+ <xsd:attribute name="formula" type="s:ST_Xstring" use="optional"/>
614
+ <xsd:attribute name="sqlType" type="xsd:int" use="optional" default="0"/>
615
+ <xsd:attribute name="hierarchy" type="xsd:int" use="optional" default="0"/>
616
+ <xsd:attribute name="level" type="xsd:unsignedInt" use="optional" default="0"/>
617
+ <xsd:attribute name="databaseField" type="xsd:boolean" default="true"/>
618
+ <xsd:attribute name="mappingCount" type="xsd:unsignedInt" use="optional"/>
619
+ <xsd:attribute name="memberPropertyField" type="xsd:boolean" use="optional" default="false"/>
620
+ </xsd:complexType>
621
+ <xsd:complexType name="CT_CacheSource">
622
+ <xsd:choice minOccurs="0" maxOccurs="1">
623
+ <xsd:element name="worksheetSource" type="CT_WorksheetSource" minOccurs="1" maxOccurs="1"/>
624
+ <xsd:element name="consolidation" type="CT_Consolidation" minOccurs="1" maxOccurs="1"/>
625
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0"/>
626
+ </xsd:choice>
627
+ <xsd:attribute name="type" type="ST_SourceType" use="required"/>
628
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" default="0" use="optional"/>
629
+ </xsd:complexType>
630
+ <xsd:simpleType name="ST_SourceType">
631
+ <xsd:restriction base="xsd:string">
632
+ <xsd:enumeration value="worksheet"/>
633
+ <xsd:enumeration value="external"/>
634
+ <xsd:enumeration value="consolidation"/>
635
+ <xsd:enumeration value="scenario"/>
636
+ </xsd:restriction>
637
+ </xsd:simpleType>
638
+ <xsd:complexType name="CT_WorksheetSource">
639
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
640
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
641
+ <xsd:attribute name="sheet" type="s:ST_Xstring" use="optional"/>
642
+ <xsd:attribute ref="r:id" use="optional"/>
643
+ </xsd:complexType>
644
+ <xsd:complexType name="CT_Consolidation">
645
+ <xsd:sequence>
646
+ <xsd:element name="pages" type="CT_Pages" minOccurs="0" maxOccurs="1"/>
647
+ <xsd:element name="rangeSets" type="CT_RangeSets" minOccurs="1" maxOccurs="1"/>
648
+ </xsd:sequence>
649
+ <xsd:attribute name="autoPage" type="xsd:boolean" default="true" use="optional"/>
650
+ </xsd:complexType>
651
+ <xsd:complexType name="CT_Pages">
652
+ <xsd:sequence>
653
+ <xsd:element name="page" type="CT_PCDSCPage" minOccurs="1" maxOccurs="4"/>
654
+ </xsd:sequence>
655
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
656
+ </xsd:complexType>
657
+ <xsd:complexType name="CT_PCDSCPage">
658
+ <xsd:sequence>
659
+ <xsd:element name="pageItem" type="CT_PageItem" minOccurs="0" maxOccurs="unbounded"/>
660
+ </xsd:sequence>
661
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
662
+ </xsd:complexType>
663
+ <xsd:complexType name="CT_PageItem">
664
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
665
+ </xsd:complexType>
666
+ <xsd:complexType name="CT_RangeSets">
667
+ <xsd:sequence>
668
+ <xsd:element name="rangeSet" type="CT_RangeSet" minOccurs="1" maxOccurs="unbounded"/>
669
+ </xsd:sequence>
670
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
671
+ </xsd:complexType>
672
+ <xsd:complexType name="CT_RangeSet">
673
+ <xsd:attribute name="i1" type="xsd:unsignedInt" use="optional"/>
674
+ <xsd:attribute name="i2" type="xsd:unsignedInt" use="optional"/>
675
+ <xsd:attribute name="i3" type="xsd:unsignedInt" use="optional"/>
676
+ <xsd:attribute name="i4" type="xsd:unsignedInt" use="optional"/>
677
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
678
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
679
+ <xsd:attribute name="sheet" type="s:ST_Xstring" use="optional"/>
680
+ <xsd:attribute ref="r:id" use="optional"/>
681
+ </xsd:complexType>
682
+ <xsd:complexType name="CT_SharedItems">
683
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
684
+ <xsd:element name="m" type="CT_Missing" minOccurs="1" maxOccurs="1"/>
685
+ <xsd:element name="n" type="CT_Number" minOccurs="1" maxOccurs="1"/>
686
+ <xsd:element name="b" type="CT_Boolean" minOccurs="1" maxOccurs="1"/>
687
+ <xsd:element name="e" type="CT_Error" minOccurs="1" maxOccurs="1"/>
688
+ <xsd:element name="s" type="CT_String" minOccurs="1" maxOccurs="1"/>
689
+ <xsd:element name="d" type="CT_DateTime" minOccurs="1" maxOccurs="1"/>
690
+ </xsd:choice>
691
+ <xsd:attribute name="containsSemiMixedTypes" type="xsd:boolean" use="optional" default="true"/>
692
+ <xsd:attribute name="containsNonDate" type="xsd:boolean" use="optional" default="true"/>
693
+ <xsd:attribute name="containsDate" type="xsd:boolean" use="optional" default="false"/>
694
+ <xsd:attribute name="containsString" type="xsd:boolean" use="optional" default="true"/>
695
+ <xsd:attribute name="containsBlank" type="xsd:boolean" use="optional" default="false"/>
696
+ <xsd:attribute name="containsMixedTypes" type="xsd:boolean" use="optional" default="false"/>
697
+ <xsd:attribute name="containsNumber" type="xsd:boolean" use="optional" default="false"/>
698
+ <xsd:attribute name="containsInteger" type="xsd:boolean" use="optional" default="false"/>
699
+ <xsd:attribute name="minValue" type="xsd:double" use="optional"/>
700
+ <xsd:attribute name="maxValue" type="xsd:double" use="optional"/>
701
+ <xsd:attribute name="minDate" type="xsd:dateTime" use="optional"/>
702
+ <xsd:attribute name="maxDate" type="xsd:dateTime" use="optional"/>
703
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
704
+ <xsd:attribute name="longText" type="xsd:boolean" use="optional" default="false"/>
705
+ </xsd:complexType>
706
+ <xsd:complexType name="CT_Missing">
707
+ <xsd:sequence>
708
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
709
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
710
+ </xsd:sequence>
711
+ <xsd:attribute name="u" type="xsd:boolean"/>
712
+ <xsd:attribute name="f" type="xsd:boolean"/>
713
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
714
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
715
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
716
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
717
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
718
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
719
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
720
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
721
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
722
+ </xsd:complexType>
723
+ <xsd:complexType name="CT_Number">
724
+ <xsd:sequence>
725
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
726
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
727
+ </xsd:sequence>
728
+ <xsd:attribute name="v" use="required" type="xsd:double"/>
729
+ <xsd:attribute name="u" type="xsd:boolean"/>
730
+ <xsd:attribute name="f" type="xsd:boolean"/>
731
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
732
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
733
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
734
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
735
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
736
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
737
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
738
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
739
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
740
+ </xsd:complexType>
741
+ <xsd:complexType name="CT_Boolean">
742
+ <xsd:sequence>
743
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
744
+ </xsd:sequence>
745
+ <xsd:attribute name="v" use="required" type="xsd:boolean"/>
746
+ <xsd:attribute name="u" type="xsd:boolean"/>
747
+ <xsd:attribute name="f" type="xsd:boolean"/>
748
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
749
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
750
+ </xsd:complexType>
751
+ <xsd:complexType name="CT_Error">
752
+ <xsd:sequence>
753
+ <xsd:element name="tpls" minOccurs="0" type="CT_Tuples"/>
754
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
755
+ </xsd:sequence>
756
+ <xsd:attribute name="v" use="required" type="s:ST_Xstring"/>
757
+ <xsd:attribute name="u" type="xsd:boolean"/>
758
+ <xsd:attribute name="f" type="xsd:boolean"/>
759
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
760
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
761
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
762
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
763
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
764
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
765
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
766
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
767
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
768
+ </xsd:complexType>
769
+ <xsd:complexType name="CT_String">
770
+ <xsd:sequence>
771
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
772
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
773
+ </xsd:sequence>
774
+ <xsd:attribute name="v" use="required" type="s:ST_Xstring"/>
775
+ <xsd:attribute name="u" type="xsd:boolean"/>
776
+ <xsd:attribute name="f" type="xsd:boolean"/>
777
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
778
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
779
+ <xsd:attribute name="in" type="xsd:unsignedInt" use="optional"/>
780
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
781
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
782
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
783
+ <xsd:attribute name="un" type="xsd:boolean" use="optional" default="false"/>
784
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
785
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
786
+ </xsd:complexType>
787
+ <xsd:complexType name="CT_DateTime">
788
+ <xsd:sequence>
789
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
790
+ </xsd:sequence>
791
+ <xsd:attribute name="v" use="required" type="xsd:dateTime"/>
792
+ <xsd:attribute name="u" type="xsd:boolean"/>
793
+ <xsd:attribute name="f" type="xsd:boolean"/>
794
+ <xsd:attribute name="c" type="s:ST_Xstring"/>
795
+ <xsd:attribute name="cp" type="xsd:unsignedInt"/>
796
+ </xsd:complexType>
797
+ <xsd:complexType name="CT_FieldGroup">
798
+ <xsd:sequence>
799
+ <xsd:element name="rangePr" minOccurs="0" type="CT_RangePr"/>
800
+ <xsd:element name="discretePr" minOccurs="0" type="CT_DiscretePr"/>
801
+ <xsd:element name="groupItems" minOccurs="0" type="CT_GroupItems"/>
802
+ </xsd:sequence>
803
+ <xsd:attribute name="par" type="xsd:unsignedInt" use="optional"/>
804
+ <xsd:attribute name="base" type="xsd:unsignedInt" use="optional"/>
805
+ </xsd:complexType>
806
+ <xsd:complexType name="CT_RangePr">
807
+ <xsd:attribute name="autoStart" type="xsd:boolean" default="true"/>
808
+ <xsd:attribute name="autoEnd" type="xsd:boolean" default="true"/>
809
+ <xsd:attribute name="groupBy" type="ST_GroupBy" default="range"/>
810
+ <xsd:attribute name="startNum" type="xsd:double"/>
811
+ <xsd:attribute name="endNum" type="xsd:double"/>
812
+ <xsd:attribute name="startDate" type="xsd:dateTime"/>
813
+ <xsd:attribute name="endDate" type="xsd:dateTime"/>
814
+ <xsd:attribute name="groupInterval" type="xsd:double" default="1"/>
815
+ </xsd:complexType>
816
+ <xsd:simpleType name="ST_GroupBy">
817
+ <xsd:restriction base="xsd:string">
818
+ <xsd:enumeration value="range"/>
819
+ <xsd:enumeration value="seconds"/>
820
+ <xsd:enumeration value="minutes"/>
821
+ <xsd:enumeration value="hours"/>
822
+ <xsd:enumeration value="days"/>
823
+ <xsd:enumeration value="months"/>
824
+ <xsd:enumeration value="quarters"/>
825
+ <xsd:enumeration value="years"/>
826
+ </xsd:restriction>
827
+ </xsd:simpleType>
828
+ <xsd:complexType name="CT_DiscretePr">
829
+ <xsd:sequence>
830
+ <xsd:element name="x" maxOccurs="unbounded" type="CT_Index"/>
831
+ </xsd:sequence>
832
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
833
+ </xsd:complexType>
834
+ <xsd:complexType name="CT_GroupItems">
835
+ <xsd:choice maxOccurs="unbounded">
836
+ <xsd:element name="m" type="CT_Missing"/>
837
+ <xsd:element name="n" type="CT_Number"/>
838
+ <xsd:element name="b" type="CT_Boolean"/>
839
+ <xsd:element name="e" type="CT_Error"/>
840
+ <xsd:element name="s" type="CT_String"/>
841
+ <xsd:element name="d" type="CT_DateTime"/>
842
+ </xsd:choice>
843
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
844
+ </xsd:complexType>
845
+ <xsd:complexType name="CT_PivotCacheRecords">
846
+ <xsd:sequence>
847
+ <xsd:element name="r" minOccurs="0" maxOccurs="unbounded" type="CT_Record"/>
848
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
849
+ </xsd:sequence>
850
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
851
+ </xsd:complexType>
852
+ <xsd:complexType name="CT_Record">
853
+ <xsd:choice maxOccurs="unbounded">
854
+ <xsd:element name="m" type="CT_Missing"/>
855
+ <xsd:element name="n" type="CT_Number"/>
856
+ <xsd:element name="b" type="CT_Boolean"/>
857
+ <xsd:element name="e" type="CT_Error"/>
858
+ <xsd:element name="s" type="CT_String"/>
859
+ <xsd:element name="d" type="CT_DateTime"/>
860
+ <xsd:element name="x" type="CT_Index"/>
861
+ </xsd:choice>
862
+ </xsd:complexType>
863
+ <xsd:complexType name="CT_PCDKPIs">
864
+ <xsd:sequence>
865
+ <xsd:element name="kpi" minOccurs="0" maxOccurs="unbounded" type="CT_PCDKPI"/>
866
+ </xsd:sequence>
867
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
868
+ </xsd:complexType>
869
+ <xsd:complexType name="CT_PCDKPI">
870
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
871
+ <xsd:attribute name="caption" use="optional" type="s:ST_Xstring"/>
872
+ <xsd:attribute name="displayFolder" type="s:ST_Xstring"/>
873
+ <xsd:attribute name="measureGroup" type="s:ST_Xstring"/>
874
+ <xsd:attribute name="parent" type="s:ST_Xstring"/>
875
+ <xsd:attribute name="value" use="required" type="s:ST_Xstring"/>
876
+ <xsd:attribute name="goal" type="s:ST_Xstring"/>
877
+ <xsd:attribute name="status" type="s:ST_Xstring"/>
878
+ <xsd:attribute name="trend" type="s:ST_Xstring"/>
879
+ <xsd:attribute name="weight" type="s:ST_Xstring"/>
880
+ <xsd:attribute name="time" type="s:ST_Xstring"/>
881
+ </xsd:complexType>
882
+ <xsd:complexType name="CT_CacheHierarchies">
883
+ <xsd:sequence>
884
+ <xsd:element name="cacheHierarchy" minOccurs="0" maxOccurs="unbounded"
885
+ type="CT_CacheHierarchy"/>
886
+ </xsd:sequence>
887
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
888
+ </xsd:complexType>
889
+ <xsd:complexType name="CT_CacheHierarchy">
890
+ <xsd:sequence>
891
+ <xsd:element name="fieldsUsage" minOccurs="0" type="CT_FieldsUsage"/>
892
+ <xsd:element name="groupLevels" minOccurs="0" type="CT_GroupLevels"/>
893
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
894
+ </xsd:sequence>
895
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
896
+ <xsd:attribute name="caption" use="optional" type="s:ST_Xstring"/>
897
+ <xsd:attribute name="measure" type="xsd:boolean" default="false"/>
898
+ <xsd:attribute name="set" type="xsd:boolean" default="false"/>
899
+ <xsd:attribute name="parentSet" type="xsd:unsignedInt" use="optional"/>
900
+ <xsd:attribute name="iconSet" type="xsd:int" default="0"/>
901
+ <xsd:attribute name="attribute" type="xsd:boolean" default="false"/>
902
+ <xsd:attribute name="time" type="xsd:boolean" default="false"/>
903
+ <xsd:attribute name="keyAttribute" type="xsd:boolean" default="false"/>
904
+ <xsd:attribute name="defaultMemberUniqueName" type="s:ST_Xstring"/>
905
+ <xsd:attribute name="allUniqueName" type="s:ST_Xstring"/>
906
+ <xsd:attribute name="allCaption" type="s:ST_Xstring"/>
907
+ <xsd:attribute name="dimensionUniqueName" type="s:ST_Xstring"/>
908
+ <xsd:attribute name="displayFolder" type="s:ST_Xstring"/>
909
+ <xsd:attribute name="measureGroup" type="s:ST_Xstring"/>
910
+ <xsd:attribute name="measures" type="xsd:boolean" default="false"/>
911
+ <xsd:attribute name="count" use="required" type="xsd:unsignedInt"/>
912
+ <xsd:attribute name="oneField" type="xsd:boolean" default="false"/>
913
+ <xsd:attribute name="memberValueDatatype" use="optional" type="xsd:unsignedShort"/>
914
+ <xsd:attribute name="unbalanced" use="optional" type="xsd:boolean"/>
915
+ <xsd:attribute name="unbalancedGroup" use="optional" type="xsd:boolean"/>
916
+ <xsd:attribute name="hidden" type="xsd:boolean" default="false"/>
917
+ </xsd:complexType>
918
+ <xsd:complexType name="CT_FieldsUsage">
919
+ <xsd:sequence>
920
+ <xsd:element name="fieldUsage" minOccurs="0" maxOccurs="unbounded" type="CT_FieldUsage"/>
921
+ </xsd:sequence>
922
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
923
+ </xsd:complexType>
924
+ <xsd:complexType name="CT_FieldUsage">
925
+ <xsd:attribute name="x" use="required" type="xsd:int"/>
926
+ </xsd:complexType>
927
+ <xsd:complexType name="CT_GroupLevels">
928
+ <xsd:sequence>
929
+ <xsd:element name="groupLevel" maxOccurs="unbounded" type="CT_GroupLevel"/>
930
+ </xsd:sequence>
931
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
932
+ </xsd:complexType>
933
+ <xsd:complexType name="CT_GroupLevel">
934
+ <xsd:sequence>
935
+ <xsd:element name="groups" minOccurs="0" type="CT_Groups"/>
936
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
937
+ </xsd:sequence>
938
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
939
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
940
+ <xsd:attribute name="user" type="xsd:boolean" default="false"/>
941
+ <xsd:attribute name="customRollUp" type="xsd:boolean" default="false"/>
942
+ </xsd:complexType>
943
+ <xsd:complexType name="CT_Groups">
944
+ <xsd:sequence>
945
+ <xsd:element name="group" maxOccurs="unbounded" type="CT_LevelGroup"/>
946
+ </xsd:sequence>
947
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
948
+ </xsd:complexType>
949
+ <xsd:complexType name="CT_LevelGroup">
950
+ <xsd:sequence>
951
+ <xsd:element name="groupMembers" type="CT_GroupMembers"/>
952
+ </xsd:sequence>
953
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
954
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
955
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
956
+ <xsd:attribute name="uniqueParent" type="s:ST_Xstring"/>
957
+ <xsd:attribute name="id" type="xsd:int"/>
958
+ </xsd:complexType>
959
+ <xsd:complexType name="CT_GroupMembers">
960
+ <xsd:sequence>
961
+ <xsd:element name="groupMember" maxOccurs="unbounded" type="CT_GroupMember"/>
962
+ </xsd:sequence>
963
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
964
+ </xsd:complexType>
965
+ <xsd:complexType name="CT_GroupMember">
966
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
967
+ <xsd:attribute name="group" type="xsd:boolean" default="false"/>
968
+ </xsd:complexType>
969
+ <xsd:complexType name="CT_TupleCache">
970
+ <xsd:sequence>
971
+ <xsd:element name="entries" minOccurs="0" type="CT_PCDSDTCEntries"/>
972
+ <xsd:element name="sets" minOccurs="0" type="CT_Sets"/>
973
+ <xsd:element name="queryCache" minOccurs="0" type="CT_QueryCache"/>
974
+ <xsd:element name="serverFormats" minOccurs="0" maxOccurs="1" type="CT_ServerFormats"/>
975
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
976
+ </xsd:sequence>
977
+ </xsd:complexType>
978
+ <xsd:complexType name="CT_ServerFormat">
979
+ <xsd:attribute name="culture" use="optional" type="s:ST_Xstring"/>
980
+ <xsd:attribute name="format" use="optional" type="s:ST_Xstring"/>
981
+ </xsd:complexType>
982
+ <xsd:complexType name="CT_ServerFormats">
983
+ <xsd:sequence>
984
+ <xsd:element name="serverFormat" type="CT_ServerFormat" minOccurs="0" maxOccurs="unbounded"/>
985
+ </xsd:sequence>
986
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
987
+ </xsd:complexType>
988
+ <xsd:complexType name="CT_PCDSDTCEntries">
989
+ <xsd:choice maxOccurs="unbounded">
990
+ <xsd:element name="m" type="CT_Missing"/>
991
+ <xsd:element name="n" type="CT_Number"/>
992
+ <xsd:element name="e" type="CT_Error"/>
993
+ <xsd:element name="s" type="CT_String"/>
994
+ </xsd:choice>
995
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
996
+ </xsd:complexType>
997
+ <xsd:complexType name="CT_Tuples">
998
+ <xsd:sequence>
999
+ <xsd:element name="tpl" type="CT_Tuple" minOccurs="1" maxOccurs="unbounded"/>
1000
+ </xsd:sequence>
1001
+ <xsd:attribute name="c" type="xsd:unsignedInt" use="optional"/>
1002
+ </xsd:complexType>
1003
+ <xsd:complexType name="CT_Tuple">
1004
+ <xsd:attribute name="fld" type="xsd:unsignedInt"/>
1005
+ <xsd:attribute name="hier" type="xsd:unsignedInt"/>
1006
+ <xsd:attribute name="item" type="xsd:unsignedInt" use="required"/>
1007
+ </xsd:complexType>
1008
+ <xsd:complexType name="CT_Sets">
1009
+ <xsd:sequence>
1010
+ <xsd:element name="set" maxOccurs="unbounded" type="CT_Set"/>
1011
+ </xsd:sequence>
1012
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1013
+ </xsd:complexType>
1014
+ <xsd:complexType name="CT_Set">
1015
+ <xsd:sequence>
1016
+ <xsd:element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
1017
+ <xsd:element name="sortByTuple" minOccurs="0" type="CT_Tuples"/>
1018
+ </xsd:sequence>
1019
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1020
+ <xsd:attribute name="maxRank" use="required" type="xsd:int"/>
1021
+ <xsd:attribute name="setDefinition" use="required" type="s:ST_Xstring"/>
1022
+ <xsd:attribute name="sortType" type="ST_SortType" default="none"/>
1023
+ <xsd:attribute name="queryFailed" type="xsd:boolean" default="false"/>
1024
+ </xsd:complexType>
1025
+ <xsd:simpleType name="ST_SortType">
1026
+ <xsd:restriction base="xsd:string">
1027
+ <xsd:enumeration value="none"/>
1028
+ <xsd:enumeration value="ascending"/>
1029
+ <xsd:enumeration value="descending"/>
1030
+ <xsd:enumeration value="ascendingAlpha"/>
1031
+ <xsd:enumeration value="descendingAlpha"/>
1032
+ <xsd:enumeration value="ascendingNatural"/>
1033
+ <xsd:enumeration value="descendingNatural"/>
1034
+ </xsd:restriction>
1035
+ </xsd:simpleType>
1036
+ <xsd:complexType name="CT_QueryCache">
1037
+ <xsd:sequence>
1038
+ <xsd:element name="query" maxOccurs="unbounded" type="CT_Query"/>
1039
+ </xsd:sequence>
1040
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1041
+ </xsd:complexType>
1042
+ <xsd:complexType name="CT_Query">
1043
+ <xsd:sequence>
1044
+ <xsd:element name="tpls" minOccurs="0" type="CT_Tuples"/>
1045
+ </xsd:sequence>
1046
+ <xsd:attribute name="mdx" use="required" type="s:ST_Xstring"/>
1047
+ </xsd:complexType>
1048
+ <xsd:complexType name="CT_CalculatedItems">
1049
+ <xsd:sequence>
1050
+ <xsd:element name="calculatedItem" maxOccurs="unbounded" type="CT_CalculatedItem"/>
1051
+ </xsd:sequence>
1052
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1053
+ </xsd:complexType>
1054
+ <xsd:complexType name="CT_CalculatedItem">
1055
+ <xsd:sequence>
1056
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1057
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1058
+ </xsd:sequence>
1059
+ <xsd:attribute name="field" type="xsd:unsignedInt" use="optional"/>
1060
+ <xsd:attribute name="formula" type="s:ST_Xstring"/>
1061
+ </xsd:complexType>
1062
+ <xsd:complexType name="CT_CalculatedMembers">
1063
+ <xsd:sequence>
1064
+ <xsd:element name="calculatedMember" maxOccurs="unbounded" type="CT_CalculatedMember"/>
1065
+ </xsd:sequence>
1066
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1067
+ </xsd:complexType>
1068
+ <xsd:complexType name="CT_CalculatedMember">
1069
+ <xsd:sequence minOccurs="0">
1070
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1071
+ </xsd:sequence>
1072
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1073
+ <xsd:attribute name="mdx" use="required" type="s:ST_Xstring"/>
1074
+ <xsd:attribute name="memberName" type="s:ST_Xstring"/>
1075
+ <xsd:attribute name="hierarchy" type="s:ST_Xstring"/>
1076
+ <xsd:attribute name="parent" type="s:ST_Xstring"/>
1077
+ <xsd:attribute name="solveOrder" type="xsd:int" default="0"/>
1078
+ <xsd:attribute name="set" type="xsd:boolean" default="false"/>
1079
+ </xsd:complexType>
1080
+ <xsd:complexType name="CT_pivotTableDefinition">
1081
+ <xsd:sequence>
1082
+ <xsd:element name="location" type="CT_Location"/>
1083
+ <xsd:element name="pivotFields" type="CT_PivotFields" minOccurs="0"/>
1084
+ <xsd:element name="rowFields" type="CT_RowFields" minOccurs="0"/>
1085
+ <xsd:element name="rowItems" type="CT_rowItems" minOccurs="0"/>
1086
+ <xsd:element name="colFields" type="CT_ColFields" minOccurs="0"/>
1087
+ <xsd:element name="colItems" type="CT_colItems" minOccurs="0"/>
1088
+ <xsd:element name="pageFields" type="CT_PageFields" minOccurs="0"/>
1089
+ <xsd:element name="dataFields" type="CT_DataFields" minOccurs="0"/>
1090
+ <xsd:element name="formats" type="CT_Formats" minOccurs="0"/>
1091
+ <xsd:element name="conditionalFormats" type="CT_ConditionalFormats" minOccurs="0"/>
1092
+ <xsd:element name="chartFormats" type="CT_ChartFormats" minOccurs="0"/>
1093
+ <xsd:element name="pivotHierarchies" type="CT_PivotHierarchies" minOccurs="0"/>
1094
+ <xsd:element name="pivotTableStyleInfo" minOccurs="0" maxOccurs="1" type="CT_PivotTableStyle"/>
1095
+ <xsd:element name="filters" minOccurs="0" maxOccurs="1" type="CT_PivotFilters"/>
1096
+ <xsd:element name="rowHierarchiesUsage" type="CT_RowHierarchiesUsage" minOccurs="0"
1097
+ maxOccurs="1"/>
1098
+ <xsd:element name="colHierarchiesUsage" type="CT_ColHierarchiesUsage" minOccurs="0"
1099
+ maxOccurs="1"/>
1100
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1101
+ </xsd:sequence>
1102
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1103
+ <xsd:attribute name="cacheId" use="required" type="xsd:unsignedInt"/>
1104
+ <xsd:attribute name="dataOnRows" type="xsd:boolean" default="false"/>
1105
+ <xsd:attribute name="dataPosition" type="xsd:unsignedInt" use="optional"/>
1106
+ <xsd:attributeGroup ref="AG_AutoFormat"/>
1107
+ <xsd:attribute name="dataCaption" use="required" type="s:ST_Xstring"/>
1108
+ <xsd:attribute name="grandTotalCaption" type="s:ST_Xstring"/>
1109
+ <xsd:attribute name="errorCaption" type="s:ST_Xstring"/>
1110
+ <xsd:attribute name="showError" type="xsd:boolean" default="false"/>
1111
+ <xsd:attribute name="missingCaption" type="s:ST_Xstring"/>
1112
+ <xsd:attribute name="showMissing" type="xsd:boolean" default="true"/>
1113
+ <xsd:attribute name="pageStyle" type="s:ST_Xstring"/>
1114
+ <xsd:attribute name="pivotTableStyle" type="s:ST_Xstring"/>
1115
+ <xsd:attribute name="vacatedStyle" type="s:ST_Xstring"/>
1116
+ <xsd:attribute name="tag" type="s:ST_Xstring"/>
1117
+ <xsd:attribute name="updatedVersion" type="xsd:unsignedByte" default="0"/>
1118
+ <xsd:attribute name="minRefreshableVersion" type="xsd:unsignedByte" default="0"/>
1119
+ <xsd:attribute name="asteriskTotals" type="xsd:boolean" default="false"/>
1120
+ <xsd:attribute name="showItems" type="xsd:boolean" default="true"/>
1121
+ <xsd:attribute name="editData" type="xsd:boolean" default="false"/>
1122
+ <xsd:attribute name="disableFieldList" type="xsd:boolean" default="false"/>
1123
+ <xsd:attribute name="showCalcMbrs" type="xsd:boolean" default="true"/>
1124
+ <xsd:attribute name="visualTotals" type="xsd:boolean" default="true"/>
1125
+ <xsd:attribute name="showMultipleLabel" type="xsd:boolean" default="true"/>
1126
+ <xsd:attribute name="showDataDropDown" type="xsd:boolean" default="true"/>
1127
+ <xsd:attribute name="showDrill" type="xsd:boolean" default="true"/>
1128
+ <xsd:attribute name="printDrill" type="xsd:boolean" default="false"/>
1129
+ <xsd:attribute name="showMemberPropertyTips" type="xsd:boolean" default="true"/>
1130
+ <xsd:attribute name="showDataTips" type="xsd:boolean" default="true"/>
1131
+ <xsd:attribute name="enableWizard" type="xsd:boolean" default="true"/>
1132
+ <xsd:attribute name="enableDrill" type="xsd:boolean" default="true"/>
1133
+ <xsd:attribute name="enableFieldProperties" type="xsd:boolean" default="true"/>
1134
+ <xsd:attribute name="preserveFormatting" type="xsd:boolean" default="true"/>
1135
+ <xsd:attribute name="useAutoFormatting" type="xsd:boolean" default="false"/>
1136
+ <xsd:attribute name="pageWrap" type="xsd:unsignedInt" default="0"/>
1137
+ <xsd:attribute name="pageOverThenDown" type="xsd:boolean" default="false"/>
1138
+ <xsd:attribute name="subtotalHiddenItems" type="xsd:boolean" default="false"/>
1139
+ <xsd:attribute name="rowGrandTotals" type="xsd:boolean" default="true"/>
1140
+ <xsd:attribute name="colGrandTotals" type="xsd:boolean" default="true"/>
1141
+ <xsd:attribute name="fieldPrintTitles" type="xsd:boolean" default="false"/>
1142
+ <xsd:attribute name="itemPrintTitles" type="xsd:boolean" default="false"/>
1143
+ <xsd:attribute name="mergeItem" type="xsd:boolean" default="false"/>
1144
+ <xsd:attribute name="showDropZones" type="xsd:boolean" default="true"/>
1145
+ <xsd:attribute name="createdVersion" type="xsd:unsignedByte" default="0"/>
1146
+ <xsd:attribute name="indent" type="xsd:unsignedInt" default="1"/>
1147
+ <xsd:attribute name="showEmptyRow" type="xsd:boolean" default="false"/>
1148
+ <xsd:attribute name="showEmptyCol" type="xsd:boolean" default="false"/>
1149
+ <xsd:attribute name="showHeaders" type="xsd:boolean" default="true"/>
1150
+ <xsd:attribute name="compact" type="xsd:boolean" default="true"/>
1151
+ <xsd:attribute name="outline" type="xsd:boolean" default="false"/>
1152
+ <xsd:attribute name="outlineData" type="xsd:boolean" default="false"/>
1153
+ <xsd:attribute name="compactData" type="xsd:boolean" default="true"/>
1154
+ <xsd:attribute name="published" type="xsd:boolean" default="false"/>
1155
+ <xsd:attribute name="gridDropZones" type="xsd:boolean" default="false"/>
1156
+ <xsd:attribute name="immersive" type="xsd:boolean" default="true"/>
1157
+ <xsd:attribute name="multipleFieldFilters" type="xsd:boolean" default="true"/>
1158
+ <xsd:attribute name="chartFormat" type="xsd:unsignedInt" default="0"/>
1159
+ <xsd:attribute name="rowHeaderCaption" type="s:ST_Xstring"/>
1160
+ <xsd:attribute name="colHeaderCaption" type="s:ST_Xstring"/>
1161
+ <xsd:attribute name="fieldListSortAscending" type="xsd:boolean" default="false"/>
1162
+ <xsd:attribute name="mdxSubqueries" type="xsd:boolean" default="false"/>
1163
+ <xsd:attribute name="customListSort" type="xsd:boolean" use="optional" default="true"/>
1164
+ </xsd:complexType>
1165
+ <xsd:complexType name="CT_Location">
1166
+ <xsd:attribute name="ref" use="required" type="ST_Ref"/>
1167
+ <xsd:attribute name="firstHeaderRow" use="required" type="xsd:unsignedInt"/>
1168
+ <xsd:attribute name="firstDataRow" use="required" type="xsd:unsignedInt"/>
1169
+ <xsd:attribute name="firstDataCol" use="required" type="xsd:unsignedInt"/>
1170
+ <xsd:attribute name="rowPageCount" type="xsd:unsignedInt" default="0"/>
1171
+ <xsd:attribute name="colPageCount" type="xsd:unsignedInt" default="0"/>
1172
+ </xsd:complexType>
1173
+ <xsd:complexType name="CT_PivotFields">
1174
+ <xsd:sequence>
1175
+ <xsd:element name="pivotField" maxOccurs="unbounded" type="CT_PivotField"/>
1176
+ </xsd:sequence>
1177
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1178
+ </xsd:complexType>
1179
+ <xsd:complexType name="CT_PivotField">
1180
+ <xsd:sequence>
1181
+ <xsd:element name="items" minOccurs="0" type="CT_Items"/>
1182
+ <xsd:element name="autoSortScope" minOccurs="0" type="CT_AutoSortScope"/>
1183
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1184
+ </xsd:sequence>
1185
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
1186
+ <xsd:attribute name="axis" use="optional" type="ST_Axis"/>
1187
+ <xsd:attribute name="dataField" type="xsd:boolean" default="false"/>
1188
+ <xsd:attribute name="subtotalCaption" type="s:ST_Xstring"/>
1189
+ <xsd:attribute name="showDropDowns" type="xsd:boolean" default="true"/>
1190
+ <xsd:attribute name="hiddenLevel" type="xsd:boolean" default="false"/>
1191
+ <xsd:attribute name="uniqueMemberProperty" type="s:ST_Xstring"/>
1192
+ <xsd:attribute name="compact" type="xsd:boolean" default="true"/>
1193
+ <xsd:attribute name="allDrilled" type="xsd:boolean" default="false"/>
1194
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
1195
+ <xsd:attribute name="outline" type="xsd:boolean" default="true"/>
1196
+ <xsd:attribute name="subtotalTop" type="xsd:boolean" default="true"/>
1197
+ <xsd:attribute name="dragToRow" type="xsd:boolean" default="true"/>
1198
+ <xsd:attribute name="dragToCol" type="xsd:boolean" default="true"/>
1199
+ <xsd:attribute name="multipleItemSelectionAllowed" type="xsd:boolean" default="false"/>
1200
+ <xsd:attribute name="dragToPage" type="xsd:boolean" default="true"/>
1201
+ <xsd:attribute name="dragToData" type="xsd:boolean" default="true"/>
1202
+ <xsd:attribute name="dragOff" type="xsd:boolean" default="true"/>
1203
+ <xsd:attribute name="showAll" type="xsd:boolean" default="true"/>
1204
+ <xsd:attribute name="insertBlankRow" type="xsd:boolean" default="false"/>
1205
+ <xsd:attribute name="serverField" type="xsd:boolean" default="false"/>
1206
+ <xsd:attribute name="insertPageBreak" type="xsd:boolean" default="false"/>
1207
+ <xsd:attribute name="autoShow" type="xsd:boolean" default="false"/>
1208
+ <xsd:attribute name="topAutoShow" type="xsd:boolean" default="true"/>
1209
+ <xsd:attribute name="hideNewItems" type="xsd:boolean" default="false"/>
1210
+ <xsd:attribute name="measureFilter" type="xsd:boolean" default="false"/>
1211
+ <xsd:attribute name="includeNewItemsInFilter" type="xsd:boolean" default="false"/>
1212
+ <xsd:attribute name="itemPageCount" type="xsd:unsignedInt" default="10"/>
1213
+ <xsd:attribute name="sortType" type="ST_FieldSortType" default="manual"/>
1214
+ <xsd:attribute name="dataSourceSort" type="xsd:boolean" use="optional"/>
1215
+ <xsd:attribute name="nonAutoSortDefault" type="xsd:boolean" default="false"/>
1216
+ <xsd:attribute name="rankBy" type="xsd:unsignedInt" use="optional"/>
1217
+ <xsd:attribute name="defaultSubtotal" type="xsd:boolean" default="true"/>
1218
+ <xsd:attribute name="sumSubtotal" type="xsd:boolean" default="false"/>
1219
+ <xsd:attribute name="countASubtotal" type="xsd:boolean" default="false"/>
1220
+ <xsd:attribute name="avgSubtotal" type="xsd:boolean" default="false"/>
1221
+ <xsd:attribute name="maxSubtotal" type="xsd:boolean" default="false"/>
1222
+ <xsd:attribute name="minSubtotal" type="xsd:boolean" default="false"/>
1223
+ <xsd:attribute name="productSubtotal" type="xsd:boolean" default="false"/>
1224
+ <xsd:attribute name="countSubtotal" type="xsd:boolean" default="false"/>
1225
+ <xsd:attribute name="stdDevSubtotal" type="xsd:boolean" default="false"/>
1226
+ <xsd:attribute name="stdDevPSubtotal" type="xsd:boolean" default="false"/>
1227
+ <xsd:attribute name="varSubtotal" type="xsd:boolean" default="false"/>
1228
+ <xsd:attribute name="varPSubtotal" type="xsd:boolean" default="false"/>
1229
+ <xsd:attribute name="showPropCell" type="xsd:boolean" use="optional" default="false"/>
1230
+ <xsd:attribute name="showPropTip" type="xsd:boolean" use="optional" default="false"/>
1231
+ <xsd:attribute name="showPropAsCaption" type="xsd:boolean" use="optional" default="false"/>
1232
+ <xsd:attribute name="defaultAttributeDrillState" type="xsd:boolean" use="optional"
1233
+ default="false"/>
1234
+ </xsd:complexType>
1235
+ <xsd:complexType name="CT_AutoSortScope">
1236
+ <xsd:sequence>
1237
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1238
+ </xsd:sequence>
1239
+ </xsd:complexType>
1240
+ <xsd:complexType name="CT_Items">
1241
+ <xsd:sequence>
1242
+ <xsd:element name="item" maxOccurs="unbounded" type="CT_Item"/>
1243
+ </xsd:sequence>
1244
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1245
+ </xsd:complexType>
1246
+ <xsd:complexType name="CT_Item">
1247
+ <xsd:attribute name="n" type="s:ST_Xstring"/>
1248
+ <xsd:attribute name="t" type="ST_ItemType" default="data"/>
1249
+ <xsd:attribute name="h" type="xsd:boolean" default="false"/>
1250
+ <xsd:attribute name="s" type="xsd:boolean" default="false"/>
1251
+ <xsd:attribute name="sd" type="xsd:boolean" default="true"/>
1252
+ <xsd:attribute name="f" type="xsd:boolean" default="false"/>
1253
+ <xsd:attribute name="m" type="xsd:boolean" default="false"/>
1254
+ <xsd:attribute name="c" type="xsd:boolean" default="false"/>
1255
+ <xsd:attribute name="x" type="xsd:unsignedInt" use="optional"/>
1256
+ <xsd:attribute name="d" type="xsd:boolean" default="false"/>
1257
+ <xsd:attribute name="e" type="xsd:boolean" default="true"/>
1258
+ </xsd:complexType>
1259
+ <xsd:complexType name="CT_PageFields">
1260
+ <xsd:sequence>
1261
+ <xsd:element name="pageField" maxOccurs="unbounded" type="CT_PageField"/>
1262
+ </xsd:sequence>
1263
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1264
+ </xsd:complexType>
1265
+ <xsd:complexType name="CT_PageField">
1266
+ <xsd:sequence minOccurs="0">
1267
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1268
+ </xsd:sequence>
1269
+ <xsd:attribute name="fld" use="required" type="xsd:int"/>
1270
+ <xsd:attribute name="item" use="optional" type="xsd:unsignedInt"/>
1271
+ <xsd:attribute name="hier" type="xsd:int"/>
1272
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
1273
+ <xsd:attribute name="cap" type="s:ST_Xstring"/>
1274
+ </xsd:complexType>
1275
+ <xsd:complexType name="CT_DataFields">
1276
+ <xsd:sequence>
1277
+ <xsd:element name="dataField" maxOccurs="unbounded" type="CT_DataField"/>
1278
+ </xsd:sequence>
1279
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1280
+ </xsd:complexType>
1281
+ <xsd:complexType name="CT_DataField">
1282
+ <xsd:sequence>
1283
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1284
+ </xsd:sequence>
1285
+ <xsd:attribute name="name" use="optional" type="s:ST_Xstring"/>
1286
+ <xsd:attribute name="fld" type="xsd:unsignedInt" use="required"/>
1287
+ <xsd:attribute name="subtotal" type="ST_DataConsolidateFunction" default="sum"/>
1288
+ <xsd:attribute name="showDataAs" type="ST_ShowDataAs" default="normal"/>
1289
+ <xsd:attribute name="baseField" type="xsd:int" default="-1"/>
1290
+ <xsd:attribute name="baseItem" type="xsd:unsignedInt" default="1048832"/>
1291
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
1292
+ </xsd:complexType>
1293
+ <xsd:complexType name="CT_rowItems">
1294
+ <xsd:sequence>
1295
+ <xsd:element name="i" maxOccurs="unbounded" type="CT_I"/>
1296
+ </xsd:sequence>
1297
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1298
+ </xsd:complexType>
1299
+ <xsd:complexType name="CT_colItems">
1300
+ <xsd:sequence>
1301
+ <xsd:element name="i" maxOccurs="unbounded" type="CT_I"/>
1302
+ </xsd:sequence>
1303
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1304
+ </xsd:complexType>
1305
+ <xsd:complexType name="CT_I">
1306
+ <xsd:sequence>
1307
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
1308
+ </xsd:sequence>
1309
+ <xsd:attribute name="t" type="ST_ItemType" default="data"/>
1310
+ <xsd:attribute name="r" type="xsd:unsignedInt" default="0"/>
1311
+ <xsd:attribute name="i" type="xsd:unsignedInt" default="0"/>
1312
+ </xsd:complexType>
1313
+ <xsd:complexType name="CT_X">
1314
+ <xsd:attribute name="v" type="xsd:int" default="0"/>
1315
+ </xsd:complexType>
1316
+ <xsd:complexType name="CT_RowFields">
1317
+ <xsd:sequence>
1318
+ <xsd:element name="field" maxOccurs="unbounded" type="CT_Field"/>
1319
+ </xsd:sequence>
1320
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1321
+ </xsd:complexType>
1322
+ <xsd:complexType name="CT_ColFields">
1323
+ <xsd:sequence>
1324
+ <xsd:element name="field" maxOccurs="unbounded" type="CT_Field"/>
1325
+ </xsd:sequence>
1326
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1327
+ </xsd:complexType>
1328
+ <xsd:complexType name="CT_Field">
1329
+ <xsd:attribute name="x" type="xsd:int" use="required"/>
1330
+ </xsd:complexType>
1331
+ <xsd:complexType name="CT_Formats">
1332
+ <xsd:sequence>
1333
+ <xsd:element name="format" maxOccurs="unbounded" type="CT_Format"/>
1334
+ </xsd:sequence>
1335
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1336
+ </xsd:complexType>
1337
+ <xsd:complexType name="CT_Format">
1338
+ <xsd:sequence>
1339
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1340
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1341
+ </xsd:sequence>
1342
+ <xsd:attribute name="action" type="ST_FormatAction" default="formatting"/>
1343
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
1344
+ </xsd:complexType>
1345
+ <xsd:complexType name="CT_ConditionalFormats">
1346
+ <xsd:sequence>
1347
+ <xsd:element name="conditionalFormat" maxOccurs="unbounded" type="CT_ConditionalFormat"/>
1348
+ </xsd:sequence>
1349
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1350
+ </xsd:complexType>
1351
+ <xsd:complexType name="CT_ConditionalFormat">
1352
+ <xsd:sequence>
1353
+ <xsd:element name="pivotAreas" type="CT_PivotAreas"/>
1354
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1355
+ </xsd:sequence>
1356
+ <xsd:attribute name="scope" type="ST_Scope" default="selection"/>
1357
+ <xsd:attribute name="type" type="ST_Type" default="none"/>
1358
+ <xsd:attribute name="priority" use="required" type="xsd:unsignedInt"/>
1359
+ </xsd:complexType>
1360
+ <xsd:complexType name="CT_PivotAreas">
1361
+ <xsd:sequence>
1362
+ <xsd:element name="pivotArea" minOccurs="0" maxOccurs="unbounded" type="CT_PivotArea"/>
1363
+ </xsd:sequence>
1364
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1365
+ </xsd:complexType>
1366
+ <xsd:simpleType name="ST_Scope">
1367
+ <xsd:restriction base="xsd:string">
1368
+ <xsd:enumeration value="selection"/>
1369
+ <xsd:enumeration value="data"/>
1370
+ <xsd:enumeration value="field"/>
1371
+ </xsd:restriction>
1372
+ </xsd:simpleType>
1373
+ <xsd:simpleType name="ST_Type">
1374
+ <xsd:restriction base="xsd:string">
1375
+ <xsd:enumeration value="none"/>
1376
+ <xsd:enumeration value="all"/>
1377
+ <xsd:enumeration value="row"/>
1378
+ <xsd:enumeration value="column"/>
1379
+ </xsd:restriction>
1380
+ </xsd:simpleType>
1381
+ <xsd:complexType name="CT_ChartFormats">
1382
+ <xsd:sequence>
1383
+ <xsd:element name="chartFormat" maxOccurs="unbounded" type="CT_ChartFormat"/>
1384
+ </xsd:sequence>
1385
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1386
+ </xsd:complexType>
1387
+ <xsd:complexType name="CT_ChartFormat">
1388
+ <xsd:sequence>
1389
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
1390
+ </xsd:sequence>
1391
+ <xsd:attribute name="chart" use="required" type="xsd:unsignedInt"/>
1392
+ <xsd:attribute name="format" use="required" type="xsd:unsignedInt"/>
1393
+ <xsd:attribute name="series" type="xsd:boolean" default="false"/>
1394
+ </xsd:complexType>
1395
+ <xsd:complexType name="CT_PivotHierarchies">
1396
+ <xsd:sequence>
1397
+ <xsd:element name="pivotHierarchy" maxOccurs="unbounded" type="CT_PivotHierarchy"/>
1398
+ </xsd:sequence>
1399
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1400
+ </xsd:complexType>
1401
+ <xsd:complexType name="CT_PivotHierarchy">
1402
+ <xsd:sequence>
1403
+ <xsd:element name="mps" minOccurs="0" type="CT_MemberProperties"/>
1404
+ <xsd:element name="members" minOccurs="0" maxOccurs="unbounded" type="CT_Members"/>
1405
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1406
+ </xsd:sequence>
1407
+ <xsd:attribute name="outline" type="xsd:boolean" default="false"/>
1408
+ <xsd:attribute name="multipleItemSelectionAllowed" type="xsd:boolean" default="false"/>
1409
+ <xsd:attribute name="subtotalTop" type="xsd:boolean" default="false"/>
1410
+ <xsd:attribute name="showInFieldList" type="xsd:boolean" default="true"/>
1411
+ <xsd:attribute name="dragToRow" type="xsd:boolean" default="true"/>
1412
+ <xsd:attribute name="dragToCol" type="xsd:boolean" default="true"/>
1413
+ <xsd:attribute name="dragToPage" type="xsd:boolean" default="true"/>
1414
+ <xsd:attribute name="dragToData" type="xsd:boolean" default="false"/>
1415
+ <xsd:attribute name="dragOff" type="xsd:boolean" default="true"/>
1416
+ <xsd:attribute name="includeNewItemsInFilter" type="xsd:boolean" default="false"/>
1417
+ <xsd:attribute name="caption" type="s:ST_Xstring" use="optional"/>
1418
+ </xsd:complexType>
1419
+ <xsd:complexType name="CT_RowHierarchiesUsage">
1420
+ <xsd:sequence>
1421
+ <xsd:element name="rowHierarchyUsage" minOccurs="1" maxOccurs="unbounded"
1422
+ type="CT_HierarchyUsage"/>
1423
+ </xsd:sequence>
1424
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1425
+ </xsd:complexType>
1426
+ <xsd:complexType name="CT_ColHierarchiesUsage">
1427
+ <xsd:sequence>
1428
+ <xsd:element name="colHierarchyUsage" minOccurs="1" maxOccurs="unbounded"
1429
+ type="CT_HierarchyUsage"/>
1430
+ </xsd:sequence>
1431
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1432
+ </xsd:complexType>
1433
+ <xsd:complexType name="CT_HierarchyUsage">
1434
+ <xsd:attribute name="hierarchyUsage" type="xsd:int" use="required"/>
1435
+ </xsd:complexType>
1436
+ <xsd:complexType name="CT_MemberProperties">
1437
+ <xsd:sequence>
1438
+ <xsd:element name="mp" maxOccurs="unbounded" type="CT_MemberProperty"/>
1439
+ </xsd:sequence>
1440
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1441
+ </xsd:complexType>
1442
+ <xsd:complexType name="CT_MemberProperty">
1443
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
1444
+ <xsd:attribute name="showCell" type="xsd:boolean" use="optional" default="false"/>
1445
+ <xsd:attribute name="showTip" type="xsd:boolean" use="optional" default="false"/>
1446
+ <xsd:attribute name="showAsCaption" type="xsd:boolean" use="optional" default="false"/>
1447
+ <xsd:attribute name="nameLen" type="xsd:unsignedInt" use="optional"/>
1448
+ <xsd:attribute name="pPos" type="xsd:unsignedInt" use="optional"/>
1449
+ <xsd:attribute name="pLen" type="xsd:unsignedInt" use="optional"/>
1450
+ <xsd:attribute name="level" type="xsd:unsignedInt" use="optional"/>
1451
+ <xsd:attribute name="field" use="required" type="xsd:unsignedInt"/>
1452
+ </xsd:complexType>
1453
+ <xsd:complexType name="CT_Members">
1454
+ <xsd:sequence>
1455
+ <xsd:element name="member" maxOccurs="unbounded" type="CT_Member"/>
1456
+ </xsd:sequence>
1457
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1458
+ <xsd:attribute name="level" use="optional" type="xsd:unsignedInt"/>
1459
+ </xsd:complexType>
1460
+ <xsd:complexType name="CT_Member">
1461
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1462
+ </xsd:complexType>
1463
+ <xsd:complexType name="CT_Dimensions">
1464
+ <xsd:sequence>
1465
+ <xsd:element name="dimension" minOccurs="0" maxOccurs="unbounded" type="CT_PivotDimension"/>
1466
+ </xsd:sequence>
1467
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1468
+ </xsd:complexType>
1469
+ <xsd:complexType name="CT_PivotDimension">
1470
+ <xsd:attribute name="measure" type="xsd:boolean" default="false"/>
1471
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1472
+ <xsd:attribute name="uniqueName" use="required" type="s:ST_Xstring"/>
1473
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
1474
+ </xsd:complexType>
1475
+ <xsd:complexType name="CT_MeasureGroups">
1476
+ <xsd:sequence>
1477
+ <xsd:element name="measureGroup" minOccurs="0" maxOccurs="unbounded" type="CT_MeasureGroup"/>
1478
+ </xsd:sequence>
1479
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1480
+ </xsd:complexType>
1481
+ <xsd:complexType name="CT_MeasureDimensionMaps">
1482
+ <xsd:sequence>
1483
+ <xsd:element name="map" minOccurs="0" maxOccurs="unbounded" type="CT_MeasureDimensionMap"/>
1484
+ </xsd:sequence>
1485
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1486
+ </xsd:complexType>
1487
+ <xsd:complexType name="CT_MeasureGroup">
1488
+ <xsd:attribute name="name" use="required" type="s:ST_Xstring"/>
1489
+ <xsd:attribute name="caption" use="required" type="s:ST_Xstring"/>
1490
+ </xsd:complexType>
1491
+ <xsd:complexType name="CT_MeasureDimensionMap">
1492
+ <xsd:attribute name="measureGroup" use="optional" type="xsd:unsignedInt"/>
1493
+ <xsd:attribute name="dimension" use="optional" type="xsd:unsignedInt"/>
1494
+ </xsd:complexType>
1495
+ <xsd:complexType name="CT_PivotTableStyle">
1496
+ <xsd:attribute name="name" type="xsd:string"/>
1497
+ <xsd:attribute name="showRowHeaders" type="xsd:boolean"/>
1498
+ <xsd:attribute name="showColHeaders" type="xsd:boolean"/>
1499
+ <xsd:attribute name="showRowStripes" type="xsd:boolean"/>
1500
+ <xsd:attribute name="showColStripes" type="xsd:boolean"/>
1501
+ <xsd:attribute name="showLastColumn" type="xsd:boolean" use="optional"/>
1502
+ </xsd:complexType>
1503
+ <xsd:complexType name="CT_PivotFilters">
1504
+ <xsd:sequence>
1505
+ <xsd:element name="filter" minOccurs="0" maxOccurs="unbounded" type="CT_PivotFilter"/>
1506
+ </xsd:sequence>
1507
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
1508
+ </xsd:complexType>
1509
+ <xsd:complexType name="CT_PivotFilter">
1510
+ <xsd:sequence>
1511
+ <xsd:element name="autoFilter" minOccurs="1" maxOccurs="1" type="CT_AutoFilter"/>
1512
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1513
+ </xsd:sequence>
1514
+ <xsd:attribute name="fld" use="required" type="xsd:unsignedInt"/>
1515
+ <xsd:attribute name="mpFld" type="xsd:unsignedInt" use="optional"/>
1516
+ <xsd:attribute name="type" use="required" type="ST_PivotFilterType"/>
1517
+ <xsd:attribute name="evalOrder" use="optional" type="xsd:int" default="0"/>
1518
+ <xsd:attribute name="id" use="required" type="xsd:unsignedInt"/>
1519
+ <xsd:attribute name="iMeasureHier" use="optional" type="xsd:unsignedInt"/>
1520
+ <xsd:attribute name="iMeasureFld" use="optional" type="xsd:unsignedInt"/>
1521
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
1522
+ <xsd:attribute name="description" type="s:ST_Xstring"/>
1523
+ <xsd:attribute name="stringValue1" type="s:ST_Xstring"/>
1524
+ <xsd:attribute name="stringValue2" type="s:ST_Xstring"/>
1525
+ </xsd:complexType>
1526
+ <xsd:simpleType name="ST_ShowDataAs">
1527
+ <xsd:restriction base="xsd:string">
1528
+ <xsd:enumeration value="normal"/>
1529
+ <xsd:enumeration value="difference"/>
1530
+ <xsd:enumeration value="percent"/>
1531
+ <xsd:enumeration value="percentDiff"/>
1532
+ <xsd:enumeration value="runTotal"/>
1533
+ <xsd:enumeration value="percentOfRow"/>
1534
+ <xsd:enumeration value="percentOfCol"/>
1535
+ <xsd:enumeration value="percentOfTotal"/>
1536
+ <xsd:enumeration value="index"/>
1537
+ </xsd:restriction>
1538
+ </xsd:simpleType>
1539
+ <xsd:simpleType name="ST_ItemType">
1540
+ <xsd:restriction base="xsd:string">
1541
+ <xsd:enumeration value="data"/>
1542
+ <xsd:enumeration value="default"/>
1543
+ <xsd:enumeration value="sum"/>
1544
+ <xsd:enumeration value="countA"/>
1545
+ <xsd:enumeration value="avg"/>
1546
+ <xsd:enumeration value="max"/>
1547
+ <xsd:enumeration value="min"/>
1548
+ <xsd:enumeration value="product"/>
1549
+ <xsd:enumeration value="count"/>
1550
+ <xsd:enumeration value="stdDev"/>
1551
+ <xsd:enumeration value="stdDevP"/>
1552
+ <xsd:enumeration value="var"/>
1553
+ <xsd:enumeration value="varP"/>
1554
+ <xsd:enumeration value="grand"/>
1555
+ <xsd:enumeration value="blank"/>
1556
+ </xsd:restriction>
1557
+ </xsd:simpleType>
1558
+ <xsd:simpleType name="ST_FormatAction">
1559
+ <xsd:restriction base="xsd:string">
1560
+ <xsd:enumeration value="blank"/>
1561
+ <xsd:enumeration value="formatting"/>
1562
+ <xsd:enumeration value="drill"/>
1563
+ <xsd:enumeration value="formula"/>
1564
+ </xsd:restriction>
1565
+ </xsd:simpleType>
1566
+ <xsd:simpleType name="ST_FieldSortType">
1567
+ <xsd:restriction base="xsd:string">
1568
+ <xsd:enumeration value="manual"/>
1569
+ <xsd:enumeration value="ascending"/>
1570
+ <xsd:enumeration value="descending"/>
1571
+ </xsd:restriction>
1572
+ </xsd:simpleType>
1573
+ <xsd:simpleType name="ST_PivotFilterType">
1574
+ <xsd:restriction base="xsd:string">
1575
+ <xsd:enumeration value="unknown"/>
1576
+ <xsd:enumeration value="count"/>
1577
+ <xsd:enumeration value="percent"/>
1578
+ <xsd:enumeration value="sum"/>
1579
+ <xsd:enumeration value="captionEqual"/>
1580
+ <xsd:enumeration value="captionNotEqual"/>
1581
+ <xsd:enumeration value="captionBeginsWith"/>
1582
+ <xsd:enumeration value="captionNotBeginsWith"/>
1583
+ <xsd:enumeration value="captionEndsWith"/>
1584
+ <xsd:enumeration value="captionNotEndsWith"/>
1585
+ <xsd:enumeration value="captionContains"/>
1586
+ <xsd:enumeration value="captionNotContains"/>
1587
+ <xsd:enumeration value="captionGreaterThan"/>
1588
+ <xsd:enumeration value="captionGreaterThanOrEqual"/>
1589
+ <xsd:enumeration value="captionLessThan"/>
1590
+ <xsd:enumeration value="captionLessThanOrEqual"/>
1591
+ <xsd:enumeration value="captionBetween"/>
1592
+ <xsd:enumeration value="captionNotBetween"/>
1593
+ <xsd:enumeration value="valueEqual"/>
1594
+ <xsd:enumeration value="valueNotEqual"/>
1595
+ <xsd:enumeration value="valueGreaterThan"/>
1596
+ <xsd:enumeration value="valueGreaterThanOrEqual"/>
1597
+ <xsd:enumeration value="valueLessThan"/>
1598
+ <xsd:enumeration value="valueLessThanOrEqual"/>
1599
+ <xsd:enumeration value="valueBetween"/>
1600
+ <xsd:enumeration value="valueNotBetween"/>
1601
+ <xsd:enumeration value="dateEqual"/>
1602
+ <xsd:enumeration value="dateNotEqual"/>
1603
+ <xsd:enumeration value="dateOlderThan"/>
1604
+ <xsd:enumeration value="dateOlderThanOrEqual"/>
1605
+ <xsd:enumeration value="dateNewerThan"/>
1606
+ <xsd:enumeration value="dateNewerThanOrEqual"/>
1607
+ <xsd:enumeration value="dateBetween"/>
1608
+ <xsd:enumeration value="dateNotBetween"/>
1609
+ <xsd:enumeration value="tomorrow"/>
1610
+ <xsd:enumeration value="today"/>
1611
+ <xsd:enumeration value="yesterday"/>
1612
+ <xsd:enumeration value="nextWeek"/>
1613
+ <xsd:enumeration value="thisWeek"/>
1614
+ <xsd:enumeration value="lastWeek"/>
1615
+ <xsd:enumeration value="nextMonth"/>
1616
+ <xsd:enumeration value="thisMonth"/>
1617
+ <xsd:enumeration value="lastMonth"/>
1618
+ <xsd:enumeration value="nextQuarter"/>
1619
+ <xsd:enumeration value="thisQuarter"/>
1620
+ <xsd:enumeration value="lastQuarter"/>
1621
+ <xsd:enumeration value="nextYear"/>
1622
+ <xsd:enumeration value="thisYear"/>
1623
+ <xsd:enumeration value="lastYear"/>
1624
+ <xsd:enumeration value="yearToDate"/>
1625
+ <xsd:enumeration value="Q1"/>
1626
+ <xsd:enumeration value="Q2"/>
1627
+ <xsd:enumeration value="Q3"/>
1628
+ <xsd:enumeration value="Q4"/>
1629
+ <xsd:enumeration value="M1"/>
1630
+ <xsd:enumeration value="M2"/>
1631
+ <xsd:enumeration value="M3"/>
1632
+ <xsd:enumeration value="M4"/>
1633
+ <xsd:enumeration value="M5"/>
1634
+ <xsd:enumeration value="M6"/>
1635
+ <xsd:enumeration value="M7"/>
1636
+ <xsd:enumeration value="M8"/>
1637
+ <xsd:enumeration value="M9"/>
1638
+ <xsd:enumeration value="M10"/>
1639
+ <xsd:enumeration value="M11"/>
1640
+ <xsd:enumeration value="M12"/>
1641
+ </xsd:restriction>
1642
+ </xsd:simpleType>
1643
+ <xsd:complexType name="CT_PivotArea">
1644
+ <xsd:sequence>
1645
+ <xsd:element name="references" minOccurs="0" type="CT_PivotAreaReferences"/>
1646
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1647
+ </xsd:sequence>
1648
+ <xsd:attribute name="field" use="optional" type="xsd:int"/>
1649
+ <xsd:attribute name="type" type="ST_PivotAreaType" default="normal"/>
1650
+ <xsd:attribute name="dataOnly" type="xsd:boolean" default="true"/>
1651
+ <xsd:attribute name="labelOnly" type="xsd:boolean" default="false"/>
1652
+ <xsd:attribute name="grandRow" type="xsd:boolean" default="false"/>
1653
+ <xsd:attribute name="grandCol" type="xsd:boolean" default="false"/>
1654
+ <xsd:attribute name="cacheIndex" type="xsd:boolean" default="false"/>
1655
+ <xsd:attribute name="outline" type="xsd:boolean" default="true"/>
1656
+ <xsd:attribute name="offset" type="ST_Ref"/>
1657
+ <xsd:attribute name="collapsedLevelsAreSubtotals" type="xsd:boolean" default="false"/>
1658
+ <xsd:attribute name="axis" type="ST_Axis" use="optional"/>
1659
+ <xsd:attribute name="fieldPosition" type="xsd:unsignedInt" use="optional"/>
1660
+ </xsd:complexType>
1661
+ <xsd:simpleType name="ST_PivotAreaType">
1662
+ <xsd:restriction base="xsd:string">
1663
+ <xsd:enumeration value="none"/>
1664
+ <xsd:enumeration value="normal"/>
1665
+ <xsd:enumeration value="data"/>
1666
+ <xsd:enumeration value="all"/>
1667
+ <xsd:enumeration value="origin"/>
1668
+ <xsd:enumeration value="button"/>
1669
+ <xsd:enumeration value="topEnd"/>
1670
+ <xsd:enumeration value="topRight"/>
1671
+ </xsd:restriction>
1672
+ </xsd:simpleType>
1673
+ <xsd:complexType name="CT_PivotAreaReferences">
1674
+ <xsd:sequence>
1675
+ <xsd:element name="reference" maxOccurs="unbounded" type="CT_PivotAreaReference"/>
1676
+ </xsd:sequence>
1677
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1678
+ </xsd:complexType>
1679
+ <xsd:complexType name="CT_PivotAreaReference">
1680
+ <xsd:sequence>
1681
+ <xsd:element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_Index"/>
1682
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1683
+ </xsd:sequence>
1684
+ <xsd:attribute name="field" use="optional" type="xsd:unsignedInt"/>
1685
+ <xsd:attribute name="count" type="xsd:unsignedInt"/>
1686
+ <xsd:attribute name="selected" type="xsd:boolean" default="true"/>
1687
+ <xsd:attribute name="byPosition" type="xsd:boolean" default="false"/>
1688
+ <xsd:attribute name="relative" type="xsd:boolean" default="false"/>
1689
+ <xsd:attribute name="defaultSubtotal" type="xsd:boolean" default="false"/>
1690
+ <xsd:attribute name="sumSubtotal" type="xsd:boolean" default="false"/>
1691
+ <xsd:attribute name="countASubtotal" type="xsd:boolean" default="false"/>
1692
+ <xsd:attribute name="avgSubtotal" type="xsd:boolean" default="false"/>
1693
+ <xsd:attribute name="maxSubtotal" type="xsd:boolean" default="false"/>
1694
+ <xsd:attribute name="minSubtotal" type="xsd:boolean" default="false"/>
1695
+ <xsd:attribute name="productSubtotal" type="xsd:boolean" default="false"/>
1696
+ <xsd:attribute name="countSubtotal" type="xsd:boolean" default="false"/>
1697
+ <xsd:attribute name="stdDevSubtotal" type="xsd:boolean" default="false"/>
1698
+ <xsd:attribute name="stdDevPSubtotal" type="xsd:boolean" default="false"/>
1699
+ <xsd:attribute name="varSubtotal" type="xsd:boolean" default="false"/>
1700
+ <xsd:attribute name="varPSubtotal" type="xsd:boolean" default="false"/>
1701
+ </xsd:complexType>
1702
+ <xsd:complexType name="CT_Index">
1703
+ <xsd:attribute name="v" use="required" type="xsd:unsignedInt"/>
1704
+ </xsd:complexType>
1705
+ <xsd:simpleType name="ST_Axis">
1706
+ <xsd:restriction base="xsd:string">
1707
+ <xsd:enumeration value="axisRow"/>
1708
+ <xsd:enumeration value="axisCol"/>
1709
+ <xsd:enumeration value="axisPage"/>
1710
+ <xsd:enumeration value="axisValues"/>
1711
+ </xsd:restriction>
1712
+ </xsd:simpleType>
1713
+ <xsd:element name="queryTable" type="CT_QueryTable"/>
1714
+ <xsd:complexType name="CT_QueryTable">
1715
+ <xsd:sequence>
1716
+ <xsd:element name="queryTableRefresh" type="CT_QueryTableRefresh" minOccurs="0" maxOccurs="1"/>
1717
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
1718
+ </xsd:sequence>
1719
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
1720
+ <xsd:attribute name="headers" type="xsd:boolean" use="optional" default="true"/>
1721
+ <xsd:attribute name="rowNumbers" type="xsd:boolean" use="optional" default="false"/>
1722
+ <xsd:attribute name="disableRefresh" type="xsd:boolean" use="optional" default="false"/>
1723
+ <xsd:attribute name="backgroundRefresh" type="xsd:boolean" use="optional" default="true"/>
1724
+ <xsd:attribute name="firstBackgroundRefresh" type="xsd:boolean" use="optional" default="false"/>
1725
+ <xsd:attribute name="refreshOnLoad" type="xsd:boolean" use="optional" default="false"/>
1726
+ <xsd:attribute name="growShrinkType" type="ST_GrowShrinkType" use="optional"
1727
+ default="insertDelete"/>
1728
+ <xsd:attribute name="fillFormulas" type="xsd:boolean" use="optional" default="false"/>
1729
+ <xsd:attribute name="removeDataOnSave" type="xsd:boolean" use="optional" default="false"/>
1730
+ <xsd:attribute name="disableEdit" type="xsd:boolean" use="optional" default="false"/>
1731
+ <xsd:attribute name="preserveFormatting" type="xsd:boolean" use="optional" default="true"/>
1732
+ <xsd:attribute name="adjustColumnWidth" type="xsd:boolean" use="optional" default="true"/>
1733
+ <xsd:attribute name="intermediate" type="xsd:boolean" use="optional" default="false"/>
1734
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="required"/>
1735
+ <xsd:attributeGroup ref="AG_AutoFormat"/>
1736
+ </xsd:complexType>
1737
+ <xsd:complexType name="CT_QueryTableRefresh">
1738
+ <xsd:sequence>
1739
+ <xsd:element name="queryTableFields" type="CT_QueryTableFields" minOccurs="1" maxOccurs="1"/>
1740
+ <xsd:element name="queryTableDeletedFields" type="CT_QueryTableDeletedFields" minOccurs="0"
1741
+ maxOccurs="1"/>
1742
+ <xsd:element name="sortState" minOccurs="0" maxOccurs="1" type="CT_SortState"/>
1743
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
1744
+ </xsd:sequence>
1745
+ <xsd:attribute name="preserveSortFilterLayout" type="xsd:boolean" use="optional" default="true"/>
1746
+ <xsd:attribute name="fieldIdWrapped" type="xsd:boolean" use="optional" default="false"/>
1747
+ <xsd:attribute name="headersInLastRefresh" type="xsd:boolean" use="optional" default="true"/>
1748
+ <xsd:attribute name="minimumVersion" type="xsd:unsignedByte" use="optional" default="0"/>
1749
+ <xsd:attribute name="nextId" type="xsd:unsignedInt" use="optional" default="1"/>
1750
+ <xsd:attribute name="unboundColumnsLeft" type="xsd:unsignedInt" use="optional" default="0"/>
1751
+ <xsd:attribute name="unboundColumnsRight" type="xsd:unsignedInt" use="optional" default="0"/>
1752
+ </xsd:complexType>
1753
+ <xsd:complexType name="CT_QueryTableDeletedFields">
1754
+ <xsd:sequence>
1755
+ <xsd:element name="deletedField" type="CT_DeletedField" minOccurs="1" maxOccurs="unbounded"/>
1756
+ </xsd:sequence>
1757
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1758
+ </xsd:complexType>
1759
+ <xsd:complexType name="CT_DeletedField">
1760
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
1761
+ </xsd:complexType>
1762
+ <xsd:complexType name="CT_QueryTableFields">
1763
+ <xsd:sequence>
1764
+ <xsd:element name="queryTableField" type="CT_QueryTableField" minOccurs="0"
1765
+ maxOccurs="unbounded"/>
1766
+ </xsd:sequence>
1767
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
1768
+ </xsd:complexType>
1769
+ <xsd:complexType name="CT_QueryTableField">
1770
+ <xsd:sequence minOccurs="0">
1771
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
1772
+ </xsd:sequence>
1773
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
1774
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
1775
+ <xsd:attribute name="dataBound" type="xsd:boolean" use="optional" default="true"/>
1776
+ <xsd:attribute name="rowNumbers" type="xsd:boolean" use="optional" default="false"/>
1777
+ <xsd:attribute name="fillFormulas" type="xsd:boolean" use="optional" default="false"/>
1778
+ <xsd:attribute name="clipped" type="xsd:boolean" use="optional" default="false"/>
1779
+ <xsd:attribute name="tableColumnId" type="xsd:unsignedInt" default="0"/>
1780
+ </xsd:complexType>
1781
+ <xsd:simpleType name="ST_GrowShrinkType">
1782
+ <xsd:restriction base="xsd:string">
1783
+ <xsd:enumeration value="insertDelete"/>
1784
+ <xsd:enumeration value="insertClear"/>
1785
+ <xsd:enumeration value="overwriteClear"/>
1786
+ </xsd:restriction>
1787
+ </xsd:simpleType>
1788
+ <xsd:element name="sst" type="CT_Sst"/>
1789
+ <xsd:complexType name="CT_Sst">
1790
+ <xsd:sequence>
1791
+ <xsd:element name="si" type="CT_Rst" minOccurs="0" maxOccurs="unbounded"/>
1792
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1793
+ </xsd:sequence>
1794
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1795
+ <xsd:attribute name="uniqueCount" type="xsd:unsignedInt" use="optional"/>
1796
+ </xsd:complexType>
1797
+ <xsd:simpleType name="ST_PhoneticType">
1798
+ <xsd:restriction base="xsd:string">
1799
+ <xsd:enumeration value="halfwidthKatakana"/>
1800
+ <xsd:enumeration value="fullwidthKatakana"/>
1801
+ <xsd:enumeration value="Hiragana"/>
1802
+ <xsd:enumeration value="noConversion"/>
1803
+ </xsd:restriction>
1804
+ </xsd:simpleType>
1805
+ <xsd:simpleType name="ST_PhoneticAlignment">
1806
+ <xsd:restriction base="xsd:string">
1807
+ <xsd:enumeration value="noControl"/>
1808
+ <xsd:enumeration value="left"/>
1809
+ <xsd:enumeration value="center"/>
1810
+ <xsd:enumeration value="distributed"/>
1811
+ </xsd:restriction>
1812
+ </xsd:simpleType>
1813
+ <xsd:complexType name="CT_PhoneticRun">
1814
+ <xsd:sequence>
1815
+ <xsd:element name="t" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
1816
+ </xsd:sequence>
1817
+ <xsd:attribute name="sb" type="xsd:unsignedInt" use="required"/>
1818
+ <xsd:attribute name="eb" type="xsd:unsignedInt" use="required"/>
1819
+ </xsd:complexType>
1820
+ <xsd:complexType name="CT_RElt">
1821
+ <xsd:sequence>
1822
+ <xsd:element name="rPr" type="CT_RPrElt" minOccurs="0" maxOccurs="1"/>
1823
+ <xsd:element name="t" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
1824
+ </xsd:sequence>
1825
+ </xsd:complexType>
1826
+ <xsd:complexType name="CT_RPrElt">
1827
+ <xsd:choice maxOccurs="unbounded">
1828
+ <xsd:element name="rFont" type="CT_FontName" minOccurs="0" maxOccurs="1"/>
1829
+ <xsd:element name="charset" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
1830
+ <xsd:element name="family" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
1831
+ <xsd:element name="b" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1832
+ <xsd:element name="i" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1833
+ <xsd:element name="strike" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1834
+ <xsd:element name="outline" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1835
+ <xsd:element name="shadow" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1836
+ <xsd:element name="condense" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1837
+ <xsd:element name="extend" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
1838
+ <xsd:element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
1839
+ <xsd:element name="sz" type="CT_FontSize" minOccurs="0" maxOccurs="1"/>
1840
+ <xsd:element name="u" type="CT_UnderlineProperty" minOccurs="0" maxOccurs="1"/>
1841
+ <xsd:element name="vertAlign" type="CT_VerticalAlignFontProperty" minOccurs="0" maxOccurs="1"/>
1842
+ <xsd:element name="scheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
1843
+ </xsd:choice>
1844
+ </xsd:complexType>
1845
+ <xsd:complexType name="CT_Rst">
1846
+ <xsd:sequence>
1847
+ <xsd:element name="t" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
1848
+ <xsd:element name="r" type="CT_RElt" minOccurs="0" maxOccurs="unbounded"/>
1849
+ <xsd:element name="rPh" type="CT_PhoneticRun" minOccurs="0" maxOccurs="unbounded"/>
1850
+ <xsd:element name="phoneticPr" minOccurs="0" maxOccurs="1" type="CT_PhoneticPr"/>
1851
+ </xsd:sequence>
1852
+ </xsd:complexType>
1853
+ <xsd:complexType name="CT_PhoneticPr">
1854
+ <xsd:attribute name="fontId" type="ST_FontId" use="required"/>
1855
+ <xsd:attribute name="type" type="ST_PhoneticType" use="optional" default="fullwidthKatakana"/>
1856
+ <xsd:attribute name="alignment" type="ST_PhoneticAlignment" use="optional" default="left"/>
1857
+ </xsd:complexType>
1858
+ <xsd:element name="headers" type="CT_RevisionHeaders"/>
1859
+ <xsd:element name="revisions" type="CT_Revisions"/>
1860
+ <xsd:complexType name="CT_RevisionHeaders">
1861
+ <xsd:sequence>
1862
+ <xsd:element name="header" type="CT_RevisionHeader" minOccurs="1" maxOccurs="unbounded"/>
1863
+ </xsd:sequence>
1864
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
1865
+ <xsd:attribute name="lastGuid" type="s:ST_Guid" use="optional"/>
1866
+ <xsd:attribute name="shared" type="xsd:boolean" default="true"/>
1867
+ <xsd:attribute name="diskRevisions" type="xsd:boolean" default="false"/>
1868
+ <xsd:attribute name="history" type="xsd:boolean" default="true"/>
1869
+ <xsd:attribute name="trackRevisions" type="xsd:boolean" default="true"/>
1870
+ <xsd:attribute name="exclusive" type="xsd:boolean" default="false"/>
1871
+ <xsd:attribute name="revisionId" type="xsd:unsignedInt" default="0"/>
1872
+ <xsd:attribute name="version" type="xsd:int" default="1"/>
1873
+ <xsd:attribute name="keepChangeHistory" type="xsd:boolean" use="optional" default="true"/>
1874
+ <xsd:attribute name="protected" type="xsd:boolean" use="optional" default="false"/>
1875
+ <xsd:attribute name="preserveHistory" type="xsd:unsignedInt" default="30"/>
1876
+ </xsd:complexType>
1877
+ <xsd:complexType name="CT_Revisions">
1878
+ <xsd:choice maxOccurs="unbounded">
1879
+ <xsd:element name="rrc" type="CT_RevisionRowColumn" minOccurs="0" maxOccurs="unbounded"/>
1880
+ <xsd:element name="rm" type="CT_RevisionMove" minOccurs="0" maxOccurs="unbounded"/>
1881
+ <xsd:element name="rcv" type="CT_RevisionCustomView" minOccurs="0" maxOccurs="unbounded"/>
1882
+ <xsd:element name="rsnm" type="CT_RevisionSheetRename" minOccurs="0" maxOccurs="unbounded"/>
1883
+ <xsd:element name="ris" type="CT_RevisionInsertSheet" minOccurs="0" maxOccurs="unbounded"/>
1884
+ <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded"/>
1885
+ <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded"/>
1886
+ <xsd:element name="raf" type="CT_RevisionAutoFormatting" minOccurs="0" maxOccurs="unbounded"/>
1887
+ <xsd:element name="rdn" type="CT_RevisionDefinedName" minOccurs="0" maxOccurs="unbounded"/>
1888
+ <xsd:element name="rcmt" type="CT_RevisionComment" minOccurs="0" maxOccurs="unbounded"/>
1889
+ <xsd:element name="rqt" type="CT_RevisionQueryTableField" minOccurs="0" maxOccurs="unbounded"/>
1890
+ <xsd:element name="rcft" type="CT_RevisionConflict" minOccurs="0" maxOccurs="unbounded"/>
1891
+ </xsd:choice>
1892
+ </xsd:complexType>
1893
+ <xsd:attributeGroup name="AG_RevData">
1894
+ <xsd:attribute name="rId" type="xsd:unsignedInt" use="required"/>
1895
+ <xsd:attribute name="ua" type="xsd:boolean" use="optional" default="false"/>
1896
+ <xsd:attribute name="ra" type="xsd:boolean" use="optional" default="false"/>
1897
+ </xsd:attributeGroup>
1898
+ <xsd:complexType name="CT_RevisionHeader">
1899
+ <xsd:sequence>
1900
+ <xsd:element name="sheetIdMap" minOccurs="1" maxOccurs="1" type="CT_SheetIdMap"/>
1901
+ <xsd:element name="reviewedList" minOccurs="0" maxOccurs="1" type="CT_ReviewedRevisions"/>
1902
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1903
+ </xsd:sequence>
1904
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
1905
+ <xsd:attribute name="dateTime" type="xsd:dateTime" use="required"/>
1906
+ <xsd:attribute name="maxSheetId" type="xsd:unsignedInt" use="required"/>
1907
+ <xsd:attribute name="userName" type="s:ST_Xstring" use="required"/>
1908
+ <xsd:attribute ref="r:id" use="required"/>
1909
+ <xsd:attribute name="minRId" type="xsd:unsignedInt" use="optional"/>
1910
+ <xsd:attribute name="maxRId" type="xsd:unsignedInt" use="optional"/>
1911
+ </xsd:complexType>
1912
+ <xsd:complexType name="CT_SheetIdMap">
1913
+ <xsd:sequence>
1914
+ <xsd:element name="sheetId" type="CT_SheetId" minOccurs="1" maxOccurs="unbounded"/>
1915
+ </xsd:sequence>
1916
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1917
+ </xsd:complexType>
1918
+ <xsd:complexType name="CT_SheetId">
1919
+ <xsd:attribute name="val" type="xsd:unsignedInt" use="required"/>
1920
+ </xsd:complexType>
1921
+ <xsd:complexType name="CT_ReviewedRevisions">
1922
+ <xsd:sequence>
1923
+ <xsd:element name="reviewed" type="CT_Reviewed" minOccurs="1" maxOccurs="unbounded"/>
1924
+ </xsd:sequence>
1925
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
1926
+ </xsd:complexType>
1927
+ <xsd:complexType name="CT_Reviewed">
1928
+ <xsd:attribute name="rId" type="xsd:unsignedInt" use="required"/>
1929
+ </xsd:complexType>
1930
+ <xsd:complexType name="CT_UndoInfo">
1931
+ <xsd:attribute name="index" type="xsd:unsignedInt" use="required"/>
1932
+ <xsd:attribute name="exp" type="ST_FormulaExpression" use="required"/>
1933
+ <xsd:attribute name="ref3D" type="xsd:boolean" use="optional" default="false"/>
1934
+ <xsd:attribute name="array" type="xsd:boolean" use="optional" default="false"/>
1935
+ <xsd:attribute name="v" type="xsd:boolean" use="optional" default="false"/>
1936
+ <xsd:attribute name="nf" type="xsd:boolean" use="optional" default="false"/>
1937
+ <xsd:attribute name="cs" type="xsd:boolean" use="optional" default="false"/>
1938
+ <xsd:attribute name="dr" type="ST_RefA" use="required"/>
1939
+ <xsd:attribute name="dn" type="s:ST_Xstring" use="optional"/>
1940
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
1941
+ <xsd:attribute name="sId" type="xsd:unsignedInt" use="optional"/>
1942
+ </xsd:complexType>
1943
+ <xsd:complexType name="CT_RevisionRowColumn">
1944
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
1945
+ <xsd:element name="undo" type="CT_UndoInfo" minOccurs="0" maxOccurs="unbounded"/>
1946
+ <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded"/>
1947
+ <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded"/>
1948
+ </xsd:choice>
1949
+ <xsd:attributeGroup ref="AG_RevData"/>
1950
+ <xsd:attribute name="sId" type="xsd:unsignedInt" use="required"/>
1951
+ <xsd:attribute name="eol" type="xsd:boolean" use="optional" default="false"/>
1952
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
1953
+ <xsd:attribute name="action" type="ST_rwColActionType" use="required"/>
1954
+ <xsd:attribute name="edge" type="xsd:boolean" use="optional" default="false"/>
1955
+ </xsd:complexType>
1956
+ <xsd:complexType name="CT_RevisionMove">
1957
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
1958
+ <xsd:element name="undo" type="CT_UndoInfo" minOccurs="0" maxOccurs="unbounded"/>
1959
+ <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded"/>
1960
+ <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded"/>
1961
+ </xsd:choice>
1962
+ <xsd:attributeGroup ref="AG_RevData"/>
1963
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
1964
+ <xsd:attribute name="source" type="ST_Ref" use="required"/>
1965
+ <xsd:attribute name="destination" type="ST_Ref" use="required"/>
1966
+ <xsd:attribute name="sourceSheetId" type="xsd:unsignedInt" use="optional" default="0"/>
1967
+ </xsd:complexType>
1968
+ <xsd:complexType name="CT_RevisionCustomView">
1969
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
1970
+ <xsd:attribute name="action" type="ST_RevisionAction" use="required"/>
1971
+ </xsd:complexType>
1972
+ <xsd:complexType name="CT_RevisionSheetRename">
1973
+ <xsd:sequence>
1974
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1975
+ </xsd:sequence>
1976
+ <xsd:attributeGroup ref="AG_RevData"/>
1977
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
1978
+ <xsd:attribute name="oldName" type="s:ST_Xstring" use="required"/>
1979
+ <xsd:attribute name="newName" type="s:ST_Xstring" use="required"/>
1980
+ </xsd:complexType>
1981
+ <xsd:complexType name="CT_RevisionInsertSheet">
1982
+ <xsd:attributeGroup ref="AG_RevData"/>
1983
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
1984
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
1985
+ <xsd:attribute name="sheetPosition" type="xsd:unsignedInt" use="required"/>
1986
+ </xsd:complexType>
1987
+ <xsd:complexType name="CT_RevisionCellChange">
1988
+ <xsd:sequence>
1989
+ <xsd:element name="oc" type="CT_Cell" minOccurs="0" maxOccurs="1"/>
1990
+ <xsd:element name="nc" type="CT_Cell" minOccurs="1" maxOccurs="1"/>
1991
+ <xsd:element name="odxf" type="CT_Dxf" minOccurs="0" maxOccurs="1"/>
1992
+ <xsd:element name="ndxf" type="CT_Dxf" minOccurs="0" maxOccurs="1"/>
1993
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
1994
+ </xsd:sequence>
1995
+ <xsd:attributeGroup ref="AG_RevData"/>
1996
+ <xsd:attribute name="sId" type="xsd:unsignedInt" use="required"/>
1997
+ <xsd:attribute name="odxf" type="xsd:boolean" default="false"/>
1998
+ <xsd:attribute name="xfDxf" type="xsd:boolean" use="optional" default="false"/>
1999
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
2000
+ <xsd:attribute name="dxf" type="xsd:boolean" default="false"/>
2001
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
2002
+ <xsd:attribute name="quotePrefix" type="xsd:boolean" use="optional" default="false"/>
2003
+ <xsd:attribute name="oldQuotePrefix" type="xsd:boolean" use="optional" default="false"/>
2004
+ <xsd:attribute name="ph" type="xsd:boolean" default="false"/>
2005
+ <xsd:attribute name="oldPh" type="xsd:boolean" default="false"/>
2006
+ <xsd:attribute name="endOfListFormulaUpdate" type="xsd:boolean" default="false"/>
2007
+ </xsd:complexType>
2008
+ <xsd:complexType name="CT_RevisionFormatting">
2009
+ <xsd:sequence>
2010
+ <xsd:element name="dxf" type="CT_Dxf" minOccurs="0" maxOccurs="1"/>
2011
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2012
+ </xsd:sequence>
2013
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2014
+ <xsd:attribute name="xfDxf" type="xsd:boolean" use="optional" default="false"/>
2015
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
2016
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
2017
+ <xsd:attribute name="start" type="xsd:unsignedInt" use="optional"/>
2018
+ <xsd:attribute name="length" type="xsd:unsignedInt" use="optional"/>
2019
+ </xsd:complexType>
2020
+ <xsd:complexType name="CT_RevisionAutoFormatting">
2021
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2022
+ <xsd:attributeGroup ref="AG_AutoFormat"/>
2023
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2024
+ </xsd:complexType>
2025
+ <xsd:complexType name="CT_RevisionComment">
2026
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2027
+ <xsd:attribute name="cell" type="ST_CellRef" use="required"/>
2028
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
2029
+ <xsd:attribute name="action" type="ST_RevisionAction" default="add"/>
2030
+ <xsd:attribute name="alwaysShow" type="xsd:boolean" use="optional" default="false"/>
2031
+ <xsd:attribute name="old" type="xsd:boolean" use="optional" default="false"/>
2032
+ <xsd:attribute name="hiddenRow" type="xsd:boolean" use="optional" default="false"/>
2033
+ <xsd:attribute name="hiddenColumn" type="xsd:boolean" use="optional" default="false"/>
2034
+ <xsd:attribute name="author" type="s:ST_Xstring" use="required"/>
2035
+ <xsd:attribute name="oldLength" type="xsd:unsignedInt" default="0"/>
2036
+ <xsd:attribute name="newLength" type="xsd:unsignedInt" default="0"/>
2037
+ </xsd:complexType>
2038
+ <xsd:complexType name="CT_RevisionDefinedName">
2039
+ <xsd:sequence>
2040
+ <xsd:element name="formula" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2041
+ <xsd:element name="oldFormula" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2042
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2043
+ </xsd:sequence>
2044
+ <xsd:attributeGroup ref="AG_RevData"/>
2045
+ <xsd:attribute name="localSheetId" type="xsd:unsignedInt" use="optional"/>
2046
+ <xsd:attribute name="customView" type="xsd:boolean" use="optional" default="false"/>
2047
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2048
+ <xsd:attribute name="function" type="xsd:boolean" use="optional" default="false"/>
2049
+ <xsd:attribute name="oldFunction" type="xsd:boolean" default="false"/>
2050
+ <xsd:attribute name="functionGroupId" type="xsd:unsignedByte" use="optional"/>
2051
+ <xsd:attribute name="oldFunctionGroupId" type="xsd:unsignedByte" use="optional"/>
2052
+ <xsd:attribute name="shortcutKey" type="xsd:unsignedByte" use="optional"/>
2053
+ <xsd:attribute name="oldShortcutKey" type="xsd:unsignedByte" use="optional"/>
2054
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2055
+ <xsd:attribute name="oldHidden" type="xsd:boolean" use="optional" default="false"/>
2056
+ <xsd:attribute name="customMenu" type="s:ST_Xstring" use="optional"/>
2057
+ <xsd:attribute name="oldCustomMenu" type="s:ST_Xstring" use="optional"/>
2058
+ <xsd:attribute name="description" type="s:ST_Xstring" use="optional"/>
2059
+ <xsd:attribute name="oldDescription" type="s:ST_Xstring" use="optional"/>
2060
+ <xsd:attribute name="help" type="s:ST_Xstring" use="optional"/>
2061
+ <xsd:attribute name="oldHelp" type="s:ST_Xstring" use="optional"/>
2062
+ <xsd:attribute name="statusBar" type="s:ST_Xstring" use="optional"/>
2063
+ <xsd:attribute name="oldStatusBar" type="s:ST_Xstring" use="optional"/>
2064
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
2065
+ <xsd:attribute name="oldComment" type="s:ST_Xstring" use="optional"/>
2066
+ </xsd:complexType>
2067
+ <xsd:complexType name="CT_RevisionConflict">
2068
+ <xsd:attributeGroup ref="AG_RevData"/>
2069
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="optional"/>
2070
+ </xsd:complexType>
2071
+ <xsd:complexType name="CT_RevisionQueryTableField">
2072
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
2073
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2074
+ <xsd:attribute name="fieldId" type="xsd:unsignedInt" use="required"/>
2075
+ </xsd:complexType>
2076
+ <xsd:simpleType name="ST_rwColActionType">
2077
+ <xsd:restriction base="xsd:string">
2078
+ <xsd:enumeration value="insertRow"/>
2079
+ <xsd:enumeration value="deleteRow"/>
2080
+ <xsd:enumeration value="insertCol"/>
2081
+ <xsd:enumeration value="deleteCol"/>
2082
+ </xsd:restriction>
2083
+ </xsd:simpleType>
2084
+ <xsd:simpleType name="ST_RevisionAction">
2085
+ <xsd:restriction base="xsd:string">
2086
+ <xsd:enumeration value="add"/>
2087
+ <xsd:enumeration value="delete"/>
2088
+ </xsd:restriction>
2089
+ </xsd:simpleType>
2090
+ <xsd:simpleType name="ST_FormulaExpression">
2091
+ <xsd:restriction base="xsd:string">
2092
+ <xsd:enumeration value="ref"/>
2093
+ <xsd:enumeration value="refError"/>
2094
+ <xsd:enumeration value="area"/>
2095
+ <xsd:enumeration value="areaError"/>
2096
+ <xsd:enumeration value="computedArea"/>
2097
+ </xsd:restriction>
2098
+ </xsd:simpleType>
2099
+ <xsd:element name="users" type="CT_Users"/>
2100
+ <xsd:complexType name="CT_Users">
2101
+ <xsd:sequence>
2102
+ <xsd:element name="userInfo" minOccurs="0" maxOccurs="256" type="CT_SharedUser"/>
2103
+ </xsd:sequence>
2104
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2105
+ </xsd:complexType>
2106
+ <xsd:complexType name="CT_SharedUser">
2107
+ <xsd:sequence>
2108
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2109
+ </xsd:sequence>
2110
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
2111
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2112
+ <xsd:attribute name="id" type="xsd:int" use="required"/>
2113
+ <xsd:attribute name="dateTime" type="xsd:dateTime" use="required"/>
2114
+ </xsd:complexType>
2115
+ <xsd:element name="worksheet" type="CT_Worksheet"/>
2116
+ <xsd:element name="chartsheet" type="CT_Chartsheet"/>
2117
+ <xsd:element name="dialogsheet" type="CT_Dialogsheet"/>
2118
+ <xsd:complexType name="CT_Macrosheet">
2119
+ <xsd:sequence>
2120
+ <xsd:element name="sheetPr" type="CT_SheetPr" minOccurs="0" maxOccurs="1"/>
2121
+ <xsd:element name="dimension" type="CT_SheetDimension" minOccurs="0" maxOccurs="1"/>
2122
+ <xsd:element name="sheetViews" type="CT_SheetViews" minOccurs="0" maxOccurs="1"/>
2123
+ <xsd:element name="sheetFormatPr" type="CT_SheetFormatPr" minOccurs="0" maxOccurs="1"/>
2124
+ <xsd:element name="cols" type="CT_Cols" minOccurs="0" maxOccurs="unbounded"/>
2125
+ <xsd:element name="sheetData" type="CT_SheetData" minOccurs="1" maxOccurs="1"/>
2126
+ <xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
2127
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
2128
+ <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1"/>
2129
+ <xsd:element name="dataConsolidate" type="CT_DataConsolidate" minOccurs="0" maxOccurs="1"/>
2130
+ <xsd:element name="customSheetViews" type="CT_CustomSheetViews" minOccurs="0" maxOccurs="1"/>
2131
+ <xsd:element name="phoneticPr" type="CT_PhoneticPr" minOccurs="0" maxOccurs="1"/>
2132
+ <xsd:element name="conditionalFormatting" type="CT_ConditionalFormatting" minOccurs="0"
2133
+ maxOccurs="unbounded"/>
2134
+ <xsd:element name="printOptions" type="CT_PrintOptions" minOccurs="0" maxOccurs="1"/>
2135
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
2136
+ <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
2137
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
2138
+ <xsd:element name="rowBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2139
+ <xsd:element name="colBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2140
+ <xsd:element name="customProperties" type="CT_CustomProperties" minOccurs="0" maxOccurs="1"/>
2141
+ <xsd:element name="drawing" type="CT_Drawing" minOccurs="0" maxOccurs="1"/>
2142
+ <xsd:element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2143
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2144
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2145
+ <xsd:element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
2146
+ <xsd:element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
2147
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2148
+ </xsd:sequence>
2149
+ </xsd:complexType>
2150
+ <xsd:complexType name="CT_Dialogsheet">
2151
+ <xsd:sequence>
2152
+ <xsd:element name="sheetPr" minOccurs="0" type="CT_SheetPr"/>
2153
+ <xsd:element name="sheetViews" minOccurs="0" type="CT_SheetViews"/>
2154
+ <xsd:element name="sheetFormatPr" minOccurs="0" type="CT_SheetFormatPr"/>
2155
+ <xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
2156
+ <xsd:element name="customSheetViews" minOccurs="0" type="CT_CustomSheetViews"/>
2157
+ <xsd:element name="printOptions" minOccurs="0" type="CT_PrintOptions"/>
2158
+ <xsd:element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>
2159
+ <xsd:element name="pageSetup" minOccurs="0" type="CT_PageSetup"/>
2160
+ <xsd:element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>
2161
+ <xsd:element name="drawing" minOccurs="0" type="CT_Drawing"/>
2162
+ <xsd:element name="legacyDrawing" minOccurs="0" type="CT_LegacyDrawing"/>
2163
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2164
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2165
+ <xsd:element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
2166
+ <xsd:element name="controls" type="CT_Controls" minOccurs="0" maxOccurs="1"/>
2167
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2168
+ </xsd:sequence>
2169
+ </xsd:complexType>
2170
+ <xsd:complexType name="CT_Worksheet">
2171
+ <xsd:sequence>
2172
+ <xsd:element name="sheetPr" type="CT_SheetPr" minOccurs="0" maxOccurs="1"/>
2173
+ <xsd:element name="dimension" type="CT_SheetDimension" minOccurs="0" maxOccurs="1"/>
2174
+ <xsd:element name="sheetViews" type="CT_SheetViews" minOccurs="0" maxOccurs="1"/>
2175
+ <xsd:element name="sheetFormatPr" type="CT_SheetFormatPr" minOccurs="0" maxOccurs="1"/>
2176
+ <xsd:element name="cols" type="CT_Cols" minOccurs="0" maxOccurs="unbounded"/>
2177
+ <xsd:element name="sheetData" type="CT_SheetData" minOccurs="1" maxOccurs="1"/>
2178
+ <xsd:element name="sheetCalcPr" type="CT_SheetCalcPr" minOccurs="0" maxOccurs="1"/>
2179
+ <xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
2180
+ <xsd:element name="protectedRanges" type="CT_ProtectedRanges" minOccurs="0" maxOccurs="1"/>
2181
+ <xsd:element name="scenarios" type="CT_Scenarios" minOccurs="0" maxOccurs="1"/>
2182
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
2183
+ <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1"/>
2184
+ <xsd:element name="dataConsolidate" type="CT_DataConsolidate" minOccurs="0" maxOccurs="1"/>
2185
+ <xsd:element name="customSheetViews" type="CT_CustomSheetViews" minOccurs="0" maxOccurs="1"/>
2186
+ <xsd:element name="mergeCells" type="CT_MergeCells" minOccurs="0" maxOccurs="1"/>
2187
+ <xsd:element name="phoneticPr" type="CT_PhoneticPr" minOccurs="0" maxOccurs="1"/>
2188
+ <xsd:element name="conditionalFormatting" type="CT_ConditionalFormatting" minOccurs="0"
2189
+ maxOccurs="unbounded"/>
2190
+ <xsd:element name="dataValidations" type="CT_DataValidations" minOccurs="0" maxOccurs="1"/>
2191
+ <xsd:element name="hyperlinks" type="CT_Hyperlinks" minOccurs="0" maxOccurs="1"/>
2192
+ <xsd:element name="printOptions" type="CT_PrintOptions" minOccurs="0" maxOccurs="1"/>
2193
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
2194
+ <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
2195
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
2196
+ <xsd:element name="rowBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2197
+ <xsd:element name="colBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2198
+ <xsd:element name="customProperties" type="CT_CustomProperties" minOccurs="0" maxOccurs="1"/>
2199
+ <xsd:element name="cellWatches" type="CT_CellWatches" minOccurs="0" maxOccurs="1"/>
2200
+ <xsd:element name="ignoredErrors" type="CT_IgnoredErrors" minOccurs="0" maxOccurs="1"/>
2201
+ <xsd:element name="smartTags" type="CT_SmartTags" minOccurs="0" maxOccurs="1"/>
2202
+ <xsd:element name="drawing" type="CT_Drawing" minOccurs="0" maxOccurs="1"/>
2203
+ <xsd:element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2204
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2205
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2206
+ <xsd:element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
2207
+ <xsd:element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
2208
+ <xsd:element name="controls" type="CT_Controls" minOccurs="0" maxOccurs="1"/>
2209
+ <xsd:element name="webPublishItems" type="CT_WebPublishItems" minOccurs="0" maxOccurs="1"/>
2210
+ <xsd:element name="tableParts" type="CT_TableParts" minOccurs="0" maxOccurs="1"/>
2211
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2212
+ </xsd:sequence>
2213
+ </xsd:complexType>
2214
+ <xsd:complexType name="CT_SheetData">
2215
+ <xsd:sequence>
2216
+ <xsd:element name="row" type="CT_Row" minOccurs="0" maxOccurs="unbounded"/>
2217
+ </xsd:sequence>
2218
+ </xsd:complexType>
2219
+ <xsd:complexType name="CT_SheetCalcPr">
2220
+ <xsd:attribute name="fullCalcOnLoad" type="xsd:boolean" use="optional" default="false"/>
2221
+ </xsd:complexType>
2222
+ <xsd:complexType name="CT_SheetFormatPr">
2223
+ <xsd:attribute name="baseColWidth" type="xsd:unsignedInt" use="optional" default="8"/>
2224
+ <xsd:attribute name="defaultColWidth" type="xsd:double" use="optional"/>
2225
+ <xsd:attribute name="defaultRowHeight" type="xsd:double" use="required"/>
2226
+ <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false"/>
2227
+ <xsd:attribute name="zeroHeight" type="xsd:boolean" use="optional" default="false"/>
2228
+ <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false"/>
2229
+ <xsd:attribute name="thickBottom" type="xsd:boolean" use="optional" default="false"/>
2230
+ <xsd:attribute name="outlineLevelRow" type="xsd:unsignedByte" use="optional" default="0"/>
2231
+ <xsd:attribute name="outlineLevelCol" type="xsd:unsignedByte" use="optional" default="0"/>
2232
+ </xsd:complexType>
2233
+ <xsd:complexType name="CT_Cols">
2234
+ <xsd:sequence>
2235
+ <xsd:element name="col" type="CT_Col" minOccurs="1" maxOccurs="unbounded"/>
2236
+ </xsd:sequence>
2237
+ </xsd:complexType>
2238
+ <xsd:complexType name="CT_Col">
2239
+ <xsd:attribute name="min" type="xsd:unsignedInt" use="required"/>
2240
+ <xsd:attribute name="max" type="xsd:unsignedInt" use="required"/>
2241
+ <xsd:attribute name="width" type="xsd:double" use="optional"/>
2242
+ <xsd:attribute name="style" type="xsd:unsignedInt" use="optional" default="0"/>
2243
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2244
+ <xsd:attribute name="bestFit" type="xsd:boolean" use="optional" default="false"/>
2245
+ <xsd:attribute name="customWidth" type="xsd:boolean" use="optional" default="false"/>
2246
+ <xsd:attribute name="phonetic" type="xsd:boolean" use="optional" default="false"/>
2247
+ <xsd:attribute name="outlineLevel" type="xsd:unsignedByte" use="optional" default="0"/>
2248
+ <xsd:attribute name="collapsed" type="xsd:boolean" use="optional" default="false"/>
2249
+ </xsd:complexType>
2250
+ <xsd:simpleType name="ST_CellSpan">
2251
+ <xsd:restriction base="xsd:string"/>
2252
+ </xsd:simpleType>
2253
+ <xsd:simpleType name="ST_CellSpans">
2254
+ <xsd:list itemType="ST_CellSpan"/>
2255
+ </xsd:simpleType>
2256
+ <xsd:complexType name="CT_Row">
2257
+ <xsd:sequence>
2258
+ <xsd:element name="c" type="CT_Cell" minOccurs="0" maxOccurs="unbounded"/>
2259
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2260
+ </xsd:sequence>
2261
+ <xsd:attribute name="r" type="xsd:unsignedInt" use="optional"/>
2262
+ <xsd:attribute name="spans" type="ST_CellSpans" use="optional"/>
2263
+ <xsd:attribute name="s" type="xsd:unsignedInt" use="optional" default="0"/>
2264
+ <xsd:attribute name="customFormat" type="xsd:boolean" use="optional" default="false"/>
2265
+ <xsd:attribute name="ht" type="xsd:double" use="optional"/>
2266
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2267
+ <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false"/>
2268
+ <xsd:attribute name="outlineLevel" type="xsd:unsignedByte" use="optional" default="0"/>
2269
+ <xsd:attribute name="collapsed" type="xsd:boolean" use="optional" default="false"/>
2270
+ <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false"/>
2271
+ <xsd:attribute name="thickBot" type="xsd:boolean" use="optional" default="false"/>
2272
+ <xsd:attribute name="ph" type="xsd:boolean" use="optional" default="false"/>
2273
+ </xsd:complexType>
2274
+ <xsd:complexType name="CT_Cell">
2275
+ <xsd:sequence>
2276
+ <xsd:element name="f" type="CT_CellFormula" minOccurs="0" maxOccurs="1"/>
2277
+ <xsd:element name="v" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2278
+ <xsd:element name="is" type="CT_Rst" minOccurs="0" maxOccurs="1"/>
2279
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2280
+ </xsd:sequence>
2281
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
2282
+ <xsd:attribute name="s" type="xsd:unsignedInt" use="optional" default="0"/>
2283
+ <xsd:attribute name="t" type="ST_CellType" use="optional" default="n"/>
2284
+ <xsd:attribute name="cm" type="xsd:unsignedInt" use="optional" default="0"/>
2285
+ <xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0"/>
2286
+ <xsd:attribute name="ph" type="xsd:boolean" use="optional" default="false"/>
2287
+ </xsd:complexType>
2288
+ <xsd:simpleType name="ST_CellType">
2289
+ <xsd:restriction base="xsd:string">
2290
+ <xsd:enumeration value="b"/>
2291
+ <xsd:enumeration value="n"/>
2292
+ <xsd:enumeration value="e"/>
2293
+ <xsd:enumeration value="s"/>
2294
+ <xsd:enumeration value="str"/>
2295
+ <xsd:enumeration value="inlineStr"/>
2296
+ </xsd:restriction>
2297
+ </xsd:simpleType>
2298
+ <xsd:simpleType name="ST_CellFormulaType">
2299
+ <xsd:restriction base="xsd:string">
2300
+ <xsd:enumeration value="normal"/>
2301
+ <xsd:enumeration value="array"/>
2302
+ <xsd:enumeration value="dataTable"/>
2303
+ <xsd:enumeration value="shared"/>
2304
+ </xsd:restriction>
2305
+ </xsd:simpleType>
2306
+ <xsd:complexType name="CT_SheetPr">
2307
+ <xsd:sequence>
2308
+ <xsd:element name="tabColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
2309
+ <xsd:element name="outlinePr" type="CT_OutlinePr" minOccurs="0" maxOccurs="1"/>
2310
+ <xsd:element name="pageSetUpPr" type="CT_PageSetUpPr" minOccurs="0" maxOccurs="1"/>
2311
+ </xsd:sequence>
2312
+ <xsd:attribute name="syncHorizontal" type="xsd:boolean" use="optional" default="false"/>
2313
+ <xsd:attribute name="syncVertical" type="xsd:boolean" use="optional" default="false"/>
2314
+ <xsd:attribute name="syncRef" type="ST_Ref" use="optional"/>
2315
+ <xsd:attribute name="transitionEvaluation" type="xsd:boolean" use="optional" default="false"/>
2316
+ <xsd:attribute name="transitionEntry" type="xsd:boolean" use="optional" default="false"/>
2317
+ <xsd:attribute name="published" type="xsd:boolean" use="optional" default="true"/>
2318
+ <xsd:attribute name="codeName" type="xsd:string" use="optional"/>
2319
+ <xsd:attribute name="filterMode" type="xsd:boolean" use="optional" default="false"/>
2320
+ <xsd:attribute name="enableFormatConditionsCalculation" type="xsd:boolean" use="optional"
2321
+ default="true"/>
2322
+ </xsd:complexType>
2323
+ <xsd:complexType name="CT_SheetDimension">
2324
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2325
+ </xsd:complexType>
2326
+ <xsd:complexType name="CT_SheetViews">
2327
+ <xsd:sequence>
2328
+ <xsd:element name="sheetView" type="CT_SheetView" minOccurs="1" maxOccurs="unbounded"/>
2329
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2330
+ </xsd:sequence>
2331
+ </xsd:complexType>
2332
+ <xsd:complexType name="CT_SheetView">
2333
+ <xsd:sequence>
2334
+ <xsd:element name="pane" type="CT_Pane" minOccurs="0" maxOccurs="1"/>
2335
+ <xsd:element name="selection" type="CT_Selection" minOccurs="0" maxOccurs="4"/>
2336
+ <xsd:element name="pivotSelection" type="CT_PivotSelection" minOccurs="0" maxOccurs="4"/>
2337
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
2338
+ </xsd:sequence>
2339
+ <xsd:attribute name="windowProtection" type="xsd:boolean" use="optional" default="false"/>
2340
+ <xsd:attribute name="showFormulas" type="xsd:boolean" use="optional" default="false"/>
2341
+ <xsd:attribute name="showGridLines" type="xsd:boolean" use="optional" default="true"/>
2342
+ <xsd:attribute name="showRowColHeaders" type="xsd:boolean" use="optional" default="true"/>
2343
+ <xsd:attribute name="showZeros" type="xsd:boolean" use="optional" default="true"/>
2344
+ <xsd:attribute name="rightToLeft" type="xsd:boolean" use="optional" default="false"/>
2345
+ <xsd:attribute name="tabSelected" type="xsd:boolean" use="optional" default="false"/>
2346
+ <xsd:attribute name="showRuler" type="xsd:boolean" use="optional" default="true"/>
2347
+ <xsd:attribute name="showOutlineSymbols" type="xsd:boolean" use="optional" default="true"/>
2348
+ <xsd:attribute name="defaultGridColor" type="xsd:boolean" use="optional" default="true"/>
2349
+ <xsd:attribute name="showWhiteSpace" type="xsd:boolean" use="optional" default="true"/>
2350
+ <xsd:attribute name="view" type="ST_SheetViewType" use="optional" default="normal"/>
2351
+ <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional"/>
2352
+ <xsd:attribute name="colorId" type="xsd:unsignedInt" use="optional" default="64"/>
2353
+ <xsd:attribute name="zoomScale" type="xsd:unsignedInt" use="optional" default="100"/>
2354
+ <xsd:attribute name="zoomScaleNormal" type="xsd:unsignedInt" use="optional" default="0"/>
2355
+ <xsd:attribute name="zoomScaleSheetLayoutView" type="xsd:unsignedInt" use="optional" default="0"/>
2356
+ <xsd:attribute name="zoomScalePageLayoutView" type="xsd:unsignedInt" use="optional" default="0"/>
2357
+ <xsd:attribute name="workbookViewId" type="xsd:unsignedInt" use="required"/>
2358
+ </xsd:complexType>
2359
+ <xsd:complexType name="CT_Pane">
2360
+ <xsd:attribute name="xSplit" type="xsd:double" use="optional" default="0"/>
2361
+ <xsd:attribute name="ySplit" type="xsd:double" use="optional" default="0"/>
2362
+ <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional"/>
2363
+ <xsd:attribute name="activePane" type="ST_Pane" use="optional" default="topLeft"/>
2364
+ <xsd:attribute name="state" type="ST_PaneState" use="optional" default="split"/>
2365
+ </xsd:complexType>
2366
+ <xsd:complexType name="CT_PivotSelection">
2367
+ <xsd:sequence>
2368
+ <xsd:element name="pivotArea" type="CT_PivotArea"/>
2369
+ </xsd:sequence>
2370
+ <xsd:attribute name="pane" type="ST_Pane" use="optional" default="topLeft"/>
2371
+ <xsd:attribute name="showHeader" type="xsd:boolean" default="false"/>
2372
+ <xsd:attribute name="label" type="xsd:boolean" default="false"/>
2373
+ <xsd:attribute name="data" type="xsd:boolean" default="false"/>
2374
+ <xsd:attribute name="extendable" type="xsd:boolean" default="false"/>
2375
+ <xsd:attribute name="count" type="xsd:unsignedInt" default="0"/>
2376
+ <xsd:attribute name="axis" type="ST_Axis" use="optional"/>
2377
+ <xsd:attribute name="dimension" type="xsd:unsignedInt" default="0"/>
2378
+ <xsd:attribute name="start" type="xsd:unsignedInt" default="0"/>
2379
+ <xsd:attribute name="min" type="xsd:unsignedInt" default="0"/>
2380
+ <xsd:attribute name="max" type="xsd:unsignedInt" default="0"/>
2381
+ <xsd:attribute name="activeRow" type="xsd:unsignedInt" default="0"/>
2382
+ <xsd:attribute name="activeCol" type="xsd:unsignedInt" default="0"/>
2383
+ <xsd:attribute name="previousRow" type="xsd:unsignedInt" default="0"/>
2384
+ <xsd:attribute name="previousCol" type="xsd:unsignedInt" default="0"/>
2385
+ <xsd:attribute name="click" type="xsd:unsignedInt" default="0"/>
2386
+ <xsd:attribute ref="r:id" use="optional"/>
2387
+ </xsd:complexType>
2388
+ <xsd:complexType name="CT_Selection">
2389
+ <xsd:attribute name="pane" type="ST_Pane" use="optional" default="topLeft"/>
2390
+ <xsd:attribute name="activeCell" type="ST_CellRef" use="optional"/>
2391
+ <xsd:attribute name="activeCellId" type="xsd:unsignedInt" use="optional" default="0"/>
2392
+ <xsd:attribute name="sqref" type="ST_Sqref" use="optional" default="A1"/>
2393
+ </xsd:complexType>
2394
+ <xsd:simpleType name="ST_Pane">
2395
+ <xsd:restriction base="xsd:string">
2396
+ <xsd:enumeration value="bottomRight"/>
2397
+ <xsd:enumeration value="topRight"/>
2398
+ <xsd:enumeration value="bottomLeft"/>
2399
+ <xsd:enumeration value="topLeft"/>
2400
+ </xsd:restriction>
2401
+ </xsd:simpleType>
2402
+ <xsd:complexType name="CT_PageBreak">
2403
+ <xsd:sequence>
2404
+ <xsd:element name="brk" type="CT_Break" minOccurs="0" maxOccurs="unbounded"/>
2405
+ </xsd:sequence>
2406
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
2407
+ <xsd:attribute name="manualBreakCount" type="xsd:unsignedInt" use="optional" default="0"/>
2408
+ </xsd:complexType>
2409
+ <xsd:complexType name="CT_Break">
2410
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="optional" default="0"/>
2411
+ <xsd:attribute name="min" type="xsd:unsignedInt" use="optional" default="0"/>
2412
+ <xsd:attribute name="max" type="xsd:unsignedInt" use="optional" default="0"/>
2413
+ <xsd:attribute name="man" type="xsd:boolean" use="optional" default="false"/>
2414
+ <xsd:attribute name="pt" type="xsd:boolean" use="optional" default="false"/>
2415
+ </xsd:complexType>
2416
+ <xsd:simpleType name="ST_SheetViewType">
2417
+ <xsd:restriction base="xsd:string">
2418
+ <xsd:enumeration value="normal"/>
2419
+ <xsd:enumeration value="pageBreakPreview"/>
2420
+ <xsd:enumeration value="pageLayout"/>
2421
+ </xsd:restriction>
2422
+ </xsd:simpleType>
2423
+ <xsd:complexType name="CT_OutlinePr">
2424
+ <xsd:attribute name="applyStyles" type="xsd:boolean" use="optional" default="false"/>
2425
+ <xsd:attribute name="summaryBelow" type="xsd:boolean" use="optional" default="true"/>
2426
+ <xsd:attribute name="summaryRight" type="xsd:boolean" use="optional" default="true"/>
2427
+ <xsd:attribute name="showOutlineSymbols" type="xsd:boolean" use="optional" default="true"/>
2428
+ </xsd:complexType>
2429
+ <xsd:complexType name="CT_PageSetUpPr">
2430
+ <xsd:attribute name="autoPageBreaks" type="xsd:boolean" use="optional" default="true"/>
2431
+ <xsd:attribute name="fitToPage" type="xsd:boolean" use="optional" default="false"/>
2432
+ </xsd:complexType>
2433
+ <xsd:complexType name="CT_DataConsolidate">
2434
+ <xsd:sequence>
2435
+ <xsd:element name="dataRefs" type="CT_DataRefs" minOccurs="0" maxOccurs="1"/>
2436
+ </xsd:sequence>
2437
+ <xsd:attribute name="function" type="ST_DataConsolidateFunction" use="optional" default="sum"/>
2438
+ <xsd:attribute name="startLabels" type="xsd:boolean" use="optional" default="false"/>
2439
+ <xsd:attribute name="leftLabels" type="xsd:boolean" use="optional" default="false"/>
2440
+ <xsd:attribute name="topLabels" type="xsd:boolean" use="optional" default="false"/>
2441
+ <xsd:attribute name="link" type="xsd:boolean" use="optional" default="false"/>
2442
+ </xsd:complexType>
2443
+ <xsd:simpleType name="ST_DataConsolidateFunction">
2444
+ <xsd:restriction base="xsd:string">
2445
+ <xsd:enumeration value="average"/>
2446
+ <xsd:enumeration value="count"/>
2447
+ <xsd:enumeration value="countNums"/>
2448
+ <xsd:enumeration value="max"/>
2449
+ <xsd:enumeration value="min"/>
2450
+ <xsd:enumeration value="product"/>
2451
+ <xsd:enumeration value="stdDev"/>
2452
+ <xsd:enumeration value="stdDevp"/>
2453
+ <xsd:enumeration value="sum"/>
2454
+ <xsd:enumeration value="var"/>
2455
+ <xsd:enumeration value="varp"/>
2456
+ </xsd:restriction>
2457
+ </xsd:simpleType>
2458
+ <xsd:complexType name="CT_DataRefs">
2459
+ <xsd:sequence>
2460
+ <xsd:element name="dataRef" type="CT_DataRef" minOccurs="0" maxOccurs="unbounded"/>
2461
+ </xsd:sequence>
2462
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2463
+ </xsd:complexType>
2464
+ <xsd:complexType name="CT_DataRef">
2465
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
2466
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
2467
+ <xsd:attribute name="sheet" type="s:ST_Xstring" use="optional"/>
2468
+ <xsd:attribute ref="r:id" use="optional"/>
2469
+ </xsd:complexType>
2470
+ <xsd:complexType name="CT_MergeCells">
2471
+ <xsd:sequence>
2472
+ <xsd:element name="mergeCell" type="CT_MergeCell" minOccurs="1" maxOccurs="unbounded"/>
2473
+ </xsd:sequence>
2474
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2475
+ </xsd:complexType>
2476
+ <xsd:complexType name="CT_MergeCell">
2477
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2478
+ </xsd:complexType>
2479
+ <xsd:complexType name="CT_SmartTags">
2480
+ <xsd:sequence>
2481
+ <xsd:element name="cellSmartTags" type="CT_CellSmartTags" minOccurs="1" maxOccurs="unbounded"
2482
+ />
2483
+ </xsd:sequence>
2484
+ </xsd:complexType>
2485
+ <xsd:complexType name="CT_CellSmartTags">
2486
+ <xsd:sequence>
2487
+ <xsd:element name="cellSmartTag" type="CT_CellSmartTag" minOccurs="1" maxOccurs="unbounded"/>
2488
+ </xsd:sequence>
2489
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
2490
+ </xsd:complexType>
2491
+ <xsd:complexType name="CT_CellSmartTag">
2492
+ <xsd:sequence>
2493
+ <xsd:element name="cellSmartTagPr" minOccurs="0" maxOccurs="unbounded"
2494
+ type="CT_CellSmartTagPr"/>
2495
+ </xsd:sequence>
2496
+ <xsd:attribute name="type" type="xsd:unsignedInt" use="required"/>
2497
+ <xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false"/>
2498
+ <xsd:attribute name="xmlBased" type="xsd:boolean" use="optional" default="false"/>
2499
+ </xsd:complexType>
2500
+ <xsd:complexType name="CT_CellSmartTagPr">
2501
+ <xsd:attribute name="key" type="s:ST_Xstring" use="required"/>
2502
+ <xsd:attribute name="val" type="s:ST_Xstring" use="required"/>
2503
+ </xsd:complexType>
2504
+ <xsd:complexType name="CT_Drawing">
2505
+ <xsd:attribute ref="r:id" use="required"/>
2506
+ </xsd:complexType>
2507
+ <xsd:complexType name="CT_LegacyDrawing">
2508
+ <xsd:attribute ref="r:id" use="required"/>
2509
+ </xsd:complexType>
2510
+ <xsd:complexType name="CT_DrawingHF">
2511
+ <xsd:attribute ref="r:id" use="required"/>
2512
+ <xsd:attribute name="lho" type="xsd:unsignedInt" use="optional"/>
2513
+ <xsd:attribute name="lhe" type="xsd:unsignedInt" use="optional"/>
2514
+ <xsd:attribute name="lhf" type="xsd:unsignedInt" use="optional"/>
2515
+ <xsd:attribute name="cho" type="xsd:unsignedInt" use="optional"/>
2516
+ <xsd:attribute name="che" type="xsd:unsignedInt" use="optional"/>
2517
+ <xsd:attribute name="chf" type="xsd:unsignedInt" use="optional"/>
2518
+ <xsd:attribute name="rho" type="xsd:unsignedInt" use="optional"/>
2519
+ <xsd:attribute name="rhe" type="xsd:unsignedInt" use="optional"/>
2520
+ <xsd:attribute name="rhf" type="xsd:unsignedInt" use="optional"/>
2521
+ <xsd:attribute name="lfo" type="xsd:unsignedInt" use="optional"/>
2522
+ <xsd:attribute name="lfe" type="xsd:unsignedInt" use="optional"/>
2523
+ <xsd:attribute name="lff" type="xsd:unsignedInt" use="optional"/>
2524
+ <xsd:attribute name="cfo" type="xsd:unsignedInt" use="optional"/>
2525
+ <xsd:attribute name="cfe" type="xsd:unsignedInt" use="optional"/>
2526
+ <xsd:attribute name="cff" type="xsd:unsignedInt" use="optional"/>
2527
+ <xsd:attribute name="rfo" type="xsd:unsignedInt" use="optional"/>
2528
+ <xsd:attribute name="rfe" type="xsd:unsignedInt" use="optional"/>
2529
+ <xsd:attribute name="rff" type="xsd:unsignedInt" use="optional"/>
2530
+ </xsd:complexType>
2531
+ <xsd:complexType name="CT_CustomSheetViews">
2532
+ <xsd:sequence>
2533
+ <xsd:element name="customSheetView" minOccurs="1" maxOccurs="unbounded"
2534
+ type="CT_CustomSheetView"/>
2535
+ </xsd:sequence>
2536
+ </xsd:complexType>
2537
+ <xsd:complexType name="CT_CustomSheetView">
2538
+ <xsd:sequence>
2539
+ <xsd:element name="pane" type="CT_Pane" minOccurs="0" maxOccurs="1"/>
2540
+ <xsd:element name="selection" type="CT_Selection" minOccurs="0" maxOccurs="1"/>
2541
+ <xsd:element name="rowBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2542
+ <xsd:element name="colBreaks" type="CT_PageBreak" minOccurs="0" maxOccurs="1"/>
2543
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
2544
+ <xsd:element name="printOptions" type="CT_PrintOptions" minOccurs="0" maxOccurs="1"/>
2545
+ <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
2546
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
2547
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
2548
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2549
+ </xsd:sequence>
2550
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
2551
+ <xsd:attribute name="scale" type="xsd:unsignedInt" default="100"/>
2552
+ <xsd:attribute name="colorId" type="xsd:unsignedInt" default="64"/>
2553
+ <xsd:attribute name="showPageBreaks" type="xsd:boolean" use="optional" default="false"/>
2554
+ <xsd:attribute name="showFormulas" type="xsd:boolean" use="optional" default="false"/>
2555
+ <xsd:attribute name="showGridLines" type="xsd:boolean" use="optional" default="true"/>
2556
+ <xsd:attribute name="showRowCol" type="xsd:boolean" use="optional" default="true"/>
2557
+ <xsd:attribute name="outlineSymbols" type="xsd:boolean" use="optional" default="true"/>
2558
+ <xsd:attribute name="zeroValues" type="xsd:boolean" use="optional" default="true"/>
2559
+ <xsd:attribute name="fitToPage" type="xsd:boolean" use="optional" default="false"/>
2560
+ <xsd:attribute name="printArea" type="xsd:boolean" use="optional" default="false"/>
2561
+ <xsd:attribute name="filter" type="xsd:boolean" use="optional" default="false"/>
2562
+ <xsd:attribute name="showAutoFilter" type="xsd:boolean" use="optional" default="false"/>
2563
+ <xsd:attribute name="hiddenRows" type="xsd:boolean" use="optional" default="false"/>
2564
+ <xsd:attribute name="hiddenColumns" type="xsd:boolean" use="optional" default="false"/>
2565
+ <xsd:attribute name="state" type="ST_SheetState" default="visible"/>
2566
+ <xsd:attribute name="filterUnique" type="xsd:boolean" use="optional" default="false"/>
2567
+ <xsd:attribute name="view" type="ST_SheetViewType" default="normal"/>
2568
+ <xsd:attribute name="showRuler" type="xsd:boolean" use="optional" default="true"/>
2569
+ <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional"/>
2570
+ </xsd:complexType>
2571
+ <xsd:complexType name="CT_DataValidations">
2572
+ <xsd:sequence>
2573
+ <xsd:element name="dataValidation" type="CT_DataValidation" minOccurs="1"
2574
+ maxOccurs="unbounded"/>
2575
+ </xsd:sequence>
2576
+ <xsd:attribute name="disablePrompts" type="xsd:boolean" use="optional" default="false"/>
2577
+ <xsd:attribute name="xWindow" type="xsd:unsignedInt" use="optional"/>
2578
+ <xsd:attribute name="yWindow" type="xsd:unsignedInt" use="optional"/>
2579
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2580
+ </xsd:complexType>
2581
+ <xsd:complexType name="CT_DataValidation">
2582
+ <xsd:sequence>
2583
+ <xsd:element name="formula1" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2584
+ <xsd:element name="formula2" type="ST_Formula" minOccurs="0" maxOccurs="1"/>
2585
+ </xsd:sequence>
2586
+ <xsd:attribute name="type" type="ST_DataValidationType" use="optional" default="none"/>
2587
+ <xsd:attribute name="errorStyle" type="ST_DataValidationErrorStyle" use="optional"
2588
+ default="stop"/>
2589
+ <xsd:attribute name="imeMode" type="ST_DataValidationImeMode" use="optional" default="noControl"/>
2590
+ <xsd:attribute name="operator" type="ST_DataValidationOperator" use="optional" default="between"/>
2591
+ <xsd:attribute name="allowBlank" type="xsd:boolean" use="optional" default="false"/>
2592
+ <xsd:attribute name="showDropDown" type="xsd:boolean" use="optional" default="false"/>
2593
+ <xsd:attribute name="showInputMessage" type="xsd:boolean" use="optional" default="false"/>
2594
+ <xsd:attribute name="showErrorMessage" type="xsd:boolean" use="optional" default="false"/>
2595
+ <xsd:attribute name="errorTitle" type="s:ST_Xstring" use="optional"/>
2596
+ <xsd:attribute name="error" type="s:ST_Xstring" use="optional"/>
2597
+ <xsd:attribute name="promptTitle" type="s:ST_Xstring" use="optional"/>
2598
+ <xsd:attribute name="prompt" type="s:ST_Xstring" use="optional"/>
2599
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
2600
+ </xsd:complexType>
2601
+ <xsd:simpleType name="ST_DataValidationType">
2602
+ <xsd:restriction base="xsd:string">
2603
+ <xsd:enumeration value="none"/>
2604
+ <xsd:enumeration value="whole"/>
2605
+ <xsd:enumeration value="decimal"/>
2606
+ <xsd:enumeration value="list"/>
2607
+ <xsd:enumeration value="date"/>
2608
+ <xsd:enumeration value="time"/>
2609
+ <xsd:enumeration value="textLength"/>
2610
+ <xsd:enumeration value="custom"/>
2611
+ </xsd:restriction>
2612
+ </xsd:simpleType>
2613
+ <xsd:simpleType name="ST_DataValidationOperator">
2614
+ <xsd:restriction base="xsd:string">
2615
+ <xsd:enumeration value="between"/>
2616
+ <xsd:enumeration value="notBetween"/>
2617
+ <xsd:enumeration value="equal"/>
2618
+ <xsd:enumeration value="notEqual"/>
2619
+ <xsd:enumeration value="lessThan"/>
2620
+ <xsd:enumeration value="lessThanOrEqual"/>
2621
+ <xsd:enumeration value="greaterThan"/>
2622
+ <xsd:enumeration value="greaterThanOrEqual"/>
2623
+ </xsd:restriction>
2624
+ </xsd:simpleType>
2625
+ <xsd:simpleType name="ST_DataValidationErrorStyle">
2626
+ <xsd:restriction base="xsd:string">
2627
+ <xsd:enumeration value="stop"/>
2628
+ <xsd:enumeration value="warning"/>
2629
+ <xsd:enumeration value="information"/>
2630
+ </xsd:restriction>
2631
+ </xsd:simpleType>
2632
+ <xsd:simpleType name="ST_DataValidationImeMode">
2633
+ <xsd:restriction base="xsd:string">
2634
+ <xsd:enumeration value="noControl"/>
2635
+ <xsd:enumeration value="off"/>
2636
+ <xsd:enumeration value="on"/>
2637
+ <xsd:enumeration value="disabled"/>
2638
+ <xsd:enumeration value="hiragana"/>
2639
+ <xsd:enumeration value="fullKatakana"/>
2640
+ <xsd:enumeration value="halfKatakana"/>
2641
+ <xsd:enumeration value="fullAlpha"/>
2642
+ <xsd:enumeration value="halfAlpha"/>
2643
+ <xsd:enumeration value="fullHangul"/>
2644
+ <xsd:enumeration value="halfHangul"/>
2645
+ </xsd:restriction>
2646
+ </xsd:simpleType>
2647
+ <xsd:simpleType name="ST_CfType">
2648
+ <xsd:restriction base="xsd:string">
2649
+ <xsd:enumeration value="expression"/>
2650
+ <xsd:enumeration value="cellIs"/>
2651
+ <xsd:enumeration value="colorScale"/>
2652
+ <xsd:enumeration value="dataBar"/>
2653
+ <xsd:enumeration value="iconSet"/>
2654
+ <xsd:enumeration value="top10"/>
2655
+ <xsd:enumeration value="uniqueValues"/>
2656
+ <xsd:enumeration value="duplicateValues"/>
2657
+ <xsd:enumeration value="containsText"/>
2658
+ <xsd:enumeration value="notContainsText"/>
2659
+ <xsd:enumeration value="beginsWith"/>
2660
+ <xsd:enumeration value="endsWith"/>
2661
+ <xsd:enumeration value="containsBlanks"/>
2662
+ <xsd:enumeration value="notContainsBlanks"/>
2663
+ <xsd:enumeration value="containsErrors"/>
2664
+ <xsd:enumeration value="notContainsErrors"/>
2665
+ <xsd:enumeration value="timePeriod"/>
2666
+ <xsd:enumeration value="aboveAverage"/>
2667
+ </xsd:restriction>
2668
+ </xsd:simpleType>
2669
+ <xsd:simpleType name="ST_TimePeriod">
2670
+ <xsd:restriction base="xsd:string">
2671
+ <xsd:enumeration value="today"/>
2672
+ <xsd:enumeration value="yesterday"/>
2673
+ <xsd:enumeration value="tomorrow"/>
2674
+ <xsd:enumeration value="last7Days"/>
2675
+ <xsd:enumeration value="thisMonth"/>
2676
+ <xsd:enumeration value="lastMonth"/>
2677
+ <xsd:enumeration value="nextMonth"/>
2678
+ <xsd:enumeration value="thisWeek"/>
2679
+ <xsd:enumeration value="lastWeek"/>
2680
+ <xsd:enumeration value="nextWeek"/>
2681
+ </xsd:restriction>
2682
+ </xsd:simpleType>
2683
+ <xsd:simpleType name="ST_ConditionalFormattingOperator">
2684
+ <xsd:restriction base="xsd:string">
2685
+ <xsd:enumeration value="lessThan"/>
2686
+ <xsd:enumeration value="lessThanOrEqual"/>
2687
+ <xsd:enumeration value="equal"/>
2688
+ <xsd:enumeration value="notEqual"/>
2689
+ <xsd:enumeration value="greaterThanOrEqual"/>
2690
+ <xsd:enumeration value="greaterThan"/>
2691
+ <xsd:enumeration value="between"/>
2692
+ <xsd:enumeration value="notBetween"/>
2693
+ <xsd:enumeration value="containsText"/>
2694
+ <xsd:enumeration value="notContains"/>
2695
+ <xsd:enumeration value="beginsWith"/>
2696
+ <xsd:enumeration value="endsWith"/>
2697
+ </xsd:restriction>
2698
+ </xsd:simpleType>
2699
+ <xsd:simpleType name="ST_CfvoType">
2700
+ <xsd:restriction base="xsd:string">
2701
+ <xsd:enumeration value="num"/>
2702
+ <xsd:enumeration value="percent"/>
2703
+ <xsd:enumeration value="max"/>
2704
+ <xsd:enumeration value="min"/>
2705
+ <xsd:enumeration value="formula"/>
2706
+ <xsd:enumeration value="percentile"/>
2707
+ </xsd:restriction>
2708
+ </xsd:simpleType>
2709
+ <xsd:complexType name="CT_ConditionalFormatting">
2710
+ <xsd:sequence>
2711
+ <xsd:element name="cfRule" type="CT_CfRule" minOccurs="1" maxOccurs="unbounded"/>
2712
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2713
+ </xsd:sequence>
2714
+ <xsd:attribute name="pivot" type="xsd:boolean" default="false"/>
2715
+ <xsd:attribute name="sqref" type="ST_Sqref"/>
2716
+ </xsd:complexType>
2717
+ <xsd:complexType name="CT_CfRule">
2718
+ <xsd:sequence>
2719
+ <xsd:element name="formula" type="ST_Formula" minOccurs="0" maxOccurs="3"/>
2720
+ <xsd:element name="colorScale" type="CT_ColorScale" minOccurs="0" maxOccurs="1"/>
2721
+ <xsd:element name="dataBar" type="CT_DataBar" minOccurs="0" maxOccurs="1"/>
2722
+ <xsd:element name="iconSet" type="CT_IconSet" minOccurs="0" maxOccurs="1"/>
2723
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
2724
+ </xsd:sequence>
2725
+ <xsd:attribute name="type" type="ST_CfType"/>
2726
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
2727
+ <xsd:attribute name="priority" type="xsd:int" use="required"/>
2728
+ <xsd:attribute name="stopIfTrue" type="xsd:boolean" use="optional" default="false"/>
2729
+ <xsd:attribute name="aboveAverage" type="xsd:boolean" use="optional" default="true"/>
2730
+ <xsd:attribute name="percent" type="xsd:boolean" use="optional" default="false"/>
2731
+ <xsd:attribute name="bottom" type="xsd:boolean" use="optional" default="false"/>
2732
+ <xsd:attribute name="operator" type="ST_ConditionalFormattingOperator" use="optional"/>
2733
+ <xsd:attribute name="text" type="xsd:string" use="optional"/>
2734
+ <xsd:attribute name="timePeriod" type="ST_TimePeriod" use="optional"/>
2735
+ <xsd:attribute name="rank" type="xsd:unsignedInt" use="optional"/>
2736
+ <xsd:attribute name="stdDev" type="xsd:int" use="optional"/>
2737
+ <xsd:attribute name="equalAverage" type="xsd:boolean" use="optional" default="false"/>
2738
+ </xsd:complexType>
2739
+ <xsd:complexType name="CT_Hyperlinks">
2740
+ <xsd:sequence>
2741
+ <xsd:element name="hyperlink" type="CT_Hyperlink" minOccurs="1" maxOccurs="unbounded"/>
2742
+ </xsd:sequence>
2743
+ </xsd:complexType>
2744
+ <xsd:complexType name="CT_Hyperlink">
2745
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
2746
+ <xsd:attribute ref="r:id" use="optional"/>
2747
+ <xsd:attribute name="location" type="s:ST_Xstring" use="optional"/>
2748
+ <xsd:attribute name="tooltip" type="s:ST_Xstring" use="optional"/>
2749
+ <xsd:attribute name="display" type="s:ST_Xstring" use="optional"/>
2750
+ </xsd:complexType>
2751
+ <xsd:complexType name="CT_CellFormula">
2752
+ <xsd:simpleContent>
2753
+ <xsd:extension base="ST_Formula">
2754
+ <xsd:attribute name="t" type="ST_CellFormulaType" use="optional" default="normal"/>
2755
+ <xsd:attribute name="aca" type="xsd:boolean" use="optional" default="false"/>
2756
+ <xsd:attribute name="ref" type="ST_Ref" use="optional"/>
2757
+ <xsd:attribute name="dt2D" type="xsd:boolean" use="optional" default="false"/>
2758
+ <xsd:attribute name="dtr" type="xsd:boolean" use="optional" default="false"/>
2759
+ <xsd:attribute name="del1" type="xsd:boolean" use="optional" default="false"/>
2760
+ <xsd:attribute name="del2" type="xsd:boolean" use="optional" default="false"/>
2761
+ <xsd:attribute name="r1" type="ST_CellRef" use="optional"/>
2762
+ <xsd:attribute name="r2" type="ST_CellRef" use="optional"/>
2763
+ <xsd:attribute name="ca" type="xsd:boolean" use="optional" default="false"/>
2764
+ <xsd:attribute name="si" type="xsd:unsignedInt" use="optional"/>
2765
+ <xsd:attribute name="bx" type="xsd:boolean" use="optional" default="false"/>
2766
+ </xsd:extension>
2767
+ </xsd:simpleContent>
2768
+ </xsd:complexType>
2769
+ <xsd:complexType name="CT_ColorScale">
2770
+ <xsd:sequence>
2771
+ <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded"/>
2772
+ <xsd:element name="color" type="CT_Color" minOccurs="2" maxOccurs="unbounded"/>
2773
+ </xsd:sequence>
2774
+ </xsd:complexType>
2775
+ <xsd:complexType name="CT_DataBar">
2776
+ <xsd:sequence>
2777
+ <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="2"/>
2778
+ <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="1"/>
2779
+ </xsd:sequence>
2780
+ <xsd:attribute name="minLength" type="xsd:unsignedInt" use="optional" default="10"/>
2781
+ <xsd:attribute name="maxLength" type="xsd:unsignedInt" use="optional" default="90"/>
2782
+ <xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true"/>
2783
+ </xsd:complexType>
2784
+ <xsd:complexType name="CT_IconSet">
2785
+ <xsd:sequence>
2786
+ <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded"/>
2787
+ </xsd:sequence>
2788
+ <xsd:attribute name="iconSet" type="ST_IconSetType" use="optional" default="3TrafficLights1"/>
2789
+ <xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true"/>
2790
+ <xsd:attribute name="percent" type="xsd:boolean" default="true"/>
2791
+ <xsd:attribute name="reverse" type="xsd:boolean" use="optional" default="false"/>
2792
+ </xsd:complexType>
2793
+ <xsd:complexType name="CT_Cfvo">
2794
+ <xsd:sequence>
2795
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2796
+ </xsd:sequence>
2797
+ <xsd:attribute name="type" type="ST_CfvoType" use="required"/>
2798
+ <xsd:attribute name="val" type="s:ST_Xstring" use="optional"/>
2799
+ <xsd:attribute name="gte" type="xsd:boolean" use="optional" default="true"/>
2800
+ </xsd:complexType>
2801
+ <xsd:complexType name="CT_PageMargins">
2802
+ <xsd:attribute name="left" type="xsd:double" use="required"/>
2803
+ <xsd:attribute name="right" type="xsd:double" use="required"/>
2804
+ <xsd:attribute name="top" type="xsd:double" use="required"/>
2805
+ <xsd:attribute name="bottom" type="xsd:double" use="required"/>
2806
+ <xsd:attribute name="header" type="xsd:double" use="required"/>
2807
+ <xsd:attribute name="footer" type="xsd:double" use="required"/>
2808
+ </xsd:complexType>
2809
+ <xsd:complexType name="CT_PrintOptions">
2810
+ <xsd:attribute name="horizontalCentered" type="xsd:boolean" use="optional" default="false"/>
2811
+ <xsd:attribute name="verticalCentered" type="xsd:boolean" use="optional" default="false"/>
2812
+ <xsd:attribute name="headings" type="xsd:boolean" use="optional" default="false"/>
2813
+ <xsd:attribute name="gridLines" type="xsd:boolean" use="optional" default="false"/>
2814
+ <xsd:attribute name="gridLinesSet" type="xsd:boolean" use="optional" default="true"/>
2815
+ </xsd:complexType>
2816
+ <xsd:complexType name="CT_PageSetup">
2817
+ <xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1"/>
2818
+ <xsd:attribute name="paperHeight" type="s:ST_PositiveUniversalMeasure" use="optional"/>
2819
+ <xsd:attribute name="paperWidth" type="s:ST_PositiveUniversalMeasure" use="optional"/>
2820
+ <xsd:attribute name="scale" type="xsd:unsignedInt" use="optional" default="100"/>
2821
+ <xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1"/>
2822
+ <xsd:attribute name="fitToWidth" type="xsd:unsignedInt" use="optional" default="1"/>
2823
+ <xsd:attribute name="fitToHeight" type="xsd:unsignedInt" use="optional" default="1"/>
2824
+ <xsd:attribute name="pageOrder" type="ST_PageOrder" use="optional" default="downThenOver"/>
2825
+ <xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default"/>
2826
+ <xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true"/>
2827
+ <xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false"/>
2828
+ <xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false"/>
2829
+ <xsd:attribute name="cellComments" type="ST_CellComments" use="optional" default="none"/>
2830
+ <xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false"/>
2831
+ <xsd:attribute name="errors" type="ST_PrintError" use="optional" default="displayed"/>
2832
+ <xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
2833
+ <xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
2834
+ <xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1"/>
2835
+ <xsd:attribute ref="r:id" use="optional"/>
2836
+ </xsd:complexType>
2837
+ <xsd:simpleType name="ST_PageOrder">
2838
+ <xsd:restriction base="xsd:string">
2839
+ <xsd:enumeration value="downThenOver"/>
2840
+ <xsd:enumeration value="overThenDown"/>
2841
+ </xsd:restriction>
2842
+ </xsd:simpleType>
2843
+ <xsd:simpleType name="ST_Orientation">
2844
+ <xsd:restriction base="xsd:string">
2845
+ <xsd:enumeration value="default"/>
2846
+ <xsd:enumeration value="portrait"/>
2847
+ <xsd:enumeration value="landscape"/>
2848
+ </xsd:restriction>
2849
+ </xsd:simpleType>
2850
+ <xsd:simpleType name="ST_CellComments">
2851
+ <xsd:restriction base="xsd:string">
2852
+ <xsd:enumeration value="none"/>
2853
+ <xsd:enumeration value="asDisplayed"/>
2854
+ <xsd:enumeration value="atEnd"/>
2855
+ </xsd:restriction>
2856
+ </xsd:simpleType>
2857
+ <xsd:complexType name="CT_HeaderFooter">
2858
+ <xsd:sequence>
2859
+ <xsd:element name="oddHeader" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2860
+ <xsd:element name="oddFooter" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2861
+ <xsd:element name="evenHeader" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2862
+ <xsd:element name="evenFooter" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2863
+ <xsd:element name="firstHeader" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2864
+ <xsd:element name="firstFooter" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
2865
+ </xsd:sequence>
2866
+ <xsd:attribute name="differentOddEven" type="xsd:boolean" default="false"/>
2867
+ <xsd:attribute name="differentFirst" type="xsd:boolean" default="false"/>
2868
+ <xsd:attribute name="scaleWithDoc" type="xsd:boolean" default="true"/>
2869
+ <xsd:attribute name="alignWithMargins" type="xsd:boolean" default="true"/>
2870
+ </xsd:complexType>
2871
+ <xsd:simpleType name="ST_PrintError">
2872
+ <xsd:restriction base="xsd:string">
2873
+ <xsd:enumeration value="displayed"/>
2874
+ <xsd:enumeration value="blank"/>
2875
+ <xsd:enumeration value="dash"/>
2876
+ <xsd:enumeration value="NA"/>
2877
+ </xsd:restriction>
2878
+ </xsd:simpleType>
2879
+ <xsd:complexType name="CT_Scenarios">
2880
+ <xsd:sequence>
2881
+ <xsd:element name="scenario" type="CT_Scenario" minOccurs="1" maxOccurs="unbounded"/>
2882
+ </xsd:sequence>
2883
+ <xsd:attribute name="current" type="xsd:unsignedInt" use="optional"/>
2884
+ <xsd:attribute name="show" type="xsd:unsignedInt" use="optional"/>
2885
+ <xsd:attribute name="sqref" type="ST_Sqref" use="optional"/>
2886
+ </xsd:complexType>
2887
+ <xsd:complexType name="CT_SheetProtection">
2888
+ <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional"/>
2889
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
2890
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
2891
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
2892
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
2893
+ <xsd:attribute name="sheet" type="xsd:boolean" use="optional" default="false"/>
2894
+ <xsd:attribute name="objects" type="xsd:boolean" use="optional" default="false"/>
2895
+ <xsd:attribute name="scenarios" type="xsd:boolean" use="optional" default="false"/>
2896
+ <xsd:attribute name="formatCells" type="xsd:boolean" use="optional" default="true"/>
2897
+ <xsd:attribute name="formatColumns" type="xsd:boolean" use="optional" default="true"/>
2898
+ <xsd:attribute name="formatRows" type="xsd:boolean" use="optional" default="true"/>
2899
+ <xsd:attribute name="insertColumns" type="xsd:boolean" use="optional" default="true"/>
2900
+ <xsd:attribute name="insertRows" type="xsd:boolean" use="optional" default="true"/>
2901
+ <xsd:attribute name="insertHyperlinks" type="xsd:boolean" use="optional" default="true"/>
2902
+ <xsd:attribute name="deleteColumns" type="xsd:boolean" use="optional" default="true"/>
2903
+ <xsd:attribute name="deleteRows" type="xsd:boolean" use="optional" default="true"/>
2904
+ <xsd:attribute name="selectLockedCells" type="xsd:boolean" use="optional" default="false"/>
2905
+ <xsd:attribute name="sort" type="xsd:boolean" use="optional" default="true"/>
2906
+ <xsd:attribute name="autoFilter" type="xsd:boolean" use="optional" default="true"/>
2907
+ <xsd:attribute name="pivotTables" type="xsd:boolean" use="optional" default="true"/>
2908
+ <xsd:attribute name="selectUnlockedCells" type="xsd:boolean" use="optional" default="false"/>
2909
+ </xsd:complexType>
2910
+ <xsd:complexType name="CT_ProtectedRanges">
2911
+ <xsd:sequence>
2912
+ <xsd:element name="protectedRange" type="CT_ProtectedRange" minOccurs="1"
2913
+ maxOccurs="unbounded"/>
2914
+ </xsd:sequence>
2915
+ </xsd:complexType>
2916
+ <xsd:complexType name="CT_ProtectedRange">
2917
+ <xsd:sequence>
2918
+ <xsd:element name="securityDescriptor" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
2919
+ </xsd:sequence>
2920
+ <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional"/>
2921
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
2922
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2923
+ <xsd:attribute name="securityDescriptor" type="xsd:string" use="optional"/>
2924
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
2925
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
2926
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
2927
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
2928
+ </xsd:complexType>
2929
+ <xsd:complexType name="CT_Scenario">
2930
+ <xsd:sequence>
2931
+ <xsd:element name="inputCells" type="CT_InputCells" minOccurs="1" maxOccurs="unbounded"/>
2932
+ </xsd:sequence>
2933
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
2934
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="false"/>
2935
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
2936
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
2937
+ <xsd:attribute name="user" type="s:ST_Xstring" use="optional"/>
2938
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
2939
+ </xsd:complexType>
2940
+ <xsd:complexType name="CT_InputCells">
2941
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
2942
+ <xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false"/>
2943
+ <xsd:attribute name="undone" type="xsd:boolean" use="optional" default="false"/>
2944
+ <xsd:attribute name="val" type="s:ST_Xstring" use="required"/>
2945
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
2946
+ </xsd:complexType>
2947
+ <xsd:complexType name="CT_CellWatches">
2948
+ <xsd:sequence>
2949
+ <xsd:element name="cellWatch" type="CT_CellWatch" minOccurs="1" maxOccurs="unbounded"/>
2950
+ </xsd:sequence>
2951
+ </xsd:complexType>
2952
+ <xsd:complexType name="CT_CellWatch">
2953
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
2954
+ </xsd:complexType>
2955
+ <xsd:complexType name="CT_Chartsheet">
2956
+ <xsd:sequence>
2957
+ <xsd:element name="sheetPr" type="CT_ChartsheetPr" minOccurs="0" maxOccurs="1"/>
2958
+ <xsd:element name="sheetViews" type="CT_ChartsheetViews" minOccurs="1" maxOccurs="1"/>
2959
+ <xsd:element name="sheetProtection" type="CT_ChartsheetProtection" minOccurs="0" maxOccurs="1"/>
2960
+ <xsd:element name="customSheetViews" type="CT_CustomChartsheetViews" minOccurs="0"
2961
+ maxOccurs="1"/>
2962
+ <xsd:element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>
2963
+ <xsd:element name="pageSetup" type="CT_CsPageSetup" minOccurs="0" maxOccurs="1"/>
2964
+ <xsd:element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>
2965
+ <xsd:element name="drawing" type="CT_Drawing" minOccurs="1" maxOccurs="1"/>
2966
+ <xsd:element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2967
+ <xsd:element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
2968
+ <xsd:element name="drawingHF" type="CT_DrawingHF" minOccurs="0" maxOccurs="1"/>
2969
+ <xsd:element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
2970
+ <xsd:element name="webPublishItems" type="CT_WebPublishItems" minOccurs="0" maxOccurs="1"/>
2971
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2972
+ </xsd:sequence>
2973
+ </xsd:complexType>
2974
+ <xsd:complexType name="CT_ChartsheetPr">
2975
+ <xsd:sequence>
2976
+ <xsd:element name="tabColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
2977
+ </xsd:sequence>
2978
+ <xsd:attribute name="published" type="xsd:boolean" use="optional" default="true"/>
2979
+ <xsd:attribute name="codeName" type="xsd:string" use="optional"/>
2980
+ </xsd:complexType>
2981
+ <xsd:complexType name="CT_ChartsheetViews">
2982
+ <xsd:sequence>
2983
+ <xsd:element name="sheetView" type="CT_ChartsheetView" minOccurs="1" maxOccurs="unbounded"/>
2984
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2985
+ </xsd:sequence>
2986
+ </xsd:complexType>
2987
+ <xsd:complexType name="CT_ChartsheetView">
2988
+ <xsd:sequence>
2989
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
2990
+ </xsd:sequence>
2991
+ <xsd:attribute name="tabSelected" type="xsd:boolean" use="optional" default="false"/>
2992
+ <xsd:attribute name="zoomScale" type="xsd:unsignedInt" default="100" use="optional"/>
2993
+ <xsd:attribute name="workbookViewId" type="xsd:unsignedInt" use="required"/>
2994
+ <xsd:attribute name="zoomToFit" type="xsd:boolean" use="optional" default="false"/>
2995
+ </xsd:complexType>
2996
+ <xsd:complexType name="CT_ChartsheetProtection">
2997
+ <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional"/>
2998
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
2999
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
3000
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
3001
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
3002
+ <xsd:attribute name="content" type="xsd:boolean" use="optional" default="false"/>
3003
+ <xsd:attribute name="objects" type="xsd:boolean" use="optional" default="false"/>
3004
+ </xsd:complexType>
3005
+ <xsd:complexType name="CT_CsPageSetup">
3006
+ <xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1"/>
3007
+ <xsd:attribute name="paperHeight" type="s:ST_PositiveUniversalMeasure" use="optional"/>
3008
+ <xsd:attribute name="paperWidth" type="s:ST_PositiveUniversalMeasure" use="optional"/>
3009
+ <xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1"/>
3010
+ <xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default"/>
3011
+ <xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true"/>
3012
+ <xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false"/>
3013
+ <xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false"/>
3014
+ <xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false"/>
3015
+ <xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
3016
+ <xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600"/>
3017
+ <xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1"/>
3018
+ <xsd:attribute ref="r:id" use="optional"/>
3019
+ </xsd:complexType>
3020
+ <xsd:complexType name="CT_CustomChartsheetViews">
3021
+ <xsd:sequence>
3022
+ <xsd:element name="customSheetView" minOccurs="0" maxOccurs="unbounded"
3023
+ type="CT_CustomChartsheetView"/>
3024
+ </xsd:sequence>
3025
+ </xsd:complexType>
3026
+ <xsd:complexType name="CT_CustomChartsheetView">
3027
+ <xsd:sequence>
3028
+ <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
3029
+ <xsd:element name="pageSetup" type="CT_CsPageSetup" minOccurs="0" maxOccurs="1"/>
3030
+ <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
3031
+ </xsd:sequence>
3032
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
3033
+ <xsd:attribute name="scale" type="xsd:unsignedInt" default="100"/>
3034
+ <xsd:attribute name="state" type="ST_SheetState" default="visible"/>
3035
+ <xsd:attribute name="zoomToFit" type="xsd:boolean" use="optional" default="false"/>
3036
+ </xsd:complexType>
3037
+ <xsd:complexType name="CT_CustomProperties">
3038
+ <xsd:sequence>
3039
+ <xsd:element name="customPr" type="CT_CustomProperty" minOccurs="1" maxOccurs="unbounded"/>
3040
+ </xsd:sequence>
3041
+ </xsd:complexType>
3042
+ <xsd:complexType name="CT_CustomProperty">
3043
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3044
+ <xsd:attribute ref="r:id" use="required"/>
3045
+ </xsd:complexType>
3046
+ <xsd:complexType name="CT_OleObjects">
3047
+ <xsd:sequence>
3048
+ <xsd:element name="oleObject" type="CT_OleObject" minOccurs="1" maxOccurs="unbounded"/>
3049
+ </xsd:sequence>
3050
+ </xsd:complexType>
3051
+ <xsd:complexType name="CT_OleObject">
3052
+ <xsd:sequence>
3053
+ <xsd:element name="objectPr" type="CT_ObjectPr" minOccurs="0" maxOccurs="1"/>
3054
+ </xsd:sequence>
3055
+ <xsd:attribute name="progId" type="xsd:string" use="optional"/>
3056
+ <xsd:attribute name="dvAspect" type="ST_DvAspect" use="optional" default="DVASPECT_CONTENT"/>
3057
+ <xsd:attribute name="link" type="s:ST_Xstring" use="optional"/>
3058
+ <xsd:attribute name="oleUpdate" type="ST_OleUpdate" use="optional"/>
3059
+ <xsd:attribute name="autoLoad" type="xsd:boolean" use="optional" default="false"/>
3060
+ <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required"/>
3061
+ <xsd:attribute ref="r:id" use="optional"/>
3062
+ </xsd:complexType>
3063
+ <xsd:complexType name="CT_ObjectPr">
3064
+ <xsd:sequence>
3065
+ <xsd:element name="anchor" type="CT_ObjectAnchor" minOccurs="1" maxOccurs="1"/>
3066
+ </xsd:sequence>
3067
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="true"/>
3068
+ <xsd:attribute name="defaultSize" type="xsd:boolean" use="optional" default="true"/>
3069
+ <xsd:attribute name="print" type="xsd:boolean" use="optional" default="true"/>
3070
+ <xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false"/>
3071
+ <xsd:attribute name="uiObject" type="xsd:boolean" use="optional" default="false"/>
3072
+ <xsd:attribute name="autoFill" type="xsd:boolean" use="optional" default="true"/>
3073
+ <xsd:attribute name="autoLine" type="xsd:boolean" use="optional" default="true"/>
3074
+ <xsd:attribute name="autoPict" type="xsd:boolean" use="optional" default="true"/>
3075
+ <xsd:attribute name="macro" type="ST_Formula" use="optional"/>
3076
+ <xsd:attribute name="altText" type="s:ST_Xstring" use="optional"/>
3077
+ <xsd:attribute name="dde" type="xsd:boolean" use="optional" default="false"/>
3078
+ <xsd:attribute ref="r:id" use="optional"/>
3079
+ </xsd:complexType>
3080
+ <xsd:simpleType name="ST_DvAspect">
3081
+ <xsd:restriction base="xsd:string">
3082
+ <xsd:enumeration value="DVASPECT_CONTENT"/>
3083
+ <xsd:enumeration value="DVASPECT_ICON"/>
3084
+ </xsd:restriction>
3085
+ </xsd:simpleType>
3086
+ <xsd:simpleType name="ST_OleUpdate">
3087
+ <xsd:restriction base="xsd:string">
3088
+ <xsd:enumeration value="OLEUPDATE_ALWAYS"/>
3089
+ <xsd:enumeration value="OLEUPDATE_ONCALL"/>
3090
+ </xsd:restriction>
3091
+ </xsd:simpleType>
3092
+ <xsd:complexType name="CT_WebPublishItems">
3093
+ <xsd:sequence>
3094
+ <xsd:element name="webPublishItem" type="CT_WebPublishItem" minOccurs="1"
3095
+ maxOccurs="unbounded"/>
3096
+ </xsd:sequence>
3097
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3098
+ </xsd:complexType>
3099
+ <xsd:complexType name="CT_WebPublishItem">
3100
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3101
+ <xsd:attribute name="divId" type="s:ST_Xstring" use="required"/>
3102
+ <xsd:attribute name="sourceType" type="ST_WebSourceType" use="required"/>
3103
+ <xsd:attribute name="sourceRef" type="ST_Ref" use="optional"/>
3104
+ <xsd:attribute name="sourceObject" type="s:ST_Xstring" use="optional"/>
3105
+ <xsd:attribute name="destinationFile" type="s:ST_Xstring" use="required"/>
3106
+ <xsd:attribute name="title" type="s:ST_Xstring" use="optional"/>
3107
+ <xsd:attribute name="autoRepublish" type="xsd:boolean" use="optional" default="false"/>
3108
+ </xsd:complexType>
3109
+ <xsd:complexType name="CT_Controls">
3110
+ <xsd:sequence>
3111
+ <xsd:element name="control" type="CT_Control" minOccurs="1" maxOccurs="unbounded"/>
3112
+ </xsd:sequence>
3113
+ </xsd:complexType>
3114
+ <xsd:complexType name="CT_Control">
3115
+ <xsd:sequence>
3116
+ <xsd:element name="controlPr" type="CT_ControlPr" minOccurs="0" maxOccurs="1"/>
3117
+ </xsd:sequence>
3118
+ <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required"/>
3119
+ <xsd:attribute ref="r:id" use="required"/>
3120
+ <xsd:attribute name="name" type="xsd:string" use="optional"/>
3121
+ </xsd:complexType>
3122
+ <xsd:complexType name="CT_ControlPr">
3123
+ <xsd:sequence>
3124
+ <xsd:element name="anchor" type="CT_ObjectAnchor" minOccurs="1" maxOccurs="1"/>
3125
+ </xsd:sequence>
3126
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="true"/>
3127
+ <xsd:attribute name="defaultSize" type="xsd:boolean" use="optional" default="true"/>
3128
+ <xsd:attribute name="print" type="xsd:boolean" use="optional" default="true"/>
3129
+ <xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false"/>
3130
+ <xsd:attribute name="recalcAlways" type="xsd:boolean" use="optional" default="false"/>
3131
+ <xsd:attribute name="uiObject" type="xsd:boolean" use="optional" default="false"/>
3132
+ <xsd:attribute name="autoFill" type="xsd:boolean" use="optional" default="true"/>
3133
+ <xsd:attribute name="autoLine" type="xsd:boolean" use="optional" default="true"/>
3134
+ <xsd:attribute name="autoPict" type="xsd:boolean" use="optional" default="true"/>
3135
+ <xsd:attribute name="macro" type="ST_Formula" use="optional"/>
3136
+ <xsd:attribute name="altText" type="s:ST_Xstring" use="optional"/>
3137
+ <xsd:attribute name="linkedCell" type="ST_Formula" use="optional"/>
3138
+ <xsd:attribute name="listFillRange" type="ST_Formula" use="optional"/>
3139
+ <xsd:attribute name="cf" type="s:ST_Xstring" use="optional" default="pict"/>
3140
+ <xsd:attribute ref="r:id" use="optional"/>
3141
+ </xsd:complexType>
3142
+ <xsd:simpleType name="ST_WebSourceType">
3143
+ <xsd:restriction base="xsd:string">
3144
+ <xsd:enumeration value="sheet"/>
3145
+ <xsd:enumeration value="printArea"/>
3146
+ <xsd:enumeration value="autoFilter"/>
3147
+ <xsd:enumeration value="range"/>
3148
+ <xsd:enumeration value="chart"/>
3149
+ <xsd:enumeration value="pivotTable"/>
3150
+ <xsd:enumeration value="query"/>
3151
+ <xsd:enumeration value="label"/>
3152
+ </xsd:restriction>
3153
+ </xsd:simpleType>
3154
+ <xsd:complexType name="CT_IgnoredErrors">
3155
+ <xsd:sequence>
3156
+ <xsd:element name="ignoredError" type="CT_IgnoredError" minOccurs="1" maxOccurs="unbounded"/>
3157
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3158
+ </xsd:sequence>
3159
+ </xsd:complexType>
3160
+ <xsd:complexType name="CT_IgnoredError">
3161
+ <xsd:attribute name="sqref" type="ST_Sqref" use="required"/>
3162
+ <xsd:attribute name="evalError" type="xsd:boolean" use="optional" default="false"/>
3163
+ <xsd:attribute name="twoDigitTextYear" type="xsd:boolean" use="optional" default="false"/>
3164
+ <xsd:attribute name="numberStoredAsText" type="xsd:boolean" use="optional" default="false"/>
3165
+ <xsd:attribute name="formula" type="xsd:boolean" use="optional" default="false"/>
3166
+ <xsd:attribute name="formulaRange" type="xsd:boolean" use="optional" default="false"/>
3167
+ <xsd:attribute name="unlockedFormula" type="xsd:boolean" use="optional" default="false"/>
3168
+ <xsd:attribute name="emptyCellReference" type="xsd:boolean" use="optional" default="false"/>
3169
+ <xsd:attribute name="listDataValidation" type="xsd:boolean" use="optional" default="false"/>
3170
+ <xsd:attribute name="calculatedColumn" type="xsd:boolean" use="optional" default="false"/>
3171
+ </xsd:complexType>
3172
+ <xsd:simpleType name="ST_PaneState">
3173
+ <xsd:restriction base="xsd:string">
3174
+ <xsd:enumeration value="split"/>
3175
+ <xsd:enumeration value="frozen"/>
3176
+ <xsd:enumeration value="frozenSplit"/>
3177
+ </xsd:restriction>
3178
+ </xsd:simpleType>
3179
+ <xsd:complexType name="CT_TableParts">
3180
+ <xsd:sequence>
3181
+ <xsd:element name="tablePart" type="CT_TablePart" minOccurs="0" maxOccurs="unbounded"/>
3182
+ </xsd:sequence>
3183
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3184
+ </xsd:complexType>
3185
+ <xsd:complexType name="CT_TablePart">
3186
+ <xsd:attribute ref="r:id" use="required"/>
3187
+ </xsd:complexType>
3188
+ <xsd:element name="metadata" type="CT_Metadata"/>
3189
+ <xsd:complexType name="CT_Metadata">
3190
+ <xsd:sequence>
3191
+ <xsd:element name="metadataTypes" type="CT_MetadataTypes" minOccurs="0" maxOccurs="1"/>
3192
+ <xsd:element name="metadataStrings" type="CT_MetadataStrings" minOccurs="0" maxOccurs="1"/>
3193
+ <xsd:element name="mdxMetadata" type="CT_MdxMetadata" minOccurs="0" maxOccurs="1"/>
3194
+ <xsd:element name="futureMetadata" type="CT_FutureMetadata" minOccurs="0"
3195
+ maxOccurs="unbounded"/>
3196
+ <xsd:element name="cellMetadata" type="CT_MetadataBlocks" minOccurs="0" maxOccurs="1"/>
3197
+ <xsd:element name="valueMetadata" type="CT_MetadataBlocks" minOccurs="0" maxOccurs="1"/>
3198
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
3199
+ </xsd:sequence>
3200
+ </xsd:complexType>
3201
+ <xsd:complexType name="CT_MetadataTypes">
3202
+ <xsd:sequence>
3203
+ <xsd:element name="metadataType" type="CT_MetadataType" minOccurs="1" maxOccurs="unbounded"/>
3204
+ </xsd:sequence>
3205
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3206
+ </xsd:complexType>
3207
+ <xsd:complexType name="CT_MetadataType">
3208
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3209
+ <xsd:attribute name="minSupportedVersion" type="xsd:unsignedInt" use="required"/>
3210
+ <xsd:attribute name="ghostRow" type="xsd:boolean" use="optional" default="false"/>
3211
+ <xsd:attribute name="ghostCol" type="xsd:boolean" use="optional" default="false"/>
3212
+ <xsd:attribute name="edit" type="xsd:boolean" use="optional" default="false"/>
3213
+ <xsd:attribute name="delete" type="xsd:boolean" use="optional" default="false"/>
3214
+ <xsd:attribute name="copy" type="xsd:boolean" use="optional" default="false"/>
3215
+ <xsd:attribute name="pasteAll" type="xsd:boolean" use="optional" default="false"/>
3216
+ <xsd:attribute name="pasteFormulas" type="xsd:boolean" use="optional" default="false"/>
3217
+ <xsd:attribute name="pasteValues" type="xsd:boolean" use="optional" default="false"/>
3218
+ <xsd:attribute name="pasteFormats" type="xsd:boolean" use="optional" default="false"/>
3219
+ <xsd:attribute name="pasteComments" type="xsd:boolean" use="optional" default="false"/>
3220
+ <xsd:attribute name="pasteDataValidation" type="xsd:boolean" use="optional" default="false"/>
3221
+ <xsd:attribute name="pasteBorders" type="xsd:boolean" use="optional" default="false"/>
3222
+ <xsd:attribute name="pasteColWidths" type="xsd:boolean" use="optional" default="false"/>
3223
+ <xsd:attribute name="pasteNumberFormats" type="xsd:boolean" use="optional" default="false"/>
3224
+ <xsd:attribute name="merge" type="xsd:boolean" use="optional" default="false"/>
3225
+ <xsd:attribute name="splitFirst" type="xsd:boolean" use="optional" default="false"/>
3226
+ <xsd:attribute name="splitAll" type="xsd:boolean" use="optional" default="false"/>
3227
+ <xsd:attribute name="rowColShift" type="xsd:boolean" use="optional" default="false"/>
3228
+ <xsd:attribute name="clearAll" type="xsd:boolean" default="false"/>
3229
+ <xsd:attribute name="clearFormats" type="xsd:boolean" use="optional" default="false"/>
3230
+ <xsd:attribute name="clearContents" type="xsd:boolean" use="optional" default="false"/>
3231
+ <xsd:attribute name="clearComments" type="xsd:boolean" use="optional" default="false"/>
3232
+ <xsd:attribute name="assign" type="xsd:boolean" use="optional" default="false"/>
3233
+ <xsd:attribute name="coerce" type="xsd:boolean" use="optional" default="false"/>
3234
+ <xsd:attribute name="adjust" type="xsd:boolean" use="optional" default="false"/>
3235
+ <xsd:attribute name="cellMeta" type="xsd:boolean" use="optional" default="false"/>
3236
+ </xsd:complexType>
3237
+ <xsd:complexType name="CT_MetadataBlocks">
3238
+ <xsd:sequence>
3239
+ <xsd:element name="bk" type="CT_MetadataBlock" minOccurs="1" maxOccurs="unbounded"/>
3240
+ </xsd:sequence>
3241
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3242
+ </xsd:complexType>
3243
+ <xsd:complexType name="CT_MetadataBlock">
3244
+ <xsd:sequence>
3245
+ <xsd:element name="rc" type="CT_MetadataRecord" minOccurs="1" maxOccurs="unbounded"/>
3246
+ </xsd:sequence>
3247
+ </xsd:complexType>
3248
+ <xsd:complexType name="CT_MetadataRecord">
3249
+ <xsd:attribute name="t" type="xsd:unsignedInt" use="required"/>
3250
+ <xsd:attribute name="v" type="xsd:unsignedInt" use="required"/>
3251
+ </xsd:complexType>
3252
+ <xsd:complexType name="CT_FutureMetadata">
3253
+ <xsd:sequence>
3254
+ <xsd:element name="bk" type="CT_FutureMetadataBlock" minOccurs="0" maxOccurs="unbounded"/>
3255
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
3256
+ </xsd:sequence>
3257
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3258
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3259
+ </xsd:complexType>
3260
+ <xsd:complexType name="CT_FutureMetadataBlock">
3261
+ <xsd:sequence>
3262
+ <xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
3263
+ </xsd:sequence>
3264
+ </xsd:complexType>
3265
+ <xsd:complexType name="CT_MdxMetadata">
3266
+ <xsd:sequence>
3267
+ <xsd:element name="mdx" type="CT_Mdx" minOccurs="1" maxOccurs="unbounded"/>
3268
+ </xsd:sequence>
3269
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3270
+ </xsd:complexType>
3271
+ <xsd:complexType name="CT_Mdx">
3272
+ <xsd:choice minOccurs="1" maxOccurs="1">
3273
+ <xsd:element name="t" type="CT_MdxTuple"/>
3274
+ <xsd:element name="ms" type="CT_MdxSet"/>
3275
+ <xsd:element name="p" type="CT_MdxMemeberProp"/>
3276
+ <xsd:element name="k" type="CT_MdxKPI"/>
3277
+ </xsd:choice>
3278
+ <xsd:attribute name="n" type="xsd:unsignedInt" use="required"/>
3279
+ <xsd:attribute name="f" type="ST_MdxFunctionType" use="required"/>
3280
+ </xsd:complexType>
3281
+ <xsd:simpleType name="ST_MdxFunctionType">
3282
+ <xsd:restriction base="xsd:string">
3283
+ <xsd:enumeration value="m"/>
3284
+ <xsd:enumeration value="v"/>
3285
+ <xsd:enumeration value="s"/>
3286
+ <xsd:enumeration value="c"/>
3287
+ <xsd:enumeration value="r"/>
3288
+ <xsd:enumeration value="p"/>
3289
+ <xsd:enumeration value="k"/>
3290
+ </xsd:restriction>
3291
+ </xsd:simpleType>
3292
+ <xsd:complexType name="CT_MdxTuple">
3293
+ <xsd:sequence>
3294
+ <xsd:element name="n" type="CT_MetadataStringIndex" minOccurs="0" maxOccurs="unbounded"/>
3295
+ </xsd:sequence>
3296
+ <xsd:attribute name="c" type="xsd:unsignedInt" use="optional" default="0"/>
3297
+ <xsd:attribute name="ct" type="s:ST_Xstring" use="optional"/>
3298
+ <xsd:attribute name="si" type="xsd:unsignedInt" use="optional"/>
3299
+ <xsd:attribute name="fi" type="xsd:unsignedInt" use="optional"/>
3300
+ <xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
3301
+ <xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
3302
+ <xsd:attribute name="i" type="xsd:boolean" use="optional" default="false"/>
3303
+ <xsd:attribute name="u" type="xsd:boolean" use="optional" default="false"/>
3304
+ <xsd:attribute name="st" type="xsd:boolean" use="optional" default="false"/>
3305
+ <xsd:attribute name="b" type="xsd:boolean" use="optional" default="false"/>
3306
+ </xsd:complexType>
3307
+ <xsd:complexType name="CT_MdxSet">
3308
+ <xsd:sequence>
3309
+ <xsd:element name="n" type="CT_MetadataStringIndex" minOccurs="0" maxOccurs="unbounded"/>
3310
+ </xsd:sequence>
3311
+ <xsd:attribute name="ns" type="xsd:unsignedInt" use="required"/>
3312
+ <xsd:attribute name="c" type="xsd:unsignedInt" use="optional" default="0"/>
3313
+ <xsd:attribute name="o" type="ST_MdxSetOrder" use="optional" default="u"/>
3314
+ </xsd:complexType>
3315
+ <xsd:simpleType name="ST_MdxSetOrder">
3316
+ <xsd:restriction base="xsd:string">
3317
+ <xsd:enumeration value="u"/>
3318
+ <xsd:enumeration value="a"/>
3319
+ <xsd:enumeration value="d"/>
3320
+ <xsd:enumeration value="aa"/>
3321
+ <xsd:enumeration value="ad"/>
3322
+ <xsd:enumeration value="na"/>
3323
+ <xsd:enumeration value="nd"/>
3324
+ </xsd:restriction>
3325
+ </xsd:simpleType>
3326
+ <xsd:complexType name="CT_MdxMemeberProp">
3327
+ <xsd:attribute name="n" type="xsd:unsignedInt" use="required"/>
3328
+ <xsd:attribute name="np" type="xsd:unsignedInt" use="required"/>
3329
+ </xsd:complexType>
3330
+ <xsd:complexType name="CT_MdxKPI">
3331
+ <xsd:attribute name="n" type="xsd:unsignedInt" use="required"/>
3332
+ <xsd:attribute name="np" type="xsd:unsignedInt" use="required"/>
3333
+ <xsd:attribute name="p" type="ST_MdxKPIProperty" use="required"/>
3334
+ </xsd:complexType>
3335
+ <xsd:simpleType name="ST_MdxKPIProperty">
3336
+ <xsd:restriction base="xsd:string">
3337
+ <xsd:enumeration value="v"/>
3338
+ <xsd:enumeration value="g"/>
3339
+ <xsd:enumeration value="s"/>
3340
+ <xsd:enumeration value="t"/>
3341
+ <xsd:enumeration value="w"/>
3342
+ <xsd:enumeration value="m"/>
3343
+ </xsd:restriction>
3344
+ </xsd:simpleType>
3345
+ <xsd:complexType name="CT_MetadataStringIndex">
3346
+ <xsd:attribute name="x" type="xsd:unsignedInt" use="required"/>
3347
+ <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/>
3348
+ </xsd:complexType>
3349
+ <xsd:complexType name="CT_MetadataStrings">
3350
+ <xsd:sequence>
3351
+ <xsd:element name="s" type="CT_XStringElement" minOccurs="1" maxOccurs="unbounded"/>
3352
+ </xsd:sequence>
3353
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3354
+ </xsd:complexType>
3355
+ <xsd:element name="singleXmlCells" type="CT_SingleXmlCells"/>
3356
+ <xsd:complexType name="CT_SingleXmlCells">
3357
+ <xsd:sequence>
3358
+ <xsd:element name="singleXmlCell" type="CT_SingleXmlCell" maxOccurs="unbounded"/>
3359
+ </xsd:sequence>
3360
+ </xsd:complexType>
3361
+ <xsd:complexType name="CT_SingleXmlCell">
3362
+ <xsd:sequence>
3363
+ <xsd:element name="xmlCellPr" type="CT_XmlCellPr" minOccurs="1" maxOccurs="1"/>
3364
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3365
+ </xsd:sequence>
3366
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3367
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
3368
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="required"/>
3369
+ </xsd:complexType>
3370
+ <xsd:complexType name="CT_XmlCellPr">
3371
+ <xsd:sequence>
3372
+ <xsd:element name="xmlPr" type="CT_XmlPr" minOccurs="1" maxOccurs="1"/>
3373
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3374
+ </xsd:sequence>
3375
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3376
+ <xsd:attribute name="uniqueName" type="s:ST_Xstring" use="optional"/>
3377
+ </xsd:complexType>
3378
+ <xsd:complexType name="CT_XmlPr">
3379
+ <xsd:sequence>
3380
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3381
+ </xsd:sequence>
3382
+ <xsd:attribute name="mapId" type="xsd:unsignedInt" use="required"/>
3383
+ <xsd:attribute name="xpath" type="s:ST_Xstring" use="required"/>
3384
+ <xsd:attribute name="xmlDataType" type="ST_XmlDataType" use="required"/>
3385
+ </xsd:complexType>
3386
+ <xsd:element name="styleSheet" type="CT_Stylesheet"/>
3387
+ <xsd:complexType name="CT_Stylesheet">
3388
+ <xsd:sequence>
3389
+ <xsd:element name="numFmts" type="CT_NumFmts" minOccurs="0" maxOccurs="1"/>
3390
+ <xsd:element name="fonts" type="CT_Fonts" minOccurs="0" maxOccurs="1"/>
3391
+ <xsd:element name="fills" type="CT_Fills" minOccurs="0" maxOccurs="1"/>
3392
+ <xsd:element name="borders" type="CT_Borders" minOccurs="0" maxOccurs="1"/>
3393
+ <xsd:element name="cellStyleXfs" type="CT_CellStyleXfs" minOccurs="0" maxOccurs="1"/>
3394
+ <xsd:element name="cellXfs" type="CT_CellXfs" minOccurs="0" maxOccurs="1"/>
3395
+ <xsd:element name="cellStyles" type="CT_CellStyles" minOccurs="0" maxOccurs="1"/>
3396
+ <xsd:element name="dxfs" type="CT_Dxfs" minOccurs="0" maxOccurs="1"/>
3397
+ <xsd:element name="tableStyles" type="CT_TableStyles" minOccurs="0" maxOccurs="1"/>
3398
+ <xsd:element name="colors" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
3399
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3400
+ </xsd:sequence>
3401
+ </xsd:complexType>
3402
+ <xsd:complexType name="CT_CellAlignment">
3403
+ <xsd:attribute name="horizontal" type="ST_HorizontalAlignment" use="optional"/>
3404
+ <xsd:attribute name="vertical" type="ST_VerticalAlignment" default="bottom" use="optional"/>
3405
+ <xsd:attribute name="textRotation" type="ST_TextRotation" use="optional"/>
3406
+ <xsd:attribute name="wrapText" type="xsd:boolean" use="optional"/>
3407
+ <xsd:attribute name="indent" type="xsd:unsignedInt" use="optional"/>
3408
+ <xsd:attribute name="relativeIndent" type="xsd:int" use="optional"/>
3409
+ <xsd:attribute name="justifyLastLine" type="xsd:boolean" use="optional"/>
3410
+ <xsd:attribute name="shrinkToFit" type="xsd:boolean" use="optional"/>
3411
+ <xsd:attribute name="readingOrder" type="xsd:unsignedInt" use="optional"/>
3412
+ </xsd:complexType>
3413
+ <xsd:simpleType name="ST_TextRotation">
3414
+ <xsd:union>
3415
+ <xsd:simpleType>
3416
+ <xsd:restriction base="xsd:nonNegativeInteger">
3417
+ <xsd:maxInclusive value="180"/>
3418
+ </xsd:restriction>
3419
+ </xsd:simpleType>
3420
+ <xsd:simpleType>
3421
+ <xsd:restriction base="xsd:nonNegativeInteger">
3422
+ <xsd:enumeration value="255"/>
3423
+ </xsd:restriction>
3424
+ </xsd:simpleType>
3425
+ </xsd:union>
3426
+ </xsd:simpleType>
3427
+ <xsd:simpleType name="ST_BorderStyle">
3428
+ <xsd:restriction base="xsd:string">
3429
+ <xsd:enumeration value="none"/>
3430
+ <xsd:enumeration value="thin"/>
3431
+ <xsd:enumeration value="medium"/>
3432
+ <xsd:enumeration value="dashed"/>
3433
+ <xsd:enumeration value="dotted"/>
3434
+ <xsd:enumeration value="thick"/>
3435
+ <xsd:enumeration value="double"/>
3436
+ <xsd:enumeration value="hair"/>
3437
+ <xsd:enumeration value="mediumDashed"/>
3438
+ <xsd:enumeration value="dashDot"/>
3439
+ <xsd:enumeration value="mediumDashDot"/>
3440
+ <xsd:enumeration value="dashDotDot"/>
3441
+ <xsd:enumeration value="mediumDashDotDot"/>
3442
+ <xsd:enumeration value="slantDashDot"/>
3443
+ </xsd:restriction>
3444
+ </xsd:simpleType>
3445
+ <xsd:complexType name="CT_Borders">
3446
+ <xsd:sequence>
3447
+ <xsd:element name="border" type="CT_Border" minOccurs="0" maxOccurs="unbounded"/>
3448
+ </xsd:sequence>
3449
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3450
+ </xsd:complexType>
3451
+ <xsd:complexType name="CT_Border">
3452
+ <xsd:sequence>
3453
+ <xsd:element name="start" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3454
+ <xsd:element name="end" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3455
+ <xsd:element name="left" type="CT_BorderPr" minOccurs="0"/>
3456
+ <xsd:element name="right" type="CT_BorderPr" minOccurs="0"/>
3457
+ <xsd:element name="top" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3458
+ <xsd:element name="bottom" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3459
+ <xsd:element name="diagonal" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3460
+ <xsd:element name="vertical" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3461
+ <xsd:element name="horizontal" type="CT_BorderPr" minOccurs="0" maxOccurs="1"/>
3462
+ </xsd:sequence>
3463
+ <xsd:attribute name="diagonalUp" type="xsd:boolean" use="optional"/>
3464
+ <xsd:attribute name="diagonalDown" type="xsd:boolean" use="optional"/>
3465
+ <xsd:attribute name="outline" type="xsd:boolean" use="optional" default="true"/>
3466
+ </xsd:complexType>
3467
+ <xsd:complexType name="CT_BorderPr">
3468
+ <xsd:sequence>
3469
+ <xsd:element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3470
+ </xsd:sequence>
3471
+ <xsd:attribute name="style" type="ST_BorderStyle" use="optional" default="none"/>
3472
+ </xsd:complexType>
3473
+ <xsd:complexType name="CT_CellProtection">
3474
+ <xsd:attribute name="locked" type="xsd:boolean" use="optional"/>
3475
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional"/>
3476
+ </xsd:complexType>
3477
+ <xsd:complexType name="CT_Fonts">
3478
+ <xsd:sequence>
3479
+ <xsd:element name="font" type="CT_Font" minOccurs="0" maxOccurs="unbounded"/>
3480
+ </xsd:sequence>
3481
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3482
+ </xsd:complexType>
3483
+ <xsd:complexType name="CT_Fills">
3484
+ <xsd:sequence>
3485
+ <xsd:element name="fill" type="CT_Fill" minOccurs="0" maxOccurs="unbounded"/>
3486
+ </xsd:sequence>
3487
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3488
+ </xsd:complexType>
3489
+ <xsd:complexType name="CT_Fill">
3490
+ <xsd:choice minOccurs="1" maxOccurs="1">
3491
+ <xsd:element name="patternFill" type="CT_PatternFill" minOccurs="0" maxOccurs="1"/>
3492
+ <xsd:element name="gradientFill" type="CT_GradientFill" minOccurs="0" maxOccurs="1"/>
3493
+ </xsd:choice>
3494
+ </xsd:complexType>
3495
+ <xsd:complexType name="CT_PatternFill">
3496
+ <xsd:sequence>
3497
+ <xsd:element name="fgColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3498
+ <xsd:element name="bgColor" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3499
+ </xsd:sequence>
3500
+ <xsd:attribute name="patternType" type="ST_PatternType" use="optional"/>
3501
+ </xsd:complexType>
3502
+ <xsd:complexType name="CT_Color">
3503
+ <xsd:attribute name="auto" type="xsd:boolean" use="optional"/>
3504
+ <xsd:attribute name="indexed" type="xsd:unsignedInt" use="optional"/>
3505
+ <xsd:attribute name="rgb" type="ST_UnsignedIntHex" use="optional"/>
3506
+ <xsd:attribute name="theme" type="xsd:unsignedInt" use="optional"/>
3507
+ <xsd:attribute name="tint" type="xsd:double" use="optional" default="0.0"/>
3508
+ </xsd:complexType>
3509
+ <xsd:simpleType name="ST_PatternType">
3510
+ <xsd:restriction base="xsd:string">
3511
+ <xsd:enumeration value="none"/>
3512
+ <xsd:enumeration value="solid"/>
3513
+ <xsd:enumeration value="mediumGray"/>
3514
+ <xsd:enumeration value="darkGray"/>
3515
+ <xsd:enumeration value="lightGray"/>
3516
+ <xsd:enumeration value="darkHorizontal"/>
3517
+ <xsd:enumeration value="darkVertical"/>
3518
+ <xsd:enumeration value="darkDown"/>
3519
+ <xsd:enumeration value="darkUp"/>
3520
+ <xsd:enumeration value="darkGrid"/>
3521
+ <xsd:enumeration value="darkTrellis"/>
3522
+ <xsd:enumeration value="lightHorizontal"/>
3523
+ <xsd:enumeration value="lightVertical"/>
3524
+ <xsd:enumeration value="lightDown"/>
3525
+ <xsd:enumeration value="lightUp"/>
3526
+ <xsd:enumeration value="lightGrid"/>
3527
+ <xsd:enumeration value="lightTrellis"/>
3528
+ <xsd:enumeration value="gray125"/>
3529
+ <xsd:enumeration value="gray0625"/>
3530
+ </xsd:restriction>
3531
+ </xsd:simpleType>
3532
+ <xsd:complexType name="CT_GradientFill">
3533
+ <xsd:sequence>
3534
+ <xsd:element name="stop" type="CT_GradientStop" minOccurs="0" maxOccurs="unbounded"/>
3535
+ </xsd:sequence>
3536
+ <xsd:attribute name="type" type="ST_GradientType" use="optional" default="linear"/>
3537
+ <xsd:attribute name="degree" type="xsd:double" use="optional" default="0"/>
3538
+ <xsd:attribute name="left" type="xsd:double" use="optional" default="0"/>
3539
+ <xsd:attribute name="right" type="xsd:double" use="optional" default="0"/>
3540
+ <xsd:attribute name="top" type="xsd:double" use="optional" default="0"/>
3541
+ <xsd:attribute name="bottom" type="xsd:double" use="optional" default="0"/>
3542
+ </xsd:complexType>
3543
+ <xsd:complexType name="CT_GradientStop">
3544
+ <xsd:sequence>
3545
+ <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="1"/>
3546
+ </xsd:sequence>
3547
+ <xsd:attribute name="position" type="xsd:double" use="required"/>
3548
+ </xsd:complexType>
3549
+ <xsd:simpleType name="ST_GradientType">
3550
+ <xsd:restriction base="xsd:string">
3551
+ <xsd:enumeration value="linear"/>
3552
+ <xsd:enumeration value="path"/>
3553
+ </xsd:restriction>
3554
+ </xsd:simpleType>
3555
+ <xsd:simpleType name="ST_HorizontalAlignment">
3556
+ <xsd:restriction base="xsd:string">
3557
+ <xsd:enumeration value="general"/>
3558
+ <xsd:enumeration value="left"/>
3559
+ <xsd:enumeration value="center"/>
3560
+ <xsd:enumeration value="right"/>
3561
+ <xsd:enumeration value="fill"/>
3562
+ <xsd:enumeration value="justify"/>
3563
+ <xsd:enumeration value="centerContinuous"/>
3564
+ <xsd:enumeration value="distributed"/>
3565
+ </xsd:restriction>
3566
+ </xsd:simpleType>
3567
+ <xsd:simpleType name="ST_VerticalAlignment">
3568
+ <xsd:restriction base="xsd:string">
3569
+ <xsd:enumeration value="top"/>
3570
+ <xsd:enumeration value="center"/>
3571
+ <xsd:enumeration value="bottom"/>
3572
+ <xsd:enumeration value="justify"/>
3573
+ <xsd:enumeration value="distributed"/>
3574
+ </xsd:restriction>
3575
+ </xsd:simpleType>
3576
+ <xsd:complexType name="CT_NumFmts">
3577
+ <xsd:sequence>
3578
+ <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0" maxOccurs="unbounded"/>
3579
+ </xsd:sequence>
3580
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3581
+ </xsd:complexType>
3582
+ <xsd:complexType name="CT_NumFmt">
3583
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="required"/>
3584
+ <xsd:attribute name="formatCode" type="s:ST_Xstring" use="required"/>
3585
+ </xsd:complexType>
3586
+ <xsd:complexType name="CT_CellStyleXfs">
3587
+ <xsd:sequence>
3588
+ <xsd:element name="xf" type="CT_Xf" minOccurs="1" maxOccurs="unbounded"/>
3589
+ </xsd:sequence>
3590
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3591
+ </xsd:complexType>
3592
+ <xsd:complexType name="CT_CellXfs">
3593
+ <xsd:sequence>
3594
+ <xsd:element name="xf" type="CT_Xf" minOccurs="1" maxOccurs="unbounded"/>
3595
+ </xsd:sequence>
3596
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3597
+ </xsd:complexType>
3598
+ <xsd:complexType name="CT_Xf">
3599
+ <xsd:sequence>
3600
+ <xsd:element name="alignment" type="CT_CellAlignment" minOccurs="0" maxOccurs="1"/>
3601
+ <xsd:element name="protection" type="CT_CellProtection" minOccurs="0" maxOccurs="1"/>
3602
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3603
+ </xsd:sequence>
3604
+ <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional"/>
3605
+ <xsd:attribute name="fontId" type="ST_FontId" use="optional"/>
3606
+ <xsd:attribute name="fillId" type="ST_FillId" use="optional"/>
3607
+ <xsd:attribute name="borderId" type="ST_BorderId" use="optional"/>
3608
+ <xsd:attribute name="xfId" type="ST_CellStyleXfId" use="optional"/>
3609
+ <xsd:attribute name="quotePrefix" type="xsd:boolean" use="optional" default="false"/>
3610
+ <xsd:attribute name="pivotButton" type="xsd:boolean" use="optional" default="false"/>
3611
+ <xsd:attribute name="applyNumberFormat" type="xsd:boolean" use="optional"/>
3612
+ <xsd:attribute name="applyFont" type="xsd:boolean" use="optional"/>
3613
+ <xsd:attribute name="applyFill" type="xsd:boolean" use="optional"/>
3614
+ <xsd:attribute name="applyBorder" type="xsd:boolean" use="optional"/>
3615
+ <xsd:attribute name="applyAlignment" type="xsd:boolean" use="optional"/>
3616
+ <xsd:attribute name="applyProtection" type="xsd:boolean" use="optional"/>
3617
+ </xsd:complexType>
3618
+ <xsd:complexType name="CT_CellStyles">
3619
+ <xsd:sequence>
3620
+ <xsd:element name="cellStyle" type="CT_CellStyle" minOccurs="1" maxOccurs="unbounded"/>
3621
+ </xsd:sequence>
3622
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3623
+ </xsd:complexType>
3624
+ <xsd:complexType name="CT_CellStyle">
3625
+ <xsd:sequence>
3626
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3627
+ </xsd:sequence>
3628
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
3629
+ <xsd:attribute name="xfId" type="ST_CellStyleXfId" use="required"/>
3630
+ <xsd:attribute name="builtinId" type="xsd:unsignedInt" use="optional"/>
3631
+ <xsd:attribute name="iLevel" type="xsd:unsignedInt" use="optional"/>
3632
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional"/>
3633
+ <xsd:attribute name="customBuiltin" type="xsd:boolean" use="optional"/>
3634
+ </xsd:complexType>
3635
+ <xsd:complexType name="CT_Dxfs">
3636
+ <xsd:sequence>
3637
+ <xsd:element name="dxf" type="CT_Dxf" minOccurs="0" maxOccurs="unbounded"/>
3638
+ </xsd:sequence>
3639
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3640
+ </xsd:complexType>
3641
+ <xsd:complexType name="CT_Dxf">
3642
+ <xsd:sequence>
3643
+ <xsd:element name="font" type="CT_Font" minOccurs="0" maxOccurs="1"/>
3644
+ <xsd:element name="numFmt" type="CT_NumFmt" minOccurs="0" maxOccurs="1"/>
3645
+ <xsd:element name="fill" type="CT_Fill" minOccurs="0" maxOccurs="1"/>
3646
+ <xsd:element name="alignment" type="CT_CellAlignment" minOccurs="0" maxOccurs="1"/>
3647
+ <xsd:element name="border" type="CT_Border" minOccurs="0" maxOccurs="1"/>
3648
+ <xsd:element name="protection" type="CT_CellProtection" minOccurs="0" maxOccurs="1"/>
3649
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3650
+ </xsd:sequence>
3651
+ </xsd:complexType>
3652
+ <xsd:simpleType name="ST_NumFmtId">
3653
+ <xsd:restriction base="xsd:unsignedInt"/>
3654
+ </xsd:simpleType>
3655
+ <xsd:simpleType name="ST_FontId">
3656
+ <xsd:restriction base="xsd:unsignedInt"/>
3657
+ </xsd:simpleType>
3658
+ <xsd:simpleType name="ST_FillId">
3659
+ <xsd:restriction base="xsd:unsignedInt"/>
3660
+ </xsd:simpleType>
3661
+ <xsd:simpleType name="ST_BorderId">
3662
+ <xsd:restriction base="xsd:unsignedInt"/>
3663
+ </xsd:simpleType>
3664
+ <xsd:simpleType name="ST_CellStyleXfId">
3665
+ <xsd:restriction base="xsd:unsignedInt"/>
3666
+ </xsd:simpleType>
3667
+ <xsd:simpleType name="ST_DxfId">
3668
+ <xsd:restriction base="xsd:unsignedInt"/>
3669
+ </xsd:simpleType>
3670
+ <xsd:complexType name="CT_Colors">
3671
+ <xsd:sequence>
3672
+ <xsd:element name="indexedColors" type="CT_IndexedColors" minOccurs="0" maxOccurs="1"/>
3673
+ <xsd:element name="mruColors" type="CT_MRUColors" minOccurs="0" maxOccurs="1"/>
3674
+ </xsd:sequence>
3675
+ </xsd:complexType>
3676
+ <xsd:complexType name="CT_IndexedColors">
3677
+ <xsd:sequence>
3678
+ <xsd:element name="rgbColor" type="CT_RgbColor" minOccurs="1" maxOccurs="unbounded"/>
3679
+ </xsd:sequence>
3680
+ </xsd:complexType>
3681
+ <xsd:complexType name="CT_MRUColors">
3682
+ <xsd:sequence>
3683
+ <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="unbounded"/>
3684
+ </xsd:sequence>
3685
+ </xsd:complexType>
3686
+ <xsd:complexType name="CT_RgbColor">
3687
+ <xsd:attribute name="rgb" type="ST_UnsignedIntHex" use="optional"/>
3688
+ </xsd:complexType>
3689
+ <xsd:complexType name="CT_TableStyles">
3690
+ <xsd:sequence>
3691
+ <xsd:element name="tableStyle" type="CT_TableStyle" minOccurs="0" maxOccurs="unbounded"/>
3692
+ </xsd:sequence>
3693
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3694
+ <xsd:attribute name="defaultTableStyle" type="xsd:string" use="optional"/>
3695
+ <xsd:attribute name="defaultPivotStyle" type="xsd:string" use="optional"/>
3696
+ </xsd:complexType>
3697
+ <xsd:complexType name="CT_TableStyle">
3698
+ <xsd:sequence>
3699
+ <xsd:element name="tableStyleElement" type="CT_TableStyleElement" minOccurs="0"
3700
+ maxOccurs="unbounded"/>
3701
+ </xsd:sequence>
3702
+ <xsd:attribute name="name" type="xsd:string" use="required"/>
3703
+ <xsd:attribute name="pivot" type="xsd:boolean" use="optional" default="true"/>
3704
+ <xsd:attribute name="table" type="xsd:boolean" use="optional" default="true"/>
3705
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3706
+ </xsd:complexType>
3707
+ <xsd:complexType name="CT_TableStyleElement">
3708
+ <xsd:attribute name="type" type="ST_TableStyleType" use="required"/>
3709
+ <xsd:attribute name="size" type="xsd:unsignedInt" use="optional" default="1"/>
3710
+ <xsd:attribute name="dxfId" type="ST_DxfId" use="optional"/>
3711
+ </xsd:complexType>
3712
+ <xsd:simpleType name="ST_TableStyleType">
3713
+ <xsd:restriction base="xsd:string">
3714
+ <xsd:enumeration value="wholeTable"/>
3715
+ <xsd:enumeration value="headerRow"/>
3716
+ <xsd:enumeration value="totalRow"/>
3717
+ <xsd:enumeration value="firstColumn"/>
3718
+ <xsd:enumeration value="lastColumn"/>
3719
+ <xsd:enumeration value="firstRowStripe"/>
3720
+ <xsd:enumeration value="secondRowStripe"/>
3721
+ <xsd:enumeration value="firstColumnStripe"/>
3722
+ <xsd:enumeration value="secondColumnStripe"/>
3723
+ <xsd:enumeration value="firstHeaderCell"/>
3724
+ <xsd:enumeration value="lastHeaderCell"/>
3725
+ <xsd:enumeration value="firstTotalCell"/>
3726
+ <xsd:enumeration value="lastTotalCell"/>
3727
+ <xsd:enumeration value="firstSubtotalColumn"/>
3728
+ <xsd:enumeration value="secondSubtotalColumn"/>
3729
+ <xsd:enumeration value="thirdSubtotalColumn"/>
3730
+ <xsd:enumeration value="firstSubtotalRow"/>
3731
+ <xsd:enumeration value="secondSubtotalRow"/>
3732
+ <xsd:enumeration value="thirdSubtotalRow"/>
3733
+ <xsd:enumeration value="blankRow"/>
3734
+ <xsd:enumeration value="firstColumnSubheading"/>
3735
+ <xsd:enumeration value="secondColumnSubheading"/>
3736
+ <xsd:enumeration value="thirdColumnSubheading"/>
3737
+ <xsd:enumeration value="firstRowSubheading"/>
3738
+ <xsd:enumeration value="secondRowSubheading"/>
3739
+ <xsd:enumeration value="thirdRowSubheading"/>
3740
+ <xsd:enumeration value="pageFieldLabels"/>
3741
+ <xsd:enumeration value="pageFieldValues"/>
3742
+ </xsd:restriction>
3743
+ </xsd:simpleType>
3744
+ <xsd:complexType name="CT_BooleanProperty">
3745
+ <xsd:attribute name="val" type="xsd:boolean" use="optional" default="true"/>
3746
+ </xsd:complexType>
3747
+ <xsd:complexType name="CT_FontSize">
3748
+ <xsd:attribute name="val" type="xsd:double" use="required"/>
3749
+ </xsd:complexType>
3750
+ <xsd:complexType name="CT_IntProperty">
3751
+ <xsd:attribute name="val" type="xsd:int" use="required"/>
3752
+ </xsd:complexType>
3753
+ <xsd:complexType name="CT_FontName">
3754
+ <xsd:attribute name="val" type="s:ST_Xstring" use="required"/>
3755
+ </xsd:complexType>
3756
+ <xsd:complexType name="CT_VerticalAlignFontProperty">
3757
+ <xsd:attribute name="val" type="s:ST_VerticalAlignRun" use="required"/>
3758
+ </xsd:complexType>
3759
+ <xsd:complexType name="CT_FontScheme">
3760
+ <xsd:attribute name="val" type="ST_FontScheme" use="required"/>
3761
+ </xsd:complexType>
3762
+ <xsd:simpleType name="ST_FontScheme">
3763
+ <xsd:restriction base="xsd:string">
3764
+ <xsd:enumeration value="none"/>
3765
+ <xsd:enumeration value="major"/>
3766
+ <xsd:enumeration value="minor"/>
3767
+ </xsd:restriction>
3768
+ </xsd:simpleType>
3769
+ <xsd:complexType name="CT_UnderlineProperty">
3770
+ <xsd:attribute name="val" type="ST_UnderlineValues" use="optional" default="single"/>
3771
+ </xsd:complexType>
3772
+ <xsd:simpleType name="ST_UnderlineValues">
3773
+ <xsd:restriction base="xsd:string">
3774
+ <xsd:enumeration value="single"/>
3775
+ <xsd:enumeration value="double"/>
3776
+ <xsd:enumeration value="singleAccounting"/>
3777
+ <xsd:enumeration value="doubleAccounting"/>
3778
+ <xsd:enumeration value="none"/>
3779
+ </xsd:restriction>
3780
+ </xsd:simpleType>
3781
+ <xsd:complexType name="CT_Font">
3782
+ <xsd:choice maxOccurs="unbounded">
3783
+ <xsd:element name="name" type="CT_FontName" minOccurs="0" maxOccurs="1"/>
3784
+ <xsd:element name="charset" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
3785
+ <xsd:element name="family" type="CT_FontFamily" minOccurs="0" maxOccurs="1"/>
3786
+ <xsd:element name="b" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3787
+ <xsd:element name="i" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3788
+ <xsd:element name="strike" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3789
+ <xsd:element name="outline" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3790
+ <xsd:element name="shadow" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3791
+ <xsd:element name="condense" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3792
+ <xsd:element name="extend" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
3793
+ <xsd:element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
3794
+ <xsd:element name="sz" type="CT_FontSize" minOccurs="0" maxOccurs="1"/>
3795
+ <xsd:element name="u" type="CT_UnderlineProperty" minOccurs="0" maxOccurs="1"/>
3796
+ <xsd:element name="vertAlign" type="CT_VerticalAlignFontProperty" minOccurs="0" maxOccurs="1"/>
3797
+ <xsd:element name="scheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
3798
+ </xsd:choice>
3799
+ </xsd:complexType>
3800
+ <xsd:complexType name="CT_FontFamily">
3801
+ <xsd:attribute name="val" type="ST_FontFamily" use="required"/>
3802
+ </xsd:complexType>
3803
+ <xsd:simpleType name="ST_FontFamily">
3804
+ <xsd:restriction base="xsd:integer">
3805
+ <xsd:minInclusive value="0"/>
3806
+ <xsd:maxInclusive value="14"/>
3807
+ </xsd:restriction>
3808
+ </xsd:simpleType>
3809
+ <xsd:attributeGroup name="AG_AutoFormat">
3810
+ <xsd:attribute name="autoFormatId" type="xsd:unsignedInt"/>
3811
+ <xsd:attribute name="applyNumberFormats" type="xsd:boolean"/>
3812
+ <xsd:attribute name="applyBorderFormats" type="xsd:boolean"/>
3813
+ <xsd:attribute name="applyFontFormats" type="xsd:boolean"/>
3814
+ <xsd:attribute name="applyPatternFormats" type="xsd:boolean"/>
3815
+ <xsd:attribute name="applyAlignmentFormats" type="xsd:boolean"/>
3816
+ <xsd:attribute name="applyWidthHeightFormats" type="xsd:boolean"/>
3817
+ </xsd:attributeGroup>
3818
+ <xsd:element name="externalLink" type="CT_ExternalLink"/>
3819
+ <xsd:complexType name="CT_ExternalLink">
3820
+ <xsd:sequence>
3821
+ <xsd:choice>
3822
+ <xsd:element name="externalBook" type="CT_ExternalBook" minOccurs="0" maxOccurs="1"/>
3823
+ <xsd:element name="ddeLink" type="CT_DdeLink" minOccurs="0" maxOccurs="1"/>
3824
+ <xsd:element name="oleLink" type="CT_OleLink" minOccurs="0" maxOccurs="1"/>
3825
+ </xsd:choice>
3826
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
3827
+ </xsd:sequence>
3828
+ </xsd:complexType>
3829
+ <xsd:complexType name="CT_ExternalBook">
3830
+ <xsd:sequence>
3831
+ <xsd:element name="sheetNames" type="CT_ExternalSheetNames" minOccurs="0" maxOccurs="1"/>
3832
+ <xsd:element name="definedNames" type="CT_ExternalDefinedNames" minOccurs="0" maxOccurs="1"/>
3833
+ <xsd:element name="sheetDataSet" type="CT_ExternalSheetDataSet" minOccurs="0" maxOccurs="1"/>
3834
+ </xsd:sequence>
3835
+ <xsd:attribute ref="r:id" use="required"/>
3836
+ </xsd:complexType>
3837
+ <xsd:complexType name="CT_ExternalSheetNames">
3838
+ <xsd:sequence>
3839
+ <xsd:element name="sheetName" minOccurs="1" maxOccurs="unbounded" type="CT_ExternalSheetName"
3840
+ />
3841
+ </xsd:sequence>
3842
+ </xsd:complexType>
3843
+ <xsd:complexType name="CT_ExternalSheetName">
3844
+ <xsd:attribute name="val" type="s:ST_Xstring"/>
3845
+ </xsd:complexType>
3846
+ <xsd:complexType name="CT_ExternalDefinedNames">
3847
+ <xsd:sequence>
3848
+ <xsd:element name="definedName" type="CT_ExternalDefinedName" minOccurs="0"
3849
+ maxOccurs="unbounded"/>
3850
+ </xsd:sequence>
3851
+ </xsd:complexType>
3852
+ <xsd:complexType name="CT_ExternalDefinedName">
3853
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3854
+ <xsd:attribute name="refersTo" type="s:ST_Xstring" use="optional"/>
3855
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="optional"/>
3856
+ </xsd:complexType>
3857
+ <xsd:complexType name="CT_ExternalSheetDataSet">
3858
+ <xsd:sequence>
3859
+ <xsd:element name="sheetData" type="CT_ExternalSheetData" minOccurs="1" maxOccurs="unbounded"
3860
+ />
3861
+ </xsd:sequence>
3862
+ </xsd:complexType>
3863
+ <xsd:complexType name="CT_ExternalSheetData">
3864
+ <xsd:sequence>
3865
+ <xsd:element name="row" type="CT_ExternalRow" minOccurs="0" maxOccurs="unbounded"/>
3866
+ </xsd:sequence>
3867
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
3868
+ <xsd:attribute name="refreshError" type="xsd:boolean" use="optional" default="false"/>
3869
+ </xsd:complexType>
3870
+ <xsd:complexType name="CT_ExternalRow">
3871
+ <xsd:sequence>
3872
+ <xsd:element name="cell" type="CT_ExternalCell" minOccurs="0" maxOccurs="unbounded"/>
3873
+ </xsd:sequence>
3874
+ <xsd:attribute name="r" type="xsd:unsignedInt" use="required"/>
3875
+ </xsd:complexType>
3876
+ <xsd:complexType name="CT_ExternalCell">
3877
+ <xsd:sequence>
3878
+ <xsd:element name="v" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
3879
+ </xsd:sequence>
3880
+ <xsd:attribute name="r" type="ST_CellRef" use="optional"/>
3881
+ <xsd:attribute name="t" type="ST_CellType" use="optional" default="n"/>
3882
+ <xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0"/>
3883
+ </xsd:complexType>
3884
+ <xsd:complexType name="CT_DdeLink">
3885
+ <xsd:sequence>
3886
+ <xsd:element name="ddeItems" type="CT_DdeItems" minOccurs="0" maxOccurs="1"/>
3887
+ </xsd:sequence>
3888
+ <xsd:attribute name="ddeService" type="s:ST_Xstring" use="required"/>
3889
+ <xsd:attribute name="ddeTopic" type="s:ST_Xstring" use="required"/>
3890
+ </xsd:complexType>
3891
+ <xsd:complexType name="CT_DdeItems">
3892
+ <xsd:sequence>
3893
+ <xsd:element name="ddeItem" type="CT_DdeItem" minOccurs="0" maxOccurs="unbounded"/>
3894
+ </xsd:sequence>
3895
+ </xsd:complexType>
3896
+ <xsd:complexType name="CT_DdeItem">
3897
+ <xsd:sequence>
3898
+ <xsd:element name="values" type="CT_DdeValues" minOccurs="0" maxOccurs="1"/>
3899
+ </xsd:sequence>
3900
+ <xsd:attribute name="name" type="s:ST_Xstring" default="0"/>
3901
+ <xsd:attribute name="ole" type="xsd:boolean" use="optional" default="false"/>
3902
+ <xsd:attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
3903
+ <xsd:attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
3904
+ </xsd:complexType>
3905
+ <xsd:complexType name="CT_DdeValues">
3906
+ <xsd:sequence>
3907
+ <xsd:element name="value" minOccurs="1" maxOccurs="unbounded" type="CT_DdeValue"/>
3908
+ </xsd:sequence>
3909
+ <xsd:attribute name="rows" type="xsd:unsignedInt" use="optional" default="1"/>
3910
+ <xsd:attribute name="cols" type="xsd:unsignedInt" use="optional" default="1"/>
3911
+ </xsd:complexType>
3912
+ <xsd:complexType name="CT_DdeValue">
3913
+ <xsd:sequence>
3914
+ <xsd:element name="val" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
3915
+ </xsd:sequence>
3916
+ <xsd:attribute name="t" type="ST_DdeValueType" use="optional" default="n"/>
3917
+ </xsd:complexType>
3918
+ <xsd:simpleType name="ST_DdeValueType">
3919
+ <xsd:restriction base="xsd:string">
3920
+ <xsd:enumeration value="nil"/>
3921
+ <xsd:enumeration value="b"/>
3922
+ <xsd:enumeration value="n"/>
3923
+ <xsd:enumeration value="e"/>
3924
+ <xsd:enumeration value="str"/>
3925
+ </xsd:restriction>
3926
+ </xsd:simpleType>
3927
+ <xsd:complexType name="CT_OleLink">
3928
+ <xsd:sequence>
3929
+ <xsd:element name="oleItems" type="CT_OleItems" minOccurs="0" maxOccurs="1"/>
3930
+ </xsd:sequence>
3931
+ <xsd:attribute ref="r:id" use="required"/>
3932
+ <xsd:attribute name="progId" type="s:ST_Xstring" use="required"/>
3933
+ </xsd:complexType>
3934
+ <xsd:complexType name="CT_OleItems">
3935
+ <xsd:sequence>
3936
+ <xsd:element name="oleItem" type="CT_OleItem" minOccurs="0" maxOccurs="unbounded"/>
3937
+ </xsd:sequence>
3938
+ </xsd:complexType>
3939
+ <xsd:complexType name="CT_OleItem">
3940
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
3941
+ <xsd:attribute name="icon" type="xsd:boolean" use="optional" default="false"/>
3942
+ <xsd:attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
3943
+ <xsd:attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
3944
+ </xsd:complexType>
3945
+ <xsd:element name="table" type="CT_Table"/>
3946
+ <xsd:complexType name="CT_Table">
3947
+ <xsd:sequence>
3948
+ <xsd:element name="autoFilter" type="CT_AutoFilter" minOccurs="0" maxOccurs="1"/>
3949
+ <xsd:element name="sortState" type="CT_SortState" minOccurs="0" maxOccurs="1"/>
3950
+ <xsd:element name="tableColumns" type="CT_TableColumns" minOccurs="1" maxOccurs="1"/>
3951
+ <xsd:element name="tableStyleInfo" type="CT_TableStyleInfo" minOccurs="0" maxOccurs="1"/>
3952
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
3953
+ </xsd:sequence>
3954
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
3955
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
3956
+ <xsd:attribute name="displayName" type="s:ST_Xstring" use="required"/>
3957
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
3958
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
3959
+ <xsd:attribute name="tableType" type="ST_TableType" use="optional" default="worksheet"/>
3960
+ <xsd:attribute name="headerRowCount" type="xsd:unsignedInt" use="optional" default="1"/>
3961
+ <xsd:attribute name="insertRow" type="xsd:boolean" use="optional" default="false"/>
3962
+ <xsd:attribute name="insertRowShift" type="xsd:boolean" use="optional" default="false"/>
3963
+ <xsd:attribute name="totalsRowCount" type="xsd:unsignedInt" use="optional" default="0"/>
3964
+ <xsd:attribute name="totalsRowShown" type="xsd:boolean" use="optional" default="true"/>
3965
+ <xsd:attribute name="published" type="xsd:boolean" use="optional" default="false"/>
3966
+ <xsd:attribute name="headerRowDxfId" type="ST_DxfId" use="optional"/>
3967
+ <xsd:attribute name="dataDxfId" type="ST_DxfId" use="optional"/>
3968
+ <xsd:attribute name="totalsRowDxfId" type="ST_DxfId" use="optional"/>
3969
+ <xsd:attribute name="headerRowBorderDxfId" type="ST_DxfId" use="optional"/>
3970
+ <xsd:attribute name="tableBorderDxfId" type="ST_DxfId" use="optional"/>
3971
+ <xsd:attribute name="totalsRowBorderDxfId" type="ST_DxfId" use="optional"/>
3972
+ <xsd:attribute name="headerRowCellStyle" type="s:ST_Xstring" use="optional"/>
3973
+ <xsd:attribute name="dataCellStyle" type="s:ST_Xstring" use="optional"/>
3974
+ <xsd:attribute name="totalsRowCellStyle" type="s:ST_Xstring" use="optional"/>
3975
+ <xsd:attribute name="connectionId" type="xsd:unsignedInt" use="optional"/>
3976
+ </xsd:complexType>
3977
+ <xsd:simpleType name="ST_TableType">
3978
+ <xsd:restriction base="xsd:string">
3979
+ <xsd:enumeration value="worksheet"/>
3980
+ <xsd:enumeration value="xml"/>
3981
+ <xsd:enumeration value="queryTable"/>
3982
+ </xsd:restriction>
3983
+ </xsd:simpleType>
3984
+ <xsd:complexType name="CT_TableStyleInfo">
3985
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
3986
+ <xsd:attribute name="showFirstColumn" type="xsd:boolean" use="optional"/>
3987
+ <xsd:attribute name="showLastColumn" type="xsd:boolean" use="optional"/>
3988
+ <xsd:attribute name="showRowStripes" type="xsd:boolean" use="optional"/>
3989
+ <xsd:attribute name="showColumnStripes" type="xsd:boolean" use="optional"/>
3990
+ </xsd:complexType>
3991
+ <xsd:complexType name="CT_TableColumns">
3992
+ <xsd:sequence>
3993
+ <xsd:element name="tableColumn" type="CT_TableColumn" minOccurs="1" maxOccurs="unbounded"/>
3994
+ </xsd:sequence>
3995
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
3996
+ </xsd:complexType>
3997
+ <xsd:complexType name="CT_TableColumn">
3998
+ <xsd:sequence>
3999
+ <xsd:element name="calculatedColumnFormula" type="CT_TableFormula" minOccurs="0" maxOccurs="1"/>
4000
+ <xsd:element name="totalsRowFormula" type="CT_TableFormula" minOccurs="0" maxOccurs="1"/>
4001
+ <xsd:element name="xmlColumnPr" type="CT_XmlColumnPr" minOccurs="0" maxOccurs="1"/>
4002
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4003
+ </xsd:sequence>
4004
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
4005
+ <xsd:attribute name="uniqueName" type="s:ST_Xstring" use="optional"/>
4006
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4007
+ <xsd:attribute name="totalsRowFunction" type="ST_TotalsRowFunction" use="optional"
4008
+ default="none"/>
4009
+ <xsd:attribute name="totalsRowLabel" type="s:ST_Xstring" use="optional"/>
4010
+ <xsd:attribute name="queryTableFieldId" type="xsd:unsignedInt" use="optional"/>
4011
+ <xsd:attribute name="headerRowDxfId" type="ST_DxfId" use="optional"/>
4012
+ <xsd:attribute name="dataDxfId" type="ST_DxfId" use="optional"/>
4013
+ <xsd:attribute name="totalsRowDxfId" type="ST_DxfId" use="optional"/>
4014
+ <xsd:attribute name="headerRowCellStyle" type="s:ST_Xstring" use="optional"/>
4015
+ <xsd:attribute name="dataCellStyle" type="s:ST_Xstring" use="optional"/>
4016
+ <xsd:attribute name="totalsRowCellStyle" type="s:ST_Xstring" use="optional"/>
4017
+ </xsd:complexType>
4018
+ <xsd:complexType name="CT_TableFormula">
4019
+ <xsd:simpleContent>
4020
+ <xsd:extension base="ST_Formula">
4021
+ <xsd:attribute name="array" type="xsd:boolean" default="false"/>
4022
+ </xsd:extension>
4023
+ </xsd:simpleContent>
4024
+ </xsd:complexType>
4025
+ <xsd:simpleType name="ST_TotalsRowFunction">
4026
+ <xsd:restriction base="xsd:string">
4027
+ <xsd:enumeration value="none"/>
4028
+ <xsd:enumeration value="sum"/>
4029
+ <xsd:enumeration value="min"/>
4030
+ <xsd:enumeration value="max"/>
4031
+ <xsd:enumeration value="average"/>
4032
+ <xsd:enumeration value="count"/>
4033
+ <xsd:enumeration value="countNums"/>
4034
+ <xsd:enumeration value="stdDev"/>
4035
+ <xsd:enumeration value="var"/>
4036
+ <xsd:enumeration value="custom"/>
4037
+ </xsd:restriction>
4038
+ </xsd:simpleType>
4039
+ <xsd:complexType name="CT_XmlColumnPr">
4040
+ <xsd:sequence>
4041
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4042
+ </xsd:sequence>
4043
+ <xsd:attribute name="mapId" type="xsd:unsignedInt" use="required"/>
4044
+ <xsd:attribute name="xpath" type="s:ST_Xstring" use="required"/>
4045
+ <xsd:attribute name="denormalized" type="xsd:boolean" use="optional" default="false"/>
4046
+ <xsd:attribute name="xmlDataType" type="ST_XmlDataType" use="required"/>
4047
+ </xsd:complexType>
4048
+ <xsd:simpleType name="ST_XmlDataType">
4049
+ <xsd:restriction base="xsd:string"/>
4050
+ </xsd:simpleType>
4051
+ <xsd:element name="volTypes" type="CT_VolTypes"/>
4052
+ <xsd:complexType name="CT_VolTypes">
4053
+ <xsd:sequence>
4054
+ <xsd:element name="volType" type="CT_VolType" minOccurs="1" maxOccurs="unbounded"/>
4055
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
4056
+ </xsd:sequence>
4057
+ </xsd:complexType>
4058
+ <xsd:complexType name="CT_VolType">
4059
+ <xsd:sequence>
4060
+ <xsd:element name="main" type="CT_VolMain" minOccurs="1" maxOccurs="unbounded"/>
4061
+ </xsd:sequence>
4062
+ <xsd:attribute name="type" type="ST_VolDepType" use="required"/>
4063
+ </xsd:complexType>
4064
+ <xsd:complexType name="CT_VolMain">
4065
+ <xsd:sequence>
4066
+ <xsd:element name="tp" type="CT_VolTopic" minOccurs="1" maxOccurs="unbounded"/>
4067
+ </xsd:sequence>
4068
+ <xsd:attribute name="first" type="s:ST_Xstring" use="required"/>
4069
+ </xsd:complexType>
4070
+ <xsd:complexType name="CT_VolTopic">
4071
+ <xsd:sequence>
4072
+ <xsd:element name="v" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
4073
+ <xsd:element name="stp" type="s:ST_Xstring" minOccurs="0" maxOccurs="unbounded"/>
4074
+ <xsd:element name="tr" type="CT_VolTopicRef" minOccurs="1" maxOccurs="unbounded"/>
4075
+ </xsd:sequence>
4076
+ <xsd:attribute name="t" type="ST_VolValueType" use="optional" default="n"/>
4077
+ </xsd:complexType>
4078
+ <xsd:complexType name="CT_VolTopicRef">
4079
+ <xsd:attribute name="r" type="ST_CellRef" use="required"/>
4080
+ <xsd:attribute name="s" type="xsd:unsignedInt" use="required"/>
4081
+ </xsd:complexType>
4082
+ <xsd:simpleType name="ST_VolDepType">
4083
+ <xsd:restriction base="xsd:string">
4084
+ <xsd:enumeration value="realTimeData"/>
4085
+ <xsd:enumeration value="olapFunctions"/>
4086
+ </xsd:restriction>
4087
+ </xsd:simpleType>
4088
+ <xsd:simpleType name="ST_VolValueType">
4089
+ <xsd:restriction base="xsd:string">
4090
+ <xsd:enumeration value="b"/>
4091
+ <xsd:enumeration value="n"/>
4092
+ <xsd:enumeration value="e"/>
4093
+ <xsd:enumeration value="s"/>
4094
+ </xsd:restriction>
4095
+ </xsd:simpleType>
4096
+ <xsd:element name="workbook" type="CT_Workbook"/>
4097
+ <xsd:complexType name="CT_Workbook">
4098
+ <xsd:sequence>
4099
+ <xsd:element name="fileVersion" type="CT_FileVersion" minOccurs="0" maxOccurs="1"/>
4100
+ <xsd:element name="fileSharing" type="CT_FileSharing" minOccurs="0" maxOccurs="1"/>
4101
+ <xsd:element name="workbookPr" type="CT_WorkbookPr" minOccurs="0" maxOccurs="1"/>
4102
+ <xsd:element name="workbookProtection" type="CT_WorkbookProtection" minOccurs="0"
4103
+ maxOccurs="1"/>
4104
+ <xsd:element name="bookViews" type="CT_BookViews" minOccurs="0" maxOccurs="1"/>
4105
+ <xsd:element name="sheets" type="CT_Sheets" minOccurs="1" maxOccurs="1"/>
4106
+ <xsd:element name="functionGroups" type="CT_FunctionGroups" minOccurs="0" maxOccurs="1"/>
4107
+ <xsd:element name="externalReferences" type="CT_ExternalReferences" minOccurs="0"
4108
+ maxOccurs="1"/>
4109
+ <xsd:element name="definedNames" type="CT_DefinedNames" minOccurs="0" maxOccurs="1"/>
4110
+ <xsd:element name="calcPr" type="CT_CalcPr" minOccurs="0" maxOccurs="1"/>
4111
+ <xsd:element name="oleSize" type="CT_OleSize" minOccurs="0" maxOccurs="1"/>
4112
+ <xsd:element name="customWorkbookViews" type="CT_CustomWorkbookViews" minOccurs="0"
4113
+ maxOccurs="1"/>
4114
+ <xsd:element name="pivotCaches" type="CT_PivotCaches" minOccurs="0" maxOccurs="1"/>
4115
+ <xsd:element name="smartTagPr" type="CT_SmartTagPr" minOccurs="0" maxOccurs="1"/>
4116
+ <xsd:element name="smartTagTypes" type="CT_SmartTagTypes" minOccurs="0" maxOccurs="1"/>
4117
+ <xsd:element name="webPublishing" type="CT_WebPublishing" minOccurs="0" maxOccurs="1"/>
4118
+ <xsd:element name="fileRecoveryPr" type="CT_FileRecoveryPr" minOccurs="0"
4119
+ maxOccurs="unbounded"/>
4120
+ <xsd:element name="webPublishObjects" type="CT_WebPublishObjects" minOccurs="0" maxOccurs="1"/>
4121
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4122
+ </xsd:sequence>
4123
+ <xsd:attribute name="conformance" type="s:ST_ConformanceClass"/>
4124
+ </xsd:complexType>
4125
+ <xsd:complexType name="CT_FileVersion">
4126
+ <xsd:attribute name="appName" type="xsd:string" use="optional"/>
4127
+ <xsd:attribute name="lastEdited" type="xsd:string" use="optional"/>
4128
+ <xsd:attribute name="lowestEdited" type="xsd:string" use="optional"/>
4129
+ <xsd:attribute name="rupBuild" type="xsd:string" use="optional"/>
4130
+ <xsd:attribute name="codeName" type="s:ST_Guid" use="optional"/>
4131
+ </xsd:complexType>
4132
+ <xsd:complexType name="CT_BookViews">
4133
+ <xsd:sequence>
4134
+ <xsd:element name="workbookView" type="CT_BookView" minOccurs="1" maxOccurs="unbounded"/>
4135
+ </xsd:sequence>
4136
+ </xsd:complexType>
4137
+ <xsd:complexType name="CT_BookView">
4138
+ <xsd:sequence>
4139
+ <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
4140
+ </xsd:sequence>
4141
+ <xsd:attribute name="visibility" type="ST_Visibility" use="optional" default="visible"/>
4142
+ <xsd:attribute name="minimized" type="xsd:boolean" use="optional" default="false"/>
4143
+ <xsd:attribute name="showHorizontalScroll" type="xsd:boolean" use="optional" default="true"/>
4144
+ <xsd:attribute name="showVerticalScroll" type="xsd:boolean" use="optional" default="true"/>
4145
+ <xsd:attribute name="showSheetTabs" type="xsd:boolean" use="optional" default="true"/>
4146
+ <xsd:attribute name="xWindow" type="xsd:int" use="optional"/>
4147
+ <xsd:attribute name="yWindow" type="xsd:int" use="optional"/>
4148
+ <xsd:attribute name="windowWidth" type="xsd:unsignedInt" use="optional"/>
4149
+ <xsd:attribute name="windowHeight" type="xsd:unsignedInt" use="optional"/>
4150
+ <xsd:attribute name="tabRatio" type="xsd:unsignedInt" use="optional" default="600"/>
4151
+ <xsd:attribute name="firstSheet" type="xsd:unsignedInt" use="optional" default="0"/>
4152
+ <xsd:attribute name="activeTab" type="xsd:unsignedInt" use="optional" default="0"/>
4153
+ <xsd:attribute name="autoFilterDateGrouping" type="xsd:boolean" use="optional" default="true"/>
4154
+ </xsd:complexType>
4155
+ <xsd:simpleType name="ST_Visibility">
4156
+ <xsd:restriction base="xsd:string">
4157
+ <xsd:enumeration value="visible"/>
4158
+ <xsd:enumeration value="hidden"/>
4159
+ <xsd:enumeration value="veryHidden"/>
4160
+ </xsd:restriction>
4161
+ </xsd:simpleType>
4162
+ <xsd:complexType name="CT_CustomWorkbookViews">
4163
+ <xsd:sequence>
4164
+ <xsd:element name="customWorkbookView" minOccurs="1" maxOccurs="unbounded"
4165
+ type="CT_CustomWorkbookView"/>
4166
+ </xsd:sequence>
4167
+ </xsd:complexType>
4168
+ <xsd:complexType name="CT_CustomWorkbookView">
4169
+ <xsd:sequence>
4170
+ <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
4171
+ </xsd:sequence>
4172
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4173
+ <xsd:attribute name="guid" type="s:ST_Guid" use="required"/>
4174
+ <xsd:attribute name="autoUpdate" type="xsd:boolean" use="optional" default="false"/>
4175
+ <xsd:attribute name="mergeInterval" type="xsd:unsignedInt" use="optional"/>
4176
+ <xsd:attribute name="changesSavedWin" type="xsd:boolean" use="optional" default="false"/>
4177
+ <xsd:attribute name="onlySync" type="xsd:boolean" use="optional" default="false"/>
4178
+ <xsd:attribute name="personalView" type="xsd:boolean" use="optional" default="false"/>
4179
+ <xsd:attribute name="includePrintSettings" type="xsd:boolean" use="optional" default="true"/>
4180
+ <xsd:attribute name="includeHiddenRowCol" type="xsd:boolean" use="optional" default="true"/>
4181
+ <xsd:attribute name="maximized" type="xsd:boolean" use="optional" default="false"/>
4182
+ <xsd:attribute name="minimized" type="xsd:boolean" use="optional" default="false"/>
4183
+ <xsd:attribute name="showHorizontalScroll" type="xsd:boolean" use="optional" default="true"/>
4184
+ <xsd:attribute name="showVerticalScroll" type="xsd:boolean" use="optional" default="true"/>
4185
+ <xsd:attribute name="showSheetTabs" type="xsd:boolean" use="optional" default="true"/>
4186
+ <xsd:attribute name="xWindow" type="xsd:int" use="optional" default="0"/>
4187
+ <xsd:attribute name="yWindow" type="xsd:int" use="optional" default="0"/>
4188
+ <xsd:attribute name="windowWidth" type="xsd:unsignedInt" use="required"/>
4189
+ <xsd:attribute name="windowHeight" type="xsd:unsignedInt" use="required"/>
4190
+ <xsd:attribute name="tabRatio" type="xsd:unsignedInt" use="optional" default="600"/>
4191
+ <xsd:attribute name="activeSheetId" type="xsd:unsignedInt" use="required"/>
4192
+ <xsd:attribute name="showFormulaBar" type="xsd:boolean" use="optional" default="true"/>
4193
+ <xsd:attribute name="showStatusbar" type="xsd:boolean" use="optional" default="true"/>
4194
+ <xsd:attribute name="showComments" type="ST_Comments" use="optional" default="commIndicator"/>
4195
+ <xsd:attribute name="showObjects" type="ST_Objects" use="optional" default="all"/>
4196
+ </xsd:complexType>
4197
+ <xsd:simpleType name="ST_Comments">
4198
+ <xsd:restriction base="xsd:string">
4199
+ <xsd:enumeration value="commNone"/>
4200
+ <xsd:enumeration value="commIndicator"/>
4201
+ <xsd:enumeration value="commIndAndComment"/>
4202
+ </xsd:restriction>
4203
+ </xsd:simpleType>
4204
+ <xsd:simpleType name="ST_Objects">
4205
+ <xsd:restriction base="xsd:string">
4206
+ <xsd:enumeration value="all"/>
4207
+ <xsd:enumeration value="placeholders"/>
4208
+ <xsd:enumeration value="none"/>
4209
+ </xsd:restriction>
4210
+ </xsd:simpleType>
4211
+ <xsd:complexType name="CT_Sheets">
4212
+ <xsd:sequence>
4213
+ <xsd:element name="sheet" type="CT_Sheet" minOccurs="1" maxOccurs="unbounded"/>
4214
+ </xsd:sequence>
4215
+ </xsd:complexType>
4216
+ <xsd:complexType name="CT_Sheet">
4217
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4218
+ <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
4219
+ <xsd:attribute name="state" type="ST_SheetState" use="optional" default="visible"/>
4220
+ <xsd:attribute ref="r:id" use="required"/>
4221
+ </xsd:complexType>
4222
+ <xsd:simpleType name="ST_SheetState">
4223
+ <xsd:restriction base="xsd:string">
4224
+ <xsd:enumeration value="visible"/>
4225
+ <xsd:enumeration value="hidden"/>
4226
+ <xsd:enumeration value="veryHidden"/>
4227
+ </xsd:restriction>
4228
+ </xsd:simpleType>
4229
+ <xsd:complexType name="CT_WorkbookPr">
4230
+ <xsd:attribute name="date1904" type="xsd:boolean" use="optional" default="false"/>
4231
+ <xsd:attribute name="showObjects" type="ST_Objects" use="optional" default="all"/>
4232
+ <xsd:attribute name="showBorderUnselectedTables" type="xsd:boolean" use="optional"
4233
+ default="true"/>
4234
+ <xsd:attribute name="filterPrivacy" type="xsd:boolean" use="optional" default="false"/>
4235
+ <xsd:attribute name="promptedSolutions" type="xsd:boolean" use="optional" default="false"/>
4236
+ <xsd:attribute name="showInkAnnotation" type="xsd:boolean" use="optional" default="true"/>
4237
+ <xsd:attribute name="backupFile" type="xsd:boolean" use="optional" default="false"/>
4238
+ <xsd:attribute name="saveExternalLinkValues" type="xsd:boolean" use="optional" default="true"/>
4239
+ <xsd:attribute name="updateLinks" type="ST_UpdateLinks" use="optional" default="userSet"/>
4240
+ <xsd:attribute name="codeName" type="xsd:string" use="optional"/>
4241
+ <xsd:attribute name="hidePivotFieldList" type="xsd:boolean" use="optional" default="false"/>
4242
+ <xsd:attribute name="showPivotChartFilter" type="xsd:boolean" default="false"/>
4243
+ <xsd:attribute name="allowRefreshQuery" type="xsd:boolean" use="optional" default="false"/>
4244
+ <xsd:attribute name="publishItems" type="xsd:boolean" use="optional" default="false"/>
4245
+ <xsd:attribute name="checkCompatibility" type="xsd:boolean" use="optional" default="false"/>
4246
+ <xsd:attribute name="autoCompressPictures" type="xsd:boolean" use="optional" default="true"/>
4247
+ <xsd:attribute name="refreshAllConnections" type="xsd:boolean" use="optional" default="false"/>
4248
+ <xsd:attribute name="defaultThemeVersion" type="xsd:unsignedInt" use="optional"/>
4249
+ </xsd:complexType>
4250
+ <xsd:simpleType name="ST_UpdateLinks">
4251
+ <xsd:restriction base="xsd:string">
4252
+ <xsd:enumeration value="userSet"/>
4253
+ <xsd:enumeration value="never"/>
4254
+ <xsd:enumeration value="always"/>
4255
+ </xsd:restriction>
4256
+ </xsd:simpleType>
4257
+ <xsd:complexType name="CT_SmartTagPr">
4258
+ <xsd:attribute name="embed" type="xsd:boolean" use="optional" default="false"/>
4259
+ <xsd:attribute name="show" type="ST_SmartTagShow" use="optional" default="all"/>
4260
+ </xsd:complexType>
4261
+ <xsd:simpleType name="ST_SmartTagShow">
4262
+ <xsd:restriction base="xsd:string">
4263
+ <xsd:enumeration value="all"/>
4264
+ <xsd:enumeration value="none"/>
4265
+ <xsd:enumeration value="noIndicator"/>
4266
+ </xsd:restriction>
4267
+ </xsd:simpleType>
4268
+ <xsd:complexType name="CT_SmartTagTypes">
4269
+ <xsd:sequence>
4270
+ <xsd:element name="smartTagType" type="CT_SmartTagType" minOccurs="0" maxOccurs="unbounded"/>
4271
+ </xsd:sequence>
4272
+ </xsd:complexType>
4273
+ <xsd:complexType name="CT_SmartTagType">
4274
+ <xsd:attribute name="namespaceUri" type="s:ST_Xstring" use="optional"/>
4275
+ <xsd:attribute name="name" type="s:ST_Xstring" use="optional"/>
4276
+ <xsd:attribute name="url" type="s:ST_Xstring" use="optional"/>
4277
+ </xsd:complexType>
4278
+ <xsd:complexType name="CT_FileRecoveryPr">
4279
+ <xsd:attribute name="autoRecover" type="xsd:boolean" use="optional" default="true"/>
4280
+ <xsd:attribute name="crashSave" type="xsd:boolean" use="optional" default="false"/>
4281
+ <xsd:attribute name="dataExtractLoad" type="xsd:boolean" use="optional" default="false"/>
4282
+ <xsd:attribute name="repairLoad" type="xsd:boolean" use="optional" default="false"/>
4283
+ </xsd:complexType>
4284
+ <xsd:complexType name="CT_CalcPr">
4285
+ <xsd:attribute name="calcId" type="xsd:unsignedInt"/>
4286
+ <xsd:attribute name="calcMode" type="ST_CalcMode" use="optional" default="auto"/>
4287
+ <xsd:attribute name="fullCalcOnLoad" type="xsd:boolean" use="optional" default="false"/>
4288
+ <xsd:attribute name="refMode" type="ST_RefMode" use="optional" default="A1"/>
4289
+ <xsd:attribute name="iterate" type="xsd:boolean" use="optional" default="false"/>
4290
+ <xsd:attribute name="iterateCount" type="xsd:unsignedInt" use="optional" default="100"/>
4291
+ <xsd:attribute name="iterateDelta" type="xsd:double" use="optional" default="0.001"/>
4292
+ <xsd:attribute name="fullPrecision" type="xsd:boolean" use="optional" default="true"/>
4293
+ <xsd:attribute name="calcCompleted" type="xsd:boolean" use="optional" default="true"/>
4294
+ <xsd:attribute name="calcOnSave" type="xsd:boolean" use="optional" default="true"/>
4295
+ <xsd:attribute name="concurrentCalc" type="xsd:boolean" use="optional" default="true"/>
4296
+ <xsd:attribute name="concurrentManualCount" type="xsd:unsignedInt" use="optional"/>
4297
+ <xsd:attribute name="forceFullCalc" type="xsd:boolean" use="optional"/>
4298
+ </xsd:complexType>
4299
+ <xsd:simpleType name="ST_CalcMode">
4300
+ <xsd:restriction base="xsd:string">
4301
+ <xsd:enumeration value="manual"/>
4302
+ <xsd:enumeration value="auto"/>
4303
+ <xsd:enumeration value="autoNoTable"/>
4304
+ </xsd:restriction>
4305
+ </xsd:simpleType>
4306
+ <xsd:simpleType name="ST_RefMode">
4307
+ <xsd:restriction base="xsd:string">
4308
+ <xsd:enumeration value="A1"/>
4309
+ <xsd:enumeration value="R1C1"/>
4310
+ </xsd:restriction>
4311
+ </xsd:simpleType>
4312
+ <xsd:complexType name="CT_DefinedNames">
4313
+ <xsd:sequence>
4314
+ <xsd:element name="definedName" type="CT_DefinedName" minOccurs="0" maxOccurs="unbounded"/>
4315
+ </xsd:sequence>
4316
+ </xsd:complexType>
4317
+ <xsd:complexType name="CT_DefinedName">
4318
+ <xsd:simpleContent>
4319
+ <xsd:extension base="ST_Formula">
4320
+ <xsd:attribute name="name" type="s:ST_Xstring" use="required"/>
4321
+ <xsd:attribute name="comment" type="s:ST_Xstring" use="optional"/>
4322
+ <xsd:attribute name="customMenu" type="s:ST_Xstring" use="optional"/>
4323
+ <xsd:attribute name="description" type="s:ST_Xstring" use="optional"/>
4324
+ <xsd:attribute name="help" type="s:ST_Xstring" use="optional"/>
4325
+ <xsd:attribute name="statusBar" type="s:ST_Xstring" use="optional"/>
4326
+ <xsd:attribute name="localSheetId" type="xsd:unsignedInt" use="optional"/>
4327
+ <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
4328
+ <xsd:attribute name="function" type="xsd:boolean" use="optional" default="false"/>
4329
+ <xsd:attribute name="vbProcedure" type="xsd:boolean" use="optional" default="false"/>
4330
+ <xsd:attribute name="xlm" type="xsd:boolean" use="optional" default="false"/>
4331
+ <xsd:attribute name="functionGroupId" type="xsd:unsignedInt" use="optional"/>
4332
+ <xsd:attribute name="shortcutKey" type="s:ST_Xstring" use="optional"/>
4333
+ <xsd:attribute name="publishToServer" type="xsd:boolean" use="optional" default="false"/>
4334
+ <xsd:attribute name="workbookParameter" type="xsd:boolean" use="optional" default="false"/>
4335
+ </xsd:extension>
4336
+ </xsd:simpleContent>
4337
+ </xsd:complexType>
4338
+ <xsd:complexType name="CT_ExternalReferences">
4339
+ <xsd:sequence>
4340
+ <xsd:element name="externalReference" type="CT_ExternalReference" minOccurs="1"
4341
+ maxOccurs="unbounded"/>
4342
+ </xsd:sequence>
4343
+ </xsd:complexType>
4344
+ <xsd:complexType name="CT_ExternalReference">
4345
+ <xsd:attribute ref="r:id" use="required"/>
4346
+ </xsd:complexType>
4347
+ <xsd:complexType name="CT_SheetBackgroundPicture">
4348
+ <xsd:attribute ref="r:id" use="required"/>
4349
+ </xsd:complexType>
4350
+ <xsd:complexType name="CT_PivotCaches">
4351
+ <xsd:sequence>
4352
+ <xsd:element name="pivotCache" type="CT_PivotCache" minOccurs="1" maxOccurs="unbounded"/>
4353
+ </xsd:sequence>
4354
+ </xsd:complexType>
4355
+ <xsd:complexType name="CT_PivotCache">
4356
+ <xsd:attribute name="cacheId" type="xsd:unsignedInt" use="required"/>
4357
+ <xsd:attribute ref="r:id" use="required"/>
4358
+ </xsd:complexType>
4359
+ <xsd:complexType name="CT_FileSharing">
4360
+ <xsd:attribute name="readOnlyRecommended" type="xsd:boolean" use="optional" default="false"/>
4361
+ <xsd:attribute name="userName" type="s:ST_Xstring"/>
4362
+ <xsd:attribute name="reservationPassword" type="ST_UnsignedShortHex"/>
4363
+ <xsd:attribute name="algorithmName" type="s:ST_Xstring" use="optional"/>
4364
+ <xsd:attribute name="hashValue" type="xsd:base64Binary" use="optional"/>
4365
+ <xsd:attribute name="saltValue" type="xsd:base64Binary" use="optional"/>
4366
+ <xsd:attribute name="spinCount" type="xsd:unsignedInt" use="optional"/>
4367
+ </xsd:complexType>
4368
+ <xsd:complexType name="CT_OleSize">
4369
+ <xsd:attribute name="ref" type="ST_Ref" use="required"/>
4370
+ </xsd:complexType>
4371
+ <xsd:complexType name="CT_WorkbookProtection">
4372
+ <xsd:attribute name="workbookPassword" type="ST_UnsignedShortHex" use="optional"/>
4373
+ <xsd:attribute name="workbookPasswordCharacterSet" type="xsd:string" use="optional"/>
4374
+ <xsd:attribute name="revisionsPassword" type="ST_UnsignedShortHex" use="optional"/>
4375
+ <xsd:attribute name="revisionsPasswordCharacterSet" type="xsd:string" use="optional"/>
4376
+ <xsd:attribute name="lockStructure" type="xsd:boolean" use="optional" default="false"/>
4377
+ <xsd:attribute name="lockWindows" type="xsd:boolean" use="optional" default="false"/>
4378
+ <xsd:attribute name="lockRevision" type="xsd:boolean" use="optional" default="false"/>
4379
+ <xsd:attribute name="revisionsAlgorithmName" type="s:ST_Xstring" use="optional"/>
4380
+ <xsd:attribute name="revisionsHashValue" type="xsd:base64Binary" use="optional"/>
4381
+ <xsd:attribute name="revisionsSaltValue" type="xsd:base64Binary" use="optional"/>
4382
+ <xsd:attribute name="revisionsSpinCount" type="xsd:unsignedInt" use="optional"/>
4383
+ <xsd:attribute name="workbookAlgorithmName" type="s:ST_Xstring" use="optional"/>
4384
+ <xsd:attribute name="workbookHashValue" type="xsd:base64Binary" use="optional"/>
4385
+ <xsd:attribute name="workbookSaltValue" type="xsd:base64Binary" use="optional"/>
4386
+ <xsd:attribute name="workbookSpinCount" type="xsd:unsignedInt" use="optional"/>
4387
+ </xsd:complexType>
4388
+ <xsd:complexType name="CT_WebPublishing">
4389
+ <xsd:attribute name="css" type="xsd:boolean" use="optional" default="true"/>
4390
+ <xsd:attribute name="thicket" type="xsd:boolean" use="optional" default="true"/>
4391
+ <xsd:attribute name="longFileNames" type="xsd:boolean" use="optional" default="true"/>
4392
+ <xsd:attribute name="vml" type="xsd:boolean" use="optional" default="false"/>
4393
+ <xsd:attribute name="allowPng" type="xsd:boolean" use="optional" default="false"/>
4394
+ <xsd:attribute name="targetScreenSize" type="ST_TargetScreenSize" use="optional"
4395
+ default="800x600"/>
4396
+ <xsd:attribute name="dpi" type="xsd:unsignedInt" use="optional" default="96"/>
4397
+ <xsd:attribute name="codePage" type="xsd:unsignedInt" use="optional"/>
4398
+ <xsd:attribute name="characterSet" type="xsd:string" use="optional"/>
4399
+ </xsd:complexType>
4400
+ <xsd:simpleType name="ST_TargetScreenSize">
4401
+ <xsd:restriction base="xsd:string">
4402
+ <xsd:enumeration value="544x376"/>
4403
+ <xsd:enumeration value="640x480"/>
4404
+ <xsd:enumeration value="720x512"/>
4405
+ <xsd:enumeration value="800x600"/>
4406
+ <xsd:enumeration value="1024x768"/>
4407
+ <xsd:enumeration value="1152x882"/>
4408
+ <xsd:enumeration value="1152x900"/>
4409
+ <xsd:enumeration value="1280x1024"/>
4410
+ <xsd:enumeration value="1600x1200"/>
4411
+ <xsd:enumeration value="1800x1440"/>
4412
+ <xsd:enumeration value="1920x1200"/>
4413
+ </xsd:restriction>
4414
+ </xsd:simpleType>
4415
+ <xsd:complexType name="CT_FunctionGroups">
4416
+ <xsd:sequence maxOccurs="unbounded">
4417
+ <xsd:element name="functionGroup" type="CT_FunctionGroup" minOccurs="0"/>
4418
+ </xsd:sequence>
4419
+ <xsd:attribute name="builtInGroupCount" type="xsd:unsignedInt" default="16" use="optional"/>
4420
+ </xsd:complexType>
4421
+ <xsd:complexType name="CT_FunctionGroup">
4422
+ <xsd:attribute name="name" type="s:ST_Xstring"/>
4423
+ </xsd:complexType>
4424
+ <xsd:complexType name="CT_WebPublishObjects">
4425
+ <xsd:sequence>
4426
+ <xsd:element name="webPublishObject" type="CT_WebPublishObject" minOccurs="1"
4427
+ maxOccurs="unbounded"/>
4428
+ </xsd:sequence>
4429
+ <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
4430
+ </xsd:complexType>
4431
+ <xsd:complexType name="CT_WebPublishObject">
4432
+ <xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
4433
+ <xsd:attribute name="divId" type="s:ST_Xstring" use="required"/>
4434
+ <xsd:attribute name="sourceObject" type="s:ST_Xstring" use="optional"/>
4435
+ <xsd:attribute name="destinationFile" type="s:ST_Xstring" use="required"/>
4436
+ <xsd:attribute name="title" type="s:ST_Xstring" use="optional"/>
4437
+ <xsd:attribute name="autoRepublish" type="xsd:boolean" use="optional" default="false"/>
4438
+ </xsd:complexType>
4439
+ </xsd:schema>