@techwavedev/agi-agent-kit 1.3.5 → 1.4.2

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 (1521) hide show
  1. package/CHANGELOG.md +114 -281
  2. package/README.md +93 -53
  3. package/bin/init.js +29 -11
  4. package/package.json +4 -1
  5. package/templates/base/AGENTS.md +88 -2
  6. package/templates/base/README.md +7 -7
  7. package/templates/base/data/workflows.json +162 -0
  8. package/templates/base/directives/memory_integration.md +44 -43
  9. package/templates/base/directives/release_process.md +40 -0
  10. package/templates/base/execution/memory_manager.py +85 -12
  11. package/templates/base/execution/session_init.py +10 -6
  12. package/templates/skills/SKILLS_CATALOG.md +923 -914
  13. package/templates/skills/core/documentation/SKILL.md +33 -0
  14. package/templates/skills/core/documentation/scripts/__pycache__/analyze_code.cpython-312.pyc +0 -0
  15. package/templates/skills/core/documentation/scripts/__pycache__/detect_changes.cpython-312.pyc +0 -0
  16. package/templates/skills/core/documentation/scripts/__pycache__/generate_changelog.cpython-312.pyc +0 -0
  17. package/templates/skills/core/documentation/scripts/__pycache__/sync_docs.cpython-312.pyc +0 -0
  18. package/templates/skills/core/documentation/scripts/__pycache__/update_skill_docs.cpython-312.pyc +0 -0
  19. package/templates/skills/core/pdf-reader/SKILL.md +33 -0
  20. package/templates/skills/core/pdf-reader/scripts/__pycache__/extract_text.cpython-312.pyc +0 -0
  21. package/templates/skills/core/qdrant-memory/SKILL.md +33 -0
  22. package/templates/skills/core/qdrant-memory/scripts/__pycache__/benchmark_token_savings.cpython-312.pyc +0 -0
  23. package/templates/skills/core/qdrant-memory/scripts/__pycache__/bm25_index.cpython-312.pyc +0 -0
  24. package/templates/skills/core/qdrant-memory/scripts/__pycache__/embedding_utils.cpython-312.pyc +0 -0
  25. package/templates/skills/core/qdrant-memory/scripts/__pycache__/hybrid_search.cpython-312.pyc +0 -0
  26. package/templates/skills/core/qdrant-memory/scripts/__pycache__/init_collection.cpython-312.pyc +0 -0
  27. package/templates/skills/core/qdrant-memory/scripts/__pycache__/memory_retrieval.cpython-312.pyc +0 -0
  28. package/templates/skills/core/qdrant-memory/scripts/__pycache__/semantic_cache.cpython-312.pyc +0 -0
  29. package/templates/skills/core/qdrant-memory/scripts/__pycache__/test_skill.cpython-312.pyc +0 -0
  30. package/templates/skills/core/qdrant-memory/scripts/bm25_index.py +532 -0
  31. package/templates/skills/core/qdrant-memory/scripts/hybrid_search.py +276 -45
  32. package/templates/skills/core/qdrant-memory/scripts/memory_retrieval.py +91 -39
  33. package/templates/skills/core/qdrant-memory/scripts/test_skill.py +139 -0
  34. package/templates/skills/core/webcrawler/SKILL.md +33 -0
  35. package/templates/skills/core/webcrawler/scripts/__pycache__/crawl_docs.cpython-312.pyc +0 -0
  36. package/templates/skills/core/webcrawler/scripts/__pycache__/extract_page.cpython-312.pyc +0 -0
  37. package/templates/skills/core/webcrawler/scripts/__pycache__/filter_docs.cpython-312.pyc +0 -0
  38. package/templates/skills/extended/ai-agents/activecampaign-automation/SKILL.md +10 -5
  39. package/templates/skills/extended/ai-agents/agent-evaluation/SKILL.md +10 -5
  40. package/templates/skills/extended/ai-agents/agent-framework-azure-ai-py/SKILL.md +10 -5
  41. package/templates/skills/extended/ai-agents/agent-manager-skill/SKILL.md +10 -5
  42. package/templates/skills/extended/ai-agents/agent-memory-mcp/SKILL.md +10 -5
  43. package/templates/skills/extended/ai-agents/agent-orchestration-improve-agent/SKILL.md +10 -5
  44. package/templates/skills/extended/ai-agents/agents-v2-py/SKILL.md +10 -5
  45. package/templates/skills/extended/ai-agents/ai-product/SKILL.md +10 -5
  46. package/templates/skills/extended/ai-agents/ai-wrapper-product/SKILL.md +10 -5
  47. package/templates/skills/extended/ai-agents/airtable-automation/SKILL.md +10 -5
  48. package/templates/skills/extended/ai-agents/autonomous-agents/SKILL.md +10 -5
  49. package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-dotnet/SKILL.md +10 -5
  50. package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-java/SKILL.md +10 -5
  51. package/templates/skills/extended/ai-agents/azure-ai-contentsafety-ts/SKILL.md +10 -5
  52. package/templates/skills/extended/ai-agents/azure-ai-openai-dotnet/SKILL.md +10 -5
  53. package/templates/skills/extended/ai-agents/azure-ai-projects-py/SKILL.md +10 -5
  54. package/templates/skills/extended/ai-agents/azure-ai-projects-ts/SKILL.md +10 -5
  55. package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-java/SKILL.md +10 -5
  56. package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-py/SKILL.md +10 -5
  57. package/templates/skills/extended/ai-agents/azure-ai-voicelive-py/SKILL.md +10 -5
  58. package/templates/skills/extended/ai-agents/bullmq-specialist/SKILL.md +10 -5
  59. package/templates/skills/extended/ai-agents/business-analyst/SKILL.md +10 -5
  60. package/templates/skills/extended/ai-agents/code-review-ai-ai-review/SKILL.md +10 -5
  61. package/templates/skills/extended/ai-agents/codex-review/SKILL.md +10 -5
  62. package/templates/skills/extended/ai-agents/computer-use-agents/SKILL.md +10 -5
  63. package/templates/skills/extended/ai-agents/computer-vision-expert/SKILL.md +10 -5
  64. package/templates/skills/extended/ai-agents/context-degradation/SKILL.md +10 -5
  65. package/templates/skills/extended/ai-agents/context-fundamentals/SKILL.md +10 -5
  66. package/templates/skills/extended/ai-agents/context-manager/SKILL.md +10 -5
  67. package/templates/skills/extended/ai-agents/conversation-memory/SKILL.md +10 -5
  68. package/templates/skills/extended/ai-agents/crewai/SKILL.md +10 -5
  69. package/templates/skills/extended/ai-agents/customer-support/SKILL.md +10 -5
  70. package/templates/skills/extended/ai-agents/daily-news-report/SKILL.md +10 -5
  71. package/templates/skills/extended/ai-agents/dispatching-parallel-agents/SKILL.md +10 -5
  72. package/templates/skills/extended/ai-agents/email-sequence/SKILL.md +10 -5
  73. package/templates/skills/extended/ai-agents/email-systems/SKILL.md +10 -5
  74. package/templates/skills/extended/ai-agents/embedding-strategies/SKILL.md +10 -5
  75. package/templates/skills/extended/ai-agents/evaluation/SKILL.md +10 -5
  76. package/templates/skills/extended/ai-agents/fal-audio/SKILL.md +10 -5
  77. package/templates/skills/extended/ai-agents/fal-generate/SKILL.md +10 -5
  78. package/templates/skills/extended/ai-agents/fal-image-edit/SKILL.md +10 -5
  79. package/templates/skills/extended/ai-agents/fal-upscale/SKILL.md +10 -5
  80. package/templates/skills/extended/ai-agents/fal-workflow/SKILL.md +10 -5
  81. package/templates/skills/extended/ai-agents/fp-ts-pragmatic/SKILL.md +10 -5
  82. package/templates/skills/extended/ai-agents/gemini-api-dev/SKILL.md +10 -5
  83. package/templates/skills/extended/ai-agents/gmail-automation/SKILL.md +10 -5
  84. package/templates/skills/extended/ai-agents/hosted-agents-v2-py/SKILL.md +10 -5
  85. package/templates/skills/extended/ai-agents/imagen/SKILL.md +10 -5
  86. package/templates/skills/extended/ai-agents/incident-response-smart-fix/SKILL.md +10 -5
  87. package/templates/skills/extended/ai-agents/javascript-mastery/SKILL.md +10 -5
  88. package/templates/skills/extended/ai-agents/kaizen/SKILL.md +10 -5
  89. package/templates/skills/extended/ai-agents/langchain-architecture/SKILL.md +10 -5
  90. package/templates/skills/extended/ai-agents/langfuse/SKILL.md +10 -5
  91. package/templates/skills/extended/ai-agents/langgraph/SKILL.md +10 -5
  92. package/templates/skills/extended/ai-agents/last30days/SKILL.md +10 -5
  93. package/templates/skills/extended/ai-agents/last30days/scripts/__pycache__/last30days.cpython-312.pyc +0 -0
  94. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/__init__.cpython-312.pyc +0 -0
  95. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/cache.cpython-312.pyc +0 -0
  96. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/dates.cpython-312.pyc +0 -0
  97. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/dedupe.cpython-312.pyc +0 -0
  98. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/env.cpython-312.pyc +0 -0
  99. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/http.cpython-312.pyc +0 -0
  100. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/models.cpython-312.pyc +0 -0
  101. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/normalize.cpython-312.pyc +0 -0
  102. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/openai_reddit.cpython-312.pyc +0 -0
  103. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/reddit_enrich.cpython-312.pyc +0 -0
  104. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/render.cpython-312.pyc +0 -0
  105. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/schema.cpython-312.pyc +0 -0
  106. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/score.cpython-312.pyc +0 -0
  107. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/ui.cpython-312.pyc +0 -0
  108. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/websearch.cpython-312.pyc +0 -0
  109. package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/xai_x.cpython-312.pyc +0 -0
  110. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  111. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_cache.cpython-312.pyc +0 -0
  112. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_dates.cpython-312.pyc +0 -0
  113. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_dedupe.cpython-312.pyc +0 -0
  114. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_models.cpython-312.pyc +0 -0
  115. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_normalize.cpython-312.pyc +0 -0
  116. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_render.cpython-312.pyc +0 -0
  117. package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_score.cpython-312.pyc +0 -0
  118. package/templates/skills/extended/ai-agents/legal-advisor/SKILL.md +10 -5
  119. package/templates/skills/extended/ai-agents/llm-app-patterns/SKILL.md +10 -5
  120. package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/SKILL.md +10 -5
  121. package/templates/skills/extended/ai-agents/llm-application-dev-langchain-agent/SKILL.md +10 -5
  122. package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/SKILL.md +10 -5
  123. package/templates/skills/extended/ai-agents/llm-evaluation/SKILL.md +10 -5
  124. package/templates/skills/extended/ai-agents/m365-agents-dotnet/SKILL.md +10 -5
  125. package/templates/skills/extended/ai-agents/m365-agents-py/SKILL.md +10 -5
  126. package/templates/skills/extended/ai-agents/m365-agents-ts/SKILL.md +10 -5
  127. package/templates/skills/extended/ai-agents/mailchimp-automation/SKILL.md +10 -5
  128. package/templates/skills/extended/ai-agents/memory-systems/SKILL.md +10 -5
  129. package/templates/skills/extended/ai-agents/mermaid-expert/SKILL.md +10 -5
  130. package/templates/skills/extended/ai-agents/multi-agent-brainstorming/SKILL.md +10 -5
  131. package/templates/skills/extended/ai-agents/nanobanana-ppt-skills/SKILL.md +10 -5
  132. package/templates/skills/extended/ai-agents/onboarding-cro/SKILL.md +10 -5
  133. package/templates/skills/extended/ai-agents/paid-ads/SKILL.md +10 -5
  134. package/templates/skills/extended/ai-agents/performance-testing-review-ai-review/SKILL.md +10 -5
  135. package/templates/skills/extended/ai-agents/plaid-fintech/SKILL.md +10 -5
  136. package/templates/skills/extended/ai-agents/prompt-caching/SKILL.md +10 -5
  137. package/templates/skills/extended/ai-agents/prompt-engineer/SKILL.md +10 -5
  138. package/templates/skills/extended/ai-agents/prompt-engineering/SKILL.md +10 -5
  139. package/templates/skills/extended/ai-agents/prompt-library/SKILL.md +10 -5
  140. package/templates/skills/extended/ai-agents/rag-engineer/SKILL.md +10 -5
  141. package/templates/skills/extended/ai-agents/rag-implementation/SKILL.md +10 -5
  142. package/templates/skills/extended/ai-agents/sales-automator/SKILL.md +10 -5
  143. package/templates/skills/extended/ai-agents/shodan-reconnaissance/SKILL.md +11 -6
  144. package/templates/skills/extended/ai-agents/skill-developer/SKILL.md +10 -5
  145. package/templates/skills/extended/ai-agents/skill-rails-upgrade/SKILL.md +10 -5
  146. package/templates/skills/extended/ai-agents/subagent-driven-development/SKILL.md +10 -5
  147. package/templates/skills/extended/ai-agents/voice-agents/SKILL.md +10 -5
  148. package/templates/skills/extended/ai-agents/voice-ai-development/SKILL.md +10 -5
  149. package/templates/skills/extended/ai-agents/voice-ai-engine-development/SKILL.md +10 -5
  150. package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/__pycache__/complete_voice_engine.cpython-312.pyc +0 -0
  151. package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/__pycache__/gemini_agent_example.cpython-312.pyc +0 -0
  152. package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/__pycache__/interrupt_system_example.cpython-312.pyc +0 -0
  153. package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/__pycache__/base_worker_template.cpython-312.pyc +0 -0
  154. package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/__pycache__/multi_provider_factory_template.cpython-312.pyc +0 -0
  155. package/templates/skills/extended/ai-agents/youtube-summarizer/SKILL.md +10 -5
  156. package/templates/skills/extended/ai-agents/youtube-summarizer/scripts/__pycache__/extract-transcript.cpython-312.pyc +0 -0
  157. package/templates/skills/extended/architecture/SPDD/SKILL.md +8 -7
  158. package/templates/skills/extended/architecture/architect-review/SKILL.md +10 -5
  159. package/templates/skills/extended/architecture/architecture-patterns/SKILL.md +10 -5
  160. package/templates/skills/extended/architecture/binary-analysis-patterns/SKILL.md +10 -5
  161. package/templates/skills/extended/architecture/c4-code/SKILL.md +10 -5
  162. package/templates/skills/extended/architecture/c4-context/SKILL.md +10 -5
  163. package/templates/skills/extended/architecture/concise-planning/SKILL.md +10 -5
  164. package/templates/skills/extended/architecture/conductor-new-track/SKILL.md +10 -5
  165. package/templates/skills/extended/architecture/ddd-context-mapping/SKILL.md +85 -0
  166. package/templates/skills/extended/architecture/ddd-strategic-design/SKILL.md +85 -0
  167. package/templates/skills/extended/architecture/ddd-tactical-patterns/SKILL.md +86 -0
  168. package/templates/skills/extended/architecture/domain-driven-design/SKILL.md +107 -0
  169. package/templates/skills/extended/architecture/error-handling-patterns/SKILL.md +10 -5
  170. package/templates/skills/extended/architecture/go-concurrency-patterns/SKILL.md +10 -5
  171. package/templates/skills/extended/architecture/linkerd-patterns/SKILL.md +10 -5
  172. package/templates/skills/extended/architecture/memory-safety-patterns/SKILL.md +10 -5
  173. package/templates/skills/extended/architecture/modern-javascript-patterns/SKILL.md +10 -5
  174. package/templates/skills/extended/architecture/multi-agent-patterns/SKILL.md +10 -5
  175. package/templates/skills/extended/architecture/nx-workspace-patterns/SKILL.md +10 -5
  176. package/templates/skills/extended/architecture/on-call-handoff-patterns/SKILL.md +10 -5
  177. package/templates/skills/extended/architecture/planning-with-files/SKILL.md +10 -5
  178. package/templates/skills/extended/architecture/projection-patterns/SKILL.md +10 -5
  179. package/templates/skills/extended/architecture/rust-async-patterns/SKILL.md +10 -5
  180. package/templates/skills/extended/architecture/software-architecture/SKILL.md +10 -5
  181. package/templates/skills/extended/architecture/stride-analysis-patterns/SKILL.md +10 -5
  182. package/templates/skills/extended/architecture/team-composition-analysis/SKILL.md +10 -5
  183. package/templates/skills/extended/architecture/workflow-patterns/SKILL.md +10 -5
  184. package/templates/skills/extended/architecture/writing-plans/SKILL.md +10 -5
  185. package/templates/skills/extended/backend/anti-reversing-techniques/SKILL.md +10 -5
  186. package/templates/skills/extended/backend/api-fuzzing-bug-bounty/SKILL.md +11 -6
  187. package/templates/skills/extended/backend/async-python-patterns/SKILL.md +10 -5
  188. package/templates/skills/extended/backend/azure-ai-formrecognizer-java/SKILL.md +10 -5
  189. package/templates/skills/extended/backend/azure-communication-callingserver-java/SKILL.md +10 -5
  190. package/templates/skills/extended/backend/azure-cosmos-db-py/SKILL.md +10 -5
  191. package/templates/skills/extended/backend/azure-data-tables-java/SKILL.md +10 -5
  192. package/templates/skills/extended/backend/azure-mgmt-apicenter-dotnet/SKILL.md +10 -5
  193. package/templates/skills/extended/backend/azure-mgmt-apicenter-py/SKILL.md +10 -5
  194. package/templates/skills/extended/backend/azure-mgmt-apimanagement-dotnet/SKILL.md +10 -5
  195. package/templates/skills/extended/backend/azure-mgmt-apimanagement-py/SKILL.md +10 -5
  196. package/templates/skills/extended/backend/azure-mgmt-mongodbatlas-dotnet/SKILL.md +10 -5
  197. package/templates/skills/extended/backend/azure-postgres-ts/SKILL.md +10 -5
  198. package/templates/skills/extended/backend/azure-resource-manager-mysql-dotnet/SKILL.md +10 -5
  199. package/templates/skills/extended/backend/azure-resource-manager-postgresql-dotnet/SKILL.md +10 -5
  200. package/templates/skills/extended/backend/azure-resource-manager-redis-dotnet/SKILL.md +10 -5
  201. package/templates/skills/extended/backend/azure-resource-manager-sql-dotnet/SKILL.md +10 -5
  202. package/templates/skills/extended/backend/azure-speech-to-text-rest-py/SKILL.md +10 -5
  203. package/templates/skills/extended/backend/backend-architect/SKILL.md +10 -5
  204. package/templates/skills/extended/backend/backend-dev-guidelines/SKILL.md +10 -5
  205. package/templates/skills/extended/backend/backend-development-feature-development/SKILL.md +10 -5
  206. package/templates/skills/extended/backend/backend-security-coder/SKILL.md +10 -5
  207. package/templates/skills/extended/backend/broken-authentication/SKILL.md +11 -6
  208. package/templates/skills/extended/backend/bun-development/SKILL.md +10 -5
  209. package/templates/skills/extended/backend/cc-skill-backend-patterns/SKILL.md +11 -6
  210. package/templates/skills/extended/backend/cc-skill-clickhouse-io/SKILL.md +11 -6
  211. package/templates/skills/extended/backend/clerk-auth/SKILL.md +10 -5
  212. package/templates/skills/extended/backend/code-refactoring-context-restore/SKILL.md +10 -5
  213. package/templates/skills/extended/backend/conductor-manage/SKILL.md +10 -5
  214. package/templates/skills/extended/backend/context-management-context-restore/SKILL.md +10 -5
  215. package/templates/skills/extended/backend/copilot-sdk/SKILL.md +10 -5
  216. package/templates/skills/extended/backend/database-admin/SKILL.md +10 -5
  217. package/templates/skills/extended/backend/database-architect/SKILL.md +10 -5
  218. package/templates/skills/extended/backend/database-migration/SKILL.md +10 -5
  219. package/templates/skills/extended/backend/database-migrations-sql-migrations/SKILL.md +10 -5
  220. package/templates/skills/extended/backend/database-optimizer/SKILL.md +10 -5
  221. package/templates/skills/extended/backend/dbos-golang/SKILL.md +167 -0
  222. package/templates/skills/extended/backend/dbos-python/SKILL.md +136 -0
  223. package/templates/skills/extended/backend/dbos-typescript/SKILL.md +145 -0
  224. package/templates/skills/extended/backend/dbt-transformation-patterns/SKILL.md +10 -5
  225. package/templates/skills/extended/backend/django-pro/SKILL.md +10 -5
  226. package/templates/skills/extended/backend/dotnet-architect/SKILL.md +10 -5
  227. package/templates/skills/extended/backend/dotnet-backend/SKILL.md +10 -5
  228. package/templates/skills/extended/backend/dotnet-backend-patterns/SKILL.md +10 -5
  229. package/templates/skills/extended/backend/exa-search/SKILL.md +10 -5
  230. package/templates/skills/extended/backend/fal-platform/SKILL.md +10 -5
  231. package/templates/skills/extended/backend/fastapi-pro/SKILL.md +10 -5
  232. package/templates/skills/extended/backend/fastapi-router-py/SKILL.md +10 -5
  233. package/templates/skills/extended/backend/fastapi-templates/SKILL.md +10 -5
  234. package/templates/skills/extended/backend/file-organizer/SKILL.md +10 -5
  235. package/templates/skills/extended/backend/firebase/SKILL.md +10 -5
  236. package/templates/skills/extended/backend/form-cro/SKILL.md +10 -5
  237. package/templates/skills/extended/backend/graphql/SKILL.md +10 -5
  238. package/templates/skills/extended/backend/graphql-architect/SKILL.md +10 -5
  239. package/templates/skills/extended/backend/hubspot-integration/SKILL.md +10 -5
  240. package/templates/skills/extended/backend/incident-responder/SKILL.md +10 -5
  241. package/templates/skills/extended/backend/inngest/SKILL.md +10 -5
  242. package/templates/skills/extended/backend/laravel-expert/SKILL.md +219 -0
  243. package/templates/skills/extended/backend/microservices-patterns/SKILL.md +10 -5
  244. package/templates/skills/extended/backend/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +10 -5
  245. package/templates/skills/extended/backend/moodle-external-api-development/SKILL.md +10 -5
  246. package/templates/skills/extended/backend/multi-platform-apps-multi-platform/SKILL.md +10 -5
  247. package/templates/skills/extended/backend/n8n-code-python/SKILL.md +10 -5
  248. package/templates/skills/extended/backend/neon-postgres/SKILL.md +10 -5
  249. package/templates/skills/extended/backend/nestjs-expert/SKILL.md +10 -5
  250. package/templates/skills/extended/backend/network-101/SKILL.md +11 -6
  251. package/templates/skills/extended/backend/nextjs-supabase-auth/SKILL.md +10 -5
  252. package/templates/skills/extended/backend/nodejs-backend-patterns/SKILL.md +10 -5
  253. package/templates/skills/extended/backend/nosql-expert/SKILL.md +10 -5
  254. package/templates/skills/extended/backend/openapi-spec-generation/SKILL.md +10 -5
  255. package/templates/skills/extended/backend/performance-testing-review-multi-agent-review/SKILL.md +10 -5
  256. package/templates/skills/extended/backend/podcast-generation/SKILL.md +10 -5
  257. package/templates/skills/extended/backend/postgres-best-practices/SKILL.md +11 -6
  258. package/templates/skills/extended/backend/postgresql/SKILL.md +10 -5
  259. package/templates/skills/extended/backend/prisma-expert/SKILL.md +10 -5
  260. package/templates/skills/extended/backend/pydantic-models-py/SKILL.md +10 -5
  261. package/templates/skills/extended/backend/python-development-python-scaffold/SKILL.md +10 -5
  262. package/templates/skills/extended/backend/python-packaging/SKILL.md +10 -5
  263. package/templates/skills/extended/backend/python-pro/SKILL.md +10 -5
  264. package/templates/skills/extended/backend/salesforce-development/SKILL.md +10 -5
  265. package/templates/skills/extended/backend/segment-cdp/SKILL.md +10 -5
  266. package/templates/skills/extended/backend/senior-architect/SKILL.md +10 -5
  267. package/templates/skills/extended/backend/senior-architect/scripts/__pycache__/architecture_diagram_generator.cpython-312.pyc +0 -0
  268. package/templates/skills/extended/backend/senior-architect/scripts/__pycache__/dependency_analyzer.cpython-312.pyc +0 -0
  269. package/templates/skills/extended/backend/senior-architect/scripts/__pycache__/project_architect.cpython-312.pyc +0 -0
  270. package/templates/skills/extended/backend/sharp-edges/SKILL.md +10 -5
  271. package/templates/skills/extended/backend/signup-flow-cro/SKILL.md +10 -5
  272. package/templates/skills/extended/backend/similarity-search-patterns/SKILL.md +10 -5
  273. package/templates/skills/extended/backend/sql-injection-testing/SKILL.md +11 -6
  274. package/templates/skills/extended/backend/sql-optimization-patterns/SKILL.md +10 -5
  275. package/templates/skills/extended/backend/sql-pro/SKILL.md +10 -5
  276. package/templates/skills/extended/backend/sqlmap-database-pentesting/SKILL.md +11 -6
  277. package/templates/skills/extended/backend/supabase-automation/SKILL.md +10 -5
  278. package/templates/skills/extended/backend/tavily-web/SKILL.md +10 -5
  279. package/templates/skills/extended/backend/telegram-mini-app/SKILL.md +10 -5
  280. package/templates/skills/extended/backend/terraform-specialist/SKILL.md +10 -5
  281. package/templates/skills/extended/backend/twilio-communications/SKILL.md +10 -5
  282. package/templates/skills/extended/backend/using-neon/SKILL.md +10 -5
  283. package/templates/skills/extended/backend/vector-database-engineer/SKILL.md +10 -5
  284. package/templates/skills/extended/backend/vector-index-tuning/SKILL.md +10 -5
  285. package/templates/skills/extended/backend/wireshark-analysis/SKILL.md +11 -6
  286. package/templates/skills/extended/blockchain/crypto-bd-agent/SKILL.md +282 -0
  287. package/templates/skills/extended/blockchain/nft-standards/SKILL.md +10 -5
  288. package/templates/skills/extended/blockchain/web3-testing/SKILL.md +10 -5
  289. package/templates/skills/extended/content/algorithmic-art/SKILL.md +10 -5
  290. package/templates/skills/extended/content/content-marketer/SKILL.md +10 -5
  291. package/templates/skills/extended/content/copy-editing/SKILL.md +10 -5
  292. package/templates/skills/extended/content/free-tool-strategy/SKILL.md +10 -5
  293. package/templates/skills/extended/content/marketing-ideas/SKILL.md +10 -5
  294. package/templates/skills/extended/content/marketing-psychology/SKILL.md +10 -5
  295. package/templates/skills/extended/content/popup-cro/SKILL.md +10 -5
  296. package/templates/skills/extended/content/postmortem-writing/SKILL.md +10 -5
  297. package/templates/skills/extended/content/programmatic-seo/SKILL.md +10 -5
  298. package/templates/skills/extended/content/seo-authority-builder/SKILL.md +10 -5
  299. package/templates/skills/extended/content/seo-cannibalization-detector/SKILL.md +10 -5
  300. package/templates/skills/extended/content/seo-content-auditor/SKILL.md +10 -5
  301. package/templates/skills/extended/content/seo-content-refresher/SKILL.md +10 -5
  302. package/templates/skills/extended/content/seo-content-writer/SKILL.md +10 -5
  303. package/templates/skills/extended/content/seo-keyword-strategist/SKILL.md +10 -5
  304. package/templates/skills/extended/content/seo-meta-optimizer/SKILL.md +10 -5
  305. package/templates/skills/extended/content/seo-snippet-hunter/SKILL.md +10 -5
  306. package/templates/skills/extended/content/seo-structure-architect/SKILL.md +10 -5
  307. package/templates/skills/extended/content/social-content/SKILL.md +10 -5
  308. package/templates/skills/extended/content/writing-skills/SKILL.md +10 -5
  309. package/templates/skills/extended/content/x-article-publisher-skill/SKILL.md +10 -5
  310. package/templates/skills/extended/data/analytics-tracking/SKILL.md +10 -5
  311. package/templates/skills/extended/data/blockrun/SKILL.md +10 -5
  312. package/templates/skills/extended/data/data-engineer/SKILL.md +10 -5
  313. package/templates/skills/extended/data/data-engineering-data-driven-feature/SKILL.md +10 -5
  314. package/templates/skills/extended/data/data-engineering-data-pipeline/SKILL.md +10 -5
  315. package/templates/skills/extended/data/data-scientist/SKILL.md +10 -5
  316. package/templates/skills/extended/data/data-storytelling/SKILL.md +10 -5
  317. package/templates/skills/extended/data/datadog-automation/SKILL.md +10 -5
  318. package/templates/skills/extended/data/firecrawl-scraper/SKILL.md +10 -5
  319. package/templates/skills/extended/data/gdpr-data-handling/SKILL.md +10 -5
  320. package/templates/skills/extended/data/grafana-dashboards/SKILL.md +10 -5
  321. package/templates/skills/extended/data/pdf/SKILL.md +10 -5
  322. package/templates/skills/extended/data/pdf/scripts/__pycache__/check_bounding_boxes.cpython-312.pyc +0 -0
  323. package/templates/skills/extended/data/pdf/scripts/__pycache__/check_bounding_boxes_test.cpython-312.pyc +0 -0
  324. package/templates/skills/extended/data/pdf/scripts/__pycache__/check_fillable_fields.cpython-312.pyc +0 -0
  325. package/templates/skills/extended/data/pdf/scripts/__pycache__/convert_pdf_to_images.cpython-312.pyc +0 -0
  326. package/templates/skills/extended/data/pdf/scripts/__pycache__/create_validation_image.cpython-312.pyc +0 -0
  327. package/templates/skills/extended/data/pdf/scripts/__pycache__/extract_form_field_info.cpython-312.pyc +0 -0
  328. package/templates/skills/extended/data/pdf/scripts/__pycache__/fill_fillable_fields.cpython-312.pyc +0 -0
  329. package/templates/skills/extended/data/pdf/scripts/__pycache__/fill_pdf_form_with_annotations.cpython-312.pyc +0 -0
  330. package/templates/skills/extended/data/pdf-official/SKILL.md +11 -6
  331. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/check_bounding_boxes.cpython-312.pyc +0 -0
  332. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/check_bounding_boxes_test.cpython-312.pyc +0 -0
  333. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/check_fillable_fields.cpython-312.pyc +0 -0
  334. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/convert_pdf_to_images.cpython-312.pyc +0 -0
  335. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/create_validation_image.cpython-312.pyc +0 -0
  336. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/extract_form_field_info.cpython-312.pyc +0 -0
  337. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/fill_fillable_fields.cpython-312.pyc +0 -0
  338. package/templates/skills/extended/data/pdf-official/scripts/__pycache__/fill_pdf_form_with_annotations.cpython-312.pyc +0 -0
  339. package/templates/skills/extended/data/schema-markup/SKILL.md +10 -5
  340. package/templates/skills/extended/data/xlsx/SKILL.md +10 -5
  341. package/templates/skills/extended/data/xlsx/__pycache__/recalc.cpython-312.pyc +0 -0
  342. package/templates/skills/extended/data/xlsx-official/SKILL.md +11 -6
  343. package/templates/skills/extended/data/xlsx-official/__pycache__/recalc.cpython-312.pyc +0 -0
  344. package/templates/skills/extended/debugging/application-performance-performance-optimization/SKILL.md +10 -5
  345. package/templates/skills/extended/debugging/bazel-build-optimization/SKILL.md +10 -5
  346. package/templates/skills/extended/debugging/code-refactoring-refactor-clean/SKILL.md +10 -5
  347. package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/SKILL.md +10 -5
  348. package/templates/skills/extended/debugging/codebase-cleanup-tech-debt/SKILL.md +10 -5
  349. package/templates/skills/extended/debugging/context-optimization/SKILL.md +10 -5
  350. package/templates/skills/extended/debugging/cost-optimization/SKILL.md +10 -5
  351. package/templates/skills/extended/debugging/database-migrations-migration-observability/SKILL.md +10 -5
  352. package/templates/skills/extended/debugging/debugger/SKILL.md +10 -5
  353. package/templates/skills/extended/debugging/debugging-strategies/SKILL.md +10 -5
  354. package/templates/skills/extended/debugging/debugging-toolkit-smart-debug/SKILL.md +10 -5
  355. package/templates/skills/extended/debugging/devops-troubleshooter/SKILL.md +10 -5
  356. package/templates/skills/extended/debugging/distributed-debugging-debug-trace/SKILL.md +10 -5
  357. package/templates/skills/extended/debugging/distributed-tracing/SKILL.md +10 -5
  358. package/templates/skills/extended/debugging/error-debugging-error-analysis/SKILL.md +10 -5
  359. package/templates/skills/extended/debugging/error-debugging-error-trace/SKILL.md +10 -5
  360. package/templates/skills/extended/debugging/error-debugging-multi-agent-review/SKILL.md +10 -5
  361. package/templates/skills/extended/debugging/error-diagnostics-error-analysis/SKILL.md +10 -5
  362. package/templates/skills/extended/debugging/error-diagnostics-error-trace/SKILL.md +10 -5
  363. package/templates/skills/extended/debugging/error-diagnostics-smart-debug/SKILL.md +10 -5
  364. package/templates/skills/extended/debugging/fp-ts-errors/SKILL.md +10 -5
  365. package/templates/skills/extended/debugging/framework-migration-code-migrate/SKILL.md +10 -5
  366. package/templates/skills/extended/debugging/framework-migration-deps-upgrade/SKILL.md +10 -5
  367. package/templates/skills/extended/debugging/framework-migration-legacy-modernize/SKILL.md +10 -5
  368. package/templates/skills/extended/debugging/legacy-modernizer/SKILL.md +10 -5
  369. package/templates/skills/extended/debugging/observability-engineer/SKILL.md +10 -5
  370. package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/SKILL.md +10 -5
  371. package/templates/skills/extended/debugging/observability-monitoring-slo-implement/SKILL.md +10 -5
  372. package/templates/skills/extended/debugging/page-cro/SKILL.md +10 -5
  373. package/templates/skills/extended/debugging/paywall-upgrade-cro/SKILL.md +10 -5
  374. package/templates/skills/extended/debugging/performance-engineer/SKILL.md +10 -5
  375. package/templates/skills/extended/debugging/python-performance-optimization/SKILL.md +10 -5
  376. package/templates/skills/extended/debugging/service-mesh-observability/SKILL.md +10 -5
  377. package/templates/skills/extended/debugging/slo-implementation/SKILL.md +10 -5
  378. package/templates/skills/extended/debugging/spark-optimization/SKILL.md +10 -5
  379. package/templates/skills/extended/debugging/web-performance-optimization/SKILL.md +10 -5
  380. package/templates/skills/extended/devops/agent-orchestration-multi-agent-optimize/SKILL.md +10 -5
  381. package/templates/skills/extended/devops/airflow-dag-patterns/SKILL.md +10 -5
  382. package/templates/skills/extended/devops/aws-penetration-testing/SKILL.md +11 -6
  383. package/templates/skills/extended/devops/aws-skills/SKILL.md +10 -5
  384. package/templates/skills/extended/devops/azd-deployment/SKILL.md +10 -5
  385. package/templates/skills/extended/devops/azure-ai-anomalydetector-java/SKILL.md +10 -5
  386. package/templates/skills/extended/devops/azure-ai-contentsafety-java/SKILL.md +10 -5
  387. package/templates/skills/extended/devops/azure-ai-contentsafety-py/SKILL.md +10 -5
  388. package/templates/skills/extended/devops/azure-ai-contentunderstanding-py/SKILL.md +10 -5
  389. package/templates/skills/extended/devops/azure-ai-document-intelligence-dotnet/SKILL.md +10 -5
  390. package/templates/skills/extended/devops/azure-ai-document-intelligence-ts/SKILL.md +10 -5
  391. package/templates/skills/extended/devops/azure-ai-ml-py/SKILL.md +10 -5
  392. package/templates/skills/extended/devops/azure-ai-projects-dotnet/SKILL.md +10 -5
  393. package/templates/skills/extended/devops/azure-ai-projects-java/SKILL.md +10 -5
  394. package/templates/skills/extended/devops/azure-ai-textanalytics-py/SKILL.md +10 -5
  395. package/templates/skills/extended/devops/azure-ai-transcription-py/SKILL.md +10 -5
  396. package/templates/skills/extended/devops/azure-ai-translation-document-py/SKILL.md +10 -5
  397. package/templates/skills/extended/devops/azure-ai-translation-text-py/SKILL.md +10 -5
  398. package/templates/skills/extended/devops/azure-ai-translation-ts/SKILL.md +10 -5
  399. package/templates/skills/extended/devops/azure-ai-voicelive-dotnet/SKILL.md +10 -5
  400. package/templates/skills/extended/devops/azure-ai-voicelive-java/SKILL.md +10 -5
  401. package/templates/skills/extended/devops/azure-ai-voicelive-ts/SKILL.md +10 -5
  402. package/templates/skills/extended/devops/azure-appconfiguration-java/SKILL.md +10 -5
  403. package/templates/skills/extended/devops/azure-appconfiguration-py/SKILL.md +10 -5
  404. package/templates/skills/extended/devops/azure-appconfiguration-ts/SKILL.md +10 -5
  405. package/templates/skills/extended/devops/azure-communication-chat-java/SKILL.md +10 -5
  406. package/templates/skills/extended/devops/azure-communication-common-java/SKILL.md +10 -5
  407. package/templates/skills/extended/devops/azure-communication-sms-java/SKILL.md +10 -5
  408. package/templates/skills/extended/devops/azure-compute-batch-java/SKILL.md +10 -5
  409. package/templates/skills/extended/devops/azure-containerregistry-py/SKILL.md +10 -5
  410. package/templates/skills/extended/devops/azure-cosmos-java/SKILL.md +10 -5
  411. package/templates/skills/extended/devops/azure-cosmos-py/SKILL.md +10 -5
  412. package/templates/skills/extended/devops/azure-cosmos-rust/SKILL.md +10 -5
  413. package/templates/skills/extended/devops/azure-cosmos-ts/SKILL.md +10 -5
  414. package/templates/skills/extended/devops/azure-data-tables-py/SKILL.md +10 -5
  415. package/templates/skills/extended/devops/azure-eventgrid-dotnet/SKILL.md +10 -5
  416. package/templates/skills/extended/devops/azure-eventgrid-java/SKILL.md +10 -5
  417. package/templates/skills/extended/devops/azure-eventgrid-py/SKILL.md +10 -5
  418. package/templates/skills/extended/devops/azure-eventhub-dotnet/SKILL.md +10 -5
  419. package/templates/skills/extended/devops/azure-eventhub-java/SKILL.md +10 -5
  420. package/templates/skills/extended/devops/azure-eventhub-py/SKILL.md +10 -5
  421. package/templates/skills/extended/devops/azure-eventhub-rust/SKILL.md +10 -5
  422. package/templates/skills/extended/devops/azure-eventhub-ts/SKILL.md +10 -5
  423. package/templates/skills/extended/devops/azure-functions/SKILL.md +10 -5
  424. package/templates/skills/extended/devops/azure-identity-dotnet/SKILL.md +10 -5
  425. package/templates/skills/extended/devops/azure-identity-java/SKILL.md +10 -5
  426. package/templates/skills/extended/devops/azure-identity-py/SKILL.md +10 -5
  427. package/templates/skills/extended/devops/azure-identity-rust/SKILL.md +10 -5
  428. package/templates/skills/extended/devops/azure-identity-ts/SKILL.md +10 -5
  429. package/templates/skills/extended/devops/azure-keyvault-certificates-rust/SKILL.md +10 -5
  430. package/templates/skills/extended/devops/azure-keyvault-keys-rust/SKILL.md +10 -5
  431. package/templates/skills/extended/devops/azure-keyvault-keys-ts/SKILL.md +10 -5
  432. package/templates/skills/extended/devops/azure-keyvault-py/SKILL.md +10 -5
  433. package/templates/skills/extended/devops/azure-keyvault-secrets-rust/SKILL.md +10 -5
  434. package/templates/skills/extended/devops/azure-keyvault-secrets-ts/SKILL.md +10 -5
  435. package/templates/skills/extended/devops/azure-maps-search-dotnet/SKILL.md +10 -5
  436. package/templates/skills/extended/devops/azure-messaging-webpubsub-java/SKILL.md +10 -5
  437. package/templates/skills/extended/devops/azure-messaging-webpubsubservice-py/SKILL.md +10 -5
  438. package/templates/skills/extended/devops/azure-mgmt-applicationinsights-dotnet/SKILL.md +10 -5
  439. package/templates/skills/extended/devops/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +10 -5
  440. package/templates/skills/extended/devops/azure-mgmt-botservice-dotnet/SKILL.md +10 -5
  441. package/templates/skills/extended/devops/azure-mgmt-botservice-py/SKILL.md +10 -5
  442. package/templates/skills/extended/devops/azure-mgmt-fabric-dotnet/SKILL.md +10 -5
  443. package/templates/skills/extended/devops/azure-mgmt-fabric-py/SKILL.md +10 -5
  444. package/templates/skills/extended/devops/azure-mgmt-weightsandbiases-dotnet/SKILL.md +10 -5
  445. package/templates/skills/extended/devops/azure-microsoft-playwright-testing-ts/SKILL.md +10 -5
  446. package/templates/skills/extended/devops/azure-monitor-ingestion-java/SKILL.md +10 -5
  447. package/templates/skills/extended/devops/azure-monitor-ingestion-py/SKILL.md +10 -5
  448. package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-java/SKILL.md +10 -5
  449. package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-py/SKILL.md +10 -5
  450. package/templates/skills/extended/devops/azure-monitor-opentelemetry-py/SKILL.md +10 -5
  451. package/templates/skills/extended/devops/azure-monitor-opentelemetry-ts/SKILL.md +10 -5
  452. package/templates/skills/extended/devops/azure-monitor-query-java/SKILL.md +10 -5
  453. package/templates/skills/extended/devops/azure-monitor-query-py/SKILL.md +10 -5
  454. package/templates/skills/extended/devops/azure-resource-manager-cosmosdb-dotnet/SKILL.md +10 -5
  455. package/templates/skills/extended/devops/azure-resource-manager-durabletask-dotnet/SKILL.md +10 -5
  456. package/templates/skills/extended/devops/azure-resource-manager-playwright-dotnet/SKILL.md +10 -5
  457. package/templates/skills/extended/devops/azure-search-documents-dotnet/SKILL.md +10 -5
  458. package/templates/skills/extended/devops/azure-search-documents-py/SKILL.md +10 -5
  459. package/templates/skills/extended/devops/azure-security-keyvault-keys-dotnet/SKILL.md +10 -5
  460. package/templates/skills/extended/devops/azure-security-keyvault-keys-java/SKILL.md +10 -5
  461. package/templates/skills/extended/devops/azure-security-keyvault-secrets-java/SKILL.md +10 -5
  462. package/templates/skills/extended/devops/azure-servicebus-dotnet/SKILL.md +10 -5
  463. package/templates/skills/extended/devops/azure-servicebus-py/SKILL.md +10 -5
  464. package/templates/skills/extended/devops/azure-servicebus-ts/SKILL.md +10 -5
  465. package/templates/skills/extended/devops/azure-storage-blob-java/SKILL.md +10 -5
  466. package/templates/skills/extended/devops/azure-storage-blob-py/SKILL.md +10 -5
  467. package/templates/skills/extended/devops/azure-storage-blob-rust/SKILL.md +10 -5
  468. package/templates/skills/extended/devops/azure-storage-blob-ts/SKILL.md +10 -5
  469. package/templates/skills/extended/devops/azure-storage-file-datalake-py/SKILL.md +10 -5
  470. package/templates/skills/extended/devops/azure-storage-file-share-py/SKILL.md +10 -5
  471. package/templates/skills/extended/devops/azure-storage-file-share-ts/SKILL.md +10 -5
  472. package/templates/skills/extended/devops/azure-storage-queue-py/SKILL.md +10 -5
  473. package/templates/skills/extended/devops/azure-storage-queue-ts/SKILL.md +10 -5
  474. package/templates/skills/extended/devops/azure-web-pubsub-ts/SKILL.md +10 -5
  475. package/templates/skills/extended/devops/bash-defensive-patterns/SKILL.md +10 -5
  476. package/templates/skills/extended/devops/bash-pro/SKILL.md +10 -5
  477. package/templates/skills/extended/devops/busybox-on-windows/SKILL.md +10 -5
  478. package/templates/skills/extended/devops/c4-container/SKILL.md +10 -5
  479. package/templates/skills/extended/devops/claude-win11-speckit-update-skill/SKILL.md +10 -5
  480. package/templates/skills/extended/devops/cloud-architect/SKILL.md +10 -5
  481. package/templates/skills/extended/devops/cloud-penetration-testing/SKILL.md +11 -6
  482. package/templates/skills/extended/devops/context-window-management/SKILL.md +10 -5
  483. package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/SKILL.md +10 -5
  484. package/templates/skills/extended/devops/deployment-engineer/SKILL.md +10 -5
  485. package/templates/skills/extended/devops/deployment-pipeline-design/SKILL.md +10 -5
  486. package/templates/skills/extended/devops/deployment-validation-config-validate/SKILL.md +10 -5
  487. package/templates/skills/extended/devops/expo-deployment/SKILL.md +10 -5
  488. package/templates/skills/extended/devops/file-uploads/SKILL.md +10 -5
  489. package/templates/skills/extended/devops/full-stack-orchestration-full-stack-feature/SKILL.md +10 -5
  490. package/templates/skills/extended/devops/gcp-cloud-run/SKILL.md +10 -5
  491. package/templates/skills/extended/devops/helm-chart-scaffolding/SKILL.md +10 -5
  492. package/templates/skills/extended/devops/hugging-face-cli/SKILL.md +10 -5
  493. package/templates/skills/extended/devops/hugging-face-jobs/SKILL.md +10 -5
  494. package/templates/skills/extended/devops/hybrid-cloud-architect/SKILL.md +10 -5
  495. package/templates/skills/extended/devops/hybrid-cloud-networking/SKILL.md +10 -5
  496. package/templates/skills/extended/devops/k8s-manifest-generator/SKILL.md +10 -5
  497. package/templates/skills/extended/devops/k8s-security-policies/SKILL.md +10 -5
  498. package/templates/skills/extended/devops/kubernetes-architect/SKILL.md +10 -5
  499. package/templates/skills/extended/devops/linux-shell-scripting/SKILL.md +11 -6
  500. package/templates/skills/extended/devops/loki-mode/SKILL.md +10 -5
  501. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/0.cpython-312.pyc +0 -0
  502. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/1.cpython-312.pyc +0 -0
  503. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/10.cpython-312.pyc +0 -0
  504. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/100.cpython-312.pyc +0 -0
  505. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/101.cpython-312.pyc +0 -0
  506. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/102.cpython-312.pyc +0 -0
  507. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/103.cpython-312.pyc +0 -0
  508. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/104.cpython-312.pyc +0 -0
  509. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/105.cpython-312.pyc +0 -0
  510. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/106.cpython-312.pyc +0 -0
  511. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/107.cpython-312.pyc +0 -0
  512. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/108.cpython-312.pyc +0 -0
  513. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/109.cpython-312.pyc +0 -0
  514. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/11.cpython-312.pyc +0 -0
  515. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/110.cpython-312.pyc +0 -0
  516. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/111.cpython-312.pyc +0 -0
  517. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/112.cpython-312.pyc +0 -0
  518. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/113.cpython-312.pyc +0 -0
  519. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/114.cpython-312.pyc +0 -0
  520. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/115.cpython-312.pyc +0 -0
  521. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/116.cpython-312.pyc +0 -0
  522. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/117.cpython-312.pyc +0 -0
  523. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/118.cpython-312.pyc +0 -0
  524. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/119.cpython-312.pyc +0 -0
  525. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/12.cpython-312.pyc +0 -0
  526. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/120.cpython-312.pyc +0 -0
  527. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/121.cpython-312.pyc +0 -0
  528. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/122.cpython-312.pyc +0 -0
  529. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/123.cpython-312.pyc +0 -0
  530. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/124.cpython-312.pyc +0 -0
  531. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/125.cpython-312.pyc +0 -0
  532. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/126.cpython-312.pyc +0 -0
  533. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/127.cpython-312.pyc +0 -0
  534. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/128.cpython-312.pyc +0 -0
  535. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/129.cpython-312.pyc +0 -0
  536. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/13.cpython-312.pyc +0 -0
  537. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/130.cpython-312.pyc +0 -0
  538. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/131.cpython-312.pyc +0 -0
  539. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/132.cpython-312.pyc +0 -0
  540. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/133.cpython-312.pyc +0 -0
  541. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/134.cpython-312.pyc +0 -0
  542. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/135.cpython-312.pyc +0 -0
  543. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/136.cpython-312.pyc +0 -0
  544. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/137.cpython-312.pyc +0 -0
  545. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/138.cpython-312.pyc +0 -0
  546. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/139.cpython-312.pyc +0 -0
  547. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/14.cpython-312.pyc +0 -0
  548. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/140.cpython-312.pyc +0 -0
  549. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/141.cpython-312.pyc +0 -0
  550. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/142.cpython-312.pyc +0 -0
  551. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/143.cpython-312.pyc +0 -0
  552. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/144.cpython-312.pyc +0 -0
  553. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/145.cpython-312.pyc +0 -0
  554. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/146.cpython-312.pyc +0 -0
  555. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/147.cpython-312.pyc +0 -0
  556. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/148.cpython-312.pyc +0 -0
  557. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/149.cpython-312.pyc +0 -0
  558. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/15.cpython-312.pyc +0 -0
  559. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/150.cpython-312.pyc +0 -0
  560. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/151.cpython-312.pyc +0 -0
  561. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/152.cpython-312.pyc +0 -0
  562. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/153.cpython-312.pyc +0 -0
  563. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/154.cpython-312.pyc +0 -0
  564. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/155.cpython-312.pyc +0 -0
  565. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/156.cpython-312.pyc +0 -0
  566. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/157.cpython-312.pyc +0 -0
  567. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/158.cpython-312.pyc +0 -0
  568. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/159.cpython-312.pyc +0 -0
  569. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/16.cpython-312.pyc +0 -0
  570. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/160.cpython-312.pyc +0 -0
  571. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/161.cpython-312.pyc +0 -0
  572. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/162.cpython-312.pyc +0 -0
  573. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/163.cpython-312.pyc +0 -0
  574. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/17.cpython-312.pyc +0 -0
  575. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/18.cpython-312.pyc +0 -0
  576. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/19.cpython-312.pyc +0 -0
  577. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/2.cpython-312.pyc +0 -0
  578. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/20.cpython-312.pyc +0 -0
  579. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/21.cpython-312.pyc +0 -0
  580. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/22.cpython-312.pyc +0 -0
  581. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/23.cpython-312.pyc +0 -0
  582. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/24.cpython-312.pyc +0 -0
  583. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/25.cpython-312.pyc +0 -0
  584. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/26.cpython-312.pyc +0 -0
  585. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/27.cpython-312.pyc +0 -0
  586. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/28.cpython-312.pyc +0 -0
  587. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/29.cpython-312.pyc +0 -0
  588. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/3.cpython-312.pyc +0 -0
  589. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/30.cpython-312.pyc +0 -0
  590. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/31.cpython-312.pyc +0 -0
  591. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/32.cpython-312.pyc +0 -0
  592. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/33.cpython-312.pyc +0 -0
  593. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/34.cpython-312.pyc +0 -0
  594. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/35.cpython-312.pyc +0 -0
  595. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/36.cpython-312.pyc +0 -0
  596. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/37.cpython-312.pyc +0 -0
  597. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/38.cpython-312.pyc +0 -0
  598. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/39.cpython-312.pyc +0 -0
  599. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/4.cpython-312.pyc +0 -0
  600. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/40.cpython-312.pyc +0 -0
  601. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/41.cpython-312.pyc +0 -0
  602. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/42.cpython-312.pyc +0 -0
  603. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/43.cpython-312.pyc +0 -0
  604. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/44.cpython-312.pyc +0 -0
  605. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/45.cpython-312.pyc +0 -0
  606. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/46.cpython-312.pyc +0 -0
  607. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/47.cpython-312.pyc +0 -0
  608. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/48.cpython-312.pyc +0 -0
  609. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/49.cpython-312.pyc +0 -0
  610. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/5.cpython-312.pyc +0 -0
  611. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/50.cpython-312.pyc +0 -0
  612. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/51.cpython-312.pyc +0 -0
  613. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/52.cpython-312.pyc +0 -0
  614. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/53.cpython-312.pyc +0 -0
  615. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/54.cpython-312.pyc +0 -0
  616. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/55.cpython-312.pyc +0 -0
  617. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/56.cpython-312.pyc +0 -0
  618. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/57.cpython-312.pyc +0 -0
  619. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/58.cpython-312.pyc +0 -0
  620. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/59.cpython-312.pyc +0 -0
  621. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/6.cpython-312.pyc +0 -0
  622. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/60.cpython-312.pyc +0 -0
  623. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/61.cpython-312.pyc +0 -0
  624. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/62.cpython-312.pyc +0 -0
  625. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/63.cpython-312.pyc +0 -0
  626. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/64.cpython-312.pyc +0 -0
  627. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/65.cpython-312.pyc +0 -0
  628. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/66.cpython-312.pyc +0 -0
  629. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/67.cpython-312.pyc +0 -0
  630. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/68.cpython-312.pyc +0 -0
  631. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/69.cpython-312.pyc +0 -0
  632. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/7.cpython-312.pyc +0 -0
  633. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/70.cpython-312.pyc +0 -0
  634. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/71.cpython-312.pyc +0 -0
  635. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/72.cpython-312.pyc +0 -0
  636. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/73.cpython-312.pyc +0 -0
  637. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/74.cpython-312.pyc +0 -0
  638. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/75.cpython-312.pyc +0 -0
  639. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/76.cpython-312.pyc +0 -0
  640. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/77.cpython-312.pyc +0 -0
  641. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/78.cpython-312.pyc +0 -0
  642. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/79.cpython-312.pyc +0 -0
  643. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/8.cpython-312.pyc +0 -0
  644. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/80.cpython-312.pyc +0 -0
  645. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/81.cpython-312.pyc +0 -0
  646. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/82.cpython-312.pyc +0 -0
  647. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/83.cpython-312.pyc +0 -0
  648. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/84.cpython-312.pyc +0 -0
  649. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/85.cpython-312.pyc +0 -0
  650. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/86.cpython-312.pyc +0 -0
  651. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/87.cpython-312.pyc +0 -0
  652. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/88.cpython-312.pyc +0 -0
  653. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/89.cpython-312.pyc +0 -0
  654. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/9.cpython-312.pyc +0 -0
  655. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/90.cpython-312.pyc +0 -0
  656. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/91.cpython-312.pyc +0 -0
  657. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/92.cpython-312.pyc +0 -0
  658. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/93.cpython-312.pyc +0 -0
  659. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/94.cpython-312.pyc +0 -0
  660. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/95.cpython-312.pyc +0 -0
  661. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/96.cpython-312.pyc +0 -0
  662. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/97.cpython-312.pyc +0 -0
  663. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/98.cpython-312.pyc +0 -0
  664. package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/99.cpython-312.pyc +0 -0
  665. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/0.cpython-312.pyc +0 -0
  666. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/1.cpython-312.pyc +0 -0
  667. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/10.cpython-312.pyc +0 -0
  668. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/100.cpython-312.pyc +0 -0
  669. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/101.cpython-312.pyc +0 -0
  670. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/102.cpython-312.pyc +0 -0
  671. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/103.cpython-312.pyc +0 -0
  672. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/104.cpython-312.pyc +0 -0
  673. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/105.cpython-312.pyc +0 -0
  674. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/106.cpython-312.pyc +0 -0
  675. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/107.cpython-312.pyc +0 -0
  676. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/108.cpython-312.pyc +0 -0
  677. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/109.cpython-312.pyc +0 -0
  678. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/11.cpython-312.pyc +0 -0
  679. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/110.cpython-312.pyc +0 -0
  680. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/111.cpython-312.pyc +0 -0
  681. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/112.cpython-312.pyc +0 -0
  682. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/113.cpython-312.pyc +0 -0
  683. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/114.cpython-312.pyc +0 -0
  684. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/115.cpython-312.pyc +0 -0
  685. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/116.cpython-312.pyc +0 -0
  686. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/117.cpython-312.pyc +0 -0
  687. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/118.cpython-312.pyc +0 -0
  688. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/119.cpython-312.pyc +0 -0
  689. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/12.cpython-312.pyc +0 -0
  690. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/120.cpython-312.pyc +0 -0
  691. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/121.cpython-312.pyc +0 -0
  692. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/122.cpython-312.pyc +0 -0
  693. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/123.cpython-312.pyc +0 -0
  694. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/124.cpython-312.pyc +0 -0
  695. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/125.cpython-312.pyc +0 -0
  696. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/126.cpython-312.pyc +0 -0
  697. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/127.cpython-312.pyc +0 -0
  698. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/128.cpython-312.pyc +0 -0
  699. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/129.cpython-312.pyc +0 -0
  700. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/13.cpython-312.pyc +0 -0
  701. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/130.cpython-312.pyc +0 -0
  702. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/131.cpython-312.pyc +0 -0
  703. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/132.cpython-312.pyc +0 -0
  704. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/133.cpython-312.pyc +0 -0
  705. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/134.cpython-312.pyc +0 -0
  706. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/135.cpython-312.pyc +0 -0
  707. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/136.cpython-312.pyc +0 -0
  708. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/137.cpython-312.pyc +0 -0
  709. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/138.cpython-312.pyc +0 -0
  710. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/139.cpython-312.pyc +0 -0
  711. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/14.cpython-312.pyc +0 -0
  712. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/140.cpython-312.pyc +0 -0
  713. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/141.cpython-312.pyc +0 -0
  714. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/142.cpython-312.pyc +0 -0
  715. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/143.cpython-312.pyc +0 -0
  716. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/144.cpython-312.pyc +0 -0
  717. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/145.cpython-312.pyc +0 -0
  718. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/146.cpython-312.pyc +0 -0
  719. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/147.cpython-312.pyc +0 -0
  720. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/148.cpython-312.pyc +0 -0
  721. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/149.cpython-312.pyc +0 -0
  722. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/15.cpython-312.pyc +0 -0
  723. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/150.cpython-312.pyc +0 -0
  724. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/151.cpython-312.pyc +0 -0
  725. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/152.cpython-312.pyc +0 -0
  726. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/153.cpython-312.pyc +0 -0
  727. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/154.cpython-312.pyc +0 -0
  728. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/155.cpython-312.pyc +0 -0
  729. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/156.cpython-312.pyc +0 -0
  730. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/157.cpython-312.pyc +0 -0
  731. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/158.cpython-312.pyc +0 -0
  732. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/159.cpython-312.pyc +0 -0
  733. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/16.cpython-312.pyc +0 -0
  734. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/160.cpython-312.pyc +0 -0
  735. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/161.cpython-312.pyc +0 -0
  736. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/162.cpython-312.pyc +0 -0
  737. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/163.cpython-312.pyc +0 -0
  738. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/17.cpython-312.pyc +0 -0
  739. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/18.cpython-312.pyc +0 -0
  740. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/19.cpython-312.pyc +0 -0
  741. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/2.cpython-312.pyc +0 -0
  742. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/20.cpython-312.pyc +0 -0
  743. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/21.cpython-312.pyc +0 -0
  744. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/22.cpython-312.pyc +0 -0
  745. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/23.cpython-312.pyc +0 -0
  746. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/24.cpython-312.pyc +0 -0
  747. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/25.cpython-312.pyc +0 -0
  748. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/26.cpython-312.pyc +0 -0
  749. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/27.cpython-312.pyc +0 -0
  750. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/28.cpython-312.pyc +0 -0
  751. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/29.cpython-312.pyc +0 -0
  752. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/3.cpython-312.pyc +0 -0
  753. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/30.cpython-312.pyc +0 -0
  754. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/31.cpython-312.pyc +0 -0
  755. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/32.cpython-312.pyc +0 -0
  756. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/33.cpython-312.pyc +0 -0
  757. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/34.cpython-312.pyc +0 -0
  758. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/35.cpython-312.pyc +0 -0
  759. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/36.cpython-312.pyc +0 -0
  760. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/37.cpython-312.pyc +0 -0
  761. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/38.cpython-312.pyc +0 -0
  762. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/39.cpython-312.pyc +0 -0
  763. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/4.cpython-312.pyc +0 -0
  764. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/40.cpython-312.pyc +0 -0
  765. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/41.cpython-312.pyc +0 -0
  766. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/42.cpython-312.pyc +0 -0
  767. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/43.cpython-312.pyc +0 -0
  768. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/44.cpython-312.pyc +0 -0
  769. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/45.cpython-312.pyc +0 -0
  770. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/46.cpython-312.pyc +0 -0
  771. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/47.cpython-312.pyc +0 -0
  772. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/48.cpython-312.pyc +0 -0
  773. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/49.cpython-312.pyc +0 -0
  774. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/5.cpython-312.pyc +0 -0
  775. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/50.cpython-312.pyc +0 -0
  776. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/51.cpython-312.pyc +0 -0
  777. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/52.cpython-312.pyc +0 -0
  778. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/53.cpython-312.pyc +0 -0
  779. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/54.cpython-312.pyc +0 -0
  780. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/55.cpython-312.pyc +0 -0
  781. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/56.cpython-312.pyc +0 -0
  782. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/57.cpython-312.pyc +0 -0
  783. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/58.cpython-312.pyc +0 -0
  784. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/59.cpython-312.pyc +0 -0
  785. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/6.cpython-312.pyc +0 -0
  786. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/60.cpython-312.pyc +0 -0
  787. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/61.cpython-312.pyc +0 -0
  788. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/62.cpython-312.pyc +0 -0
  789. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/63.cpython-312.pyc +0 -0
  790. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/64.cpython-312.pyc +0 -0
  791. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/65.cpython-312.pyc +0 -0
  792. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/66.cpython-312.pyc +0 -0
  793. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/67.cpython-312.pyc +0 -0
  794. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/68.cpython-312.pyc +0 -0
  795. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/69.cpython-312.pyc +0 -0
  796. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/7.cpython-312.pyc +0 -0
  797. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/70.cpython-312.pyc +0 -0
  798. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/71.cpython-312.pyc +0 -0
  799. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/72.cpython-312.pyc +0 -0
  800. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/73.cpython-312.pyc +0 -0
  801. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/74.cpython-312.pyc +0 -0
  802. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/75.cpython-312.pyc +0 -0
  803. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/76.cpython-312.pyc +0 -0
  804. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/77.cpython-312.pyc +0 -0
  805. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/78.cpython-312.pyc +0 -0
  806. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/79.cpython-312.pyc +0 -0
  807. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/8.cpython-312.pyc +0 -0
  808. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/80.cpython-312.pyc +0 -0
  809. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/81.cpython-312.pyc +0 -0
  810. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/82.cpython-312.pyc +0 -0
  811. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/83.cpython-312.pyc +0 -0
  812. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/84.cpython-312.pyc +0 -0
  813. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/85.cpython-312.pyc +0 -0
  814. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/86.cpython-312.pyc +0 -0
  815. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/87.cpython-312.pyc +0 -0
  816. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/88.cpython-312.pyc +0 -0
  817. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/89.cpython-312.pyc +0 -0
  818. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/9.cpython-312.pyc +0 -0
  819. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/90.cpython-312.pyc +0 -0
  820. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/91.cpython-312.pyc +0 -0
  821. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/92.cpython-312.pyc +0 -0
  822. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/93.cpython-312.pyc +0 -0
  823. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/94.cpython-312.pyc +0 -0
  824. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/95.cpython-312.pyc +0 -0
  825. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/96.cpython-312.pyc +0 -0
  826. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/97.cpython-312.pyc +0 -0
  827. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/98.cpython-312.pyc +0 -0
  828. package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/99.cpython-312.pyc +0 -0
  829. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package.json +5 -2
  830. package/templates/skills/extended/devops/machine-learning-ops-ml-pipeline/SKILL.md +10 -5
  831. package/templates/skills/extended/devops/ml-pipeline-workflow/SKILL.md +10 -5
  832. package/templates/skills/extended/devops/multi-cloud-architecture/SKILL.md +10 -5
  833. package/templates/skills/extended/devops/network-engineer/SKILL.md +10 -5
  834. package/templates/skills/extended/devops/posix-shell-pro/SKILL.md +10 -5
  835. package/templates/skills/extended/devops/saga-orchestration/SKILL.md +10 -5
  836. package/templates/skills/extended/devops/secrets-management/SKILL.md +10 -5
  837. package/templates/skills/extended/devops/service-mesh-expert/SKILL.md +10 -5
  838. package/templates/skills/extended/devops/shellcheck-configuration/SKILL.md +10 -5
  839. package/templates/skills/extended/devops/tdd-orchestrator/SKILL.md +10 -5
  840. package/templates/skills/extended/devops/terraform-module-library/SKILL.md +10 -5
  841. package/templates/skills/extended/devops/terraform-skill/SKILL.md +10 -5
  842. package/templates/skills/extended/devops/upstash-qstash/SKILL.md +10 -5
  843. package/templates/skills/extended/devops/vercel-automation/SKILL.md +10 -5
  844. package/templates/skills/extended/devops/vercel-deploy-claimable/SKILL.md +10 -5
  845. package/templates/skills/extended/devops/vercel-deployment/SKILL.md +10 -5
  846. package/templates/skills/extended/devops/windows-privilege-escalation/SKILL.md +11 -6
  847. package/templates/skills/extended/documentation/api-documentation-generator/SKILL.md +10 -5
  848. package/templates/skills/extended/documentation/api-documenter/SKILL.md +10 -5
  849. package/templates/skills/extended/documentation/azure-search-documents-ts/SKILL.md +10 -5
  850. package/templates/skills/extended/documentation/claude-code-guide/SKILL.md +11 -6
  851. package/templates/skills/extended/documentation/claude-scientific-skills/SKILL.md +10 -5
  852. package/templates/skills/extended/documentation/code-documentation-code-explain/SKILL.md +10 -5
  853. package/templates/skills/extended/documentation/code-documentation-doc-generate/SKILL.md +10 -5
  854. package/templates/skills/extended/documentation/context7-auto-research/SKILL.md +10 -5
  855. package/templates/skills/extended/documentation/culture-index/SKILL.md +10 -5
  856. package/templates/skills/extended/documentation/defi-protocol-templates/SKILL.md +10 -5
  857. package/templates/skills/extended/documentation/docs-architect/SKILL.md +10 -5
  858. package/templates/skills/extended/documentation/documentation-generation-doc-generate/SKILL.md +10 -5
  859. package/templates/skills/extended/documentation/docusign-automation/SKILL.md +10 -5
  860. package/templates/skills/extended/documentation/docx/SKILL.md +10 -5
  861. package/templates/skills/extended/documentation/docx/ooxml/scripts/__pycache__/pack.cpython-312.pyc +0 -0
  862. package/templates/skills/extended/documentation/docx/ooxml/scripts/__pycache__/unpack.cpython-312.pyc +0 -0
  863. package/templates/skills/extended/documentation/docx/ooxml/scripts/__pycache__/validate.cpython-312.pyc +0 -0
  864. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/__init__.cpython-312.pyc +0 -0
  865. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/base.cpython-312.pyc +0 -0
  866. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/docx.cpython-312.pyc +0 -0
  867. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/pptx.cpython-312.pyc +0 -0
  868. package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/redlining.cpython-312.pyc +0 -0
  869. package/templates/skills/extended/documentation/docx/scripts/__pycache__/__init__.cpython-312.pyc +0 -0
  870. package/templates/skills/extended/documentation/docx/scripts/__pycache__/document.cpython-312.pyc +0 -0
  871. package/templates/skills/extended/documentation/docx/scripts/__pycache__/utilities.cpython-312.pyc +0 -0
  872. package/templates/skills/extended/documentation/employment-contract-templates/SKILL.md +10 -5
  873. package/templates/skills/extended/documentation/incident-runbook-templates/SKILL.md +10 -5
  874. package/templates/skills/extended/documentation/malware-analyst/SKILL.md +10 -5
  875. package/templates/skills/extended/documentation/notebooklm/SKILL.md +10 -5
  876. package/templates/skills/extended/documentation/obsidian-clipper-template-creator/SKILL.md +10 -5
  877. package/templates/skills/extended/documentation/product-manager-toolkit/SKILL.md +10 -5
  878. package/templates/skills/extended/documentation/product-manager-toolkit/scripts/__pycache__/customer_interview_analyzer.cpython-312.pyc +0 -0
  879. package/templates/skills/extended/documentation/product-manager-toolkit/scripts/__pycache__/rice_prioritizer.cpython-312.pyc +0 -0
  880. package/templates/skills/extended/documentation/readme/SKILL.md +10 -5
  881. package/templates/skills/extended/documentation/reference-builder/SKILL.md +10 -5
  882. package/templates/skills/extended/documentation/research-engineer/SKILL.md +10 -5
  883. package/templates/skills/extended/documentation/screenshots/SKILL.md +10 -5
  884. package/templates/skills/extended/documentation/search-specialist/SKILL.md +10 -5
  885. package/templates/skills/extended/documentation/skill-seekers/SKILL.md +10 -5
  886. package/templates/skills/extended/documentation/startup-business-analyst-business-case/SKILL.md +10 -5
  887. package/templates/skills/extended/documentation/tutorial-engineer/SKILL.md +10 -5
  888. package/templates/skills/extended/documentation/wiki-architect/SKILL.md +10 -5
  889. package/templates/skills/extended/documentation/wiki-changelog/SKILL.md +10 -5
  890. package/templates/skills/extended/documentation/wiki-onboarding/SKILL.md +10 -5
  891. package/templates/skills/extended/documentation/wiki-page-writer/SKILL.md +10 -5
  892. package/templates/skills/extended/documentation/wiki-qa/SKILL.md +10 -5
  893. package/templates/skills/extended/documentation/wiki-researcher/SKILL.md +10 -5
  894. package/templates/skills/extended/frontend/algolia-search/SKILL.md +10 -5
  895. package/templates/skills/extended/frontend/angular/SKILL.md +10 -5
  896. package/templates/skills/extended/frontend/angular-best-practices/SKILL.md +10 -5
  897. package/templates/skills/extended/frontend/angular-migration/SKILL.md +10 -5
  898. package/templates/skills/extended/frontend/angular-state-management/SKILL.md +10 -5
  899. package/templates/skills/extended/frontend/angular-ui-patterns/SKILL.md +10 -5
  900. package/templates/skills/extended/frontend/avalonia-layout-zafiro/SKILL.md +10 -5
  901. package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/SKILL.md +10 -5
  902. package/templates/skills/extended/frontend/avalonia-zafiro-development/SKILL.md +10 -5
  903. package/templates/skills/extended/frontend/beautiful-prose/SKILL.md +10 -5
  904. package/templates/skills/extended/frontend/browser-extension-builder/SKILL.md +10 -5
  905. package/templates/skills/extended/frontend/c4-component/SKILL.md +10 -5
  906. package/templates/skills/extended/frontend/canvas-design/SKILL.md +10 -5
  907. package/templates/skills/extended/frontend/cc-skill-coding-standards/SKILL.md +11 -6
  908. package/templates/skills/extended/frontend/cc-skill-frontend-patterns/SKILL.md +11 -6
  909. package/templates/skills/extended/frontend/cc-skill-project-guidelines-example/SKILL.md +10 -5
  910. package/templates/skills/extended/frontend/claude-ally-health/SKILL.md +10 -5
  911. package/templates/skills/extended/frontend/claude-d3js-skill/SKILL.md +11 -6
  912. package/templates/skills/extended/frontend/core-components/SKILL.md +10 -5
  913. package/templates/skills/extended/frontend/design-orchestration/SKILL.md +10 -5
  914. package/templates/skills/extended/frontend/environment-setup-guide/SKILL.md +10 -5
  915. package/templates/skills/extended/frontend/fp-ts-react/SKILL.md +10 -5
  916. package/templates/skills/extended/frontend/frontend-dev-guidelines/SKILL.md +10 -5
  917. package/templates/skills/extended/frontend/frontend-developer/SKILL.md +10 -5
  918. package/templates/skills/extended/frontend/frontend-mobile-development-component-scaffold/SKILL.md +10 -5
  919. package/templates/skills/extended/frontend/frontend-slides/SKILL.md +10 -5
  920. package/templates/skills/extended/frontend/frontend-ui-dark-ts/SKILL.md +10 -5
  921. package/templates/skills/extended/frontend/interactive-portfolio/SKILL.md +10 -5
  922. package/templates/skills/extended/frontend/javascript-typescript-typescript-scaffold/SKILL.md +10 -5
  923. package/templates/skills/extended/frontend/kpi-dashboard-design/SKILL.md +10 -5
  924. package/templates/skills/extended/frontend/makepad-skills/SKILL.md +10 -5
  925. package/templates/skills/extended/frontend/micro-saas-launcher/SKILL.md +10 -5
  926. package/templates/skills/extended/frontend/nextjs-app-router-patterns/SKILL.md +10 -5
  927. package/templates/skills/extended/frontend/personal-tool-builder/SKILL.md +10 -5
  928. package/templates/skills/extended/frontend/pptx/SKILL.md +10 -5
  929. package/templates/skills/extended/frontend/pptx/ooxml/scripts/__pycache__/pack.cpython-312.pyc +0 -0
  930. package/templates/skills/extended/frontend/pptx/ooxml/scripts/__pycache__/unpack.cpython-312.pyc +0 -0
  931. package/templates/skills/extended/frontend/pptx/ooxml/scripts/__pycache__/validate.cpython-312.pyc +0 -0
  932. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/__init__.cpython-312.pyc +0 -0
  933. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/base.cpython-312.pyc +0 -0
  934. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/docx.cpython-312.pyc +0 -0
  935. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/pptx.cpython-312.pyc +0 -0
  936. package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/redlining.cpython-312.pyc +0 -0
  937. package/templates/skills/extended/frontend/pptx/scripts/__pycache__/inventory.cpython-312.pyc +0 -0
  938. package/templates/skills/extended/frontend/pptx/scripts/__pycache__/rearrange.cpython-312.pyc +0 -0
  939. package/templates/skills/extended/frontend/pptx/scripts/__pycache__/replace.cpython-312.pyc +0 -0
  940. package/templates/skills/extended/frontend/pptx/scripts/__pycache__/thumbnail.cpython-312.pyc +0 -0
  941. package/templates/skills/extended/frontend/radix-ui-design-system/SKILL.md +10 -5
  942. package/templates/skills/extended/frontend/react-best-practices/SKILL.md +11 -6
  943. package/templates/skills/extended/frontend/react-flow-architect/SKILL.md +647 -0
  944. package/templates/skills/extended/frontend/react-flow-node-ts/SKILL.md +10 -5
  945. package/templates/skills/extended/frontend/react-modernization/SKILL.md +10 -5
  946. package/templates/skills/extended/frontend/react-state-management/SKILL.md +10 -5
  947. package/templates/skills/extended/frontend/react-ui-patterns/SKILL.md +10 -5
  948. package/templates/skills/extended/frontend/senior-fullstack/SKILL.md +10 -5
  949. package/templates/skills/extended/frontend/senior-fullstack/scripts/__pycache__/code_quality_analyzer.cpython-312.pyc +0 -0
  950. package/templates/skills/extended/frontend/senior-fullstack/scripts/__pycache__/fullstack_scaffolder.cpython-312.pyc +0 -0
  951. package/templates/skills/extended/frontend/senior-fullstack/scripts/__pycache__/project_scaffolder.cpython-312.pyc +0 -0
  952. package/templates/skills/extended/frontend/shopify-apps/SKILL.md +10 -5
  953. package/templates/skills/extended/frontend/stitch-ui-design/SKILL.md +10 -5
  954. package/templates/skills/extended/frontend/tailwind-design-system/SKILL.md +10 -5
  955. package/templates/skills/extended/frontend/theme-factory/SKILL.md +10 -5
  956. package/templates/skills/extended/frontend/tool-design/SKILL.md +10 -5
  957. package/templates/skills/extended/frontend/trigger-dev/SKILL.md +10 -5
  958. package/templates/skills/extended/frontend/turborepo-caching/SKILL.md +10 -5
  959. package/templates/skills/extended/frontend/typescript-advanced-types/SKILL.md +10 -5
  960. package/templates/skills/extended/frontend/ui-skills/SKILL.md +10 -5
  961. package/templates/skills/extended/frontend/ui-ux-designer/SKILL.md +10 -5
  962. package/templates/skills/extended/frontend/ui-ux-pro-max/SKILL.md +10 -5
  963. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/core.cpython-312.pyc +0 -0
  964. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
  965. package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/search.cpython-312.pyc +0 -0
  966. package/templates/skills/extended/frontend/ui-visual-validator/SKILL.md +10 -5
  967. package/templates/skills/extended/frontend/viral-generator-builder/SKILL.md +10 -5
  968. package/templates/skills/extended/frontend/wcag-audit-patterns/SKILL.md +10 -5
  969. package/templates/skills/extended/frontend/web-artifacts-builder/SKILL.md +10 -5
  970. package/templates/skills/extended/frontend/web-design-guidelines/SKILL.md +10 -5
  971. package/templates/skills/extended/frontend/wiki-vitepress/SKILL.md +10 -5
  972. package/templates/skills/extended/frontend/zustand-store-ts/SKILL.md +10 -5
  973. package/templates/skills/extended/gaming/godot-gdscript-patterns/SKILL.md +10 -5
  974. package/templates/skills/extended/gaming/threejs-skills/SKILL.md +10 -5
  975. package/templates/skills/extended/gaming/unity-developer/SKILL.md +10 -5
  976. package/templates/skills/extended/gaming/unity-ecs-patterns/SKILL.md +10 -5
  977. package/templates/skills/extended/mobile/app-store-optimization/SKILL.md +10 -5
  978. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/ab_test_planner.cpython-312.pyc +0 -0
  979. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/aso_scorer.cpython-312.pyc +0 -0
  980. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/competitor_analyzer.cpython-312.pyc +0 -0
  981. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/keyword_analyzer.cpython-312.pyc +0 -0
  982. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/launch_checklist.cpython-312.pyc +0 -0
  983. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/localization_helper.cpython-312.pyc +0 -0
  984. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/metadata_optimizer.cpython-312.pyc +0 -0
  985. package/templates/skills/extended/mobile/app-store-optimization/__pycache__/review_analyzer.cpython-312.pyc +0 -0
  986. package/templates/skills/extended/mobile/competitor-alternatives/SKILL.md +10 -5
  987. package/templates/skills/extended/mobile/flutter-expert/SKILL.md +10 -5
  988. package/templates/skills/extended/mobile/ios-developer/SKILL.md +10 -5
  989. package/templates/skills/extended/mobile/mobile-developer/SKILL.md +10 -5
  990. package/templates/skills/extended/mobile/react-native-architecture/SKILL.md +10 -5
  991. package/templates/skills/extended/mobile/swiftui-expert-skill/SKILL.md +10 -5
  992. package/templates/skills/extended/mobile/upgrading-expo/SKILL.md +10 -5
  993. package/templates/skills/extended/other/arm-cortex-expert/SKILL.md +10 -5
  994. package/templates/skills/extended/other/cc-skill-continuous-learning/SKILL.md +10 -5
  995. package/templates/skills/extended/other/cc-skill-strategic-compact/SKILL.md +10 -5
  996. package/templates/skills/extended/other/competitive-landscape/SKILL.md +10 -5
  997. package/templates/skills/extended/other/context-driven-development/SKILL.md +10 -5
  998. package/templates/skills/extended/other/context-management-context-save/SKILL.md +10 -5
  999. package/templates/skills/extended/other/ffuf-claude-skill/SKILL.md +10 -5
  1000. package/templates/skills/extended/other/firmware-analyst/SKILL.md +10 -5
  1001. package/templates/skills/extended/other/incident-response-incident-response/SKILL.md +10 -5
  1002. package/templates/skills/extended/other/market-sizing-analysis/SKILL.md +10 -5
  1003. package/templates/skills/extended/other/mtls-configuration/SKILL.md +10 -5
  1004. package/templates/skills/extended/other/oss-hunter/SKILL.md +10 -5
  1005. package/templates/skills/extended/other/oss-hunter/bin/__pycache__/hunter.cpython-312.pyc +0 -0
  1006. package/templates/skills/extended/other/reverse-engineer/SKILL.md +10 -5
  1007. package/templates/skills/extended/other/risk-manager/SKILL.md +10 -5
  1008. package/templates/skills/extended/other/shopify-development/SKILL.md +10 -5
  1009. package/templates/skills/extended/other/startup-analyst/SKILL.md +10 -5
  1010. package/templates/skills/extended/other/startup-financial-modeling/SKILL.md +10 -5
  1011. package/templates/skills/extended/other/startup-metrics-framework/SKILL.md +10 -5
  1012. package/templates/skills/extended/other/superpowers-lab/SKILL.md +10 -5
  1013. package/templates/skills/extended/other/track-management/SKILL.md +10 -5
  1014. package/templates/skills/extended/other/typescript-expert/SKILL.md +10 -5
  1015. package/templates/skills/extended/other/typescript-expert/scripts/__pycache__/ts_diagnostic.cpython-312.pyc +0 -0
  1016. package/templates/skills/extended/other/vexor/SKILL.md +10 -5
  1017. package/templates/skills/extended/security/attack-tree-construction/SKILL.md +10 -5
  1018. package/templates/skills/extended/security/cc-skill-security-review/SKILL.md +11 -6
  1019. package/templates/skills/extended/security/codebase-cleanup-deps-audit/SKILL.md +10 -5
  1020. package/templates/skills/extended/security/dependency-management-deps-audit/SKILL.md +10 -5
  1021. package/templates/skills/extended/security/ethical-hacking-methodology/SKILL.md +11 -6
  1022. package/templates/skills/extended/security/find-bugs/SKILL.md +10 -5
  1023. package/templates/skills/extended/security/fix-review/SKILL.md +10 -5
  1024. package/templates/skills/extended/security/frontend-mobile-security-xss-scan/SKILL.md +10 -5
  1025. package/templates/skills/extended/security/frontend-security-coder/SKILL.md +10 -5
  1026. package/templates/skills/extended/security/laravel-security-audit/SKILL.md +257 -0
  1027. package/templates/skills/extended/security/mobile-security-coder/SKILL.md +10 -5
  1028. package/templates/skills/extended/security/pci-compliance/SKILL.md +10 -5
  1029. package/templates/skills/extended/security/pentest-checklist/SKILL.md +11 -6
  1030. package/templates/skills/extended/security/pentest-commands/SKILL.md +11 -6
  1031. package/templates/skills/extended/security/production-code-audit/SKILL.md +10 -5
  1032. package/templates/skills/extended/security/red-team-tools/SKILL.md +11 -6
  1033. package/templates/skills/extended/security/sast-configuration/SKILL.md +10 -5
  1034. package/templates/skills/extended/security/scanning-tools/SKILL.md +11 -6
  1035. package/templates/skills/extended/security/security-auditor/SKILL.md +10 -5
  1036. package/templates/skills/extended/security/security-compliance-compliance-check/SKILL.md +10 -5
  1037. package/templates/skills/extended/security/security-requirement-extraction/SKILL.md +10 -5
  1038. package/templates/skills/extended/security/security-scanning-security-dependencies/SKILL.md +10 -5
  1039. package/templates/skills/extended/security/security-scanning-security-hardening/SKILL.md +10 -5
  1040. package/templates/skills/extended/security/security-scanning-security-sast/SKILL.md +10 -5
  1041. package/templates/skills/extended/security/seo-audit/SKILL.md +10 -5
  1042. package/templates/skills/extended/security/solidity-security/SKILL.md +10 -5
  1043. package/templates/skills/extended/security/ssh-penetration-testing/SKILL.md +11 -6
  1044. package/templates/skills/extended/security/threat-mitigation-mapping/SKILL.md +10 -5
  1045. package/templates/skills/extended/security/threat-modeling-expert/SKILL.md +10 -5
  1046. package/templates/skills/extended/security/top-web-vulnerabilities/SKILL.md +11 -6
  1047. package/templates/skills/extended/security/xss-html-injection/SKILL.md +11 -6
  1048. package/templates/skills/extended/testing/ab-test-setup/SKILL.md +10 -5
  1049. package/templates/skills/extended/testing/api-testing-observability-api-mock/SKILL.md +10 -5
  1050. package/templates/skills/extended/testing/backtesting-frameworks/SKILL.md +10 -5
  1051. package/templates/skills/extended/testing/bats-testing-patterns/SKILL.md +10 -5
  1052. package/templates/skills/extended/testing/code-review-excellence/SKILL.md +10 -5
  1053. package/templates/skills/extended/testing/code-reviewer/SKILL.md +10 -5
  1054. package/templates/skills/extended/testing/conductor-implement/SKILL.md +10 -5
  1055. package/templates/skills/extended/testing/data-quality-frameworks/SKILL.md +10 -5
  1056. package/templates/skills/extended/testing/e2e-testing-patterns/SKILL.md +10 -5
  1057. package/templates/skills/extended/testing/file-path-traversal/SKILL.md +11 -6
  1058. package/templates/skills/extended/testing/go-playwright/SKILL.md +10 -5
  1059. package/templates/skills/extended/testing/idor-testing/SKILL.md +11 -6
  1060. package/templates/skills/extended/testing/infinite-gratitude/SKILL.md +11 -6
  1061. package/templates/skills/extended/testing/javascript-testing-patterns/SKILL.md +10 -5
  1062. package/templates/skills/extended/testing/payment-integration/SKILL.md +10 -5
  1063. package/templates/skills/extended/testing/paypal-integration/SKILL.md +10 -5
  1064. package/templates/skills/extended/testing/pypict-skill/SKILL.md +10 -5
  1065. package/templates/skills/extended/testing/python-testing-patterns/SKILL.md +10 -5
  1066. package/templates/skills/extended/testing/receiving-code-review/SKILL.md +10 -5
  1067. package/templates/skills/extended/testing/requesting-code-review/SKILL.md +10 -5
  1068. package/templates/skills/extended/testing/screen-reader-testing/SKILL.md +10 -5
  1069. package/templates/skills/extended/testing/smtp-penetration-testing/SKILL.md +11 -6
  1070. package/templates/skills/extended/testing/stripe-integration/SKILL.md +10 -5
  1071. package/templates/skills/extended/testing/tdd-workflows-tdd-cycle/SKILL.md +10 -5
  1072. package/templates/skills/extended/testing/tdd-workflows-tdd-green/SKILL.md +10 -5
  1073. package/templates/skills/extended/testing/tdd-workflows-tdd-red/SKILL.md +10 -5
  1074. package/templates/skills/extended/testing/tdd-workflows-tdd-refactor/SKILL.md +10 -5
  1075. package/templates/skills/extended/testing/temporal-python-testing/SKILL.md +10 -5
  1076. package/templates/skills/extended/testing/test-automator/SKILL.md +10 -5
  1077. package/templates/skills/extended/testing/test-fixing/SKILL.md +10 -5
  1078. package/templates/skills/extended/testing/unit-testing-test-generate/SKILL.md +10 -5
  1079. package/templates/skills/extended/testing/wordpress-penetration-testing/SKILL.md +11 -6
  1080. package/templates/skills/extended/workflow/address-github-comments/SKILL.md +10 -5
  1081. package/templates/skills/extended/workflow/amplitude-automation/SKILL.md +10 -5
  1082. package/templates/skills/extended/workflow/antigravity-workflows/SKILL.md +10 -5
  1083. package/templates/skills/extended/workflow/asana-automation/SKILL.md +10 -5
  1084. package/templates/skills/extended/workflow/automate-whatsapp/SKILL.md +10 -5
  1085. package/templates/skills/extended/workflow/azure-communication-callautomation-java/SKILL.md +10 -5
  1086. package/templates/skills/extended/workflow/bamboohr-automation/SKILL.md +10 -5
  1087. package/templates/skills/extended/workflow/basecamp-automation/SKILL.md +10 -5
  1088. package/templates/skills/extended/workflow/billing-automation/SKILL.md +10 -5
  1089. package/templates/skills/extended/workflow/bitbucket-automation/SKILL.md +10 -5
  1090. package/templates/skills/extended/workflow/box-automation/SKILL.md +10 -5
  1091. package/templates/skills/extended/workflow/brevo-automation/SKILL.md +10 -5
  1092. package/templates/skills/extended/workflow/browser-automation/SKILL.md +10 -5
  1093. package/templates/skills/extended/workflow/c-pro/SKILL.md +10 -5
  1094. package/templates/skills/extended/workflow/cal-com-automation/SKILL.md +10 -5
  1095. package/templates/skills/extended/workflow/calendly-automation/SKILL.md +10 -5
  1096. package/templates/skills/extended/workflow/canva-automation/SKILL.md +10 -5
  1097. package/templates/skills/extended/workflow/cicd-automation-workflow-automate/SKILL.md +10 -5
  1098. package/templates/skills/extended/workflow/circleci-automation/SKILL.md +10 -5
  1099. package/templates/skills/extended/workflow/clarity-gate/SKILL.md +10 -5
  1100. package/templates/skills/extended/workflow/claude-speed-reader/SKILL.md +10 -5
  1101. package/templates/skills/extended/workflow/clickup-automation/SKILL.md +10 -5
  1102. package/templates/skills/extended/workflow/close-automation/SKILL.md +10 -5
  1103. package/templates/skills/extended/workflow/coda-automation/SKILL.md +10 -5
  1104. package/templates/skills/extended/workflow/commit/SKILL.md +10 -5
  1105. package/templates/skills/extended/workflow/comprehensive-review-full-review/SKILL.md +10 -5
  1106. package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/SKILL.md +10 -5
  1107. package/templates/skills/extended/workflow/conductor-revert/SKILL.md +10 -5
  1108. package/templates/skills/extended/workflow/conductor-setup/SKILL.md +10 -5
  1109. package/templates/skills/extended/workflow/conductor-status/SKILL.md +10 -5
  1110. package/templates/skills/extended/workflow/conductor-validator/SKILL.md +10 -5
  1111. package/templates/skills/extended/workflow/confluence-automation/SKILL.md +10 -5
  1112. package/templates/skills/extended/workflow/context-compression/SKILL.md +10 -5
  1113. package/templates/skills/extended/workflow/convertkit-automation/SKILL.md +10 -5
  1114. package/templates/skills/extended/workflow/cpp-pro/SKILL.md +10 -5
  1115. package/templates/skills/extended/workflow/create-pr/SKILL.md +10 -5
  1116. package/templates/skills/extended/workflow/csharp-pro/SKILL.md +10 -5
  1117. package/templates/skills/extended/workflow/discord-automation/SKILL.md +10 -5
  1118. package/templates/skills/extended/workflow/dropbox-automation/SKILL.md +10 -5
  1119. package/templates/skills/extended/workflow/dx-optimizer/SKILL.md +10 -5
  1120. package/templates/skills/extended/workflow/elixir-pro/SKILL.md +10 -5
  1121. package/templates/skills/extended/workflow/finishing-a-development-branch/SKILL.md +10 -5
  1122. package/templates/skills/extended/workflow/freshdesk-automation/SKILL.md +10 -5
  1123. package/templates/skills/extended/workflow/freshservice-automation/SKILL.md +10 -5
  1124. package/templates/skills/extended/workflow/git-advanced-workflows/SKILL.md +10 -5
  1125. package/templates/skills/extended/workflow/git-pr-workflows-git-workflow/SKILL.md +10 -5
  1126. package/templates/skills/extended/workflow/git-pr-workflows-onboard/SKILL.md +10 -5
  1127. package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/SKILL.md +10 -5
  1128. package/templates/skills/extended/workflow/git-pushing/SKILL.md +10 -5
  1129. package/templates/skills/extended/workflow/github-actions-templates/SKILL.md +10 -5
  1130. package/templates/skills/extended/workflow/github-automation/SKILL.md +10 -5
  1131. package/templates/skills/extended/workflow/github-issue-creator/SKILL.md +10 -5
  1132. package/templates/skills/extended/workflow/github-workflow-automation/SKILL.md +10 -5
  1133. package/templates/skills/extended/workflow/gitlab-automation/SKILL.md +10 -5
  1134. package/templates/skills/extended/workflow/gitlab-ci-patterns/SKILL.md +10 -5
  1135. package/templates/skills/extended/workflow/gitops-workflow/SKILL.md +10 -5
  1136. package/templates/skills/extended/workflow/go-rod-master/SKILL.md +10 -5
  1137. package/templates/skills/extended/workflow/golang-pro/SKILL.md +10 -5
  1138. package/templates/skills/extended/workflow/google-analytics-automation/SKILL.md +10 -5
  1139. package/templates/skills/extended/workflow/google-calendar-automation/SKILL.md +10 -5
  1140. package/templates/skills/extended/workflow/google-drive-automation/SKILL.md +10 -5
  1141. package/templates/skills/extended/workflow/googlesheets-automation/SKILL.md +10 -5
  1142. package/templates/skills/extended/workflow/haskell-pro/SKILL.md +10 -5
  1143. package/templates/skills/extended/workflow/helpdesk-automation/SKILL.md +10 -5
  1144. package/templates/skills/extended/workflow/hr-pro/SKILL.md +10 -5
  1145. package/templates/skills/extended/workflow/hubspot-automation/SKILL.md +10 -5
  1146. package/templates/skills/extended/workflow/instagram-automation/SKILL.md +10 -5
  1147. package/templates/skills/extended/workflow/intercom-automation/SKILL.md +10 -5
  1148. package/templates/skills/extended/workflow/iterate-pr/SKILL.md +10 -5
  1149. package/templates/skills/extended/workflow/java-pro/SKILL.md +10 -5
  1150. package/templates/skills/extended/workflow/javascript-pro/SKILL.md +10 -5
  1151. package/templates/skills/extended/workflow/jira-automation/SKILL.md +10 -5
  1152. package/templates/skills/extended/workflow/julia-pro/SKILL.md +10 -5
  1153. package/templates/skills/extended/workflow/klaviyo-automation/SKILL.md +10 -5
  1154. package/templates/skills/extended/workflow/launch-strategy/SKILL.md +10 -5
  1155. package/templates/skills/extended/workflow/linear-automation/SKILL.md +10 -5
  1156. package/templates/skills/extended/workflow/linear-claude-skill/SKILL.md +10 -5
  1157. package/templates/skills/extended/workflow/linkedin-automation/SKILL.md +10 -5
  1158. package/templates/skills/extended/workflow/make-automation/SKILL.md +10 -5
  1159. package/templates/skills/extended/workflow/microsoft-teams-automation/SKILL.md +10 -5
  1160. package/templates/skills/extended/workflow/minecraft-bukkit-pro/SKILL.md +10 -5
  1161. package/templates/skills/extended/workflow/miro-automation/SKILL.md +10 -5
  1162. package/templates/skills/extended/workflow/mixpanel-automation/SKILL.md +10 -5
  1163. package/templates/skills/extended/workflow/monday-automation/SKILL.md +10 -5
  1164. package/templates/skills/extended/workflow/n8n-mcp-tools-expert/SKILL.md +10 -5
  1165. package/templates/skills/extended/workflow/n8n-node-configuration/SKILL.md +10 -5
  1166. package/templates/skills/extended/workflow/notion-automation/SKILL.md +10 -5
  1167. package/templates/skills/extended/workflow/notion-template-business/SKILL.md +10 -5
  1168. package/templates/skills/extended/workflow/observe-whatsapp/SKILL.md +10 -5
  1169. package/templates/skills/extended/workflow/one-drive-automation/SKILL.md +10 -5
  1170. package/templates/skills/extended/workflow/outlook-automation/SKILL.md +10 -5
  1171. package/templates/skills/extended/workflow/outlook-calendar-automation/SKILL.md +10 -5
  1172. package/templates/skills/extended/workflow/pagerduty-automation/SKILL.md +10 -5
  1173. package/templates/skills/extended/workflow/php-pro/SKILL.md +10 -5
  1174. package/templates/skills/extended/workflow/pipedrive-automation/SKILL.md +10 -5
  1175. package/templates/skills/extended/workflow/posthog-automation/SKILL.md +10 -5
  1176. package/templates/skills/extended/workflow/postmark-automation/SKILL.md +10 -5
  1177. package/templates/skills/extended/workflow/privilege-escalation-methods/SKILL.md +11 -6
  1178. package/templates/skills/extended/workflow/prometheus-configuration/SKILL.md +10 -5
  1179. package/templates/skills/extended/workflow/protocol-reverse-engineering/SKILL.md +10 -5
  1180. package/templates/skills/extended/workflow/reddit-automation/SKILL.md +10 -5
  1181. package/templates/skills/extended/workflow/referral-program/SKILL.md +10 -5
  1182. package/templates/skills/extended/workflow/remotion-best-practices/SKILL.md +10 -5
  1183. package/templates/skills/extended/workflow/render-automation/SKILL.md +10 -5
  1184. package/templates/skills/extended/workflow/ruby-pro/SKILL.md +10 -5
  1185. package/templates/skills/extended/workflow/rust-pro/SKILL.md +10 -5
  1186. package/templates/skills/extended/workflow/salesforce-automation/SKILL.md +10 -5
  1187. package/templates/skills/extended/workflow/scala-pro/SKILL.md +10 -5
  1188. package/templates/skills/extended/workflow/segment-automation/SKILL.md +10 -5
  1189. package/templates/skills/extended/workflow/sendgrid-automation/SKILL.md +10 -5
  1190. package/templates/skills/extended/workflow/sentry-automation/SKILL.md +10 -5
  1191. package/templates/skills/extended/workflow/shopify-automation/SKILL.md +10 -5
  1192. package/templates/skills/extended/workflow/slack-automation/SKILL.md +10 -5
  1193. package/templates/skills/extended/workflow/slack-bot-builder/SKILL.md +10 -5
  1194. package/templates/skills/extended/workflow/slack-gif-creator/SKILL.md +10 -5
  1195. package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/easing.cpython-312.pyc +0 -0
  1196. package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/frame_composer.cpython-312.pyc +0 -0
  1197. package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/gif_builder.cpython-312.pyc +0 -0
  1198. package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/validators.cpython-312.pyc +0 -0
  1199. package/templates/skills/extended/workflow/square-automation/SKILL.md +10 -5
  1200. package/templates/skills/extended/workflow/startup-business-analyst-financial-projections/SKILL.md +10 -5
  1201. package/templates/skills/extended/workflow/stripe-automation/SKILL.md +10 -5
  1202. package/templates/skills/extended/workflow/systems-programming-rust-project/SKILL.md +10 -5
  1203. package/templates/skills/extended/workflow/team-collaboration-issue/SKILL.md +10 -5
  1204. package/templates/skills/extended/workflow/team-collaboration-standup-notes/SKILL.md +10 -5
  1205. package/templates/skills/extended/workflow/telegram-automation/SKILL.md +10 -5
  1206. package/templates/skills/extended/workflow/temporal-python-pro/SKILL.md +10 -5
  1207. package/templates/skills/extended/workflow/tiktok-automation/SKILL.md +10 -5
  1208. package/templates/skills/extended/workflow/todoist-automation/SKILL.md +10 -5
  1209. package/templates/skills/extended/workflow/trello-automation/SKILL.md +10 -5
  1210. package/templates/skills/extended/workflow/twitter-automation/SKILL.md +10 -5
  1211. package/templates/skills/extended/workflow/typescript-pro/SKILL.md +10 -5
  1212. package/templates/skills/extended/workflow/unreal-engine-cpp-pro/SKILL.md +10 -5
  1213. package/templates/skills/extended/workflow/using-git-worktrees/SKILL.md +10 -5
  1214. package/templates/skills/extended/workflow/uv-package-manager/SKILL.md +10 -5
  1215. package/templates/skills/extended/workflow/varlock-claude-skill/SKILL.md +10 -5
  1216. package/templates/skills/extended/workflow/webflow-automation/SKILL.md +10 -5
  1217. package/templates/skills/extended/workflow/whatsapp-automation/SKILL.md +10 -5
  1218. package/templates/skills/extended/workflow/workflow-automation/SKILL.md +10 -5
  1219. package/templates/skills/extended/workflow/workflow-orchestration-patterns/SKILL.md +10 -5
  1220. package/templates/skills/extended/workflow/wrike-automation/SKILL.md +10 -5
  1221. package/templates/skills/extended/workflow/youtube-automation/SKILL.md +10 -5
  1222. package/templates/skills/extended/workflow/zapier-make-patterns/SKILL.md +10 -5
  1223. package/templates/skills/extended/workflow/zendesk-automation/SKILL.md +10 -5
  1224. package/templates/skills/extended/workflow/zoho-crm-automation/SKILL.md +10 -5
  1225. package/templates/skills/extended/workflow/zoom-automation/SKILL.md +10 -5
  1226. package/templates/skills/knowledge/ai-agents/agent-memory-systems/SKILL.md +10 -5
  1227. package/templates/skills/knowledge/ai-agents/agent-tool-builder/SKILL.md +10 -5
  1228. package/templates/skills/knowledge/ai-agents/ai-agents-architect/SKILL.md +10 -5
  1229. package/templates/skills/knowledge/ai-agents/ai-engineer/SKILL.md +10 -5
  1230. package/templates/skills/knowledge/ai-agents/autonomous-agent-patterns/SKILL.md +10 -5
  1231. package/templates/skills/knowledge/ai-agents/mcp-builder/SKILL.md +10 -7
  1232. package/templates/skills/knowledge/ai-agents/notebooklm-rag/SKILL.md +35 -0
  1233. package/templates/skills/knowledge/ai-agents/parallel-agents/SKILL.md +35 -0
  1234. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/SKILL.md +10 -5
  1235. package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/scripts/__pycache__/optimize-prompt.cpython-312.pyc +0 -0
  1236. package/templates/skills/knowledge/architecture/architecture/SKILL.md +35 -0
  1237. package/templates/skills/knowledge/architecture/architecture-decision-records/SKILL.md +10 -5
  1238. package/templates/skills/knowledge/architecture/brainstorming/SKILL.md +35 -0
  1239. package/templates/skills/knowledge/architecture/c4-architecture-c4-architecture/SKILL.md +10 -5
  1240. package/templates/skills/knowledge/architecture/executing-plans/SKILL.md +35 -0
  1241. package/templates/skills/knowledge/architecture/plan-writing/SKILL.md +35 -0
  1242. package/templates/skills/knowledge/backend/api-design-principles/SKILL.md +10 -5
  1243. package/templates/skills/knowledge/backend/api-design-principles/assets/__pycache__/rest-api-template.cpython-312.pyc +0 -0
  1244. package/templates/skills/knowledge/backend/api-patterns/SKILL.md +34 -0
  1245. package/templates/skills/knowledge/backend/api-patterns/scripts/__pycache__/api_validator.cpython-312.pyc +0 -0
  1246. package/templates/skills/knowledge/backend/api-security-best-practices/SKILL.md +10 -5
  1247. package/templates/skills/knowledge/backend/auth-implementation-patterns/SKILL.md +10 -5
  1248. package/templates/skills/knowledge/backend/cqrs-implementation/SKILL.md +10 -5
  1249. package/templates/skills/knowledge/backend/database-design/SKILL.md +35 -0
  1250. package/templates/skills/knowledge/backend/database-design/scripts/__pycache__/schema_validator.cpython-312.pyc +0 -0
  1251. package/templates/skills/knowledge/backend/nodejs-best-practices/SKILL.md +35 -0
  1252. package/templates/skills/knowledge/backend/python-patterns/SKILL.md +35 -0
  1253. package/templates/skills/knowledge/blockchain/blockchain-developer/SKILL.md +10 -5
  1254. package/templates/skills/knowledge/content/content-creator/SKILL.md +10 -5
  1255. package/templates/skills/knowledge/content/content-creator/scripts/__pycache__/brand_voice_analyzer.cpython-312.pyc +0 -0
  1256. package/templates/skills/knowledge/content/content-creator/scripts/__pycache__/seo_optimizer.cpython-312.pyc +0 -0
  1257. package/templates/skills/knowledge/content/copywriting/SKILL.md +10 -5
  1258. package/templates/skills/knowledge/content/geo-fundamentals/SKILL.md +34 -0
  1259. package/templates/skills/knowledge/content/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-312.pyc +0 -0
  1260. package/templates/skills/knowledge/content/pricing-strategy/SKILL.md +10 -5
  1261. package/templates/skills/knowledge/content/seo-content-planner/SKILL.md +10 -5
  1262. package/templates/skills/knowledge/content/seo-fundamentals/SKILL.md +10 -7
  1263. package/templates/skills/knowledge/content/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-312.pyc +0 -0
  1264. package/templates/skills/knowledge/debugging/code-refactoring-tech-debt/SKILL.md +10 -5
  1265. package/templates/skills/knowledge/debugging/dependency-upgrade/SKILL.md +10 -5
  1266. package/templates/skills/knowledge/debugging/error-detective/SKILL.md +10 -5
  1267. package/templates/skills/knowledge/debugging/performance-profiling/SKILL.md +35 -0
  1268. package/templates/skills/knowledge/debugging/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-312.pyc +0 -0
  1269. package/templates/skills/knowledge/debugging/systematic-debugging/SKILL.md +10 -7
  1270. package/templates/skills/knowledge/devops/aws-serverless/SKILL.md +10 -5
  1271. package/templates/skills/knowledge/devops/bash-linux/SKILL.md +35 -0
  1272. package/templates/skills/knowledge/devops/docker-expert/SKILL.md +10 -5
  1273. package/templates/skills/knowledge/devops/powershell-windows/SKILL.md +35 -0
  1274. package/templates/skills/knowledge/devops/server-management/SKILL.md +35 -0
  1275. package/templates/skills/knowledge/documentation/deep-research/SKILL.md +10 -5
  1276. package/templates/skills/knowledge/documentation/doc-coauthoring/SKILL.md +10 -5
  1277. package/templates/skills/knowledge/documentation/documentation-templates/SKILL.md +35 -0
  1278. package/templates/skills/knowledge/frontend/3d-web-experience/SKILL.md +10 -5
  1279. package/templates/skills/knowledge/frontend/accessibility-compliance-accessibility-audit/SKILL.md +10 -5
  1280. package/templates/skills/knowledge/frontend/design-md/SKILL.md +35 -0
  1281. package/templates/skills/knowledge/frontend/figma-automation/SKILL.md +10 -5
  1282. package/templates/skills/knowledge/frontend/frontend-design/SKILL.md +35 -0
  1283. package/templates/skills/knowledge/frontend/frontend-design/scripts/__pycache__/accessibility_checker.cpython-312.pyc +0 -0
  1284. package/templates/skills/knowledge/frontend/frontend-design/scripts/__pycache__/ux_audit.cpython-312.pyc +0 -0
  1285. package/templates/skills/knowledge/frontend/nextjs-best-practices/SKILL.md +35 -0
  1286. package/templates/skills/knowledge/frontend/react-components/SKILL.md +35 -0
  1287. package/templates/skills/knowledge/frontend/react-patterns/SKILL.md +35 -0
  1288. package/templates/skills/knowledge/frontend/scroll-experience/SKILL.md +10 -5
  1289. package/templates/skills/knowledge/frontend/stitch-loop/SKILL.md +35 -0
  1290. package/templates/skills/knowledge/frontend/tailwind-patterns/SKILL.md +35 -0
  1291. package/templates/skills/knowledge/gaming/game-development/2d-games/SKILL.md +35 -0
  1292. package/templates/skills/knowledge/gaming/game-development/3d-games/SKILL.md +35 -0
  1293. package/templates/skills/knowledge/gaming/game-development/SKILL.md +35 -0
  1294. package/templates/skills/knowledge/gaming/game-development/game-art/SKILL.md +35 -0
  1295. package/templates/skills/knowledge/gaming/game-development/game-audio/SKILL.md +35 -0
  1296. package/templates/skills/knowledge/gaming/game-development/game-design/SKILL.md +35 -0
  1297. package/templates/skills/knowledge/gaming/game-development/mobile-games/SKILL.md +35 -0
  1298. package/templates/skills/knowledge/gaming/game-development/multiplayer/SKILL.md +35 -0
  1299. package/templates/skills/knowledge/gaming/game-development/pc-games/SKILL.md +35 -0
  1300. package/templates/skills/knowledge/gaming/game-development/vr-ar/SKILL.md +35 -0
  1301. package/templates/skills/knowledge/gaming/game-development/web-games/SKILL.md +35 -0
  1302. package/templates/skills/knowledge/i18n/i18n-localization/SKILL.md +35 -0
  1303. package/templates/skills/knowledge/i18n/i18n-localization/scripts/__pycache__/i18n_checker.cpython-312.pyc +0 -0
  1304. package/templates/skills/knowledge/mobile/mobile-design/SKILL.md +35 -0
  1305. package/templates/skills/knowledge/mobile/mobile-design/scripts/__pycache__/mobile_audit.cpython-312.pyc +0 -0
  1306. package/templates/skills/knowledge/security/red-team-tactics/SKILL.md +35 -0
  1307. package/templates/skills/knowledge/security/vulnerability-scanner/SKILL.md +35 -0
  1308. package/templates/skills/knowledge/security/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-312.pyc +0 -0
  1309. package/templates/skills/knowledge/testing/lint-and-validate/SKILL.md +34 -0
  1310. package/templates/skills/knowledge/testing/lint-and-validate/scripts/__pycache__/lint_runner.cpython-312.pyc +0 -0
  1311. package/templates/skills/knowledge/testing/lint-and-validate/scripts/__pycache__/type_coverage.cpython-312.pyc +0 -0
  1312. package/templates/skills/knowledge/testing/playwright-skill/SKILL.md +10 -5
  1313. package/templates/skills/knowledge/testing/tdd-workflow/SKILL.md +35 -0
  1314. package/templates/skills/knowledge/testing/test-driven-development/SKILL.md +10 -7
  1315. package/templates/skills/knowledge/testing/testing-patterns/SKILL.md +10 -7
  1316. package/templates/skills/knowledge/testing/testing-patterns/scripts/__pycache__/test_runner.cpython-312.pyc +0 -0
  1317. package/templates/skills/knowledge/testing/webapp-testing/SKILL.md +35 -0
  1318. package/templates/skills/knowledge/testing/webapp-testing/scripts/__pycache__/playwright_runner.cpython-312.pyc +0 -0
  1319. package/templates/skills/knowledge/workflow/app-builder/SKILL.md +35 -0
  1320. package/templates/skills/knowledge/workflow/app-builder/templates/SKILL.md +35 -0
  1321. package/templates/skills/knowledge/workflow/behavioral-modes/SKILL.md +35 -0
  1322. package/templates/skills/knowledge/workflow/changelog-automation/SKILL.md +10 -5
  1323. package/templates/skills/knowledge/workflow/clean-code/SKILL.md +34 -0
  1324. package/templates/skills/knowledge/workflow/code-review-checklist/SKILL.md +10 -7
  1325. package/templates/skills/knowledge/workflow/deployment-procedures/SKILL.md +35 -0
  1326. package/templates/skills/knowledge/workflow/intelligent-routing/SKILL.md +35 -0
  1327. package/templates/skills/knowledge/workflow/plugin-discovery/SKILL.md +35 -0
  1328. package/templates/skills/knowledge/workflow/plugin-discovery/scripts/__pycache__/platform_setup.cpython-312.pyc +0 -0
  1329. package/templates/skills/knowledge/workflow/self-update/SKILL.md +35 -0
  1330. package/templates/skills/knowledge/workflow/self-update/scripts/__pycache__/update_kit.cpython-312.pyc +0 -0
  1331. package/templates/skills/knowledge/workflow/verification-before-completion/SKILL.md +35 -0
  1332. package/templates/skills/extended/ai-agents/internal-comms-anthropic/LICENSE.txt +0 -202
  1333. package/templates/skills/extended/ai-agents/internal-comms-anthropic/SKILL.md +0 -68
  1334. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/3p-updates.md +0 -47
  1335. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/company-newsletter.md +0 -65
  1336. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/faq-answers.md +0 -30
  1337. package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/general-comms.md +0 -16
  1338. package/templates/skills/extended/ai-agents/skill-creator-ms/SKILL.md +0 -649
  1339. package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package-lock.json +0 -2698
  1340. package/templates/skills/extended/documentation/docx-official/LICENSE.txt +0 -30
  1341. package/templates/skills/extended/documentation/docx-official/SKILL.md +0 -233
  1342. package/templates/skills/extended/documentation/docx-official/docx-js.md +0 -350
  1343. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  1344. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  1345. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  1346. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  1347. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  1348. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  1349. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  1350. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  1351. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  1352. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  1353. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  1354. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  1355. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  1356. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  1357. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  1358. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  1359. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  1360. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  1361. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  1362. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  1363. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  1364. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  1365. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  1366. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  1367. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  1368. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  1369. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  1370. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  1371. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  1372. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  1373. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  1374. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/mce/mc.xsd +0 -75
  1375. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  1376. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  1377. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  1378. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  1379. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  1380. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  1381. package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  1382. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/pack.py +0 -159
  1383. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/unpack.py +0 -29
  1384. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validate.py +0 -69
  1385. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__init__.py +0 -15
  1386. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/base.py +0 -951
  1387. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/docx.py +0 -274
  1388. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/pptx.py +0 -315
  1389. package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/redlining.py +0 -279
  1390. package/templates/skills/extended/documentation/docx-official/ooxml.md +0 -610
  1391. package/templates/skills/extended/documentation/docx-official/scripts/__init__.py +0 -1
  1392. package/templates/skills/extended/documentation/docx-official/scripts/document.py +0 -1276
  1393. package/templates/skills/extended/documentation/docx-official/scripts/templates/comments.xml +0 -3
  1394. package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtended.xml +0 -3
  1395. package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtensible.xml +0 -3
  1396. package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsIds.xml +0 -3
  1397. package/templates/skills/extended/documentation/docx-official/scripts/templates/people.xml +0 -3
  1398. package/templates/skills/extended/documentation/docx-official/scripts/utilities.py +0 -374
  1399. package/templates/skills/extended/frontend/active-directory-attacks/SKILL.md +0 -419
  1400. package/templates/skills/extended/frontend/active-directory-attacks/references/advanced-attacks.md +0 -382
  1401. package/templates/skills/extended/frontend/brand-guidelines-anthropic/LICENSE.txt +0 -202
  1402. package/templates/skills/extended/frontend/brand-guidelines-anthropic/SKILL.md +0 -109
  1403. package/templates/skills/extended/frontend/brand-guidelines-community/LICENSE.txt +0 -202
  1404. package/templates/skills/extended/frontend/brand-guidelines-community/SKILL.md +0 -109
  1405. package/templates/skills/extended/frontend/burp-suite-testing/SKILL.md +0 -416
  1406. package/templates/skills/extended/frontend/discord-bot-architect/SKILL.md +0 -313
  1407. package/templates/skills/extended/frontend/event-sourcing-architect/SKILL.md +0 -94
  1408. package/templates/skills/extended/frontend/event-store-design/SKILL.md +0 -485
  1409. package/templates/skills/extended/frontend/html-injection-testing/SKILL.md +0 -534
  1410. package/templates/skills/extended/frontend/hybrid-search-implementation/SKILL.md +0 -68
  1411. package/templates/skills/extended/frontend/hybrid-search-implementation/resources/implementation-playbook.md +0 -567
  1412. package/templates/skills/extended/frontend/istio-traffic-management/SKILL.md +0 -373
  1413. package/templates/skills/extended/frontend/linux-privilege-escalation/SKILL.md +0 -540
  1414. package/templates/skills/extended/frontend/mcp-builder-ms/SKILL.md +0 -339
  1415. package/templates/skills/extended/frontend/memory-forensics/SKILL.md +0 -527
  1416. package/templates/skills/extended/frontend/metasploit-framework/SKILL.md +0 -514
  1417. package/templates/skills/extended/frontend/ml-engineer/SKILL.md +0 -204
  1418. package/templates/skills/extended/frontend/mlops-engineer/SKILL.md +0 -255
  1419. package/templates/skills/extended/frontend/monorepo-architect/SKILL.md +0 -97
  1420. package/templates/skills/extended/frontend/monorepo-management/SKILL.md +0 -71
  1421. package/templates/skills/extended/frontend/monorepo-management/resources/implementation-playbook.md +0 -621
  1422. package/templates/skills/extended/frontend/pptx-official/LICENSE.txt +0 -30
  1423. package/templates/skills/extended/frontend/pptx-official/SKILL.md +0 -520
  1424. package/templates/skills/extended/frontend/pptx-official/html2pptx.md +0 -625
  1425. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  1426. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  1427. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  1428. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  1429. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  1430. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  1431. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  1432. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  1433. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  1434. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  1435. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  1436. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  1437. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  1438. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  1439. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  1440. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  1441. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  1442. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  1443. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  1444. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  1445. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  1446. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  1447. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  1448. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  1449. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  1450. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  1451. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  1452. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  1453. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  1454. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  1455. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  1456. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/mce/mc.xsd +0 -75
  1457. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  1458. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  1459. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  1460. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  1461. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  1462. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  1463. package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  1464. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/pack.py +0 -159
  1465. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/unpack.py +0 -29
  1466. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validate.py +0 -69
  1467. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__init__.py +0 -15
  1468. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/base.py +0 -951
  1469. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/docx.py +0 -274
  1470. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/pptx.py +0 -315
  1471. package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/redlining.py +0 -279
  1472. package/templates/skills/extended/frontend/pptx-official/ooxml.md +0 -427
  1473. package/templates/skills/extended/frontend/pptx-official/scripts/html2pptx.js +0 -979
  1474. package/templates/skills/extended/frontend/pptx-official/scripts/inventory.py +0 -1020
  1475. package/templates/skills/extended/frontend/pptx-official/scripts/rearrange.py +0 -231
  1476. package/templates/skills/extended/frontend/pptx-official/scripts/replace.py +0 -385
  1477. package/templates/skills/extended/frontend/pptx-official/scripts/thumbnail.py +0 -450
  1478. package/templates/skills/extended/frontend/quant-analyst/SKILL.md +0 -89
  1479. package/templates/skills/extended/frontend/risk-metrics-calculation/SKILL.md +0 -69
  1480. package/templates/skills/extended/frontend/risk-metrics-calculation/resources/implementation-playbook.md +0 -554
  1481. package/templates/skills/extended/frontend/security-bluebook-builder/SKILL.md +0 -58
  1482. package/templates/skills/extended/frontend/skill-creator/LICENSE.txt +0 -202
  1483. package/templates/skills/extended/frontend/skill-creator/README.md +0 -270
  1484. package/templates/skills/extended/frontend/skill-creator/SKILL.md +0 -629
  1485. package/templates/skills/extended/frontend/skill-creator/references/output-patterns.md +0 -82
  1486. package/templates/skills/extended/frontend/skill-creator/references/workflows.md +0 -28
  1487. package/templates/skills/extended/frontend/skill-creator/scripts/init_skill.py +0 -303
  1488. package/templates/skills/extended/frontend/skill-creator/scripts/package_skill.py +0 -110
  1489. package/templates/skills/extended/frontend/skill-creator/scripts/quick_validate.py +0 -95
  1490. package/templates/skills/extended/frontend/telegram-bot-builder/SKILL.md +0 -290
  1491. package/templates/skills/extended/frontend/using-superpowers/SKILL.md +0 -123
  1492. package/templates/skills/extended/gaming/audio-transcriber/CHANGELOG.md +0 -137
  1493. package/templates/skills/extended/gaming/audio-transcriber/README.md +0 -340
  1494. package/templates/skills/extended/gaming/audio-transcriber/SKILL.md +0 -594
  1495. package/templates/skills/extended/gaming/audio-transcriber/examples/basic-transcription.sh +0 -250
  1496. package/templates/skills/extended/gaming/audio-transcriber/references/tools-comparison.md +0 -352
  1497. package/templates/skills/extended/gaming/audio-transcriber/scripts/install-requirements.sh +0 -190
  1498. package/templates/skills/extended/gaming/audio-transcriber/scripts/transcribe.py +0 -486
  1499. package/templates/skills/extended/gaming/internal-comms-community/LICENSE.txt +0 -202
  1500. package/templates/skills/extended/gaming/internal-comms-community/SKILL.md +0 -68
  1501. package/templates/skills/extended/gaming/startup-business-analyst-market-opportunity/SKILL.md +0 -276
  1502. package/templates/skills/knowledge/frontend/design-md/design-md/README.md +0 -34
  1503. package/templates/skills/knowledge/frontend/design-md/design-md/SKILL.md +0 -193
  1504. package/templates/skills/knowledge/frontend/design-md/design-md/examples/DESIGN.md +0 -154
  1505. package/templates/skills/knowledge/frontend/react-components/react-components/README.md +0 -36
  1506. package/templates/skills/knowledge/frontend/react-components/react-components/SKILL.md +0 -53
  1507. package/templates/skills/knowledge/frontend/react-components/react-components/examples/gold-standard-card.tsx +0 -80
  1508. package/templates/skills/knowledge/frontend/react-components/react-components/package-lock.json +0 -231
  1509. package/templates/skills/knowledge/frontend/react-components/react-components/package.json +0 -16
  1510. package/templates/skills/knowledge/frontend/react-components/react-components/resources/architecture-checklist.md +0 -15
  1511. package/templates/skills/knowledge/frontend/react-components/react-components/resources/component-template.tsx +0 -37
  1512. package/templates/skills/knowledge/frontend/react-components/react-components/resources/stitch-api-reference.md +0 -14
  1513. package/templates/skills/knowledge/frontend/react-components/react-components/resources/style-guide.json +0 -27
  1514. package/templates/skills/knowledge/frontend/react-components/react-components/scripts/fetch-stitch.sh +0 -30
  1515. package/templates/skills/knowledge/frontend/react-components/react-components/scripts/validate.js +0 -68
  1516. package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/README.md +0 -54
  1517. package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/SKILL.md +0 -235
  1518. package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/examples/SITE.md +0 -73
  1519. package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/examples/next-prompt.md +0 -25
  1520. package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/resources/baton-schema.md +0 -61
  1521. package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/resources/site-template.md +0 -104
@@ -1,3081 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
4
- xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
5
- xmlns="http://schemas.openxmlformats.org/drawingml/2006/main"
6
- targetNamespace="http://schemas.openxmlformats.org/drawingml/2006/main"
7
- elementFormDefault="qualified">
8
- <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
9
- schemaLocation="shared-relationshipReference.xsd"/>
10
- <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
11
- schemaLocation="shared-commonSimpleTypes.xsd"/>
12
- <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/diagram"
13
- schemaLocation="dml-diagram.xsd"/>
14
- <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/chart"
15
- schemaLocation="dml-chart.xsd"/>
16
- <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/picture"
17
- schemaLocation="dml-picture.xsd"/>
18
- <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas"
19
- schemaLocation="dml-lockedCanvas.xsd"/>
20
- <xsd:complexType name="CT_AudioFile">
21
- <xsd:sequence>
22
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
23
- </xsd:sequence>
24
- <xsd:attribute ref="r:link" use="required"/>
25
- <xsd:attribute name="contentType" type="xsd:string" use="optional"/>
26
- </xsd:complexType>
27
- <xsd:complexType name="CT_VideoFile">
28
- <xsd:sequence>
29
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
30
- </xsd:sequence>
31
- <xsd:attribute ref="r:link" use="required"/>
32
- <xsd:attribute name="contentType" type="xsd:string" use="optional"/>
33
- </xsd:complexType>
34
- <xsd:complexType name="CT_QuickTimeFile">
35
- <xsd:sequence>
36
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
37
- </xsd:sequence>
38
- <xsd:attribute ref="r:link" use="required"/>
39
- </xsd:complexType>
40
- <xsd:complexType name="CT_AudioCDTime">
41
- <xsd:attribute name="track" type="xsd:unsignedByte" use="required"/>
42
- <xsd:attribute name="time" type="xsd:unsignedInt" use="optional" default="0"/>
43
- </xsd:complexType>
44
- <xsd:complexType name="CT_AudioCD">
45
- <xsd:sequence>
46
- <xsd:element name="st" type="CT_AudioCDTime" minOccurs="1" maxOccurs="1"/>
47
- <xsd:element name="end" type="CT_AudioCDTime" minOccurs="1" maxOccurs="1"/>
48
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
49
- </xsd:sequence>
50
- </xsd:complexType>
51
- <xsd:group name="EG_Media">
52
- <xsd:choice>
53
- <xsd:element name="audioCd" type="CT_AudioCD"/>
54
- <xsd:element name="wavAudioFile" type="CT_EmbeddedWAVAudioFile"/>
55
- <xsd:element name="audioFile" type="CT_AudioFile"/>
56
- <xsd:element name="videoFile" type="CT_VideoFile"/>
57
- <xsd:element name="quickTimeFile" type="CT_QuickTimeFile"/>
58
- </xsd:choice>
59
- </xsd:group>
60
- <xsd:element name="videoFile" type="CT_VideoFile"/>
61
- <xsd:simpleType name="ST_StyleMatrixColumnIndex">
62
- <xsd:restriction base="xsd:unsignedInt"/>
63
- </xsd:simpleType>
64
- <xsd:simpleType name="ST_FontCollectionIndex">
65
- <xsd:restriction base="xsd:token">
66
- <xsd:enumeration value="major"/>
67
- <xsd:enumeration value="minor"/>
68
- <xsd:enumeration value="none"/>
69
- </xsd:restriction>
70
- </xsd:simpleType>
71
- <xsd:simpleType name="ST_ColorSchemeIndex">
72
- <xsd:restriction base="xsd:token">
73
- <xsd:enumeration value="dk1"/>
74
- <xsd:enumeration value="lt1"/>
75
- <xsd:enumeration value="dk2"/>
76
- <xsd:enumeration value="lt2"/>
77
- <xsd:enumeration value="accent1"/>
78
- <xsd:enumeration value="accent2"/>
79
- <xsd:enumeration value="accent3"/>
80
- <xsd:enumeration value="accent4"/>
81
- <xsd:enumeration value="accent5"/>
82
- <xsd:enumeration value="accent6"/>
83
- <xsd:enumeration value="hlink"/>
84
- <xsd:enumeration value="folHlink"/>
85
- </xsd:restriction>
86
- </xsd:simpleType>
87
- <xsd:complexType name="CT_ColorScheme">
88
- <xsd:sequence>
89
- <xsd:element name="dk1" type="CT_Color" minOccurs="1" maxOccurs="1"/>
90
- <xsd:element name="lt1" type="CT_Color" minOccurs="1" maxOccurs="1"/>
91
- <xsd:element name="dk2" type="CT_Color" minOccurs="1" maxOccurs="1"/>
92
- <xsd:element name="lt2" type="CT_Color" minOccurs="1" maxOccurs="1"/>
93
- <xsd:element name="accent1" type="CT_Color" minOccurs="1" maxOccurs="1"/>
94
- <xsd:element name="accent2" type="CT_Color" minOccurs="1" maxOccurs="1"/>
95
- <xsd:element name="accent3" type="CT_Color" minOccurs="1" maxOccurs="1"/>
96
- <xsd:element name="accent4" type="CT_Color" minOccurs="1" maxOccurs="1"/>
97
- <xsd:element name="accent5" type="CT_Color" minOccurs="1" maxOccurs="1"/>
98
- <xsd:element name="accent6" type="CT_Color" minOccurs="1" maxOccurs="1"/>
99
- <xsd:element name="hlink" type="CT_Color" minOccurs="1" maxOccurs="1"/>
100
- <xsd:element name="folHlink" type="CT_Color" minOccurs="1" maxOccurs="1"/>
101
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
102
- </xsd:sequence>
103
- <xsd:attribute name="name" type="xsd:string" use="required"/>
104
- </xsd:complexType>
105
- <xsd:complexType name="CT_CustomColor">
106
- <xsd:sequence>
107
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
108
- </xsd:sequence>
109
- <xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
110
- </xsd:complexType>
111
- <xsd:complexType name="CT_SupplementalFont">
112
- <xsd:attribute name="script" type="xsd:string" use="required"/>
113
- <xsd:attribute name="typeface" type="ST_TextTypeface" use="required"/>
114
- </xsd:complexType>
115
- <xsd:complexType name="CT_CustomColorList">
116
- <xsd:sequence>
117
- <xsd:element name="custClr" type="CT_CustomColor" minOccurs="0" maxOccurs="unbounded"/>
118
- </xsd:sequence>
119
- </xsd:complexType>
120
- <xsd:complexType name="CT_FontCollection">
121
- <xsd:sequence>
122
- <xsd:element name="latin" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
123
- <xsd:element name="ea" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
124
- <xsd:element name="cs" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
125
- <xsd:element name="font" type="CT_SupplementalFont" minOccurs="0" maxOccurs="unbounded"/>
126
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
127
- </xsd:sequence>
128
- </xsd:complexType>
129
- <xsd:complexType name="CT_EffectStyleItem">
130
- <xsd:sequence>
131
- <xsd:group ref="EG_EffectProperties" minOccurs="1" maxOccurs="1"/>
132
- <xsd:element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/>
133
- <xsd:element name="sp3d" type="CT_Shape3D" minOccurs="0" maxOccurs="1"/>
134
- </xsd:sequence>
135
- </xsd:complexType>
136
- <xsd:complexType name="CT_FontScheme">
137
- <xsd:sequence>
138
- <xsd:element name="majorFont" type="CT_FontCollection" minOccurs="1" maxOccurs="1"/>
139
- <xsd:element name="minorFont" type="CT_FontCollection" minOccurs="1" maxOccurs="1"/>
140
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
141
- </xsd:sequence>
142
- <xsd:attribute name="name" type="xsd:string" use="required"/>
143
- </xsd:complexType>
144
- <xsd:complexType name="CT_FillStyleList">
145
- <xsd:sequence>
146
- <xsd:group ref="EG_FillProperties" minOccurs="3" maxOccurs="unbounded"/>
147
- </xsd:sequence>
148
- </xsd:complexType>
149
- <xsd:complexType name="CT_LineStyleList">
150
- <xsd:sequence>
151
- <xsd:element name="ln" type="CT_LineProperties" minOccurs="3" maxOccurs="unbounded"/>
152
- </xsd:sequence>
153
- </xsd:complexType>
154
- <xsd:complexType name="CT_EffectStyleList">
155
- <xsd:sequence>
156
- <xsd:element name="effectStyle" type="CT_EffectStyleItem" minOccurs="3" maxOccurs="unbounded"
157
- />
158
- </xsd:sequence>
159
- </xsd:complexType>
160
- <xsd:complexType name="CT_BackgroundFillStyleList">
161
- <xsd:sequence>
162
- <xsd:group ref="EG_FillProperties" minOccurs="3" maxOccurs="unbounded"/>
163
- </xsd:sequence>
164
- </xsd:complexType>
165
- <xsd:complexType name="CT_StyleMatrix">
166
- <xsd:sequence>
167
- <xsd:element name="fillStyleLst" type="CT_FillStyleList" minOccurs="1" maxOccurs="1"/>
168
- <xsd:element name="lnStyleLst" type="CT_LineStyleList" minOccurs="1" maxOccurs="1"/>
169
- <xsd:element name="effectStyleLst" type="CT_EffectStyleList" minOccurs="1" maxOccurs="1"/>
170
- <xsd:element name="bgFillStyleLst" type="CT_BackgroundFillStyleList" minOccurs="1"
171
- maxOccurs="1"/>
172
- </xsd:sequence>
173
- <xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
174
- </xsd:complexType>
175
- <xsd:complexType name="CT_BaseStyles">
176
- <xsd:sequence>
177
- <xsd:element name="clrScheme" type="CT_ColorScheme" minOccurs="1" maxOccurs="1"/>
178
- <xsd:element name="fontScheme" type="CT_FontScheme" minOccurs="1" maxOccurs="1"/>
179
- <xsd:element name="fmtScheme" type="CT_StyleMatrix" minOccurs="1" maxOccurs="1"/>
180
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
181
- </xsd:sequence>
182
- </xsd:complexType>
183
- <xsd:complexType name="CT_OfficeArtExtension">
184
- <xsd:sequence>
185
- <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
186
- </xsd:sequence>
187
- <xsd:attribute name="uri" type="xsd:token" use="required"/>
188
- </xsd:complexType>
189
- <xsd:simpleType name="ST_Coordinate">
190
- <xsd:union memberTypes="ST_CoordinateUnqualified s:ST_UniversalMeasure"/>
191
- </xsd:simpleType>
192
- <xsd:simpleType name="ST_CoordinateUnqualified">
193
- <xsd:restriction base="xsd:long">
194
- <xsd:minInclusive value="-27273042329600"/>
195
- <xsd:maxInclusive value="27273042316900"/>
196
- </xsd:restriction>
197
- </xsd:simpleType>
198
- <xsd:simpleType name="ST_Coordinate32">
199
- <xsd:union memberTypes="ST_Coordinate32Unqualified s:ST_UniversalMeasure"/>
200
- </xsd:simpleType>
201
- <xsd:simpleType name="ST_Coordinate32Unqualified">
202
- <xsd:restriction base="xsd:int"/>
203
- </xsd:simpleType>
204
- <xsd:simpleType name="ST_PositiveCoordinate">
205
- <xsd:restriction base="xsd:long">
206
- <xsd:minInclusive value="0"/>
207
- <xsd:maxInclusive value="27273042316900"/>
208
- </xsd:restriction>
209
- </xsd:simpleType>
210
- <xsd:simpleType name="ST_PositiveCoordinate32">
211
- <xsd:restriction base="ST_Coordinate32Unqualified">
212
- <xsd:minInclusive value="0"/>
213
- </xsd:restriction>
214
- </xsd:simpleType>
215
- <xsd:simpleType name="ST_Angle">
216
- <xsd:restriction base="xsd:int"/>
217
- </xsd:simpleType>
218
- <xsd:complexType name="CT_Angle">
219
- <xsd:attribute name="val" type="ST_Angle" use="required"/>
220
- </xsd:complexType>
221
- <xsd:simpleType name="ST_FixedAngle">
222
- <xsd:restriction base="ST_Angle">
223
- <xsd:minExclusive value="-5400000"/>
224
- <xsd:maxExclusive value="5400000"/>
225
- </xsd:restriction>
226
- </xsd:simpleType>
227
- <xsd:simpleType name="ST_PositiveFixedAngle">
228
- <xsd:restriction base="ST_Angle">
229
- <xsd:minInclusive value="0"/>
230
- <xsd:maxExclusive value="21600000"/>
231
- </xsd:restriction>
232
- </xsd:simpleType>
233
- <xsd:complexType name="CT_PositiveFixedAngle">
234
- <xsd:attribute name="val" type="ST_PositiveFixedAngle" use="required"/>
235
- </xsd:complexType>
236
- <xsd:simpleType name="ST_Percentage">
237
- <xsd:union memberTypes="ST_PercentageDecimal s:ST_Percentage"/>
238
- </xsd:simpleType>
239
- <xsd:simpleType name="ST_PercentageDecimal">
240
- <xsd:restriction base="xsd:int"/>
241
- </xsd:simpleType>
242
- <xsd:complexType name="CT_Percentage">
243
- <xsd:attribute name="val" type="ST_Percentage" use="required"/>
244
- </xsd:complexType>
245
- <xsd:simpleType name="ST_PositivePercentage">
246
- <xsd:union memberTypes="ST_PositivePercentageDecimal s:ST_PositivePercentage"/>
247
- </xsd:simpleType>
248
- <xsd:simpleType name="ST_PositivePercentageDecimal">
249
- <xsd:restriction base="ST_PercentageDecimal">
250
- <xsd:minInclusive value="0"/>
251
- </xsd:restriction>
252
- </xsd:simpleType>
253
- <xsd:complexType name="CT_PositivePercentage">
254
- <xsd:attribute name="val" type="ST_PositivePercentage" use="required"/>
255
- </xsd:complexType>
256
- <xsd:simpleType name="ST_FixedPercentage">
257
- <xsd:union memberTypes="ST_FixedPercentageDecimal s:ST_FixedPercentage"/>
258
- </xsd:simpleType>
259
- <xsd:simpleType name="ST_FixedPercentageDecimal">
260
- <xsd:restriction base="ST_PercentageDecimal">
261
- <xsd:minInclusive value="-100000"/>
262
- <xsd:maxInclusive value="100000"/>
263
- </xsd:restriction>
264
- </xsd:simpleType>
265
- <xsd:complexType name="CT_FixedPercentage">
266
- <xsd:attribute name="val" type="ST_FixedPercentage" use="required"/>
267
- </xsd:complexType>
268
- <xsd:simpleType name="ST_PositiveFixedPercentage">
269
- <xsd:union memberTypes="ST_PositiveFixedPercentageDecimal s:ST_PositiveFixedPercentage"/>
270
- </xsd:simpleType>
271
- <xsd:simpleType name="ST_PositiveFixedPercentageDecimal">
272
- <xsd:restriction base="ST_PercentageDecimal">
273
- <xsd:minInclusive value="0"/>
274
- <xsd:maxInclusive value="100000"/>
275
- </xsd:restriction>
276
- </xsd:simpleType>
277
- <xsd:complexType name="CT_PositiveFixedPercentage">
278
- <xsd:attribute name="val" type="ST_PositiveFixedPercentage" use="required"/>
279
- </xsd:complexType>
280
- <xsd:complexType name="CT_Ratio">
281
- <xsd:attribute name="n" type="xsd:long" use="required"/>
282
- <xsd:attribute name="d" type="xsd:long" use="required"/>
283
- </xsd:complexType>
284
- <xsd:complexType name="CT_Point2D">
285
- <xsd:attribute name="x" type="ST_Coordinate" use="required"/>
286
- <xsd:attribute name="y" type="ST_Coordinate" use="required"/>
287
- </xsd:complexType>
288
- <xsd:complexType name="CT_PositiveSize2D">
289
- <xsd:attribute name="cx" type="ST_PositiveCoordinate" use="required"/>
290
- <xsd:attribute name="cy" type="ST_PositiveCoordinate" use="required"/>
291
- </xsd:complexType>
292
- <xsd:complexType name="CT_ComplementTransform"/>
293
- <xsd:complexType name="CT_InverseTransform"/>
294
- <xsd:complexType name="CT_GrayscaleTransform"/>
295
- <xsd:complexType name="CT_GammaTransform"/>
296
- <xsd:complexType name="CT_InverseGammaTransform"/>
297
- <xsd:group name="EG_ColorTransform">
298
- <xsd:choice>
299
- <xsd:element name="tint" type="CT_PositiveFixedPercentage" minOccurs="1" maxOccurs="1"/>
300
- <xsd:element name="shade" type="CT_PositiveFixedPercentage" minOccurs="1" maxOccurs="1"/>
301
- <xsd:element name="comp" type="CT_ComplementTransform" minOccurs="1" maxOccurs="1"/>
302
- <xsd:element name="inv" type="CT_InverseTransform" minOccurs="1" maxOccurs="1"/>
303
- <xsd:element name="gray" type="CT_GrayscaleTransform" minOccurs="1" maxOccurs="1"/>
304
- <xsd:element name="alpha" type="CT_PositiveFixedPercentage" minOccurs="1" maxOccurs="1"/>
305
- <xsd:element name="alphaOff" type="CT_FixedPercentage" minOccurs="1" maxOccurs="1"/>
306
- <xsd:element name="alphaMod" type="CT_PositivePercentage" minOccurs="1" maxOccurs="1"/>
307
- <xsd:element name="hue" type="CT_PositiveFixedAngle" minOccurs="1" maxOccurs="1"/>
308
- <xsd:element name="hueOff" type="CT_Angle" minOccurs="1" maxOccurs="1"/>
309
- <xsd:element name="hueMod" type="CT_PositivePercentage" minOccurs="1" maxOccurs="1"/>
310
- <xsd:element name="sat" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
311
- <xsd:element name="satOff" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
312
- <xsd:element name="satMod" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
313
- <xsd:element name="lum" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
314
- <xsd:element name="lumOff" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
315
- <xsd:element name="lumMod" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
316
- <xsd:element name="red" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
317
- <xsd:element name="redOff" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
318
- <xsd:element name="redMod" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
319
- <xsd:element name="green" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
320
- <xsd:element name="greenOff" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
321
- <xsd:element name="greenMod" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
322
- <xsd:element name="blue" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
323
- <xsd:element name="blueOff" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
324
- <xsd:element name="blueMod" type="CT_Percentage" minOccurs="1" maxOccurs="1"/>
325
- <xsd:element name="gamma" type="CT_GammaTransform" minOccurs="1" maxOccurs="1"/>
326
- <xsd:element name="invGamma" type="CT_InverseGammaTransform" minOccurs="1" maxOccurs="1"/>
327
- </xsd:choice>
328
- </xsd:group>
329
- <xsd:complexType name="CT_ScRgbColor">
330
- <xsd:sequence>
331
- <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
332
- </xsd:sequence>
333
- <xsd:attribute name="r" type="ST_Percentage" use="required"/>
334
- <xsd:attribute name="g" type="ST_Percentage" use="required"/>
335
- <xsd:attribute name="b" type="ST_Percentage" use="required"/>
336
- </xsd:complexType>
337
- <xsd:complexType name="CT_SRgbColor">
338
- <xsd:sequence>
339
- <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
340
- </xsd:sequence>
341
- <xsd:attribute name="val" type="s:ST_HexColorRGB" use="required"/>
342
- </xsd:complexType>
343
- <xsd:complexType name="CT_HslColor">
344
- <xsd:sequence>
345
- <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
346
- </xsd:sequence>
347
- <xsd:attribute name="hue" type="ST_PositiveFixedAngle" use="required"/>
348
- <xsd:attribute name="sat" type="ST_Percentage" use="required"/>
349
- <xsd:attribute name="lum" type="ST_Percentage" use="required"/>
350
- </xsd:complexType>
351
- <xsd:simpleType name="ST_SystemColorVal">
352
- <xsd:restriction base="xsd:token">
353
- <xsd:enumeration value="scrollBar"/>
354
- <xsd:enumeration value="background"/>
355
- <xsd:enumeration value="activeCaption"/>
356
- <xsd:enumeration value="inactiveCaption"/>
357
- <xsd:enumeration value="menu"/>
358
- <xsd:enumeration value="window"/>
359
- <xsd:enumeration value="windowFrame"/>
360
- <xsd:enumeration value="menuText"/>
361
- <xsd:enumeration value="windowText"/>
362
- <xsd:enumeration value="captionText"/>
363
- <xsd:enumeration value="activeBorder"/>
364
- <xsd:enumeration value="inactiveBorder"/>
365
- <xsd:enumeration value="appWorkspace"/>
366
- <xsd:enumeration value="highlight"/>
367
- <xsd:enumeration value="highlightText"/>
368
- <xsd:enumeration value="btnFace"/>
369
- <xsd:enumeration value="btnShadow"/>
370
- <xsd:enumeration value="grayText"/>
371
- <xsd:enumeration value="btnText"/>
372
- <xsd:enumeration value="inactiveCaptionText"/>
373
- <xsd:enumeration value="btnHighlight"/>
374
- <xsd:enumeration value="3dDkShadow"/>
375
- <xsd:enumeration value="3dLight"/>
376
- <xsd:enumeration value="infoText"/>
377
- <xsd:enumeration value="infoBk"/>
378
- <xsd:enumeration value="hotLight"/>
379
- <xsd:enumeration value="gradientActiveCaption"/>
380
- <xsd:enumeration value="gradientInactiveCaption"/>
381
- <xsd:enumeration value="menuHighlight"/>
382
- <xsd:enumeration value="menuBar"/>
383
- </xsd:restriction>
384
- </xsd:simpleType>
385
- <xsd:complexType name="CT_SystemColor">
386
- <xsd:sequence>
387
- <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
388
- </xsd:sequence>
389
- <xsd:attribute name="val" type="ST_SystemColorVal" use="required"/>
390
- <xsd:attribute name="lastClr" type="s:ST_HexColorRGB" use="optional"/>
391
- </xsd:complexType>
392
- <xsd:simpleType name="ST_SchemeColorVal">
393
- <xsd:restriction base="xsd:token">
394
- <xsd:enumeration value="bg1"/>
395
- <xsd:enumeration value="tx1"/>
396
- <xsd:enumeration value="bg2"/>
397
- <xsd:enumeration value="tx2"/>
398
- <xsd:enumeration value="accent1"/>
399
- <xsd:enumeration value="accent2"/>
400
- <xsd:enumeration value="accent3"/>
401
- <xsd:enumeration value="accent4"/>
402
- <xsd:enumeration value="accent5"/>
403
- <xsd:enumeration value="accent6"/>
404
- <xsd:enumeration value="hlink"/>
405
- <xsd:enumeration value="folHlink"/>
406
- <xsd:enumeration value="phClr"/>
407
- <xsd:enumeration value="dk1"/>
408
- <xsd:enumeration value="lt1"/>
409
- <xsd:enumeration value="dk2"/>
410
- <xsd:enumeration value="lt2"/>
411
- </xsd:restriction>
412
- </xsd:simpleType>
413
- <xsd:complexType name="CT_SchemeColor">
414
- <xsd:sequence>
415
- <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
416
- </xsd:sequence>
417
- <xsd:attribute name="val" type="ST_SchemeColorVal" use="required"/>
418
- </xsd:complexType>
419
- <xsd:simpleType name="ST_PresetColorVal">
420
- <xsd:restriction base="xsd:token">
421
- <xsd:enumeration value="aliceBlue"/>
422
- <xsd:enumeration value="antiqueWhite"/>
423
- <xsd:enumeration value="aqua"/>
424
- <xsd:enumeration value="aquamarine"/>
425
- <xsd:enumeration value="azure"/>
426
- <xsd:enumeration value="beige"/>
427
- <xsd:enumeration value="bisque"/>
428
- <xsd:enumeration value="black"/>
429
- <xsd:enumeration value="blanchedAlmond"/>
430
- <xsd:enumeration value="blue"/>
431
- <xsd:enumeration value="blueViolet"/>
432
- <xsd:enumeration value="brown"/>
433
- <xsd:enumeration value="burlyWood"/>
434
- <xsd:enumeration value="cadetBlue"/>
435
- <xsd:enumeration value="chartreuse"/>
436
- <xsd:enumeration value="chocolate"/>
437
- <xsd:enumeration value="coral"/>
438
- <xsd:enumeration value="cornflowerBlue"/>
439
- <xsd:enumeration value="cornsilk"/>
440
- <xsd:enumeration value="crimson"/>
441
- <xsd:enumeration value="cyan"/>
442
- <xsd:enumeration value="darkBlue"/>
443
- <xsd:enumeration value="darkCyan"/>
444
- <xsd:enumeration value="darkGoldenrod"/>
445
- <xsd:enumeration value="darkGray"/>
446
- <xsd:enumeration value="darkGrey"/>
447
- <xsd:enumeration value="darkGreen"/>
448
- <xsd:enumeration value="darkKhaki"/>
449
- <xsd:enumeration value="darkMagenta"/>
450
- <xsd:enumeration value="darkOliveGreen"/>
451
- <xsd:enumeration value="darkOrange"/>
452
- <xsd:enumeration value="darkOrchid"/>
453
- <xsd:enumeration value="darkRed"/>
454
- <xsd:enumeration value="darkSalmon"/>
455
- <xsd:enumeration value="darkSeaGreen"/>
456
- <xsd:enumeration value="darkSlateBlue"/>
457
- <xsd:enumeration value="darkSlateGray"/>
458
- <xsd:enumeration value="darkSlateGrey"/>
459
- <xsd:enumeration value="darkTurquoise"/>
460
- <xsd:enumeration value="darkViolet"/>
461
- <xsd:enumeration value="dkBlue"/>
462
- <xsd:enumeration value="dkCyan"/>
463
- <xsd:enumeration value="dkGoldenrod"/>
464
- <xsd:enumeration value="dkGray"/>
465
- <xsd:enumeration value="dkGrey"/>
466
- <xsd:enumeration value="dkGreen"/>
467
- <xsd:enumeration value="dkKhaki"/>
468
- <xsd:enumeration value="dkMagenta"/>
469
- <xsd:enumeration value="dkOliveGreen"/>
470
- <xsd:enumeration value="dkOrange"/>
471
- <xsd:enumeration value="dkOrchid"/>
472
- <xsd:enumeration value="dkRed"/>
473
- <xsd:enumeration value="dkSalmon"/>
474
- <xsd:enumeration value="dkSeaGreen"/>
475
- <xsd:enumeration value="dkSlateBlue"/>
476
- <xsd:enumeration value="dkSlateGray"/>
477
- <xsd:enumeration value="dkSlateGrey"/>
478
- <xsd:enumeration value="dkTurquoise"/>
479
- <xsd:enumeration value="dkViolet"/>
480
- <xsd:enumeration value="deepPink"/>
481
- <xsd:enumeration value="deepSkyBlue"/>
482
- <xsd:enumeration value="dimGray"/>
483
- <xsd:enumeration value="dimGrey"/>
484
- <xsd:enumeration value="dodgerBlue"/>
485
- <xsd:enumeration value="firebrick"/>
486
- <xsd:enumeration value="floralWhite"/>
487
- <xsd:enumeration value="forestGreen"/>
488
- <xsd:enumeration value="fuchsia"/>
489
- <xsd:enumeration value="gainsboro"/>
490
- <xsd:enumeration value="ghostWhite"/>
491
- <xsd:enumeration value="gold"/>
492
- <xsd:enumeration value="goldenrod"/>
493
- <xsd:enumeration value="gray"/>
494
- <xsd:enumeration value="grey"/>
495
- <xsd:enumeration value="green"/>
496
- <xsd:enumeration value="greenYellow"/>
497
- <xsd:enumeration value="honeydew"/>
498
- <xsd:enumeration value="hotPink"/>
499
- <xsd:enumeration value="indianRed"/>
500
- <xsd:enumeration value="indigo"/>
501
- <xsd:enumeration value="ivory"/>
502
- <xsd:enumeration value="khaki"/>
503
- <xsd:enumeration value="lavender"/>
504
- <xsd:enumeration value="lavenderBlush"/>
505
- <xsd:enumeration value="lawnGreen"/>
506
- <xsd:enumeration value="lemonChiffon"/>
507
- <xsd:enumeration value="lightBlue"/>
508
- <xsd:enumeration value="lightCoral"/>
509
- <xsd:enumeration value="lightCyan"/>
510
- <xsd:enumeration value="lightGoldenrodYellow"/>
511
- <xsd:enumeration value="lightGray"/>
512
- <xsd:enumeration value="lightGrey"/>
513
- <xsd:enumeration value="lightGreen"/>
514
- <xsd:enumeration value="lightPink"/>
515
- <xsd:enumeration value="lightSalmon"/>
516
- <xsd:enumeration value="lightSeaGreen"/>
517
- <xsd:enumeration value="lightSkyBlue"/>
518
- <xsd:enumeration value="lightSlateGray"/>
519
- <xsd:enumeration value="lightSlateGrey"/>
520
- <xsd:enumeration value="lightSteelBlue"/>
521
- <xsd:enumeration value="lightYellow"/>
522
- <xsd:enumeration value="ltBlue"/>
523
- <xsd:enumeration value="ltCoral"/>
524
- <xsd:enumeration value="ltCyan"/>
525
- <xsd:enumeration value="ltGoldenrodYellow"/>
526
- <xsd:enumeration value="ltGray"/>
527
- <xsd:enumeration value="ltGrey"/>
528
- <xsd:enumeration value="ltGreen"/>
529
- <xsd:enumeration value="ltPink"/>
530
- <xsd:enumeration value="ltSalmon"/>
531
- <xsd:enumeration value="ltSeaGreen"/>
532
- <xsd:enumeration value="ltSkyBlue"/>
533
- <xsd:enumeration value="ltSlateGray"/>
534
- <xsd:enumeration value="ltSlateGrey"/>
535
- <xsd:enumeration value="ltSteelBlue"/>
536
- <xsd:enumeration value="ltYellow"/>
537
- <xsd:enumeration value="lime"/>
538
- <xsd:enumeration value="limeGreen"/>
539
- <xsd:enumeration value="linen"/>
540
- <xsd:enumeration value="magenta"/>
541
- <xsd:enumeration value="maroon"/>
542
- <xsd:enumeration value="medAquamarine"/>
543
- <xsd:enumeration value="medBlue"/>
544
- <xsd:enumeration value="medOrchid"/>
545
- <xsd:enumeration value="medPurple"/>
546
- <xsd:enumeration value="medSeaGreen"/>
547
- <xsd:enumeration value="medSlateBlue"/>
548
- <xsd:enumeration value="medSpringGreen"/>
549
- <xsd:enumeration value="medTurquoise"/>
550
- <xsd:enumeration value="medVioletRed"/>
551
- <xsd:enumeration value="mediumAquamarine"/>
552
- <xsd:enumeration value="mediumBlue"/>
553
- <xsd:enumeration value="mediumOrchid"/>
554
- <xsd:enumeration value="mediumPurple"/>
555
- <xsd:enumeration value="mediumSeaGreen"/>
556
- <xsd:enumeration value="mediumSlateBlue"/>
557
- <xsd:enumeration value="mediumSpringGreen"/>
558
- <xsd:enumeration value="mediumTurquoise"/>
559
- <xsd:enumeration value="mediumVioletRed"/>
560
- <xsd:enumeration value="midnightBlue"/>
561
- <xsd:enumeration value="mintCream"/>
562
- <xsd:enumeration value="mistyRose"/>
563
- <xsd:enumeration value="moccasin"/>
564
- <xsd:enumeration value="navajoWhite"/>
565
- <xsd:enumeration value="navy"/>
566
- <xsd:enumeration value="oldLace"/>
567
- <xsd:enumeration value="olive"/>
568
- <xsd:enumeration value="oliveDrab"/>
569
- <xsd:enumeration value="orange"/>
570
- <xsd:enumeration value="orangeRed"/>
571
- <xsd:enumeration value="orchid"/>
572
- <xsd:enumeration value="paleGoldenrod"/>
573
- <xsd:enumeration value="paleGreen"/>
574
- <xsd:enumeration value="paleTurquoise"/>
575
- <xsd:enumeration value="paleVioletRed"/>
576
- <xsd:enumeration value="papayaWhip"/>
577
- <xsd:enumeration value="peachPuff"/>
578
- <xsd:enumeration value="peru"/>
579
- <xsd:enumeration value="pink"/>
580
- <xsd:enumeration value="plum"/>
581
- <xsd:enumeration value="powderBlue"/>
582
- <xsd:enumeration value="purple"/>
583
- <xsd:enumeration value="red"/>
584
- <xsd:enumeration value="rosyBrown"/>
585
- <xsd:enumeration value="royalBlue"/>
586
- <xsd:enumeration value="saddleBrown"/>
587
- <xsd:enumeration value="salmon"/>
588
- <xsd:enumeration value="sandyBrown"/>
589
- <xsd:enumeration value="seaGreen"/>
590
- <xsd:enumeration value="seaShell"/>
591
- <xsd:enumeration value="sienna"/>
592
- <xsd:enumeration value="silver"/>
593
- <xsd:enumeration value="skyBlue"/>
594
- <xsd:enumeration value="slateBlue"/>
595
- <xsd:enumeration value="slateGray"/>
596
- <xsd:enumeration value="slateGrey"/>
597
- <xsd:enumeration value="snow"/>
598
- <xsd:enumeration value="springGreen"/>
599
- <xsd:enumeration value="steelBlue"/>
600
- <xsd:enumeration value="tan"/>
601
- <xsd:enumeration value="teal"/>
602
- <xsd:enumeration value="thistle"/>
603
- <xsd:enumeration value="tomato"/>
604
- <xsd:enumeration value="turquoise"/>
605
- <xsd:enumeration value="violet"/>
606
- <xsd:enumeration value="wheat"/>
607
- <xsd:enumeration value="white"/>
608
- <xsd:enumeration value="whiteSmoke"/>
609
- <xsd:enumeration value="yellow"/>
610
- <xsd:enumeration value="yellowGreen"/>
611
- </xsd:restriction>
612
- </xsd:simpleType>
613
- <xsd:complexType name="CT_PresetColor">
614
- <xsd:sequence>
615
- <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
616
- </xsd:sequence>
617
- <xsd:attribute name="val" type="ST_PresetColorVal" use="required"/>
618
- </xsd:complexType>
619
- <xsd:group name="EG_OfficeArtExtensionList">
620
- <xsd:sequence>
621
- <xsd:element name="ext" type="CT_OfficeArtExtension" minOccurs="0" maxOccurs="unbounded"/>
622
- </xsd:sequence>
623
- </xsd:group>
624
- <xsd:complexType name="CT_OfficeArtExtensionList">
625
- <xsd:sequence>
626
- <xsd:group ref="EG_OfficeArtExtensionList" minOccurs="1" maxOccurs="1"/>
627
- </xsd:sequence>
628
- </xsd:complexType>
629
- <xsd:complexType name="CT_Scale2D">
630
- <xsd:sequence>
631
- <xsd:element name="sx" type="CT_Ratio" minOccurs="1" maxOccurs="1"/>
632
- <xsd:element name="sy" type="CT_Ratio" minOccurs="1" maxOccurs="1"/>
633
- </xsd:sequence>
634
- </xsd:complexType>
635
- <xsd:complexType name="CT_Transform2D">
636
- <xsd:sequence>
637
- <xsd:element name="off" type="CT_Point2D" minOccurs="0" maxOccurs="1"/>
638
- <xsd:element name="ext" type="CT_PositiveSize2D" minOccurs="0" maxOccurs="1"/>
639
- </xsd:sequence>
640
- <xsd:attribute name="rot" type="ST_Angle" use="optional" default="0"/>
641
- <xsd:attribute name="flipH" type="xsd:boolean" use="optional" default="false"/>
642
- <xsd:attribute name="flipV" type="xsd:boolean" use="optional" default="false"/>
643
- </xsd:complexType>
644
- <xsd:complexType name="CT_GroupTransform2D">
645
- <xsd:sequence>
646
- <xsd:element name="off" type="CT_Point2D" minOccurs="0" maxOccurs="1"/>
647
- <xsd:element name="ext" type="CT_PositiveSize2D" minOccurs="0" maxOccurs="1"/>
648
- <xsd:element name="chOff" type="CT_Point2D" minOccurs="0" maxOccurs="1"/>
649
- <xsd:element name="chExt" type="CT_PositiveSize2D" minOccurs="0" maxOccurs="1"/>
650
- </xsd:sequence>
651
- <xsd:attribute name="rot" type="ST_Angle" use="optional" default="0"/>
652
- <xsd:attribute name="flipH" type="xsd:boolean" use="optional" default="false"/>
653
- <xsd:attribute name="flipV" type="xsd:boolean" use="optional" default="false"/>
654
- </xsd:complexType>
655
- <xsd:complexType name="CT_Point3D">
656
- <xsd:attribute name="x" type="ST_Coordinate" use="required"/>
657
- <xsd:attribute name="y" type="ST_Coordinate" use="required"/>
658
- <xsd:attribute name="z" type="ST_Coordinate" use="required"/>
659
- </xsd:complexType>
660
- <xsd:complexType name="CT_Vector3D">
661
- <xsd:attribute name="dx" type="ST_Coordinate" use="required"/>
662
- <xsd:attribute name="dy" type="ST_Coordinate" use="required"/>
663
- <xsd:attribute name="dz" type="ST_Coordinate" use="required"/>
664
- </xsd:complexType>
665
- <xsd:complexType name="CT_SphereCoords">
666
- <xsd:attribute name="lat" type="ST_PositiveFixedAngle" use="required"/>
667
- <xsd:attribute name="lon" type="ST_PositiveFixedAngle" use="required"/>
668
- <xsd:attribute name="rev" type="ST_PositiveFixedAngle" use="required"/>
669
- </xsd:complexType>
670
- <xsd:complexType name="CT_RelativeRect">
671
- <xsd:attribute name="l" type="ST_Percentage" use="optional" default="0%"/>
672
- <xsd:attribute name="t" type="ST_Percentage" use="optional" default="0%"/>
673
- <xsd:attribute name="r" type="ST_Percentage" use="optional" default="0%"/>
674
- <xsd:attribute name="b" type="ST_Percentage" use="optional" default="0%"/>
675
- </xsd:complexType>
676
- <xsd:simpleType name="ST_RectAlignment">
677
- <xsd:restriction base="xsd:token">
678
- <xsd:enumeration value="tl"/>
679
- <xsd:enumeration value="t"/>
680
- <xsd:enumeration value="tr"/>
681
- <xsd:enumeration value="l"/>
682
- <xsd:enumeration value="ctr"/>
683
- <xsd:enumeration value="r"/>
684
- <xsd:enumeration value="bl"/>
685
- <xsd:enumeration value="b"/>
686
- <xsd:enumeration value="br"/>
687
- </xsd:restriction>
688
- </xsd:simpleType>
689
- <xsd:group name="EG_ColorChoice">
690
- <xsd:choice>
691
- <xsd:element name="scrgbClr" type="CT_ScRgbColor" minOccurs="1" maxOccurs="1"/>
692
- <xsd:element name="srgbClr" type="CT_SRgbColor" minOccurs="1" maxOccurs="1"/>
693
- <xsd:element name="hslClr" type="CT_HslColor" minOccurs="1" maxOccurs="1"/>
694
- <xsd:element name="sysClr" type="CT_SystemColor" minOccurs="1" maxOccurs="1"/>
695
- <xsd:element name="schemeClr" type="CT_SchemeColor" minOccurs="1" maxOccurs="1"/>
696
- <xsd:element name="prstClr" type="CT_PresetColor" minOccurs="1" maxOccurs="1"/>
697
- </xsd:choice>
698
- </xsd:group>
699
- <xsd:complexType name="CT_Color">
700
- <xsd:sequence>
701
- <xsd:group ref="EG_ColorChoice"/>
702
- </xsd:sequence>
703
- </xsd:complexType>
704
- <xsd:complexType name="CT_ColorMRU">
705
- <xsd:sequence>
706
- <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="unbounded"/>
707
- </xsd:sequence>
708
- </xsd:complexType>
709
- <xsd:simpleType name="ST_BlackWhiteMode">
710
- <xsd:restriction base="xsd:token">
711
- <xsd:enumeration value="clr"/>
712
- <xsd:enumeration value="auto"/>
713
- <xsd:enumeration value="gray"/>
714
- <xsd:enumeration value="ltGray"/>
715
- <xsd:enumeration value="invGray"/>
716
- <xsd:enumeration value="grayWhite"/>
717
- <xsd:enumeration value="blackGray"/>
718
- <xsd:enumeration value="blackWhite"/>
719
- <xsd:enumeration value="black"/>
720
- <xsd:enumeration value="white"/>
721
- <xsd:enumeration value="hidden"/>
722
- </xsd:restriction>
723
- </xsd:simpleType>
724
- <xsd:attributeGroup name="AG_Blob">
725
- <xsd:attribute ref="r:embed" use="optional" default=""/>
726
- <xsd:attribute ref="r:link" use="optional" default=""/>
727
- </xsd:attributeGroup>
728
- <xsd:complexType name="CT_EmbeddedWAVAudioFile">
729
- <xsd:attribute ref="r:embed" use="required"/>
730
- <xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
731
- </xsd:complexType>
732
- <xsd:complexType name="CT_Hyperlink">
733
- <xsd:sequence>
734
- <xsd:element name="snd" type="CT_EmbeddedWAVAudioFile" minOccurs="0" maxOccurs="1"/>
735
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
736
- </xsd:sequence>
737
- <xsd:attribute ref="r:id" use="optional"/>
738
- <xsd:attribute name="invalidUrl" type="xsd:string" use="optional" default=""/>
739
- <xsd:attribute name="action" type="xsd:string" use="optional" default=""/>
740
- <xsd:attribute name="tgtFrame" type="xsd:string" use="optional" default=""/>
741
- <xsd:attribute name="tooltip" type="xsd:string" use="optional" default=""/>
742
- <xsd:attribute name="history" type="xsd:boolean" use="optional" default="true"/>
743
- <xsd:attribute name="highlightClick" type="xsd:boolean" use="optional" default="false"/>
744
- <xsd:attribute name="endSnd" type="xsd:boolean" use="optional" default="false"/>
745
- </xsd:complexType>
746
- <xsd:simpleType name="ST_DrawingElementId">
747
- <xsd:restriction base="xsd:unsignedInt"/>
748
- </xsd:simpleType>
749
- <xsd:attributeGroup name="AG_Locking">
750
- <xsd:attribute name="noGrp" type="xsd:boolean" use="optional" default="false"/>
751
- <xsd:attribute name="noSelect" type="xsd:boolean" use="optional" default="false"/>
752
- <xsd:attribute name="noRot" type="xsd:boolean" use="optional" default="false"/>
753
- <xsd:attribute name="noChangeAspect" type="xsd:boolean" use="optional" default="false"/>
754
- <xsd:attribute name="noMove" type="xsd:boolean" use="optional" default="false"/>
755
- <xsd:attribute name="noResize" type="xsd:boolean" use="optional" default="false"/>
756
- <xsd:attribute name="noEditPoints" type="xsd:boolean" use="optional" default="false"/>
757
- <xsd:attribute name="noAdjustHandles" type="xsd:boolean" use="optional" default="false"/>
758
- <xsd:attribute name="noChangeArrowheads" type="xsd:boolean" use="optional" default="false"/>
759
- <xsd:attribute name="noChangeShapeType" type="xsd:boolean" use="optional" default="false"/>
760
- </xsd:attributeGroup>
761
- <xsd:complexType name="CT_ConnectorLocking">
762
- <xsd:sequence>
763
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
764
- </xsd:sequence>
765
- <xsd:attributeGroup ref="AG_Locking"/>
766
- </xsd:complexType>
767
- <xsd:complexType name="CT_ShapeLocking">
768
- <xsd:sequence>
769
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
770
- </xsd:sequence>
771
- <xsd:attributeGroup ref="AG_Locking"/>
772
- <xsd:attribute name="noTextEdit" type="xsd:boolean" use="optional" default="false"/>
773
- </xsd:complexType>
774
- <xsd:complexType name="CT_PictureLocking">
775
- <xsd:sequence>
776
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
777
- </xsd:sequence>
778
- <xsd:attributeGroup ref="AG_Locking"/>
779
- <xsd:attribute name="noCrop" type="xsd:boolean" use="optional" default="false"/>
780
- </xsd:complexType>
781
- <xsd:complexType name="CT_GroupLocking">
782
- <xsd:sequence>
783
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
784
- </xsd:sequence>
785
- <xsd:attribute name="noGrp" type="xsd:boolean" use="optional" default="false"/>
786
- <xsd:attribute name="noUngrp" type="xsd:boolean" use="optional" default="false"/>
787
- <xsd:attribute name="noSelect" type="xsd:boolean" use="optional" default="false"/>
788
- <xsd:attribute name="noRot" type="xsd:boolean" use="optional" default="false"/>
789
- <xsd:attribute name="noChangeAspect" type="xsd:boolean" use="optional" default="false"/>
790
- <xsd:attribute name="noMove" type="xsd:boolean" use="optional" default="false"/>
791
- <xsd:attribute name="noResize" type="xsd:boolean" use="optional" default="false"/>
792
- </xsd:complexType>
793
- <xsd:complexType name="CT_GraphicalObjectFrameLocking">
794
- <xsd:sequence>
795
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
796
- </xsd:sequence>
797
- <xsd:attribute name="noGrp" type="xsd:boolean" use="optional" default="false"/>
798
- <xsd:attribute name="noDrilldown" type="xsd:boolean" use="optional" default="false"/>
799
- <xsd:attribute name="noSelect" type="xsd:boolean" use="optional" default="false"/>
800
- <xsd:attribute name="noChangeAspect" type="xsd:boolean" use="optional" default="false"/>
801
- <xsd:attribute name="noMove" type="xsd:boolean" use="optional" default="false"/>
802
- <xsd:attribute name="noResize" type="xsd:boolean" use="optional" default="false"/>
803
- </xsd:complexType>
804
- <xsd:complexType name="CT_ContentPartLocking">
805
- <xsd:sequence>
806
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
807
- </xsd:sequence>
808
- <xsd:attributeGroup ref="AG_Locking"/>
809
- </xsd:complexType>
810
- <xsd:complexType name="CT_NonVisualDrawingProps">
811
- <xsd:sequence>
812
- <xsd:element name="hlinkClick" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
813
- <xsd:element name="hlinkHover" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
814
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
815
- </xsd:sequence>
816
- <xsd:attribute name="id" type="ST_DrawingElementId" use="required"/>
817
- <xsd:attribute name="name" type="xsd:string" use="required"/>
818
- <xsd:attribute name="descr" type="xsd:string" use="optional" default=""/>
819
- <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
820
- <xsd:attribute name="title" type="xsd:string" use="optional" default=""/>
821
- </xsd:complexType>
822
- <xsd:complexType name="CT_NonVisualDrawingShapeProps">
823
- <xsd:sequence>
824
- <xsd:element name="spLocks" type="CT_ShapeLocking" minOccurs="0" maxOccurs="1"/>
825
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
826
- </xsd:sequence>
827
- <xsd:attribute name="txBox" type="xsd:boolean" use="optional" default="false"/>
828
- </xsd:complexType>
829
- <xsd:complexType name="CT_NonVisualConnectorProperties">
830
- <xsd:sequence>
831
- <xsd:element name="cxnSpLocks" type="CT_ConnectorLocking" minOccurs="0" maxOccurs="1"/>
832
- <xsd:element name="stCxn" type="CT_Connection" minOccurs="0" maxOccurs="1"/>
833
- <xsd:element name="endCxn" type="CT_Connection" minOccurs="0" maxOccurs="1"/>
834
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
835
- </xsd:sequence>
836
- </xsd:complexType>
837
- <xsd:complexType name="CT_NonVisualPictureProperties">
838
- <xsd:sequence>
839
- <xsd:element name="picLocks" type="CT_PictureLocking" minOccurs="0" maxOccurs="1"/>
840
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
841
- </xsd:sequence>
842
- <xsd:attribute name="preferRelativeResize" type="xsd:boolean" use="optional" default="true"/>
843
- </xsd:complexType>
844
- <xsd:complexType name="CT_NonVisualGroupDrawingShapeProps">
845
- <xsd:sequence>
846
- <xsd:element name="grpSpLocks" type="CT_GroupLocking" minOccurs="0" maxOccurs="1"/>
847
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
848
- </xsd:sequence>
849
- </xsd:complexType>
850
- <xsd:complexType name="CT_NonVisualGraphicFrameProperties">
851
- <xsd:sequence>
852
- <xsd:element name="graphicFrameLocks" type="CT_GraphicalObjectFrameLocking" minOccurs="0"
853
- maxOccurs="1"/>
854
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
855
- </xsd:sequence>
856
- </xsd:complexType>
857
- <xsd:complexType name="CT_NonVisualContentPartProperties">
858
- <xsd:sequence>
859
- <xsd:element name="cpLocks" type="CT_ContentPartLocking" minOccurs="0" maxOccurs="1"/>
860
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
861
- </xsd:sequence>
862
- <xsd:attribute name="isComment" type="xsd:boolean" use="optional" default="true"/>
863
- </xsd:complexType>
864
- <xsd:complexType name="CT_GraphicalObjectData">
865
- <xsd:sequence>
866
- <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="strict"/>
867
- </xsd:sequence>
868
- <xsd:attribute name="uri" type="xsd:token" use="required"/>
869
- </xsd:complexType>
870
- <xsd:complexType name="CT_GraphicalObject">
871
- <xsd:sequence>
872
- <xsd:element name="graphicData" type="CT_GraphicalObjectData"/>
873
- </xsd:sequence>
874
- </xsd:complexType>
875
- <xsd:element name="graphic" type="CT_GraphicalObject"/>
876
- <xsd:simpleType name="ST_ChartBuildStep">
877
- <xsd:restriction base="xsd:token">
878
- <xsd:enumeration value="category"/>
879
- <xsd:enumeration value="ptInCategory"/>
880
- <xsd:enumeration value="series"/>
881
- <xsd:enumeration value="ptInSeries"/>
882
- <xsd:enumeration value="allPts"/>
883
- <xsd:enumeration value="gridLegend"/>
884
- </xsd:restriction>
885
- </xsd:simpleType>
886
- <xsd:simpleType name="ST_DgmBuildStep">
887
- <xsd:restriction base="xsd:token">
888
- <xsd:enumeration value="sp"/>
889
- <xsd:enumeration value="bg"/>
890
- </xsd:restriction>
891
- </xsd:simpleType>
892
- <xsd:complexType name="CT_AnimationDgmElement">
893
- <xsd:attribute name="id" type="s:ST_Guid" use="optional"
894
- default="{00000000-0000-0000-0000-000000000000}"/>
895
- <xsd:attribute name="bldStep" type="ST_DgmBuildStep" use="optional" default="sp"/>
896
- </xsd:complexType>
897
- <xsd:complexType name="CT_AnimationChartElement">
898
- <xsd:attribute name="seriesIdx" type="xsd:int" use="optional" default="-1"/>
899
- <xsd:attribute name="categoryIdx" type="xsd:int" use="optional" default="-1"/>
900
- <xsd:attribute name="bldStep" type="ST_ChartBuildStep" use="required"/>
901
- </xsd:complexType>
902
- <xsd:complexType name="CT_AnimationElementChoice">
903
- <xsd:choice minOccurs="1" maxOccurs="1">
904
- <xsd:element name="dgm" type="CT_AnimationDgmElement"/>
905
- <xsd:element name="chart" type="CT_AnimationChartElement"/>
906
- </xsd:choice>
907
- </xsd:complexType>
908
- <xsd:simpleType name="ST_AnimationBuildType">
909
- <xsd:restriction base="xsd:token">
910
- <xsd:enumeration value="allAtOnce"/>
911
- </xsd:restriction>
912
- </xsd:simpleType>
913
- <xsd:simpleType name="ST_AnimationDgmOnlyBuildType">
914
- <xsd:restriction base="xsd:token">
915
- <xsd:enumeration value="one"/>
916
- <xsd:enumeration value="lvlOne"/>
917
- <xsd:enumeration value="lvlAtOnce"/>
918
- </xsd:restriction>
919
- </xsd:simpleType>
920
- <xsd:simpleType name="ST_AnimationDgmBuildType">
921
- <xsd:union memberTypes="ST_AnimationBuildType ST_AnimationDgmOnlyBuildType"/>
922
- </xsd:simpleType>
923
- <xsd:complexType name="CT_AnimationDgmBuildProperties">
924
- <xsd:attribute name="bld" type="ST_AnimationDgmBuildType" use="optional" default="allAtOnce"/>
925
- <xsd:attribute name="rev" type="xsd:boolean" use="optional" default="false"/>
926
- </xsd:complexType>
927
- <xsd:simpleType name="ST_AnimationChartOnlyBuildType">
928
- <xsd:restriction base="xsd:token">
929
- <xsd:enumeration value="series"/>
930
- <xsd:enumeration value="category"/>
931
- <xsd:enumeration value="seriesEl"/>
932
- <xsd:enumeration value="categoryEl"/>
933
- </xsd:restriction>
934
- </xsd:simpleType>
935
- <xsd:simpleType name="ST_AnimationChartBuildType">
936
- <xsd:union memberTypes="ST_AnimationBuildType ST_AnimationChartOnlyBuildType"/>
937
- </xsd:simpleType>
938
- <xsd:complexType name="CT_AnimationChartBuildProperties">
939
- <xsd:attribute name="bld" type="ST_AnimationChartBuildType" use="optional" default="allAtOnce"/>
940
- <xsd:attribute name="animBg" type="xsd:boolean" use="optional" default="true"/>
941
- </xsd:complexType>
942
- <xsd:complexType name="CT_AnimationGraphicalObjectBuildProperties">
943
- <xsd:choice>
944
- <xsd:element name="bldDgm" type="CT_AnimationDgmBuildProperties"/>
945
- <xsd:element name="bldChart" type="CT_AnimationChartBuildProperties"/>
946
- </xsd:choice>
947
- </xsd:complexType>
948
- <xsd:complexType name="CT_BackgroundFormatting">
949
- <xsd:sequence>
950
- <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
951
- <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
952
- </xsd:sequence>
953
- </xsd:complexType>
954
- <xsd:complexType name="CT_WholeE2oFormatting">
955
- <xsd:sequence>
956
- <xsd:element name="ln" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
957
- <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
958
- </xsd:sequence>
959
- </xsd:complexType>
960
- <xsd:complexType name="CT_GvmlUseShapeRectangle"/>
961
- <xsd:complexType name="CT_GvmlTextShape">
962
- <xsd:sequence>
963
- <xsd:element name="txBody" type="CT_TextBody" minOccurs="1" maxOccurs="1"/>
964
- <xsd:choice>
965
- <xsd:element name="useSpRect" type="CT_GvmlUseShapeRectangle" minOccurs="1" maxOccurs="1"/>
966
- <xsd:element name="xfrm" type="CT_Transform2D" minOccurs="1" maxOccurs="1"/>
967
- </xsd:choice>
968
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
969
- </xsd:sequence>
970
- </xsd:complexType>
971
- <xsd:complexType name="CT_GvmlShapeNonVisual">
972
- <xsd:sequence>
973
- <xsd:element name="cNvPr" type="CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
974
- <xsd:element name="cNvSpPr" type="CT_NonVisualDrawingShapeProps" minOccurs="1" maxOccurs="1"/>
975
- </xsd:sequence>
976
- </xsd:complexType>
977
- <xsd:complexType name="CT_GvmlShape">
978
- <xsd:sequence>
979
- <xsd:element name="nvSpPr" type="CT_GvmlShapeNonVisual" minOccurs="1" maxOccurs="1"/>
980
- <xsd:element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
981
- <xsd:element name="txSp" type="CT_GvmlTextShape" minOccurs="0" maxOccurs="1"/>
982
- <xsd:element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
983
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
984
- </xsd:sequence>
985
- </xsd:complexType>
986
- <xsd:complexType name="CT_GvmlConnectorNonVisual">
987
- <xsd:sequence>
988
- <xsd:element name="cNvPr" type="CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
989
- <xsd:element name="cNvCxnSpPr" type="CT_NonVisualConnectorProperties" minOccurs="1"
990
- maxOccurs="1"/>
991
- </xsd:sequence>
992
- </xsd:complexType>
993
- <xsd:complexType name="CT_GvmlConnector">
994
- <xsd:sequence>
995
- <xsd:element name="nvCxnSpPr" type="CT_GvmlConnectorNonVisual" minOccurs="1" maxOccurs="1"/>
996
- <xsd:element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
997
- <xsd:element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
998
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
999
- </xsd:sequence>
1000
- </xsd:complexType>
1001
- <xsd:complexType name="CT_GvmlPictureNonVisual">
1002
- <xsd:sequence>
1003
- <xsd:element name="cNvPr" type="CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
1004
- <xsd:element name="cNvPicPr" type="CT_NonVisualPictureProperties" minOccurs="1" maxOccurs="1"
1005
- />
1006
- </xsd:sequence>
1007
- </xsd:complexType>
1008
- <xsd:complexType name="CT_GvmlPicture">
1009
- <xsd:sequence>
1010
- <xsd:element name="nvPicPr" type="CT_GvmlPictureNonVisual" minOccurs="1" maxOccurs="1"/>
1011
- <xsd:element name="blipFill" type="CT_BlipFillProperties" minOccurs="1" maxOccurs="1"/>
1012
- <xsd:element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
1013
- <xsd:element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
1014
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1015
- </xsd:sequence>
1016
- </xsd:complexType>
1017
- <xsd:complexType name="CT_GvmlGraphicFrameNonVisual">
1018
- <xsd:sequence>
1019
- <xsd:element name="cNvPr" type="CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
1020
- <xsd:element name="cNvGraphicFramePr" type="CT_NonVisualGraphicFrameProperties" minOccurs="1"
1021
- maxOccurs="1"/>
1022
- </xsd:sequence>
1023
- </xsd:complexType>
1024
- <xsd:complexType name="CT_GvmlGraphicalObjectFrame">
1025
- <xsd:sequence>
1026
- <xsd:element name="nvGraphicFramePr" type="CT_GvmlGraphicFrameNonVisual" minOccurs="1"
1027
- maxOccurs="1"/>
1028
- <xsd:element ref="graphic" minOccurs="1" maxOccurs="1"/>
1029
- <xsd:element name="xfrm" type="CT_Transform2D" minOccurs="1" maxOccurs="1"/>
1030
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1031
- </xsd:sequence>
1032
- </xsd:complexType>
1033
- <xsd:complexType name="CT_GvmlGroupShapeNonVisual">
1034
- <xsd:sequence>
1035
- <xsd:element name="cNvPr" type="CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
1036
- <xsd:element name="cNvGrpSpPr" type="CT_NonVisualGroupDrawingShapeProps" minOccurs="1"
1037
- maxOccurs="1"/>
1038
- </xsd:sequence>
1039
- </xsd:complexType>
1040
- <xsd:complexType name="CT_GvmlGroupShape">
1041
- <xsd:sequence>
1042
- <xsd:element name="nvGrpSpPr" type="CT_GvmlGroupShapeNonVisual" minOccurs="1" maxOccurs="1"/>
1043
- <xsd:element name="grpSpPr" type="CT_GroupShapeProperties" minOccurs="1" maxOccurs="1"/>
1044
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
1045
- <xsd:element name="txSp" type="CT_GvmlTextShape"/>
1046
- <xsd:element name="sp" type="CT_GvmlShape"/>
1047
- <xsd:element name="cxnSp" type="CT_GvmlConnector"/>
1048
- <xsd:element name="pic" type="CT_GvmlPicture"/>
1049
- <xsd:element name="graphicFrame" type="CT_GvmlGraphicalObjectFrame"/>
1050
- <xsd:element name="grpSp" type="CT_GvmlGroupShape"/>
1051
- </xsd:choice>
1052
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1053
- </xsd:sequence>
1054
- </xsd:complexType>
1055
- <xsd:simpleType name="ST_PresetCameraType">
1056
- <xsd:restriction base="xsd:token">
1057
- <xsd:enumeration value="legacyObliqueTopLeft"/>
1058
- <xsd:enumeration value="legacyObliqueTop"/>
1059
- <xsd:enumeration value="legacyObliqueTopRight"/>
1060
- <xsd:enumeration value="legacyObliqueLeft"/>
1061
- <xsd:enumeration value="legacyObliqueFront"/>
1062
- <xsd:enumeration value="legacyObliqueRight"/>
1063
- <xsd:enumeration value="legacyObliqueBottomLeft"/>
1064
- <xsd:enumeration value="legacyObliqueBottom"/>
1065
- <xsd:enumeration value="legacyObliqueBottomRight"/>
1066
- <xsd:enumeration value="legacyPerspectiveTopLeft"/>
1067
- <xsd:enumeration value="legacyPerspectiveTop"/>
1068
- <xsd:enumeration value="legacyPerspectiveTopRight"/>
1069
- <xsd:enumeration value="legacyPerspectiveLeft"/>
1070
- <xsd:enumeration value="legacyPerspectiveFront"/>
1071
- <xsd:enumeration value="legacyPerspectiveRight"/>
1072
- <xsd:enumeration value="legacyPerspectiveBottomLeft"/>
1073
- <xsd:enumeration value="legacyPerspectiveBottom"/>
1074
- <xsd:enumeration value="legacyPerspectiveBottomRight"/>
1075
- <xsd:enumeration value="orthographicFront"/>
1076
- <xsd:enumeration value="isometricTopUp"/>
1077
- <xsd:enumeration value="isometricTopDown"/>
1078
- <xsd:enumeration value="isometricBottomUp"/>
1079
- <xsd:enumeration value="isometricBottomDown"/>
1080
- <xsd:enumeration value="isometricLeftUp"/>
1081
- <xsd:enumeration value="isometricLeftDown"/>
1082
- <xsd:enumeration value="isometricRightUp"/>
1083
- <xsd:enumeration value="isometricRightDown"/>
1084
- <xsd:enumeration value="isometricOffAxis1Left"/>
1085
- <xsd:enumeration value="isometricOffAxis1Right"/>
1086
- <xsd:enumeration value="isometricOffAxis1Top"/>
1087
- <xsd:enumeration value="isometricOffAxis2Left"/>
1088
- <xsd:enumeration value="isometricOffAxis2Right"/>
1089
- <xsd:enumeration value="isometricOffAxis2Top"/>
1090
- <xsd:enumeration value="isometricOffAxis3Left"/>
1091
- <xsd:enumeration value="isometricOffAxis3Right"/>
1092
- <xsd:enumeration value="isometricOffAxis3Bottom"/>
1093
- <xsd:enumeration value="isometricOffAxis4Left"/>
1094
- <xsd:enumeration value="isometricOffAxis4Right"/>
1095
- <xsd:enumeration value="isometricOffAxis4Bottom"/>
1096
- <xsd:enumeration value="obliqueTopLeft"/>
1097
- <xsd:enumeration value="obliqueTop"/>
1098
- <xsd:enumeration value="obliqueTopRight"/>
1099
- <xsd:enumeration value="obliqueLeft"/>
1100
- <xsd:enumeration value="obliqueRight"/>
1101
- <xsd:enumeration value="obliqueBottomLeft"/>
1102
- <xsd:enumeration value="obliqueBottom"/>
1103
- <xsd:enumeration value="obliqueBottomRight"/>
1104
- <xsd:enumeration value="perspectiveFront"/>
1105
- <xsd:enumeration value="perspectiveLeft"/>
1106
- <xsd:enumeration value="perspectiveRight"/>
1107
- <xsd:enumeration value="perspectiveAbove"/>
1108
- <xsd:enumeration value="perspectiveBelow"/>
1109
- <xsd:enumeration value="perspectiveAboveLeftFacing"/>
1110
- <xsd:enumeration value="perspectiveAboveRightFacing"/>
1111
- <xsd:enumeration value="perspectiveContrastingLeftFacing"/>
1112
- <xsd:enumeration value="perspectiveContrastingRightFacing"/>
1113
- <xsd:enumeration value="perspectiveHeroicLeftFacing"/>
1114
- <xsd:enumeration value="perspectiveHeroicRightFacing"/>
1115
- <xsd:enumeration value="perspectiveHeroicExtremeLeftFacing"/>
1116
- <xsd:enumeration value="perspectiveHeroicExtremeRightFacing"/>
1117
- <xsd:enumeration value="perspectiveRelaxed"/>
1118
- <xsd:enumeration value="perspectiveRelaxedModerately"/>
1119
- </xsd:restriction>
1120
- </xsd:simpleType>
1121
- <xsd:simpleType name="ST_FOVAngle">
1122
- <xsd:restriction base="ST_Angle">
1123
- <xsd:minInclusive value="0"/>
1124
- <xsd:maxInclusive value="10800000"/>
1125
- </xsd:restriction>
1126
- </xsd:simpleType>
1127
- <xsd:complexType name="CT_Camera">
1128
- <xsd:sequence>
1129
- <xsd:element name="rot" type="CT_SphereCoords" minOccurs="0" maxOccurs="1"/>
1130
- </xsd:sequence>
1131
- <xsd:attribute name="prst" type="ST_PresetCameraType" use="required"/>
1132
- <xsd:attribute name="fov" type="ST_FOVAngle" use="optional"/>
1133
- <xsd:attribute name="zoom" type="ST_PositivePercentage" use="optional" default="100%"/>
1134
- </xsd:complexType>
1135
- <xsd:simpleType name="ST_LightRigDirection">
1136
- <xsd:restriction base="xsd:token">
1137
- <xsd:enumeration value="tl"/>
1138
- <xsd:enumeration value="t"/>
1139
- <xsd:enumeration value="tr"/>
1140
- <xsd:enumeration value="l"/>
1141
- <xsd:enumeration value="r"/>
1142
- <xsd:enumeration value="bl"/>
1143
- <xsd:enumeration value="b"/>
1144
- <xsd:enumeration value="br"/>
1145
- </xsd:restriction>
1146
- </xsd:simpleType>
1147
- <xsd:simpleType name="ST_LightRigType">
1148
- <xsd:restriction base="xsd:token">
1149
- <xsd:enumeration value="legacyFlat1"/>
1150
- <xsd:enumeration value="legacyFlat2"/>
1151
- <xsd:enumeration value="legacyFlat3"/>
1152
- <xsd:enumeration value="legacyFlat4"/>
1153
- <xsd:enumeration value="legacyNormal1"/>
1154
- <xsd:enumeration value="legacyNormal2"/>
1155
- <xsd:enumeration value="legacyNormal3"/>
1156
- <xsd:enumeration value="legacyNormal4"/>
1157
- <xsd:enumeration value="legacyHarsh1"/>
1158
- <xsd:enumeration value="legacyHarsh2"/>
1159
- <xsd:enumeration value="legacyHarsh3"/>
1160
- <xsd:enumeration value="legacyHarsh4"/>
1161
- <xsd:enumeration value="threePt"/>
1162
- <xsd:enumeration value="balanced"/>
1163
- <xsd:enumeration value="soft"/>
1164
- <xsd:enumeration value="harsh"/>
1165
- <xsd:enumeration value="flood"/>
1166
- <xsd:enumeration value="contrasting"/>
1167
- <xsd:enumeration value="morning"/>
1168
- <xsd:enumeration value="sunrise"/>
1169
- <xsd:enumeration value="sunset"/>
1170
- <xsd:enumeration value="chilly"/>
1171
- <xsd:enumeration value="freezing"/>
1172
- <xsd:enumeration value="flat"/>
1173
- <xsd:enumeration value="twoPt"/>
1174
- <xsd:enumeration value="glow"/>
1175
- <xsd:enumeration value="brightRoom"/>
1176
- </xsd:restriction>
1177
- </xsd:simpleType>
1178
- <xsd:complexType name="CT_LightRig">
1179
- <xsd:sequence>
1180
- <xsd:element name="rot" type="CT_SphereCoords" minOccurs="0" maxOccurs="1"/>
1181
- </xsd:sequence>
1182
- <xsd:attribute name="rig" type="ST_LightRigType" use="required"/>
1183
- <xsd:attribute name="dir" type="ST_LightRigDirection" use="required"/>
1184
- </xsd:complexType>
1185
- <xsd:complexType name="CT_Scene3D">
1186
- <xsd:sequence>
1187
- <xsd:element name="camera" type="CT_Camera" minOccurs="1" maxOccurs="1"/>
1188
- <xsd:element name="lightRig" type="CT_LightRig" minOccurs="1" maxOccurs="1"/>
1189
- <xsd:element name="backdrop" type="CT_Backdrop" minOccurs="0" maxOccurs="1"/>
1190
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1191
- </xsd:sequence>
1192
- </xsd:complexType>
1193
- <xsd:complexType name="CT_Backdrop">
1194
- <xsd:sequence>
1195
- <xsd:element name="anchor" type="CT_Point3D" minOccurs="1" maxOccurs="1"/>
1196
- <xsd:element name="norm" type="CT_Vector3D" minOccurs="1" maxOccurs="1"/>
1197
- <xsd:element name="up" type="CT_Vector3D" minOccurs="1" maxOccurs="1"/>
1198
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1199
- </xsd:sequence>
1200
- </xsd:complexType>
1201
- <xsd:simpleType name="ST_BevelPresetType">
1202
- <xsd:restriction base="xsd:token">
1203
- <xsd:enumeration value="relaxedInset"/>
1204
- <xsd:enumeration value="circle"/>
1205
- <xsd:enumeration value="slope"/>
1206
- <xsd:enumeration value="cross"/>
1207
- <xsd:enumeration value="angle"/>
1208
- <xsd:enumeration value="softRound"/>
1209
- <xsd:enumeration value="convex"/>
1210
- <xsd:enumeration value="coolSlant"/>
1211
- <xsd:enumeration value="divot"/>
1212
- <xsd:enumeration value="riblet"/>
1213
- <xsd:enumeration value="hardEdge"/>
1214
- <xsd:enumeration value="artDeco"/>
1215
- </xsd:restriction>
1216
- </xsd:simpleType>
1217
- <xsd:complexType name="CT_Bevel">
1218
- <xsd:attribute name="w" type="ST_PositiveCoordinate" use="optional" default="76200"/>
1219
- <xsd:attribute name="h" type="ST_PositiveCoordinate" use="optional" default="76200"/>
1220
- <xsd:attribute name="prst" type="ST_BevelPresetType" use="optional" default="circle"/>
1221
- </xsd:complexType>
1222
- <xsd:simpleType name="ST_PresetMaterialType">
1223
- <xsd:restriction base="xsd:token">
1224
- <xsd:enumeration value="legacyMatte"/>
1225
- <xsd:enumeration value="legacyPlastic"/>
1226
- <xsd:enumeration value="legacyMetal"/>
1227
- <xsd:enumeration value="legacyWireframe"/>
1228
- <xsd:enumeration value="matte"/>
1229
- <xsd:enumeration value="plastic"/>
1230
- <xsd:enumeration value="metal"/>
1231
- <xsd:enumeration value="warmMatte"/>
1232
- <xsd:enumeration value="translucentPowder"/>
1233
- <xsd:enumeration value="powder"/>
1234
- <xsd:enumeration value="dkEdge"/>
1235
- <xsd:enumeration value="softEdge"/>
1236
- <xsd:enumeration value="clear"/>
1237
- <xsd:enumeration value="flat"/>
1238
- <xsd:enumeration value="softmetal"/>
1239
- </xsd:restriction>
1240
- </xsd:simpleType>
1241
- <xsd:complexType name="CT_Shape3D">
1242
- <xsd:sequence>
1243
- <xsd:element name="bevelT" type="CT_Bevel" minOccurs="0" maxOccurs="1"/>
1244
- <xsd:element name="bevelB" type="CT_Bevel" minOccurs="0" maxOccurs="1"/>
1245
- <xsd:element name="extrusionClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
1246
- <xsd:element name="contourClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
1247
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1248
- </xsd:sequence>
1249
- <xsd:attribute name="z" type="ST_Coordinate" use="optional" default="0"/>
1250
- <xsd:attribute name="extrusionH" type="ST_PositiveCoordinate" use="optional" default="0"/>
1251
- <xsd:attribute name="contourW" type="ST_PositiveCoordinate" use="optional" default="0"/>
1252
- <xsd:attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional"
1253
- default="warmMatte"/>
1254
- </xsd:complexType>
1255
- <xsd:complexType name="CT_FlatText">
1256
- <xsd:attribute name="z" type="ST_Coordinate" use="optional" default="0"/>
1257
- </xsd:complexType>
1258
- <xsd:group name="EG_Text3D">
1259
- <xsd:choice>
1260
- <xsd:element name="sp3d" type="CT_Shape3D" minOccurs="1" maxOccurs="1"/>
1261
- <xsd:element name="flatTx" type="CT_FlatText" minOccurs="1" maxOccurs="1"/>
1262
- </xsd:choice>
1263
- </xsd:group>
1264
- <xsd:complexType name="CT_AlphaBiLevelEffect">
1265
- <xsd:attribute name="thresh" type="ST_PositiveFixedPercentage" use="required"/>
1266
- </xsd:complexType>
1267
- <xsd:complexType name="CT_AlphaCeilingEffect"/>
1268
- <xsd:complexType name="CT_AlphaFloorEffect"/>
1269
- <xsd:complexType name="CT_AlphaInverseEffect">
1270
- <xsd:sequence>
1271
- <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
1272
- </xsd:sequence>
1273
- </xsd:complexType>
1274
- <xsd:complexType name="CT_AlphaModulateFixedEffect">
1275
- <xsd:attribute name="amt" type="ST_PositivePercentage" use="optional" default="100%"/>
1276
- </xsd:complexType>
1277
- <xsd:complexType name="CT_AlphaOutsetEffect">
1278
- <xsd:attribute name="rad" type="ST_Coordinate" use="optional" default="0"/>
1279
- </xsd:complexType>
1280
- <xsd:complexType name="CT_AlphaReplaceEffect">
1281
- <xsd:attribute name="a" type="ST_PositiveFixedPercentage" use="required"/>
1282
- </xsd:complexType>
1283
- <xsd:complexType name="CT_BiLevelEffect">
1284
- <xsd:attribute name="thresh" type="ST_PositiveFixedPercentage" use="required"/>
1285
- </xsd:complexType>
1286
- <xsd:complexType name="CT_BlurEffect">
1287
- <xsd:attribute name="rad" type="ST_PositiveCoordinate" use="optional" default="0"/>
1288
- <xsd:attribute name="grow" type="xsd:boolean" use="optional" default="true"/>
1289
- </xsd:complexType>
1290
- <xsd:complexType name="CT_ColorChangeEffect">
1291
- <xsd:sequence>
1292
- <xsd:element name="clrFrom" type="CT_Color" minOccurs="1" maxOccurs="1"/>
1293
- <xsd:element name="clrTo" type="CT_Color" minOccurs="1" maxOccurs="1"/>
1294
- </xsd:sequence>
1295
- <xsd:attribute name="useA" type="xsd:boolean" use="optional" default="true"/>
1296
- </xsd:complexType>
1297
- <xsd:complexType name="CT_ColorReplaceEffect">
1298
- <xsd:sequence>
1299
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
1300
- </xsd:sequence>
1301
- </xsd:complexType>
1302
- <xsd:complexType name="CT_DuotoneEffect">
1303
- <xsd:sequence>
1304
- <xsd:group ref="EG_ColorChoice" minOccurs="2" maxOccurs="2"/>
1305
- </xsd:sequence>
1306
- </xsd:complexType>
1307
- <xsd:complexType name="CT_GlowEffect">
1308
- <xsd:sequence>
1309
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
1310
- </xsd:sequence>
1311
- <xsd:attribute name="rad" type="ST_PositiveCoordinate" use="optional" default="0"/>
1312
- </xsd:complexType>
1313
- <xsd:complexType name="CT_GrayscaleEffect"/>
1314
- <xsd:complexType name="CT_HSLEffect">
1315
- <xsd:attribute name="hue" type="ST_PositiveFixedAngle" use="optional" default="0"/>
1316
- <xsd:attribute name="sat" type="ST_FixedPercentage" use="optional" default="0%"/>
1317
- <xsd:attribute name="lum" type="ST_FixedPercentage" use="optional" default="0%"/>
1318
- </xsd:complexType>
1319
- <xsd:complexType name="CT_InnerShadowEffect">
1320
- <xsd:sequence>
1321
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
1322
- </xsd:sequence>
1323
- <xsd:attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
1324
- <xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
1325
- <xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
1326
- </xsd:complexType>
1327
- <xsd:complexType name="CT_LuminanceEffect">
1328
- <xsd:attribute name="bright" type="ST_FixedPercentage" use="optional" default="0%"/>
1329
- <xsd:attribute name="contrast" type="ST_FixedPercentage" use="optional" default="0%"/>
1330
- </xsd:complexType>
1331
- <xsd:complexType name="CT_OuterShadowEffect">
1332
- <xsd:sequence>
1333
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
1334
- </xsd:sequence>
1335
- <xsd:attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
1336
- <xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
1337
- <xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
1338
- <xsd:attribute name="sx" type="ST_Percentage" use="optional" default="100%"/>
1339
- <xsd:attribute name="sy" type="ST_Percentage" use="optional" default="100%"/>
1340
- <xsd:attribute name="kx" type="ST_FixedAngle" use="optional" default="0"/>
1341
- <xsd:attribute name="ky" type="ST_FixedAngle" use="optional" default="0"/>
1342
- <xsd:attribute name="algn" type="ST_RectAlignment" use="optional" default="b"/>
1343
- <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional" default="true"/>
1344
- </xsd:complexType>
1345
- <xsd:simpleType name="ST_PresetShadowVal">
1346
- <xsd:restriction base="xsd:token">
1347
- <xsd:enumeration value="shdw1"/>
1348
- <xsd:enumeration value="shdw2"/>
1349
- <xsd:enumeration value="shdw3"/>
1350
- <xsd:enumeration value="shdw4"/>
1351
- <xsd:enumeration value="shdw5"/>
1352
- <xsd:enumeration value="shdw6"/>
1353
- <xsd:enumeration value="shdw7"/>
1354
- <xsd:enumeration value="shdw8"/>
1355
- <xsd:enumeration value="shdw9"/>
1356
- <xsd:enumeration value="shdw10"/>
1357
- <xsd:enumeration value="shdw11"/>
1358
- <xsd:enumeration value="shdw12"/>
1359
- <xsd:enumeration value="shdw13"/>
1360
- <xsd:enumeration value="shdw14"/>
1361
- <xsd:enumeration value="shdw15"/>
1362
- <xsd:enumeration value="shdw16"/>
1363
- <xsd:enumeration value="shdw17"/>
1364
- <xsd:enumeration value="shdw18"/>
1365
- <xsd:enumeration value="shdw19"/>
1366
- <xsd:enumeration value="shdw20"/>
1367
- </xsd:restriction>
1368
- </xsd:simpleType>
1369
- <xsd:complexType name="CT_PresetShadowEffect">
1370
- <xsd:sequence>
1371
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
1372
- </xsd:sequence>
1373
- <xsd:attribute name="prst" type="ST_PresetShadowVal" use="required"/>
1374
- <xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
1375
- <xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
1376
- </xsd:complexType>
1377
- <xsd:complexType name="CT_ReflectionEffect">
1378
- <xsd:attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
1379
- <xsd:attribute name="stA" type="ST_PositiveFixedPercentage" use="optional" default="100%"/>
1380
- <xsd:attribute name="stPos" type="ST_PositiveFixedPercentage" use="optional" default="0%"/>
1381
- <xsd:attribute name="endA" type="ST_PositiveFixedPercentage" use="optional" default="0%"/>
1382
- <xsd:attribute name="endPos" type="ST_PositiveFixedPercentage" use="optional" default="100%"/>
1383
- <xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
1384
- <xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
1385
- <xsd:attribute name="fadeDir" type="ST_PositiveFixedAngle" use="optional" default="5400000"/>
1386
- <xsd:attribute name="sx" type="ST_Percentage" use="optional" default="100%"/>
1387
- <xsd:attribute name="sy" type="ST_Percentage" use="optional" default="100%"/>
1388
- <xsd:attribute name="kx" type="ST_FixedAngle" use="optional" default="0"/>
1389
- <xsd:attribute name="ky" type="ST_FixedAngle" use="optional" default="0"/>
1390
- <xsd:attribute name="algn" type="ST_RectAlignment" use="optional" default="b"/>
1391
- <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional" default="true"/>
1392
- </xsd:complexType>
1393
- <xsd:complexType name="CT_RelativeOffsetEffect">
1394
- <xsd:attribute name="tx" type="ST_Percentage" use="optional" default="0%"/>
1395
- <xsd:attribute name="ty" type="ST_Percentage" use="optional" default="0%"/>
1396
- </xsd:complexType>
1397
- <xsd:complexType name="CT_SoftEdgesEffect">
1398
- <xsd:attribute name="rad" type="ST_PositiveCoordinate" use="required"/>
1399
- </xsd:complexType>
1400
- <xsd:complexType name="CT_TintEffect">
1401
- <xsd:attribute name="hue" type="ST_PositiveFixedAngle" use="optional" default="0"/>
1402
- <xsd:attribute name="amt" type="ST_FixedPercentage" use="optional" default="0%"/>
1403
- </xsd:complexType>
1404
- <xsd:complexType name="CT_TransformEffect">
1405
- <xsd:attribute name="sx" type="ST_Percentage" use="optional" default="100%"/>
1406
- <xsd:attribute name="sy" type="ST_Percentage" use="optional" default="100%"/>
1407
- <xsd:attribute name="kx" type="ST_FixedAngle" use="optional" default="0"/>
1408
- <xsd:attribute name="ky" type="ST_FixedAngle" use="optional" default="0"/>
1409
- <xsd:attribute name="tx" type="ST_Coordinate" use="optional" default="0"/>
1410
- <xsd:attribute name="ty" type="ST_Coordinate" use="optional" default="0"/>
1411
- </xsd:complexType>
1412
- <xsd:complexType name="CT_NoFillProperties"/>
1413
- <xsd:complexType name="CT_SolidColorFillProperties">
1414
- <xsd:sequence>
1415
- <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
1416
- </xsd:sequence>
1417
- </xsd:complexType>
1418
- <xsd:complexType name="CT_LinearShadeProperties">
1419
- <xsd:attribute name="ang" type="ST_PositiveFixedAngle" use="optional"/>
1420
- <xsd:attribute name="scaled" type="xsd:boolean" use="optional"/>
1421
- </xsd:complexType>
1422
- <xsd:simpleType name="ST_PathShadeType">
1423
- <xsd:restriction base="xsd:token">
1424
- <xsd:enumeration value="shape"/>
1425
- <xsd:enumeration value="circle"/>
1426
- <xsd:enumeration value="rect"/>
1427
- </xsd:restriction>
1428
- </xsd:simpleType>
1429
- <xsd:complexType name="CT_PathShadeProperties">
1430
- <xsd:sequence>
1431
- <xsd:element name="fillToRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
1432
- </xsd:sequence>
1433
- <xsd:attribute name="path" type="ST_PathShadeType" use="optional"/>
1434
- </xsd:complexType>
1435
- <xsd:group name="EG_ShadeProperties">
1436
- <xsd:choice>
1437
- <xsd:element name="lin" type="CT_LinearShadeProperties" minOccurs="1" maxOccurs="1"/>
1438
- <xsd:element name="path" type="CT_PathShadeProperties" minOccurs="1" maxOccurs="1"/>
1439
- </xsd:choice>
1440
- </xsd:group>
1441
- <xsd:simpleType name="ST_TileFlipMode">
1442
- <xsd:restriction base="xsd:token">
1443
- <xsd:enumeration value="none"/>
1444
- <xsd:enumeration value="x"/>
1445
- <xsd:enumeration value="y"/>
1446
- <xsd:enumeration value="xy"/>
1447
- </xsd:restriction>
1448
- </xsd:simpleType>
1449
- <xsd:complexType name="CT_GradientStop">
1450
- <xsd:sequence>
1451
- <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
1452
- </xsd:sequence>
1453
- <xsd:attribute name="pos" type="ST_PositiveFixedPercentage" use="required"/>
1454
- </xsd:complexType>
1455
- <xsd:complexType name="CT_GradientStopList">
1456
- <xsd:sequence>
1457
- <xsd:element name="gs" type="CT_GradientStop" minOccurs="2" maxOccurs="unbounded"/>
1458
- </xsd:sequence>
1459
- </xsd:complexType>
1460
- <xsd:complexType name="CT_GradientFillProperties">
1461
- <xsd:sequence>
1462
- <xsd:element name="gsLst" type="CT_GradientStopList" minOccurs="0" maxOccurs="1"/>
1463
- <xsd:group ref="EG_ShadeProperties" minOccurs="0" maxOccurs="1"/>
1464
- <xsd:element name="tileRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
1465
- </xsd:sequence>
1466
- <xsd:attribute name="flip" type="ST_TileFlipMode" use="optional" default="none"/>
1467
- <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional"/>
1468
- </xsd:complexType>
1469
- <xsd:complexType name="CT_TileInfoProperties">
1470
- <xsd:attribute name="tx" type="ST_Coordinate" use="optional"/>
1471
- <xsd:attribute name="ty" type="ST_Coordinate" use="optional"/>
1472
- <xsd:attribute name="sx" type="ST_Percentage" use="optional"/>
1473
- <xsd:attribute name="sy" type="ST_Percentage" use="optional"/>
1474
- <xsd:attribute name="flip" type="ST_TileFlipMode" use="optional" default="none"/>
1475
- <xsd:attribute name="algn" type="ST_RectAlignment" use="optional"/>
1476
- </xsd:complexType>
1477
- <xsd:complexType name="CT_StretchInfoProperties">
1478
- <xsd:sequence>
1479
- <xsd:element name="fillRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
1480
- </xsd:sequence>
1481
- </xsd:complexType>
1482
- <xsd:group name="EG_FillModeProperties">
1483
- <xsd:choice>
1484
- <xsd:element name="tile" type="CT_TileInfoProperties" minOccurs="1" maxOccurs="1"/>
1485
- <xsd:element name="stretch" type="CT_StretchInfoProperties" minOccurs="1" maxOccurs="1"/>
1486
- </xsd:choice>
1487
- </xsd:group>
1488
- <xsd:simpleType name="ST_BlipCompression">
1489
- <xsd:restriction base="xsd:token">
1490
- <xsd:enumeration value="email"/>
1491
- <xsd:enumeration value="screen"/>
1492
- <xsd:enumeration value="print"/>
1493
- <xsd:enumeration value="hqprint"/>
1494
- <xsd:enumeration value="none"/>
1495
- </xsd:restriction>
1496
- </xsd:simpleType>
1497
- <xsd:complexType name="CT_Blip">
1498
- <xsd:sequence>
1499
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
1500
- <xsd:element name="alphaBiLevel" type="CT_AlphaBiLevelEffect" minOccurs="1" maxOccurs="1"/>
1501
- <xsd:element name="alphaCeiling" type="CT_AlphaCeilingEffect" minOccurs="1" maxOccurs="1"/>
1502
- <xsd:element name="alphaFloor" type="CT_AlphaFloorEffect" minOccurs="1" maxOccurs="1"/>
1503
- <xsd:element name="alphaInv" type="CT_AlphaInverseEffect" minOccurs="1" maxOccurs="1"/>
1504
- <xsd:element name="alphaMod" type="CT_AlphaModulateEffect" minOccurs="1" maxOccurs="1"/>
1505
- <xsd:element name="alphaModFix" type="CT_AlphaModulateFixedEffect" minOccurs="1"
1506
- maxOccurs="1"/>
1507
- <xsd:element name="alphaRepl" type="CT_AlphaReplaceEffect" minOccurs="1" maxOccurs="1"/>
1508
- <xsd:element name="biLevel" type="CT_BiLevelEffect" minOccurs="1" maxOccurs="1"/>
1509
- <xsd:element name="blur" type="CT_BlurEffect" minOccurs="1" maxOccurs="1"/>
1510
- <xsd:element name="clrChange" type="CT_ColorChangeEffect" minOccurs="1" maxOccurs="1"/>
1511
- <xsd:element name="clrRepl" type="CT_ColorReplaceEffect" minOccurs="1" maxOccurs="1"/>
1512
- <xsd:element name="duotone" type="CT_DuotoneEffect" minOccurs="1" maxOccurs="1"/>
1513
- <xsd:element name="fillOverlay" type="CT_FillOverlayEffect" minOccurs="1" maxOccurs="1"/>
1514
- <xsd:element name="grayscl" type="CT_GrayscaleEffect" minOccurs="1" maxOccurs="1"/>
1515
- <xsd:element name="hsl" type="CT_HSLEffect" minOccurs="1" maxOccurs="1"/>
1516
- <xsd:element name="lum" type="CT_LuminanceEffect" minOccurs="1" maxOccurs="1"/>
1517
- <xsd:element name="tint" type="CT_TintEffect" minOccurs="1" maxOccurs="1"/>
1518
- </xsd:choice>
1519
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
1520
- </xsd:sequence>
1521
- <xsd:attributeGroup ref="AG_Blob"/>
1522
- <xsd:attribute name="cstate" type="ST_BlipCompression" use="optional" default="none"/>
1523
- </xsd:complexType>
1524
- <xsd:complexType name="CT_BlipFillProperties">
1525
- <xsd:sequence>
1526
- <xsd:element name="blip" type="CT_Blip" minOccurs="0" maxOccurs="1"/>
1527
- <xsd:element name="srcRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
1528
- <xsd:group ref="EG_FillModeProperties" minOccurs="0" maxOccurs="1"/>
1529
- </xsd:sequence>
1530
- <xsd:attribute name="dpi" type="xsd:unsignedInt" use="optional"/>
1531
- <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional"/>
1532
- </xsd:complexType>
1533
- <xsd:simpleType name="ST_PresetPatternVal">
1534
- <xsd:restriction base="xsd:token">
1535
- <xsd:enumeration value="pct5"/>
1536
- <xsd:enumeration value="pct10"/>
1537
- <xsd:enumeration value="pct20"/>
1538
- <xsd:enumeration value="pct25"/>
1539
- <xsd:enumeration value="pct30"/>
1540
- <xsd:enumeration value="pct40"/>
1541
- <xsd:enumeration value="pct50"/>
1542
- <xsd:enumeration value="pct60"/>
1543
- <xsd:enumeration value="pct70"/>
1544
- <xsd:enumeration value="pct75"/>
1545
- <xsd:enumeration value="pct80"/>
1546
- <xsd:enumeration value="pct90"/>
1547
- <xsd:enumeration value="horz"/>
1548
- <xsd:enumeration value="vert"/>
1549
- <xsd:enumeration value="ltHorz"/>
1550
- <xsd:enumeration value="ltVert"/>
1551
- <xsd:enumeration value="dkHorz"/>
1552
- <xsd:enumeration value="dkVert"/>
1553
- <xsd:enumeration value="narHorz"/>
1554
- <xsd:enumeration value="narVert"/>
1555
- <xsd:enumeration value="dashHorz"/>
1556
- <xsd:enumeration value="dashVert"/>
1557
- <xsd:enumeration value="cross"/>
1558
- <xsd:enumeration value="dnDiag"/>
1559
- <xsd:enumeration value="upDiag"/>
1560
- <xsd:enumeration value="ltDnDiag"/>
1561
- <xsd:enumeration value="ltUpDiag"/>
1562
- <xsd:enumeration value="dkDnDiag"/>
1563
- <xsd:enumeration value="dkUpDiag"/>
1564
- <xsd:enumeration value="wdDnDiag"/>
1565
- <xsd:enumeration value="wdUpDiag"/>
1566
- <xsd:enumeration value="dashDnDiag"/>
1567
- <xsd:enumeration value="dashUpDiag"/>
1568
- <xsd:enumeration value="diagCross"/>
1569
- <xsd:enumeration value="smCheck"/>
1570
- <xsd:enumeration value="lgCheck"/>
1571
- <xsd:enumeration value="smGrid"/>
1572
- <xsd:enumeration value="lgGrid"/>
1573
- <xsd:enumeration value="dotGrid"/>
1574
- <xsd:enumeration value="smConfetti"/>
1575
- <xsd:enumeration value="lgConfetti"/>
1576
- <xsd:enumeration value="horzBrick"/>
1577
- <xsd:enumeration value="diagBrick"/>
1578
- <xsd:enumeration value="solidDmnd"/>
1579
- <xsd:enumeration value="openDmnd"/>
1580
- <xsd:enumeration value="dotDmnd"/>
1581
- <xsd:enumeration value="plaid"/>
1582
- <xsd:enumeration value="sphere"/>
1583
- <xsd:enumeration value="weave"/>
1584
- <xsd:enumeration value="divot"/>
1585
- <xsd:enumeration value="shingle"/>
1586
- <xsd:enumeration value="wave"/>
1587
- <xsd:enumeration value="trellis"/>
1588
- <xsd:enumeration value="zigZag"/>
1589
- </xsd:restriction>
1590
- </xsd:simpleType>
1591
- <xsd:complexType name="CT_PatternFillProperties">
1592
- <xsd:sequence>
1593
- <xsd:element name="fgClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
1594
- <xsd:element name="bgClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
1595
- </xsd:sequence>
1596
- <xsd:attribute name="prst" type="ST_PresetPatternVal" use="optional"/>
1597
- </xsd:complexType>
1598
- <xsd:complexType name="CT_GroupFillProperties"/>
1599
- <xsd:group name="EG_FillProperties">
1600
- <xsd:choice>
1601
- <xsd:element name="noFill" type="CT_NoFillProperties" minOccurs="1" maxOccurs="1"/>
1602
- <xsd:element name="solidFill" type="CT_SolidColorFillProperties" minOccurs="1" maxOccurs="1"/>
1603
- <xsd:element name="gradFill" type="CT_GradientFillProperties" minOccurs="1" maxOccurs="1"/>
1604
- <xsd:element name="blipFill" type="CT_BlipFillProperties" minOccurs="1" maxOccurs="1"/>
1605
- <xsd:element name="pattFill" type="CT_PatternFillProperties" minOccurs="1" maxOccurs="1"/>
1606
- <xsd:element name="grpFill" type="CT_GroupFillProperties" minOccurs="1" maxOccurs="1"/>
1607
- </xsd:choice>
1608
- </xsd:group>
1609
- <xsd:complexType name="CT_FillProperties">
1610
- <xsd:sequence>
1611
- <xsd:group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
1612
- </xsd:sequence>
1613
- </xsd:complexType>
1614
- <xsd:complexType name="CT_FillEffect">
1615
- <xsd:sequence>
1616
- <xsd:group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
1617
- </xsd:sequence>
1618
- </xsd:complexType>
1619
- <xsd:simpleType name="ST_BlendMode">
1620
- <xsd:restriction base="xsd:token">
1621
- <xsd:enumeration value="over"/>
1622
- <xsd:enumeration value="mult"/>
1623
- <xsd:enumeration value="screen"/>
1624
- <xsd:enumeration value="darken"/>
1625
- <xsd:enumeration value="lighten"/>
1626
- </xsd:restriction>
1627
- </xsd:simpleType>
1628
- <xsd:complexType name="CT_FillOverlayEffect">
1629
- <xsd:sequence>
1630
- <xsd:group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
1631
- </xsd:sequence>
1632
- <xsd:attribute name="blend" type="ST_BlendMode" use="required"/>
1633
- </xsd:complexType>
1634
- <xsd:complexType name="CT_EffectReference">
1635
- <xsd:attribute name="ref" type="xsd:token" use="required"/>
1636
- </xsd:complexType>
1637
- <xsd:group name="EG_Effect">
1638
- <xsd:choice>
1639
- <xsd:element name="cont" type="CT_EffectContainer" minOccurs="1" maxOccurs="1"/>
1640
- <xsd:element name="effect" type="CT_EffectReference" minOccurs="1" maxOccurs="1"/>
1641
- <xsd:element name="alphaBiLevel" type="CT_AlphaBiLevelEffect" minOccurs="1" maxOccurs="1"/>
1642
- <xsd:element name="alphaCeiling" type="CT_AlphaCeilingEffect" minOccurs="1" maxOccurs="1"/>
1643
- <xsd:element name="alphaFloor" type="CT_AlphaFloorEffect" minOccurs="1" maxOccurs="1"/>
1644
- <xsd:element name="alphaInv" type="CT_AlphaInverseEffect" minOccurs="1" maxOccurs="1"/>
1645
- <xsd:element name="alphaMod" type="CT_AlphaModulateEffect" minOccurs="1" maxOccurs="1"/>
1646
- <xsd:element name="alphaModFix" type="CT_AlphaModulateFixedEffect" minOccurs="1" maxOccurs="1"/>
1647
- <xsd:element name="alphaOutset" type="CT_AlphaOutsetEffect" minOccurs="1" maxOccurs="1"/>
1648
- <xsd:element name="alphaRepl" type="CT_AlphaReplaceEffect" minOccurs="1" maxOccurs="1"/>
1649
- <xsd:element name="biLevel" type="CT_BiLevelEffect" minOccurs="1" maxOccurs="1"/>
1650
- <xsd:element name="blend" type="CT_BlendEffect" minOccurs="1" maxOccurs="1"/>
1651
- <xsd:element name="blur" type="CT_BlurEffect" minOccurs="1" maxOccurs="1"/>
1652
- <xsd:element name="clrChange" type="CT_ColorChangeEffect" minOccurs="1" maxOccurs="1"/>
1653
- <xsd:element name="clrRepl" type="CT_ColorReplaceEffect" minOccurs="1" maxOccurs="1"/>
1654
- <xsd:element name="duotone" type="CT_DuotoneEffect" minOccurs="1" maxOccurs="1"/>
1655
- <xsd:element name="fill" type="CT_FillEffect" minOccurs="1" maxOccurs="1"/>
1656
- <xsd:element name="fillOverlay" type="CT_FillOverlayEffect" minOccurs="1" maxOccurs="1"/>
1657
- <xsd:element name="glow" type="CT_GlowEffect" minOccurs="1" maxOccurs="1"/>
1658
- <xsd:element name="grayscl" type="CT_GrayscaleEffect" minOccurs="1" maxOccurs="1"/>
1659
- <xsd:element name="hsl" type="CT_HSLEffect" minOccurs="1" maxOccurs="1"/>
1660
- <xsd:element name="innerShdw" type="CT_InnerShadowEffect" minOccurs="1" maxOccurs="1"/>
1661
- <xsd:element name="lum" type="CT_LuminanceEffect" minOccurs="1" maxOccurs="1"/>
1662
- <xsd:element name="outerShdw" type="CT_OuterShadowEffect" minOccurs="1" maxOccurs="1"/>
1663
- <xsd:element name="prstShdw" type="CT_PresetShadowEffect" minOccurs="1" maxOccurs="1"/>
1664
- <xsd:element name="reflection" type="CT_ReflectionEffect" minOccurs="1" maxOccurs="1"/>
1665
- <xsd:element name="relOff" type="CT_RelativeOffsetEffect" minOccurs="1" maxOccurs="1"/>
1666
- <xsd:element name="softEdge" type="CT_SoftEdgesEffect" minOccurs="1" maxOccurs="1"/>
1667
- <xsd:element name="tint" type="CT_TintEffect" minOccurs="1" maxOccurs="1"/>
1668
- <xsd:element name="xfrm" type="CT_TransformEffect" minOccurs="1" maxOccurs="1"/>
1669
- </xsd:choice>
1670
- </xsd:group>
1671
- <xsd:simpleType name="ST_EffectContainerType">
1672
- <xsd:restriction base="xsd:token">
1673
- <xsd:enumeration value="sib"/>
1674
- <xsd:enumeration value="tree"/>
1675
- </xsd:restriction>
1676
- </xsd:simpleType>
1677
- <xsd:complexType name="CT_EffectContainer">
1678
- <xsd:group ref="EG_Effect" minOccurs="0" maxOccurs="unbounded"/>
1679
- <xsd:attribute name="type" type="ST_EffectContainerType" use="optional" default="sib"/>
1680
- <xsd:attribute name="name" type="xsd:token" use="optional"/>
1681
- </xsd:complexType>
1682
- <xsd:complexType name="CT_AlphaModulateEffect">
1683
- <xsd:sequence>
1684
- <xsd:element name="cont" type="CT_EffectContainer" minOccurs="1" maxOccurs="1"/>
1685
- </xsd:sequence>
1686
- </xsd:complexType>
1687
- <xsd:complexType name="CT_BlendEffect">
1688
- <xsd:sequence>
1689
- <xsd:element name="cont" type="CT_EffectContainer" minOccurs="1" maxOccurs="1"/>
1690
- </xsd:sequence>
1691
- <xsd:attribute name="blend" type="ST_BlendMode" use="required"/>
1692
- </xsd:complexType>
1693
- <xsd:complexType name="CT_EffectList">
1694
- <xsd:sequence>
1695
- <xsd:element name="blur" type="CT_BlurEffect" minOccurs="0" maxOccurs="1"/>
1696
- <xsd:element name="fillOverlay" type="CT_FillOverlayEffect" minOccurs="0" maxOccurs="1"/>
1697
- <xsd:element name="glow" type="CT_GlowEffect" minOccurs="0" maxOccurs="1"/>
1698
- <xsd:element name="innerShdw" type="CT_InnerShadowEffect" minOccurs="0" maxOccurs="1"/>
1699
- <xsd:element name="outerShdw" type="CT_OuterShadowEffect" minOccurs="0" maxOccurs="1"/>
1700
- <xsd:element name="prstShdw" type="CT_PresetShadowEffect" minOccurs="0" maxOccurs="1"/>
1701
- <xsd:element name="reflection" type="CT_ReflectionEffect" minOccurs="0" maxOccurs="1"/>
1702
- <xsd:element name="softEdge" type="CT_SoftEdgesEffect" minOccurs="0" maxOccurs="1"/>
1703
- </xsd:sequence>
1704
- </xsd:complexType>
1705
- <xsd:group name="EG_EffectProperties">
1706
- <xsd:choice>
1707
- <xsd:element name="effectLst" type="CT_EffectList" minOccurs="1" maxOccurs="1"/>
1708
- <xsd:element name="effectDag" type="CT_EffectContainer" minOccurs="1" maxOccurs="1"/>
1709
- </xsd:choice>
1710
- </xsd:group>
1711
- <xsd:complexType name="CT_EffectProperties">
1712
- <xsd:sequence>
1713
- <xsd:group ref="EG_EffectProperties" minOccurs="1" maxOccurs="1"/>
1714
- </xsd:sequence>
1715
- </xsd:complexType>
1716
- <xsd:element name="blip" type="CT_Blip"/>
1717
- <xsd:simpleType name="ST_ShapeType">
1718
- <xsd:restriction base="xsd:token">
1719
- <xsd:enumeration value="line"/>
1720
- <xsd:enumeration value="lineInv"/>
1721
- <xsd:enumeration value="triangle"/>
1722
- <xsd:enumeration value="rtTriangle"/>
1723
- <xsd:enumeration value="rect"/>
1724
- <xsd:enumeration value="diamond"/>
1725
- <xsd:enumeration value="parallelogram"/>
1726
- <xsd:enumeration value="trapezoid"/>
1727
- <xsd:enumeration value="nonIsoscelesTrapezoid"/>
1728
- <xsd:enumeration value="pentagon"/>
1729
- <xsd:enumeration value="hexagon"/>
1730
- <xsd:enumeration value="heptagon"/>
1731
- <xsd:enumeration value="octagon"/>
1732
- <xsd:enumeration value="decagon"/>
1733
- <xsd:enumeration value="dodecagon"/>
1734
- <xsd:enumeration value="star4"/>
1735
- <xsd:enumeration value="star5"/>
1736
- <xsd:enumeration value="star6"/>
1737
- <xsd:enumeration value="star7"/>
1738
- <xsd:enumeration value="star8"/>
1739
- <xsd:enumeration value="star10"/>
1740
- <xsd:enumeration value="star12"/>
1741
- <xsd:enumeration value="star16"/>
1742
- <xsd:enumeration value="star24"/>
1743
- <xsd:enumeration value="star32"/>
1744
- <xsd:enumeration value="roundRect"/>
1745
- <xsd:enumeration value="round1Rect"/>
1746
- <xsd:enumeration value="round2SameRect"/>
1747
- <xsd:enumeration value="round2DiagRect"/>
1748
- <xsd:enumeration value="snipRoundRect"/>
1749
- <xsd:enumeration value="snip1Rect"/>
1750
- <xsd:enumeration value="snip2SameRect"/>
1751
- <xsd:enumeration value="snip2DiagRect"/>
1752
- <xsd:enumeration value="plaque"/>
1753
- <xsd:enumeration value="ellipse"/>
1754
- <xsd:enumeration value="teardrop"/>
1755
- <xsd:enumeration value="homePlate"/>
1756
- <xsd:enumeration value="chevron"/>
1757
- <xsd:enumeration value="pieWedge"/>
1758
- <xsd:enumeration value="pie"/>
1759
- <xsd:enumeration value="blockArc"/>
1760
- <xsd:enumeration value="donut"/>
1761
- <xsd:enumeration value="noSmoking"/>
1762
- <xsd:enumeration value="rightArrow"/>
1763
- <xsd:enumeration value="leftArrow"/>
1764
- <xsd:enumeration value="upArrow"/>
1765
- <xsd:enumeration value="downArrow"/>
1766
- <xsd:enumeration value="stripedRightArrow"/>
1767
- <xsd:enumeration value="notchedRightArrow"/>
1768
- <xsd:enumeration value="bentUpArrow"/>
1769
- <xsd:enumeration value="leftRightArrow"/>
1770
- <xsd:enumeration value="upDownArrow"/>
1771
- <xsd:enumeration value="leftUpArrow"/>
1772
- <xsd:enumeration value="leftRightUpArrow"/>
1773
- <xsd:enumeration value="quadArrow"/>
1774
- <xsd:enumeration value="leftArrowCallout"/>
1775
- <xsd:enumeration value="rightArrowCallout"/>
1776
- <xsd:enumeration value="upArrowCallout"/>
1777
- <xsd:enumeration value="downArrowCallout"/>
1778
- <xsd:enumeration value="leftRightArrowCallout"/>
1779
- <xsd:enumeration value="upDownArrowCallout"/>
1780
- <xsd:enumeration value="quadArrowCallout"/>
1781
- <xsd:enumeration value="bentArrow"/>
1782
- <xsd:enumeration value="uturnArrow"/>
1783
- <xsd:enumeration value="circularArrow"/>
1784
- <xsd:enumeration value="leftCircularArrow"/>
1785
- <xsd:enumeration value="leftRightCircularArrow"/>
1786
- <xsd:enumeration value="curvedRightArrow"/>
1787
- <xsd:enumeration value="curvedLeftArrow"/>
1788
- <xsd:enumeration value="curvedUpArrow"/>
1789
- <xsd:enumeration value="curvedDownArrow"/>
1790
- <xsd:enumeration value="swooshArrow"/>
1791
- <xsd:enumeration value="cube"/>
1792
- <xsd:enumeration value="can"/>
1793
- <xsd:enumeration value="lightningBolt"/>
1794
- <xsd:enumeration value="heart"/>
1795
- <xsd:enumeration value="sun"/>
1796
- <xsd:enumeration value="moon"/>
1797
- <xsd:enumeration value="smileyFace"/>
1798
- <xsd:enumeration value="irregularSeal1"/>
1799
- <xsd:enumeration value="irregularSeal2"/>
1800
- <xsd:enumeration value="foldedCorner"/>
1801
- <xsd:enumeration value="bevel"/>
1802
- <xsd:enumeration value="frame"/>
1803
- <xsd:enumeration value="halfFrame"/>
1804
- <xsd:enumeration value="corner"/>
1805
- <xsd:enumeration value="diagStripe"/>
1806
- <xsd:enumeration value="chord"/>
1807
- <xsd:enumeration value="arc"/>
1808
- <xsd:enumeration value="leftBracket"/>
1809
- <xsd:enumeration value="rightBracket"/>
1810
- <xsd:enumeration value="leftBrace"/>
1811
- <xsd:enumeration value="rightBrace"/>
1812
- <xsd:enumeration value="bracketPair"/>
1813
- <xsd:enumeration value="bracePair"/>
1814
- <xsd:enumeration value="straightConnector1"/>
1815
- <xsd:enumeration value="bentConnector2"/>
1816
- <xsd:enumeration value="bentConnector3"/>
1817
- <xsd:enumeration value="bentConnector4"/>
1818
- <xsd:enumeration value="bentConnector5"/>
1819
- <xsd:enumeration value="curvedConnector2"/>
1820
- <xsd:enumeration value="curvedConnector3"/>
1821
- <xsd:enumeration value="curvedConnector4"/>
1822
- <xsd:enumeration value="curvedConnector5"/>
1823
- <xsd:enumeration value="callout1"/>
1824
- <xsd:enumeration value="callout2"/>
1825
- <xsd:enumeration value="callout3"/>
1826
- <xsd:enumeration value="accentCallout1"/>
1827
- <xsd:enumeration value="accentCallout2"/>
1828
- <xsd:enumeration value="accentCallout3"/>
1829
- <xsd:enumeration value="borderCallout1"/>
1830
- <xsd:enumeration value="borderCallout2"/>
1831
- <xsd:enumeration value="borderCallout3"/>
1832
- <xsd:enumeration value="accentBorderCallout1"/>
1833
- <xsd:enumeration value="accentBorderCallout2"/>
1834
- <xsd:enumeration value="accentBorderCallout3"/>
1835
- <xsd:enumeration value="wedgeRectCallout"/>
1836
- <xsd:enumeration value="wedgeRoundRectCallout"/>
1837
- <xsd:enumeration value="wedgeEllipseCallout"/>
1838
- <xsd:enumeration value="cloudCallout"/>
1839
- <xsd:enumeration value="cloud"/>
1840
- <xsd:enumeration value="ribbon"/>
1841
- <xsd:enumeration value="ribbon2"/>
1842
- <xsd:enumeration value="ellipseRibbon"/>
1843
- <xsd:enumeration value="ellipseRibbon2"/>
1844
- <xsd:enumeration value="leftRightRibbon"/>
1845
- <xsd:enumeration value="verticalScroll"/>
1846
- <xsd:enumeration value="horizontalScroll"/>
1847
- <xsd:enumeration value="wave"/>
1848
- <xsd:enumeration value="doubleWave"/>
1849
- <xsd:enumeration value="plus"/>
1850
- <xsd:enumeration value="flowChartProcess"/>
1851
- <xsd:enumeration value="flowChartDecision"/>
1852
- <xsd:enumeration value="flowChartInputOutput"/>
1853
- <xsd:enumeration value="flowChartPredefinedProcess"/>
1854
- <xsd:enumeration value="flowChartInternalStorage"/>
1855
- <xsd:enumeration value="flowChartDocument"/>
1856
- <xsd:enumeration value="flowChartMultidocument"/>
1857
- <xsd:enumeration value="flowChartTerminator"/>
1858
- <xsd:enumeration value="flowChartPreparation"/>
1859
- <xsd:enumeration value="flowChartManualInput"/>
1860
- <xsd:enumeration value="flowChartManualOperation"/>
1861
- <xsd:enumeration value="flowChartConnector"/>
1862
- <xsd:enumeration value="flowChartPunchedCard"/>
1863
- <xsd:enumeration value="flowChartPunchedTape"/>
1864
- <xsd:enumeration value="flowChartSummingJunction"/>
1865
- <xsd:enumeration value="flowChartOr"/>
1866
- <xsd:enumeration value="flowChartCollate"/>
1867
- <xsd:enumeration value="flowChartSort"/>
1868
- <xsd:enumeration value="flowChartExtract"/>
1869
- <xsd:enumeration value="flowChartMerge"/>
1870
- <xsd:enumeration value="flowChartOfflineStorage"/>
1871
- <xsd:enumeration value="flowChartOnlineStorage"/>
1872
- <xsd:enumeration value="flowChartMagneticTape"/>
1873
- <xsd:enumeration value="flowChartMagneticDisk"/>
1874
- <xsd:enumeration value="flowChartMagneticDrum"/>
1875
- <xsd:enumeration value="flowChartDisplay"/>
1876
- <xsd:enumeration value="flowChartDelay"/>
1877
- <xsd:enumeration value="flowChartAlternateProcess"/>
1878
- <xsd:enumeration value="flowChartOffpageConnector"/>
1879
- <xsd:enumeration value="actionButtonBlank"/>
1880
- <xsd:enumeration value="actionButtonHome"/>
1881
- <xsd:enumeration value="actionButtonHelp"/>
1882
- <xsd:enumeration value="actionButtonInformation"/>
1883
- <xsd:enumeration value="actionButtonForwardNext"/>
1884
- <xsd:enumeration value="actionButtonBackPrevious"/>
1885
- <xsd:enumeration value="actionButtonEnd"/>
1886
- <xsd:enumeration value="actionButtonBeginning"/>
1887
- <xsd:enumeration value="actionButtonReturn"/>
1888
- <xsd:enumeration value="actionButtonDocument"/>
1889
- <xsd:enumeration value="actionButtonSound"/>
1890
- <xsd:enumeration value="actionButtonMovie"/>
1891
- <xsd:enumeration value="gear6"/>
1892
- <xsd:enumeration value="gear9"/>
1893
- <xsd:enumeration value="funnel"/>
1894
- <xsd:enumeration value="mathPlus"/>
1895
- <xsd:enumeration value="mathMinus"/>
1896
- <xsd:enumeration value="mathMultiply"/>
1897
- <xsd:enumeration value="mathDivide"/>
1898
- <xsd:enumeration value="mathEqual"/>
1899
- <xsd:enumeration value="mathNotEqual"/>
1900
- <xsd:enumeration value="cornerTabs"/>
1901
- <xsd:enumeration value="squareTabs"/>
1902
- <xsd:enumeration value="plaqueTabs"/>
1903
- <xsd:enumeration value="chartX"/>
1904
- <xsd:enumeration value="chartStar"/>
1905
- <xsd:enumeration value="chartPlus"/>
1906
- </xsd:restriction>
1907
- </xsd:simpleType>
1908
- <xsd:simpleType name="ST_TextShapeType">
1909
- <xsd:restriction base="xsd:token">
1910
- <xsd:enumeration value="textNoShape"/>
1911
- <xsd:enumeration value="textPlain"/>
1912
- <xsd:enumeration value="textStop"/>
1913
- <xsd:enumeration value="textTriangle"/>
1914
- <xsd:enumeration value="textTriangleInverted"/>
1915
- <xsd:enumeration value="textChevron"/>
1916
- <xsd:enumeration value="textChevronInverted"/>
1917
- <xsd:enumeration value="textRingInside"/>
1918
- <xsd:enumeration value="textRingOutside"/>
1919
- <xsd:enumeration value="textArchUp"/>
1920
- <xsd:enumeration value="textArchDown"/>
1921
- <xsd:enumeration value="textCircle"/>
1922
- <xsd:enumeration value="textButton"/>
1923
- <xsd:enumeration value="textArchUpPour"/>
1924
- <xsd:enumeration value="textArchDownPour"/>
1925
- <xsd:enumeration value="textCirclePour"/>
1926
- <xsd:enumeration value="textButtonPour"/>
1927
- <xsd:enumeration value="textCurveUp"/>
1928
- <xsd:enumeration value="textCurveDown"/>
1929
- <xsd:enumeration value="textCanUp"/>
1930
- <xsd:enumeration value="textCanDown"/>
1931
- <xsd:enumeration value="textWave1"/>
1932
- <xsd:enumeration value="textWave2"/>
1933
- <xsd:enumeration value="textDoubleWave1"/>
1934
- <xsd:enumeration value="textWave4"/>
1935
- <xsd:enumeration value="textInflate"/>
1936
- <xsd:enumeration value="textDeflate"/>
1937
- <xsd:enumeration value="textInflateBottom"/>
1938
- <xsd:enumeration value="textDeflateBottom"/>
1939
- <xsd:enumeration value="textInflateTop"/>
1940
- <xsd:enumeration value="textDeflateTop"/>
1941
- <xsd:enumeration value="textDeflateInflate"/>
1942
- <xsd:enumeration value="textDeflateInflateDeflate"/>
1943
- <xsd:enumeration value="textFadeRight"/>
1944
- <xsd:enumeration value="textFadeLeft"/>
1945
- <xsd:enumeration value="textFadeUp"/>
1946
- <xsd:enumeration value="textFadeDown"/>
1947
- <xsd:enumeration value="textSlantUp"/>
1948
- <xsd:enumeration value="textSlantDown"/>
1949
- <xsd:enumeration value="textCascadeUp"/>
1950
- <xsd:enumeration value="textCascadeDown"/>
1951
- </xsd:restriction>
1952
- </xsd:simpleType>
1953
- <xsd:simpleType name="ST_GeomGuideName">
1954
- <xsd:restriction base="xsd:token"/>
1955
- </xsd:simpleType>
1956
- <xsd:simpleType name="ST_GeomGuideFormula">
1957
- <xsd:restriction base="xsd:string"/>
1958
- </xsd:simpleType>
1959
- <xsd:complexType name="CT_GeomGuide">
1960
- <xsd:attribute name="name" type="ST_GeomGuideName" use="required"/>
1961
- <xsd:attribute name="fmla" type="ST_GeomGuideFormula" use="required"/>
1962
- </xsd:complexType>
1963
- <xsd:complexType name="CT_GeomGuideList">
1964
- <xsd:sequence>
1965
- <xsd:element name="gd" type="CT_GeomGuide" minOccurs="0" maxOccurs="unbounded"/>
1966
- </xsd:sequence>
1967
- </xsd:complexType>
1968
- <xsd:simpleType name="ST_AdjCoordinate">
1969
- <xsd:union memberTypes="ST_Coordinate ST_GeomGuideName"/>
1970
- </xsd:simpleType>
1971
- <xsd:simpleType name="ST_AdjAngle">
1972
- <xsd:union memberTypes="ST_Angle ST_GeomGuideName"/>
1973
- </xsd:simpleType>
1974
- <xsd:complexType name="CT_AdjPoint2D">
1975
- <xsd:attribute name="x" type="ST_AdjCoordinate" use="required"/>
1976
- <xsd:attribute name="y" type="ST_AdjCoordinate" use="required"/>
1977
- </xsd:complexType>
1978
- <xsd:complexType name="CT_GeomRect">
1979
- <xsd:attribute name="l" type="ST_AdjCoordinate" use="required"/>
1980
- <xsd:attribute name="t" type="ST_AdjCoordinate" use="required"/>
1981
- <xsd:attribute name="r" type="ST_AdjCoordinate" use="required"/>
1982
- <xsd:attribute name="b" type="ST_AdjCoordinate" use="required"/>
1983
- </xsd:complexType>
1984
- <xsd:complexType name="CT_XYAdjustHandle">
1985
- <xsd:sequence>
1986
- <xsd:element name="pos" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1"/>
1987
- </xsd:sequence>
1988
- <xsd:attribute name="gdRefX" type="ST_GeomGuideName" use="optional"/>
1989
- <xsd:attribute name="minX" type="ST_AdjCoordinate" use="optional"/>
1990
- <xsd:attribute name="maxX" type="ST_AdjCoordinate" use="optional"/>
1991
- <xsd:attribute name="gdRefY" type="ST_GeomGuideName" use="optional"/>
1992
- <xsd:attribute name="minY" type="ST_AdjCoordinate" use="optional"/>
1993
- <xsd:attribute name="maxY" type="ST_AdjCoordinate" use="optional"/>
1994
- </xsd:complexType>
1995
- <xsd:complexType name="CT_PolarAdjustHandle">
1996
- <xsd:sequence>
1997
- <xsd:element name="pos" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1"/>
1998
- </xsd:sequence>
1999
- <xsd:attribute name="gdRefR" type="ST_GeomGuideName" use="optional"/>
2000
- <xsd:attribute name="minR" type="ST_AdjCoordinate" use="optional"/>
2001
- <xsd:attribute name="maxR" type="ST_AdjCoordinate" use="optional"/>
2002
- <xsd:attribute name="gdRefAng" type="ST_GeomGuideName" use="optional"/>
2003
- <xsd:attribute name="minAng" type="ST_AdjAngle" use="optional"/>
2004
- <xsd:attribute name="maxAng" type="ST_AdjAngle" use="optional"/>
2005
- </xsd:complexType>
2006
- <xsd:complexType name="CT_ConnectionSite">
2007
- <xsd:sequence>
2008
- <xsd:element name="pos" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1"/>
2009
- </xsd:sequence>
2010
- <xsd:attribute name="ang" type="ST_AdjAngle" use="required"/>
2011
- </xsd:complexType>
2012
- <xsd:complexType name="CT_AdjustHandleList">
2013
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
2014
- <xsd:element name="ahXY" type="CT_XYAdjustHandle" minOccurs="1" maxOccurs="1"/>
2015
- <xsd:element name="ahPolar" type="CT_PolarAdjustHandle" minOccurs="1" maxOccurs="1"/>
2016
- </xsd:choice>
2017
- </xsd:complexType>
2018
- <xsd:complexType name="CT_ConnectionSiteList">
2019
- <xsd:sequence>
2020
- <xsd:element name="cxn" type="CT_ConnectionSite" minOccurs="0" maxOccurs="unbounded"/>
2021
- </xsd:sequence>
2022
- </xsd:complexType>
2023
- <xsd:complexType name="CT_Connection">
2024
- <xsd:attribute name="id" type="ST_DrawingElementId" use="required"/>
2025
- <xsd:attribute name="idx" type="xsd:unsignedInt" use="required"/>
2026
- </xsd:complexType>
2027
- <xsd:complexType name="CT_Path2DMoveTo">
2028
- <xsd:sequence>
2029
- <xsd:element name="pt" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1"/>
2030
- </xsd:sequence>
2031
- </xsd:complexType>
2032
- <xsd:complexType name="CT_Path2DLineTo">
2033
- <xsd:sequence>
2034
- <xsd:element name="pt" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1"/>
2035
- </xsd:sequence>
2036
- </xsd:complexType>
2037
- <xsd:complexType name="CT_Path2DArcTo">
2038
- <xsd:attribute name="wR" type="ST_AdjCoordinate" use="required"/>
2039
- <xsd:attribute name="hR" type="ST_AdjCoordinate" use="required"/>
2040
- <xsd:attribute name="stAng" type="ST_AdjAngle" use="required"/>
2041
- <xsd:attribute name="swAng" type="ST_AdjAngle" use="required"/>
2042
- </xsd:complexType>
2043
- <xsd:complexType name="CT_Path2DQuadBezierTo">
2044
- <xsd:sequence>
2045
- <xsd:element name="pt" type="CT_AdjPoint2D" minOccurs="2" maxOccurs="2"/>
2046
- </xsd:sequence>
2047
- </xsd:complexType>
2048
- <xsd:complexType name="CT_Path2DCubicBezierTo">
2049
- <xsd:sequence>
2050
- <xsd:element name="pt" type="CT_AdjPoint2D" minOccurs="3" maxOccurs="3"/>
2051
- </xsd:sequence>
2052
- </xsd:complexType>
2053
- <xsd:complexType name="CT_Path2DClose"/>
2054
- <xsd:simpleType name="ST_PathFillMode">
2055
- <xsd:restriction base="xsd:token">
2056
- <xsd:enumeration value="none"/>
2057
- <xsd:enumeration value="norm"/>
2058
- <xsd:enumeration value="lighten"/>
2059
- <xsd:enumeration value="lightenLess"/>
2060
- <xsd:enumeration value="darken"/>
2061
- <xsd:enumeration value="darkenLess"/>
2062
- </xsd:restriction>
2063
- </xsd:simpleType>
2064
- <xsd:complexType name="CT_Path2D">
2065
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
2066
- <xsd:element name="close" type="CT_Path2DClose" minOccurs="1" maxOccurs="1"/>
2067
- <xsd:element name="moveTo" type="CT_Path2DMoveTo" minOccurs="1" maxOccurs="1"/>
2068
- <xsd:element name="lnTo" type="CT_Path2DLineTo" minOccurs="1" maxOccurs="1"/>
2069
- <xsd:element name="arcTo" type="CT_Path2DArcTo" minOccurs="1" maxOccurs="1"/>
2070
- <xsd:element name="quadBezTo" type="CT_Path2DQuadBezierTo" minOccurs="1" maxOccurs="1"/>
2071
- <xsd:element name="cubicBezTo" type="CT_Path2DCubicBezierTo" minOccurs="1" maxOccurs="1"/>
2072
- </xsd:choice>
2073
- <xsd:attribute name="w" type="ST_PositiveCoordinate" use="optional" default="0"/>
2074
- <xsd:attribute name="h" type="ST_PositiveCoordinate" use="optional" default="0"/>
2075
- <xsd:attribute name="fill" type="ST_PathFillMode" use="optional" default="norm"/>
2076
- <xsd:attribute name="stroke" type="xsd:boolean" use="optional" default="true"/>
2077
- <xsd:attribute name="extrusionOk" type="xsd:boolean" use="optional" default="true"/>
2078
- </xsd:complexType>
2079
- <xsd:complexType name="CT_Path2DList">
2080
- <xsd:sequence>
2081
- <xsd:element name="path" type="CT_Path2D" minOccurs="0" maxOccurs="unbounded"/>
2082
- </xsd:sequence>
2083
- </xsd:complexType>
2084
- <xsd:complexType name="CT_PresetGeometry2D">
2085
- <xsd:sequence>
2086
- <xsd:element name="avLst" type="CT_GeomGuideList" minOccurs="0" maxOccurs="1"/>
2087
- </xsd:sequence>
2088
- <xsd:attribute name="prst" type="ST_ShapeType" use="required"/>
2089
- </xsd:complexType>
2090
- <xsd:complexType name="CT_PresetTextShape">
2091
- <xsd:sequence>
2092
- <xsd:element name="avLst" type="CT_GeomGuideList" minOccurs="0" maxOccurs="1"/>
2093
- </xsd:sequence>
2094
- <xsd:attribute name="prst" type="ST_TextShapeType" use="required"/>
2095
- </xsd:complexType>
2096
- <xsd:complexType name="CT_CustomGeometry2D">
2097
- <xsd:sequence>
2098
- <xsd:element name="avLst" type="CT_GeomGuideList" minOccurs="0" maxOccurs="1"/>
2099
- <xsd:element name="gdLst" type="CT_GeomGuideList" minOccurs="0" maxOccurs="1"/>
2100
- <xsd:element name="ahLst" type="CT_AdjustHandleList" minOccurs="0" maxOccurs="1"/>
2101
- <xsd:element name="cxnLst" type="CT_ConnectionSiteList" minOccurs="0" maxOccurs="1"/>
2102
- <xsd:element name="rect" type="CT_GeomRect" minOccurs="0" maxOccurs="1"/>
2103
- <xsd:element name="pathLst" type="CT_Path2DList" minOccurs="1" maxOccurs="1"/>
2104
- </xsd:sequence>
2105
- </xsd:complexType>
2106
- <xsd:group name="EG_Geometry">
2107
- <xsd:choice>
2108
- <xsd:element name="custGeom" type="CT_CustomGeometry2D" minOccurs="1" maxOccurs="1"/>
2109
- <xsd:element name="prstGeom" type="CT_PresetGeometry2D" minOccurs="1" maxOccurs="1"/>
2110
- </xsd:choice>
2111
- </xsd:group>
2112
- <xsd:group name="EG_TextGeometry">
2113
- <xsd:choice>
2114
- <xsd:element name="custGeom" type="CT_CustomGeometry2D" minOccurs="1" maxOccurs="1"/>
2115
- <xsd:element name="prstTxWarp" type="CT_PresetTextShape" minOccurs="1" maxOccurs="1"/>
2116
- </xsd:choice>
2117
- </xsd:group>
2118
- <xsd:simpleType name="ST_LineEndType">
2119
- <xsd:restriction base="xsd:token">
2120
- <xsd:enumeration value="none"/>
2121
- <xsd:enumeration value="triangle"/>
2122
- <xsd:enumeration value="stealth"/>
2123
- <xsd:enumeration value="diamond"/>
2124
- <xsd:enumeration value="oval"/>
2125
- <xsd:enumeration value="arrow"/>
2126
- </xsd:restriction>
2127
- </xsd:simpleType>
2128
- <xsd:simpleType name="ST_LineEndWidth">
2129
- <xsd:restriction base="xsd:token">
2130
- <xsd:enumeration value="sm"/>
2131
- <xsd:enumeration value="med"/>
2132
- <xsd:enumeration value="lg"/>
2133
- </xsd:restriction>
2134
- </xsd:simpleType>
2135
- <xsd:simpleType name="ST_LineEndLength">
2136
- <xsd:restriction base="xsd:token">
2137
- <xsd:enumeration value="sm"/>
2138
- <xsd:enumeration value="med"/>
2139
- <xsd:enumeration value="lg"/>
2140
- </xsd:restriction>
2141
- </xsd:simpleType>
2142
- <xsd:complexType name="CT_LineEndProperties">
2143
- <xsd:attribute name="type" type="ST_LineEndType" use="optional" default="none"/>
2144
- <xsd:attribute name="w" type="ST_LineEndWidth" use="optional"/>
2145
- <xsd:attribute name="len" type="ST_LineEndLength" use="optional"/>
2146
- </xsd:complexType>
2147
- <xsd:group name="EG_LineFillProperties">
2148
- <xsd:choice>
2149
- <xsd:element name="noFill" type="CT_NoFillProperties" minOccurs="1" maxOccurs="1"/>
2150
- <xsd:element name="solidFill" type="CT_SolidColorFillProperties" minOccurs="1" maxOccurs="1"/>
2151
- <xsd:element name="gradFill" type="CT_GradientFillProperties" minOccurs="1" maxOccurs="1"/>
2152
- <xsd:element name="pattFill" type="CT_PatternFillProperties" minOccurs="1" maxOccurs="1"/>
2153
- </xsd:choice>
2154
- </xsd:group>
2155
- <xsd:complexType name="CT_LineJoinBevel"/>
2156
- <xsd:complexType name="CT_LineJoinRound"/>
2157
- <xsd:complexType name="CT_LineJoinMiterProperties">
2158
- <xsd:attribute name="lim" type="ST_PositivePercentage" use="optional"/>
2159
- </xsd:complexType>
2160
- <xsd:group name="EG_LineJoinProperties">
2161
- <xsd:choice>
2162
- <xsd:element name="round" type="CT_LineJoinRound" minOccurs="1" maxOccurs="1"/>
2163
- <xsd:element name="bevel" type="CT_LineJoinBevel" minOccurs="1" maxOccurs="1"/>
2164
- <xsd:element name="miter" type="CT_LineJoinMiterProperties" minOccurs="1" maxOccurs="1"/>
2165
- </xsd:choice>
2166
- </xsd:group>
2167
- <xsd:simpleType name="ST_PresetLineDashVal">
2168
- <xsd:restriction base="xsd:token">
2169
- <xsd:enumeration value="solid"/>
2170
- <xsd:enumeration value="dot"/>
2171
- <xsd:enumeration value="dash"/>
2172
- <xsd:enumeration value="lgDash"/>
2173
- <xsd:enumeration value="dashDot"/>
2174
- <xsd:enumeration value="lgDashDot"/>
2175
- <xsd:enumeration value="lgDashDotDot"/>
2176
- <xsd:enumeration value="sysDash"/>
2177
- <xsd:enumeration value="sysDot"/>
2178
- <xsd:enumeration value="sysDashDot"/>
2179
- <xsd:enumeration value="sysDashDotDot"/>
2180
- </xsd:restriction>
2181
- </xsd:simpleType>
2182
- <xsd:complexType name="CT_PresetLineDashProperties">
2183
- <xsd:attribute name="val" type="ST_PresetLineDashVal" use="optional"/>
2184
- </xsd:complexType>
2185
- <xsd:complexType name="CT_DashStop">
2186
- <xsd:attribute name="d" type="ST_PositivePercentage" use="required"/>
2187
- <xsd:attribute name="sp" type="ST_PositivePercentage" use="required"/>
2188
- </xsd:complexType>
2189
- <xsd:complexType name="CT_DashStopList">
2190
- <xsd:sequence>
2191
- <xsd:element name="ds" type="CT_DashStop" minOccurs="0" maxOccurs="unbounded"/>
2192
- </xsd:sequence>
2193
- </xsd:complexType>
2194
- <xsd:group name="EG_LineDashProperties">
2195
- <xsd:choice>
2196
- <xsd:element name="prstDash" type="CT_PresetLineDashProperties" minOccurs="1" maxOccurs="1"/>
2197
- <xsd:element name="custDash" type="CT_DashStopList" minOccurs="1" maxOccurs="1"/>
2198
- </xsd:choice>
2199
- </xsd:group>
2200
- <xsd:simpleType name="ST_LineCap">
2201
- <xsd:restriction base="xsd:token">
2202
- <xsd:enumeration value="rnd"/>
2203
- <xsd:enumeration value="sq"/>
2204
- <xsd:enumeration value="flat"/>
2205
- </xsd:restriction>
2206
- </xsd:simpleType>
2207
- <xsd:simpleType name="ST_LineWidth">
2208
- <xsd:restriction base="ST_Coordinate32Unqualified">
2209
- <xsd:minInclusive value="0"/>
2210
- <xsd:maxInclusive value="20116800"/>
2211
- </xsd:restriction>
2212
- </xsd:simpleType>
2213
- <xsd:simpleType name="ST_PenAlignment">
2214
- <xsd:restriction base="xsd:token">
2215
- <xsd:enumeration value="ctr"/>
2216
- <xsd:enumeration value="in"/>
2217
- </xsd:restriction>
2218
- </xsd:simpleType>
2219
- <xsd:simpleType name="ST_CompoundLine">
2220
- <xsd:restriction base="xsd:token">
2221
- <xsd:enumeration value="sng"/>
2222
- <xsd:enumeration value="dbl"/>
2223
- <xsd:enumeration value="thickThin"/>
2224
- <xsd:enumeration value="thinThick"/>
2225
- <xsd:enumeration value="tri"/>
2226
- </xsd:restriction>
2227
- </xsd:simpleType>
2228
- <xsd:complexType name="CT_LineProperties">
2229
- <xsd:sequence>
2230
- <xsd:group ref="EG_LineFillProperties" minOccurs="0" maxOccurs="1"/>
2231
- <xsd:group ref="EG_LineDashProperties" minOccurs="0" maxOccurs="1"/>
2232
- <xsd:group ref="EG_LineJoinProperties" minOccurs="0" maxOccurs="1"/>
2233
- <xsd:element name="headEnd" type="CT_LineEndProperties" minOccurs="0" maxOccurs="1"/>
2234
- <xsd:element name="tailEnd" type="CT_LineEndProperties" minOccurs="0" maxOccurs="1"/>
2235
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2236
- </xsd:sequence>
2237
- <xsd:attribute name="w" type="ST_LineWidth" use="optional"/>
2238
- <xsd:attribute name="cap" type="ST_LineCap" use="optional"/>
2239
- <xsd:attribute name="cmpd" type="ST_CompoundLine" use="optional"/>
2240
- <xsd:attribute name="algn" type="ST_PenAlignment" use="optional"/>
2241
- </xsd:complexType>
2242
- <xsd:simpleType name="ST_ShapeID">
2243
- <xsd:restriction base="xsd:token"/>
2244
- </xsd:simpleType>
2245
- <xsd:complexType name="CT_ShapeProperties">
2246
- <xsd:sequence>
2247
- <xsd:element name="xfrm" type="CT_Transform2D" minOccurs="0" maxOccurs="1"/>
2248
- <xsd:group ref="EG_Geometry" minOccurs="0" maxOccurs="1"/>
2249
- <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
2250
- <xsd:element name="ln" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2251
- <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
2252
- <xsd:element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/>
2253
- <xsd:element name="sp3d" type="CT_Shape3D" minOccurs="0" maxOccurs="1"/>
2254
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2255
- </xsd:sequence>
2256
- <xsd:attribute name="bwMode" type="ST_BlackWhiteMode" use="optional"/>
2257
- </xsd:complexType>
2258
- <xsd:complexType name="CT_GroupShapeProperties">
2259
- <xsd:sequence>
2260
- <xsd:element name="xfrm" type="CT_GroupTransform2D" minOccurs="0" maxOccurs="1"/>
2261
- <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
2262
- <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
2263
- <xsd:element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/>
2264
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2265
- </xsd:sequence>
2266
- <xsd:attribute name="bwMode" type="ST_BlackWhiteMode" use="optional"/>
2267
- </xsd:complexType>
2268
- <xsd:complexType name="CT_StyleMatrixReference">
2269
- <xsd:sequence>
2270
- <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
2271
- </xsd:sequence>
2272
- <xsd:attribute name="idx" type="ST_StyleMatrixColumnIndex" use="required"/>
2273
- </xsd:complexType>
2274
- <xsd:complexType name="CT_FontReference">
2275
- <xsd:sequence>
2276
- <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
2277
- </xsd:sequence>
2278
- <xsd:attribute name="idx" type="ST_FontCollectionIndex" use="required"/>
2279
- </xsd:complexType>
2280
- <xsd:complexType name="CT_ShapeStyle">
2281
- <xsd:sequence>
2282
- <xsd:element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
2283
- <xsd:element name="fillRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
2284
- <xsd:element name="effectRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
2285
- <xsd:element name="fontRef" type="CT_FontReference" minOccurs="1" maxOccurs="1"/>
2286
- </xsd:sequence>
2287
- </xsd:complexType>
2288
- <xsd:complexType name="CT_DefaultShapeDefinition">
2289
- <xsd:sequence>
2290
- <xsd:element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
2291
- <xsd:element name="bodyPr" type="CT_TextBodyProperties" minOccurs="1" maxOccurs="1"/>
2292
- <xsd:element name="lstStyle" type="CT_TextListStyle" minOccurs="1" maxOccurs="1"/>
2293
- <xsd:element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
2294
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2295
- </xsd:sequence>
2296
- </xsd:complexType>
2297
- <xsd:complexType name="CT_ObjectStyleDefaults">
2298
- <xsd:sequence>
2299
- <xsd:element name="spDef" type="CT_DefaultShapeDefinition" minOccurs="0" maxOccurs="1"/>
2300
- <xsd:element name="lnDef" type="CT_DefaultShapeDefinition" minOccurs="0" maxOccurs="1"/>
2301
- <xsd:element name="txDef" type="CT_DefaultShapeDefinition" minOccurs="0" maxOccurs="1"/>
2302
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2303
- </xsd:sequence>
2304
- </xsd:complexType>
2305
- <xsd:complexType name="CT_EmptyElement"/>
2306
- <xsd:complexType name="CT_ColorMapping">
2307
- <xsd:sequence>
2308
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2309
- </xsd:sequence>
2310
- <xsd:attribute name="bg1" type="ST_ColorSchemeIndex" use="required"/>
2311
- <xsd:attribute name="tx1" type="ST_ColorSchemeIndex" use="required"/>
2312
- <xsd:attribute name="bg2" type="ST_ColorSchemeIndex" use="required"/>
2313
- <xsd:attribute name="tx2" type="ST_ColorSchemeIndex" use="required"/>
2314
- <xsd:attribute name="accent1" type="ST_ColorSchemeIndex" use="required"/>
2315
- <xsd:attribute name="accent2" type="ST_ColorSchemeIndex" use="required"/>
2316
- <xsd:attribute name="accent3" type="ST_ColorSchemeIndex" use="required"/>
2317
- <xsd:attribute name="accent4" type="ST_ColorSchemeIndex" use="required"/>
2318
- <xsd:attribute name="accent5" type="ST_ColorSchemeIndex" use="required"/>
2319
- <xsd:attribute name="accent6" type="ST_ColorSchemeIndex" use="required"/>
2320
- <xsd:attribute name="hlink" type="ST_ColorSchemeIndex" use="required"/>
2321
- <xsd:attribute name="folHlink" type="ST_ColorSchemeIndex" use="required"/>
2322
- </xsd:complexType>
2323
- <xsd:complexType name="CT_ColorMappingOverride">
2324
- <xsd:sequence>
2325
- <xsd:choice minOccurs="1" maxOccurs="1">
2326
- <xsd:element name="masterClrMapping" type="CT_EmptyElement"/>
2327
- <xsd:element name="overrideClrMapping" type="CT_ColorMapping"/>
2328
- </xsd:choice>
2329
- </xsd:sequence>
2330
- </xsd:complexType>
2331
- <xsd:complexType name="CT_ColorSchemeAndMapping">
2332
- <xsd:sequence>
2333
- <xsd:element name="clrScheme" type="CT_ColorScheme" minOccurs="1" maxOccurs="1"/>
2334
- <xsd:element name="clrMap" type="CT_ColorMapping" minOccurs="0" maxOccurs="1"/>
2335
- </xsd:sequence>
2336
- </xsd:complexType>
2337
- <xsd:complexType name="CT_ColorSchemeList">
2338
- <xsd:sequence>
2339
- <xsd:element name="extraClrScheme" type="CT_ColorSchemeAndMapping" minOccurs="0"
2340
- maxOccurs="unbounded"/>
2341
- </xsd:sequence>
2342
- </xsd:complexType>
2343
- <xsd:complexType name="CT_OfficeStyleSheet">
2344
- <xsd:sequence>
2345
- <xsd:element name="themeElements" type="CT_BaseStyles" minOccurs="1" maxOccurs="1"/>
2346
- <xsd:element name="objectDefaults" type="CT_ObjectStyleDefaults" minOccurs="0" maxOccurs="1"/>
2347
- <xsd:element name="extraClrSchemeLst" type="CT_ColorSchemeList" minOccurs="0" maxOccurs="1"/>
2348
- <xsd:element name="custClrLst" type="CT_CustomColorList" minOccurs="0" maxOccurs="1"/>
2349
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2350
- </xsd:sequence>
2351
- <xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
2352
- </xsd:complexType>
2353
- <xsd:complexType name="CT_BaseStylesOverride">
2354
- <xsd:sequence>
2355
- <xsd:element name="clrScheme" type="CT_ColorScheme" minOccurs="0" maxOccurs="1"/>
2356
- <xsd:element name="fontScheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
2357
- <xsd:element name="fmtScheme" type="CT_StyleMatrix" minOccurs="0" maxOccurs="1"/>
2358
- </xsd:sequence>
2359
- </xsd:complexType>
2360
- <xsd:complexType name="CT_ClipboardStyleSheet">
2361
- <xsd:sequence>
2362
- <xsd:element name="themeElements" type="CT_BaseStyles" minOccurs="1" maxOccurs="1"/>
2363
- <xsd:element name="clrMap" type="CT_ColorMapping" minOccurs="1" maxOccurs="1"/>
2364
- </xsd:sequence>
2365
- </xsd:complexType>
2366
- <xsd:element name="theme" type="CT_OfficeStyleSheet"/>
2367
- <xsd:element name="themeOverride" type="CT_BaseStylesOverride"/>
2368
- <xsd:element name="themeManager" type="CT_EmptyElement"/>
2369
- <xsd:complexType name="CT_TableCellProperties">
2370
- <xsd:sequence>
2371
- <xsd:element name="lnL" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2372
- <xsd:element name="lnR" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2373
- <xsd:element name="lnT" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2374
- <xsd:element name="lnB" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2375
- <xsd:element name="lnTlToBr" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2376
- <xsd:element name="lnBlToTr" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2377
- <xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1"/>
2378
- <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
2379
- <xsd:element name="headers" type="CT_Headers" minOccurs="0"/>
2380
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2381
- </xsd:sequence>
2382
- <xsd:attribute name="marL" type="ST_Coordinate32" use="optional" default="91440"/>
2383
- <xsd:attribute name="marR" type="ST_Coordinate32" use="optional" default="91440"/>
2384
- <xsd:attribute name="marT" type="ST_Coordinate32" use="optional" default="45720"/>
2385
- <xsd:attribute name="marB" type="ST_Coordinate32" use="optional" default="45720"/>
2386
- <xsd:attribute name="vert" type="ST_TextVerticalType" use="optional" default="horz"/>
2387
- <xsd:attribute name="anchor" type="ST_TextAnchoringType" use="optional" default="t"/>
2388
- <xsd:attribute name="anchorCtr" type="xsd:boolean" use="optional" default="false"/>
2389
- <xsd:attribute name="horzOverflow" type="ST_TextHorzOverflowType" use="optional" default="clip"
2390
- />
2391
- </xsd:complexType>
2392
- <xsd:complexType name="CT_Headers">
2393
- <xsd:sequence minOccurs="0" maxOccurs="unbounded">
2394
- <xsd:element name="header" type="xsd:string"/>
2395
- </xsd:sequence>
2396
- </xsd:complexType>
2397
- <xsd:complexType name="CT_TableCol">
2398
- <xsd:sequence>
2399
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2400
- </xsd:sequence>
2401
- <xsd:attribute name="w" type="ST_Coordinate" use="required"/>
2402
- </xsd:complexType>
2403
- <xsd:complexType name="CT_TableGrid">
2404
- <xsd:sequence>
2405
- <xsd:element name="gridCol" type="CT_TableCol" minOccurs="0" maxOccurs="unbounded"/>
2406
- </xsd:sequence>
2407
- </xsd:complexType>
2408
- <xsd:complexType name="CT_TableCell">
2409
- <xsd:sequence>
2410
- <xsd:element name="txBody" type="CT_TextBody" minOccurs="0" maxOccurs="1"/>
2411
- <xsd:element name="tcPr" type="CT_TableCellProperties" minOccurs="0" maxOccurs="1"/>
2412
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2413
- </xsd:sequence>
2414
- <xsd:attribute name="rowSpan" type="xsd:int" use="optional" default="1"/>
2415
- <xsd:attribute name="gridSpan" type="xsd:int" use="optional" default="1"/>
2416
- <xsd:attribute name="hMerge" type="xsd:boolean" use="optional" default="false"/>
2417
- <xsd:attribute name="vMerge" type="xsd:boolean" use="optional" default="false"/>
2418
- <xsd:attribute name="id" type="xsd:string" use="optional"/>
2419
- </xsd:complexType>
2420
- <xsd:complexType name="CT_TableRow">
2421
- <xsd:sequence>
2422
- <xsd:element name="tc" type="CT_TableCell" minOccurs="0" maxOccurs="unbounded"/>
2423
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2424
- </xsd:sequence>
2425
- <xsd:attribute name="h" type="ST_Coordinate" use="required"/>
2426
- </xsd:complexType>
2427
- <xsd:complexType name="CT_TableProperties">
2428
- <xsd:sequence>
2429
- <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
2430
- <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
2431
- <xsd:choice minOccurs="0" maxOccurs="1">
2432
- <xsd:element name="tableStyle" type="CT_TableStyle"/>
2433
- <xsd:element name="tableStyleId" type="s:ST_Guid"/>
2434
- </xsd:choice>
2435
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2436
- </xsd:sequence>
2437
- <xsd:attribute name="rtl" type="xsd:boolean" use="optional" default="false"/>
2438
- <xsd:attribute name="firstRow" type="xsd:boolean" use="optional" default="false"/>
2439
- <xsd:attribute name="firstCol" type="xsd:boolean" use="optional" default="false"/>
2440
- <xsd:attribute name="lastRow" type="xsd:boolean" use="optional" default="false"/>
2441
- <xsd:attribute name="lastCol" type="xsd:boolean" use="optional" default="false"/>
2442
- <xsd:attribute name="bandRow" type="xsd:boolean" use="optional" default="false"/>
2443
- <xsd:attribute name="bandCol" type="xsd:boolean" use="optional" default="false"/>
2444
- </xsd:complexType>
2445
- <xsd:complexType name="CT_Table">
2446
- <xsd:sequence>
2447
- <xsd:element name="tblPr" type="CT_TableProperties" minOccurs="0" maxOccurs="1"/>
2448
- <xsd:element name="tblGrid" type="CT_TableGrid" minOccurs="1" maxOccurs="1"/>
2449
- <xsd:element name="tr" type="CT_TableRow" minOccurs="0" maxOccurs="unbounded"/>
2450
- </xsd:sequence>
2451
- </xsd:complexType>
2452
- <xsd:element name="tbl" type="CT_Table"/>
2453
- <xsd:complexType name="CT_Cell3D">
2454
- <xsd:sequence>
2455
- <xsd:element name="bevel" type="CT_Bevel" minOccurs="1" maxOccurs="1"/>
2456
- <xsd:element name="lightRig" type="CT_LightRig" minOccurs="0" maxOccurs="1"/>
2457
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2458
- </xsd:sequence>
2459
- <xsd:attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional" default="plastic"
2460
- />
2461
- </xsd:complexType>
2462
- <xsd:group name="EG_ThemeableFillStyle">
2463
- <xsd:choice>
2464
- <xsd:element name="fill" type="CT_FillProperties" minOccurs="1" maxOccurs="1"/>
2465
- <xsd:element name="fillRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
2466
- </xsd:choice>
2467
- </xsd:group>
2468
- <xsd:complexType name="CT_ThemeableLineStyle">
2469
- <xsd:choice>
2470
- <xsd:element name="ln" type="CT_LineProperties" minOccurs="1" maxOccurs="1"/>
2471
- <xsd:element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
2472
- </xsd:choice>
2473
- </xsd:complexType>
2474
- <xsd:group name="EG_ThemeableEffectStyle">
2475
- <xsd:choice>
2476
- <xsd:element name="effect" type="CT_EffectProperties" minOccurs="1" maxOccurs="1"/>
2477
- <xsd:element name="effectRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
2478
- </xsd:choice>
2479
- </xsd:group>
2480
- <xsd:group name="EG_ThemeableFontStyles">
2481
- <xsd:choice>
2482
- <xsd:element name="font" type="CT_FontCollection" minOccurs="1" maxOccurs="1"/>
2483
- <xsd:element name="fontRef" type="CT_FontReference" minOccurs="1" maxOccurs="1"/>
2484
- </xsd:choice>
2485
- </xsd:group>
2486
- <xsd:simpleType name="ST_OnOffStyleType">
2487
- <xsd:restriction base="xsd:token">
2488
- <xsd:enumeration value="on"/>
2489
- <xsd:enumeration value="off"/>
2490
- <xsd:enumeration value="def"/>
2491
- </xsd:restriction>
2492
- </xsd:simpleType>
2493
- <xsd:complexType name="CT_TableStyleTextStyle">
2494
- <xsd:sequence>
2495
- <xsd:group ref="EG_ThemeableFontStyles" minOccurs="0" maxOccurs="1"/>
2496
- <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
2497
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2498
- </xsd:sequence>
2499
- <xsd:attribute name="b" type="ST_OnOffStyleType" use="optional" default="def"/>
2500
- <xsd:attribute name="i" type="ST_OnOffStyleType" use="optional" default="def"/>
2501
- </xsd:complexType>
2502
- <xsd:complexType name="CT_TableCellBorderStyle">
2503
- <xsd:sequence>
2504
- <xsd:element name="left" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2505
- <xsd:element name="right" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2506
- <xsd:element name="top" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2507
- <xsd:element name="bottom" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2508
- <xsd:element name="insideH" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2509
- <xsd:element name="insideV" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2510
- <xsd:element name="tl2br" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2511
- <xsd:element name="tr2bl" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
2512
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2513
- </xsd:sequence>
2514
- </xsd:complexType>
2515
- <xsd:complexType name="CT_TableBackgroundStyle">
2516
- <xsd:sequence>
2517
- <xsd:group ref="EG_ThemeableFillStyle" minOccurs="0" maxOccurs="1"/>
2518
- <xsd:group ref="EG_ThemeableEffectStyle" minOccurs="0" maxOccurs="1"/>
2519
- </xsd:sequence>
2520
- </xsd:complexType>
2521
- <xsd:complexType name="CT_TableStyleCellStyle">
2522
- <xsd:sequence>
2523
- <xsd:element name="tcBdr" type="CT_TableCellBorderStyle" minOccurs="0" maxOccurs="1"/>
2524
- <xsd:group ref="EG_ThemeableFillStyle" minOccurs="0" maxOccurs="1"/>
2525
- <xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1"/>
2526
- </xsd:sequence>
2527
- </xsd:complexType>
2528
- <xsd:complexType name="CT_TablePartStyle">
2529
- <xsd:sequence>
2530
- <xsd:element name="tcTxStyle" type="CT_TableStyleTextStyle" minOccurs="0" maxOccurs="1"/>
2531
- <xsd:element name="tcStyle" type="CT_TableStyleCellStyle" minOccurs="0" maxOccurs="1"/>
2532
- </xsd:sequence>
2533
- </xsd:complexType>
2534
- <xsd:complexType name="CT_TableStyle">
2535
- <xsd:sequence>
2536
- <xsd:element name="tblBg" type="CT_TableBackgroundStyle" minOccurs="0" maxOccurs="1"/>
2537
- <xsd:element name="wholeTbl" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2538
- <xsd:element name="band1H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2539
- <xsd:element name="band2H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2540
- <xsd:element name="band1V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2541
- <xsd:element name="band2V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2542
- <xsd:element name="lastCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2543
- <xsd:element name="firstCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2544
- <xsd:element name="lastRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2545
- <xsd:element name="seCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2546
- <xsd:element name="swCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2547
- <xsd:element name="firstRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2548
- <xsd:element name="neCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2549
- <xsd:element name="nwCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
2550
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2551
- </xsd:sequence>
2552
- <xsd:attribute name="styleId" type="s:ST_Guid" use="required"/>
2553
- <xsd:attribute name="styleName" type="xsd:string" use="required"/>
2554
- </xsd:complexType>
2555
- <xsd:complexType name="CT_TableStyleList">
2556
- <xsd:sequence>
2557
- <xsd:element name="tblStyle" type="CT_TableStyle" minOccurs="0" maxOccurs="unbounded"/>
2558
- </xsd:sequence>
2559
- <xsd:attribute name="def" type="s:ST_Guid" use="required"/>
2560
- </xsd:complexType>
2561
- <xsd:element name="tblStyleLst" type="CT_TableStyleList"/>
2562
- <xsd:complexType name="CT_TextParagraph">
2563
- <xsd:sequence>
2564
- <xsd:element name="pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2565
- <xsd:group ref="EG_TextRun" minOccurs="0" maxOccurs="unbounded"/>
2566
- <xsd:element name="endParaRPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
2567
- </xsd:sequence>
2568
- </xsd:complexType>
2569
- <xsd:simpleType name="ST_TextAnchoringType">
2570
- <xsd:restriction base="xsd:token">
2571
- <xsd:enumeration value="t"/>
2572
- <xsd:enumeration value="ctr"/>
2573
- <xsd:enumeration value="b"/>
2574
- <xsd:enumeration value="just"/>
2575
- <xsd:enumeration value="dist"/>
2576
- </xsd:restriction>
2577
- </xsd:simpleType>
2578
- <xsd:simpleType name="ST_TextVertOverflowType">
2579
- <xsd:restriction base="xsd:token">
2580
- <xsd:enumeration value="overflow"/>
2581
- <xsd:enumeration value="ellipsis"/>
2582
- <xsd:enumeration value="clip"/>
2583
- </xsd:restriction>
2584
- </xsd:simpleType>
2585
- <xsd:simpleType name="ST_TextHorzOverflowType">
2586
- <xsd:restriction base="xsd:token">
2587
- <xsd:enumeration value="overflow"/>
2588
- <xsd:enumeration value="clip"/>
2589
- </xsd:restriction>
2590
- </xsd:simpleType>
2591
- <xsd:simpleType name="ST_TextVerticalType">
2592
- <xsd:restriction base="xsd:token">
2593
- <xsd:enumeration value="horz"/>
2594
- <xsd:enumeration value="vert"/>
2595
- <xsd:enumeration value="vert270"/>
2596
- <xsd:enumeration value="wordArtVert"/>
2597
- <xsd:enumeration value="eaVert"/>
2598
- <xsd:enumeration value="mongolianVert"/>
2599
- <xsd:enumeration value="wordArtVertRtl"/>
2600
- </xsd:restriction>
2601
- </xsd:simpleType>
2602
- <xsd:simpleType name="ST_TextWrappingType">
2603
- <xsd:restriction base="xsd:token">
2604
- <xsd:enumeration value="none"/>
2605
- <xsd:enumeration value="square"/>
2606
- </xsd:restriction>
2607
- </xsd:simpleType>
2608
- <xsd:simpleType name="ST_TextColumnCount">
2609
- <xsd:restriction base="xsd:int">
2610
- <xsd:minInclusive value="1"/>
2611
- <xsd:maxInclusive value="16"/>
2612
- </xsd:restriction>
2613
- </xsd:simpleType>
2614
- <xsd:complexType name="CT_TextListStyle">
2615
- <xsd:sequence>
2616
- <xsd:element name="defPPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2617
- <xsd:element name="lvl1pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2618
- <xsd:element name="lvl2pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2619
- <xsd:element name="lvl3pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2620
- <xsd:element name="lvl4pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2621
- <xsd:element name="lvl5pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2622
- <xsd:element name="lvl6pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2623
- <xsd:element name="lvl7pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2624
- <xsd:element name="lvl8pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2625
- <xsd:element name="lvl9pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
2626
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2627
- </xsd:sequence>
2628
- </xsd:complexType>
2629
- <xsd:simpleType name="ST_TextFontScalePercentOrPercentString">
2630
- <xsd:union memberTypes="ST_TextFontScalePercent s:ST_Percentage"/>
2631
- </xsd:simpleType>
2632
- <xsd:simpleType name="ST_TextFontScalePercent">
2633
- <xsd:restriction base="ST_PercentageDecimal">
2634
- <xsd:minInclusive value="1000"/>
2635
- <xsd:maxInclusive value="100000"/>
2636
- </xsd:restriction>
2637
- </xsd:simpleType>
2638
- <xsd:complexType name="CT_TextNormalAutofit">
2639
- <xsd:attribute name="fontScale" type="ST_TextFontScalePercentOrPercentString" use="optional"
2640
- default="100%"/>
2641
- <xsd:attribute name="lnSpcReduction" type="ST_TextSpacingPercentOrPercentString" use="optional"
2642
- default="0%"/>
2643
- </xsd:complexType>
2644
- <xsd:complexType name="CT_TextShapeAutofit"/>
2645
- <xsd:complexType name="CT_TextNoAutofit"/>
2646
- <xsd:group name="EG_TextAutofit">
2647
- <xsd:choice>
2648
- <xsd:element name="noAutofit" type="CT_TextNoAutofit"/>
2649
- <xsd:element name="normAutofit" type="CT_TextNormalAutofit"/>
2650
- <xsd:element name="spAutoFit" type="CT_TextShapeAutofit"/>
2651
- </xsd:choice>
2652
- </xsd:group>
2653
- <xsd:complexType name="CT_TextBodyProperties">
2654
- <xsd:sequence>
2655
- <xsd:element name="prstTxWarp" type="CT_PresetTextShape" minOccurs="0" maxOccurs="1"/>
2656
- <xsd:group ref="EG_TextAutofit" minOccurs="0" maxOccurs="1"/>
2657
- <xsd:element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/>
2658
- <xsd:group ref="EG_Text3D" minOccurs="0" maxOccurs="1"/>
2659
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2660
- </xsd:sequence>
2661
- <xsd:attribute name="rot" type="ST_Angle" use="optional"/>
2662
- <xsd:attribute name="spcFirstLastPara" type="xsd:boolean" use="optional"/>
2663
- <xsd:attribute name="vertOverflow" type="ST_TextVertOverflowType" use="optional"/>
2664
- <xsd:attribute name="horzOverflow" type="ST_TextHorzOverflowType" use="optional"/>
2665
- <xsd:attribute name="vert" type="ST_TextVerticalType" use="optional"/>
2666
- <xsd:attribute name="wrap" type="ST_TextWrappingType" use="optional"/>
2667
- <xsd:attribute name="lIns" type="ST_Coordinate32" use="optional"/>
2668
- <xsd:attribute name="tIns" type="ST_Coordinate32" use="optional"/>
2669
- <xsd:attribute name="rIns" type="ST_Coordinate32" use="optional"/>
2670
- <xsd:attribute name="bIns" type="ST_Coordinate32" use="optional"/>
2671
- <xsd:attribute name="numCol" type="ST_TextColumnCount" use="optional"/>
2672
- <xsd:attribute name="spcCol" type="ST_PositiveCoordinate32" use="optional"/>
2673
- <xsd:attribute name="rtlCol" type="xsd:boolean" use="optional"/>
2674
- <xsd:attribute name="fromWordArt" type="xsd:boolean" use="optional"/>
2675
- <xsd:attribute name="anchor" type="ST_TextAnchoringType" use="optional"/>
2676
- <xsd:attribute name="anchorCtr" type="xsd:boolean" use="optional"/>
2677
- <xsd:attribute name="forceAA" type="xsd:boolean" use="optional"/>
2678
- <xsd:attribute name="upright" type="xsd:boolean" use="optional" default="false"/>
2679
- <xsd:attribute name="compatLnSpc" type="xsd:boolean" use="optional"/>
2680
- </xsd:complexType>
2681
- <xsd:complexType name="CT_TextBody">
2682
- <xsd:sequence>
2683
- <xsd:element name="bodyPr" type="CT_TextBodyProperties" minOccurs="1" maxOccurs="1"/>
2684
- <xsd:element name="lstStyle" type="CT_TextListStyle" minOccurs="0" maxOccurs="1"/>
2685
- <xsd:element name="p" type="CT_TextParagraph" minOccurs="1" maxOccurs="unbounded"/>
2686
- </xsd:sequence>
2687
- </xsd:complexType>
2688
- <xsd:simpleType name="ST_TextBulletStartAtNum">
2689
- <xsd:restriction base="xsd:int">
2690
- <xsd:minInclusive value="1"/>
2691
- <xsd:maxInclusive value="32767"/>
2692
- </xsd:restriction>
2693
- </xsd:simpleType>
2694
- <xsd:simpleType name="ST_TextAutonumberScheme">
2695
- <xsd:restriction base="xsd:token">
2696
- <xsd:enumeration value="alphaLcParenBoth"/>
2697
- <xsd:enumeration value="alphaUcParenBoth"/>
2698
- <xsd:enumeration value="alphaLcParenR"/>
2699
- <xsd:enumeration value="alphaUcParenR"/>
2700
- <xsd:enumeration value="alphaLcPeriod"/>
2701
- <xsd:enumeration value="alphaUcPeriod"/>
2702
- <xsd:enumeration value="arabicParenBoth"/>
2703
- <xsd:enumeration value="arabicParenR"/>
2704
- <xsd:enumeration value="arabicPeriod"/>
2705
- <xsd:enumeration value="arabicPlain"/>
2706
- <xsd:enumeration value="romanLcParenBoth"/>
2707
- <xsd:enumeration value="romanUcParenBoth"/>
2708
- <xsd:enumeration value="romanLcParenR"/>
2709
- <xsd:enumeration value="romanUcParenR"/>
2710
- <xsd:enumeration value="romanLcPeriod"/>
2711
- <xsd:enumeration value="romanUcPeriod"/>
2712
- <xsd:enumeration value="circleNumDbPlain"/>
2713
- <xsd:enumeration value="circleNumWdBlackPlain"/>
2714
- <xsd:enumeration value="circleNumWdWhitePlain"/>
2715
- <xsd:enumeration value="arabicDbPeriod"/>
2716
- <xsd:enumeration value="arabicDbPlain"/>
2717
- <xsd:enumeration value="ea1ChsPeriod"/>
2718
- <xsd:enumeration value="ea1ChsPlain"/>
2719
- <xsd:enumeration value="ea1ChtPeriod"/>
2720
- <xsd:enumeration value="ea1ChtPlain"/>
2721
- <xsd:enumeration value="ea1JpnChsDbPeriod"/>
2722
- <xsd:enumeration value="ea1JpnKorPlain"/>
2723
- <xsd:enumeration value="ea1JpnKorPeriod"/>
2724
- <xsd:enumeration value="arabic1Minus"/>
2725
- <xsd:enumeration value="arabic2Minus"/>
2726
- <xsd:enumeration value="hebrew2Minus"/>
2727
- <xsd:enumeration value="thaiAlphaPeriod"/>
2728
- <xsd:enumeration value="thaiAlphaParenR"/>
2729
- <xsd:enumeration value="thaiAlphaParenBoth"/>
2730
- <xsd:enumeration value="thaiNumPeriod"/>
2731
- <xsd:enumeration value="thaiNumParenR"/>
2732
- <xsd:enumeration value="thaiNumParenBoth"/>
2733
- <xsd:enumeration value="hindiAlphaPeriod"/>
2734
- <xsd:enumeration value="hindiNumPeriod"/>
2735
- <xsd:enumeration value="hindiNumParenR"/>
2736
- <xsd:enumeration value="hindiAlpha1Period"/>
2737
- </xsd:restriction>
2738
- </xsd:simpleType>
2739
- <xsd:complexType name="CT_TextBulletColorFollowText"/>
2740
- <xsd:group name="EG_TextBulletColor">
2741
- <xsd:choice>
2742
- <xsd:element name="buClrTx" type="CT_TextBulletColorFollowText" minOccurs="1" maxOccurs="1"/>
2743
- <xsd:element name="buClr" type="CT_Color" minOccurs="1" maxOccurs="1"/>
2744
- </xsd:choice>
2745
- </xsd:group>
2746
- <xsd:simpleType name="ST_TextBulletSize">
2747
- <xsd:union memberTypes="ST_TextBulletSizePercent ST_TextBulletSizeDecimal"/>
2748
- </xsd:simpleType>
2749
- <xsd:simpleType name="ST_TextBulletSizePercent">
2750
- <xsd:restriction base="xsd:string">
2751
- <xsd:pattern value="0*((2[5-9])|([3-9][0-9])|([1-3][0-9][0-9])|400)%"/>
2752
- </xsd:restriction>
2753
- </xsd:simpleType>
2754
- <xsd:simpleType name="ST_TextBulletSizeDecimal">
2755
- <xsd:restriction base="ST_PercentageDecimal">
2756
- <xsd:minInclusive value="25000"/>
2757
- <xsd:maxInclusive value="400000"/>
2758
- </xsd:restriction>
2759
- </xsd:simpleType>
2760
- <xsd:complexType name="CT_TextBulletSizeFollowText"/>
2761
- <xsd:complexType name="CT_TextBulletSizePercent">
2762
- <xsd:attribute name="val" type="ST_TextBulletSizePercent" use="required"/>
2763
- </xsd:complexType>
2764
- <xsd:complexType name="CT_TextBulletSizePoint">
2765
- <xsd:attribute name="val" type="ST_TextFontSize" use="required"/>
2766
- </xsd:complexType>
2767
- <xsd:group name="EG_TextBulletSize">
2768
- <xsd:choice>
2769
- <xsd:element name="buSzTx" type="CT_TextBulletSizeFollowText"/>
2770
- <xsd:element name="buSzPct" type="CT_TextBulletSizePercent"/>
2771
- <xsd:element name="buSzPts" type="CT_TextBulletSizePoint"/>
2772
- </xsd:choice>
2773
- </xsd:group>
2774
- <xsd:complexType name="CT_TextBulletTypefaceFollowText"/>
2775
- <xsd:group name="EG_TextBulletTypeface">
2776
- <xsd:choice>
2777
- <xsd:element name="buFontTx" type="CT_TextBulletTypefaceFollowText"/>
2778
- <xsd:element name="buFont" type="CT_TextFont"/>
2779
- </xsd:choice>
2780
- </xsd:group>
2781
- <xsd:complexType name="CT_TextAutonumberBullet">
2782
- <xsd:attribute name="type" type="ST_TextAutonumberScheme" use="required"/>
2783
- <xsd:attribute name="startAt" type="ST_TextBulletStartAtNum" use="optional" default="1"/>
2784
- </xsd:complexType>
2785
- <xsd:complexType name="CT_TextCharBullet">
2786
- <xsd:attribute name="char" type="xsd:string" use="required"/>
2787
- </xsd:complexType>
2788
- <xsd:complexType name="CT_TextBlipBullet">
2789
- <xsd:sequence>
2790
- <xsd:element name="blip" type="CT_Blip" minOccurs="1" maxOccurs="1"/>
2791
- </xsd:sequence>
2792
- </xsd:complexType>
2793
- <xsd:complexType name="CT_TextNoBullet"/>
2794
- <xsd:group name="EG_TextBullet">
2795
- <xsd:choice>
2796
- <xsd:element name="buNone" type="CT_TextNoBullet"/>
2797
- <xsd:element name="buAutoNum" type="CT_TextAutonumberBullet"/>
2798
- <xsd:element name="buChar" type="CT_TextCharBullet"/>
2799
- <xsd:element name="buBlip" type="CT_TextBlipBullet"/>
2800
- </xsd:choice>
2801
- </xsd:group>
2802
- <xsd:simpleType name="ST_TextPoint">
2803
- <xsd:union memberTypes="ST_TextPointUnqualified s:ST_UniversalMeasure"/>
2804
- </xsd:simpleType>
2805
- <xsd:simpleType name="ST_TextPointUnqualified">
2806
- <xsd:restriction base="xsd:int">
2807
- <xsd:minInclusive value="-400000"/>
2808
- <xsd:maxInclusive value="400000"/>
2809
- </xsd:restriction>
2810
- </xsd:simpleType>
2811
- <xsd:simpleType name="ST_TextNonNegativePoint">
2812
- <xsd:restriction base="xsd:int">
2813
- <xsd:minInclusive value="0"/>
2814
- <xsd:maxInclusive value="400000"/>
2815
- </xsd:restriction>
2816
- </xsd:simpleType>
2817
- <xsd:simpleType name="ST_TextFontSize">
2818
- <xsd:restriction base="xsd:int">
2819
- <xsd:minInclusive value="100"/>
2820
- <xsd:maxInclusive value="400000"/>
2821
- </xsd:restriction>
2822
- </xsd:simpleType>
2823
- <xsd:simpleType name="ST_TextTypeface">
2824
- <xsd:restriction base="xsd:string"/>
2825
- </xsd:simpleType>
2826
- <xsd:simpleType name="ST_PitchFamily">
2827
- <xsd:restriction base="xsd:byte">
2828
- <xsd:enumeration value="00"/>
2829
- <xsd:enumeration value="01"/>
2830
- <xsd:enumeration value="02"/>
2831
- <xsd:enumeration value="16"/>
2832
- <xsd:enumeration value="17"/>
2833
- <xsd:enumeration value="18"/>
2834
- <xsd:enumeration value="32"/>
2835
- <xsd:enumeration value="33"/>
2836
- <xsd:enumeration value="34"/>
2837
- <xsd:enumeration value="48"/>
2838
- <xsd:enumeration value="49"/>
2839
- <xsd:enumeration value="50"/>
2840
- <xsd:enumeration value="64"/>
2841
- <xsd:enumeration value="65"/>
2842
- <xsd:enumeration value="66"/>
2843
- <xsd:enumeration value="80"/>
2844
- <xsd:enumeration value="81"/>
2845
- <xsd:enumeration value="82"/>
2846
- </xsd:restriction>
2847
- </xsd:simpleType>
2848
- <xsd:complexType name="CT_TextFont">
2849
- <xsd:attribute name="typeface" type="ST_TextTypeface" use="required"/>
2850
- <xsd:attribute name="panose" type="s:ST_Panose" use="optional"/>
2851
- <xsd:attribute name="pitchFamily" type="ST_PitchFamily" use="optional" default="0"/>
2852
- <xsd:attribute name="charset" type="xsd:byte" use="optional" default="1"/>
2853
- </xsd:complexType>
2854
- <xsd:simpleType name="ST_TextUnderlineType">
2855
- <xsd:restriction base="xsd:token">
2856
- <xsd:enumeration value="none"/>
2857
- <xsd:enumeration value="words"/>
2858
- <xsd:enumeration value="sng"/>
2859
- <xsd:enumeration value="dbl"/>
2860
- <xsd:enumeration value="heavy"/>
2861
- <xsd:enumeration value="dotted"/>
2862
- <xsd:enumeration value="dottedHeavy"/>
2863
- <xsd:enumeration value="dash"/>
2864
- <xsd:enumeration value="dashHeavy"/>
2865
- <xsd:enumeration value="dashLong"/>
2866
- <xsd:enumeration value="dashLongHeavy"/>
2867
- <xsd:enumeration value="dotDash"/>
2868
- <xsd:enumeration value="dotDashHeavy"/>
2869
- <xsd:enumeration value="dotDotDash"/>
2870
- <xsd:enumeration value="dotDotDashHeavy"/>
2871
- <xsd:enumeration value="wavy"/>
2872
- <xsd:enumeration value="wavyHeavy"/>
2873
- <xsd:enumeration value="wavyDbl"/>
2874
- </xsd:restriction>
2875
- </xsd:simpleType>
2876
- <xsd:complexType name="CT_TextUnderlineLineFollowText"/>
2877
- <xsd:complexType name="CT_TextUnderlineFillFollowText"/>
2878
- <xsd:complexType name="CT_TextUnderlineFillGroupWrapper">
2879
- <xsd:group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
2880
- </xsd:complexType>
2881
- <xsd:group name="EG_TextUnderlineLine">
2882
- <xsd:choice>
2883
- <xsd:element name="uLnTx" type="CT_TextUnderlineLineFollowText"/>
2884
- <xsd:element name="uLn" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2885
- </xsd:choice>
2886
- </xsd:group>
2887
- <xsd:group name="EG_TextUnderlineFill">
2888
- <xsd:choice>
2889
- <xsd:element name="uFillTx" type="CT_TextUnderlineFillFollowText"/>
2890
- <xsd:element name="uFill" type="CT_TextUnderlineFillGroupWrapper"/>
2891
- </xsd:choice>
2892
- </xsd:group>
2893
- <xsd:simpleType name="ST_TextStrikeType">
2894
- <xsd:restriction base="xsd:token">
2895
- <xsd:enumeration value="noStrike"/>
2896
- <xsd:enumeration value="sngStrike"/>
2897
- <xsd:enumeration value="dblStrike"/>
2898
- </xsd:restriction>
2899
- </xsd:simpleType>
2900
- <xsd:simpleType name="ST_TextCapsType">
2901
- <xsd:restriction base="xsd:token">
2902
- <xsd:enumeration value="none"/>
2903
- <xsd:enumeration value="small"/>
2904
- <xsd:enumeration value="all"/>
2905
- </xsd:restriction>
2906
- </xsd:simpleType>
2907
- <xsd:complexType name="CT_TextCharacterProperties">
2908
- <xsd:sequence>
2909
- <xsd:element name="ln" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
2910
- <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
2911
- <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
2912
- <xsd:element name="highlight" type="CT_Color" minOccurs="0" maxOccurs="1"/>
2913
- <xsd:group ref="EG_TextUnderlineLine" minOccurs="0" maxOccurs="1"/>
2914
- <xsd:group ref="EG_TextUnderlineFill" minOccurs="0" maxOccurs="1"/>
2915
- <xsd:element name="latin" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
2916
- <xsd:element name="ea" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
2917
- <xsd:element name="cs" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
2918
- <xsd:element name="sym" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
2919
- <xsd:element name="hlinkClick" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
2920
- <xsd:element name="hlinkMouseOver" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
2921
- <xsd:element name="rtl" type="CT_Boolean" minOccurs="0"/>
2922
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
2923
- </xsd:sequence>
2924
- <xsd:attribute name="kumimoji" type="xsd:boolean" use="optional"/>
2925
- <xsd:attribute name="lang" type="s:ST_Lang" use="optional"/>
2926
- <xsd:attribute name="altLang" type="s:ST_Lang" use="optional"/>
2927
- <xsd:attribute name="sz" type="ST_TextFontSize" use="optional"/>
2928
- <xsd:attribute name="b" type="xsd:boolean" use="optional"/>
2929
- <xsd:attribute name="i" type="xsd:boolean" use="optional"/>
2930
- <xsd:attribute name="u" type="ST_TextUnderlineType" use="optional"/>
2931
- <xsd:attribute name="strike" type="ST_TextStrikeType" use="optional"/>
2932
- <xsd:attribute name="kern" type="ST_TextNonNegativePoint" use="optional"/>
2933
- <xsd:attribute name="cap" type="ST_TextCapsType" use="optional" default="none"/>
2934
- <xsd:attribute name="spc" type="ST_TextPoint" use="optional"/>
2935
- <xsd:attribute name="normalizeH" type="xsd:boolean" use="optional"/>
2936
- <xsd:attribute name="baseline" type="ST_Percentage" use="optional"/>
2937
- <xsd:attribute name="noProof" type="xsd:boolean" use="optional"/>
2938
- <xsd:attribute name="dirty" type="xsd:boolean" use="optional" default="true"/>
2939
- <xsd:attribute name="err" type="xsd:boolean" use="optional" default="false"/>
2940
- <xsd:attribute name="smtClean" type="xsd:boolean" use="optional" default="true"/>
2941
- <xsd:attribute name="smtId" type="xsd:unsignedInt" use="optional" default="0"/>
2942
- <xsd:attribute name="bmk" type="xsd:string" use="optional"/>
2943
- </xsd:complexType>
2944
- <xsd:complexType name="CT_Boolean">
2945
- <xsd:attribute name="val" type="s:ST_OnOff" default="0"/>
2946
- </xsd:complexType>
2947
- <xsd:simpleType name="ST_TextSpacingPoint">
2948
- <xsd:restriction base="xsd:int">
2949
- <xsd:minInclusive value="0"/>
2950
- <xsd:maxInclusive value="158400"/>
2951
- </xsd:restriction>
2952
- </xsd:simpleType>
2953
- <xsd:simpleType name="ST_TextSpacingPercentOrPercentString">
2954
- <xsd:union memberTypes="ST_TextSpacingPercent s:ST_Percentage"/>
2955
- </xsd:simpleType>
2956
- <xsd:simpleType name="ST_TextSpacingPercent">
2957
- <xsd:restriction base="ST_PercentageDecimal">
2958
- <xsd:minInclusive value="0"/>
2959
- <xsd:maxInclusive value="13200000"/>
2960
- </xsd:restriction>
2961
- </xsd:simpleType>
2962
- <xsd:complexType name="CT_TextSpacingPercent">
2963
- <xsd:attribute name="val" type="ST_TextSpacingPercentOrPercentString" use="required"/>
2964
- </xsd:complexType>
2965
- <xsd:complexType name="CT_TextSpacingPoint">
2966
- <xsd:attribute name="val" type="ST_TextSpacingPoint" use="required"/>
2967
- </xsd:complexType>
2968
- <xsd:simpleType name="ST_TextMargin">
2969
- <xsd:restriction base="ST_Coordinate32Unqualified">
2970
- <xsd:minInclusive value="0"/>
2971
- <xsd:maxInclusive value="51206400"/>
2972
- </xsd:restriction>
2973
- </xsd:simpleType>
2974
- <xsd:simpleType name="ST_TextIndent">
2975
- <xsd:restriction base="ST_Coordinate32Unqualified">
2976
- <xsd:minInclusive value="-51206400"/>
2977
- <xsd:maxInclusive value="51206400"/>
2978
- </xsd:restriction>
2979
- </xsd:simpleType>
2980
- <xsd:simpleType name="ST_TextTabAlignType">
2981
- <xsd:restriction base="xsd:token">
2982
- <xsd:enumeration value="l"/>
2983
- <xsd:enumeration value="ctr"/>
2984
- <xsd:enumeration value="r"/>
2985
- <xsd:enumeration value="dec"/>
2986
- </xsd:restriction>
2987
- </xsd:simpleType>
2988
- <xsd:complexType name="CT_TextTabStop">
2989
- <xsd:attribute name="pos" type="ST_Coordinate32" use="optional"/>
2990
- <xsd:attribute name="algn" type="ST_TextTabAlignType" use="optional"/>
2991
- </xsd:complexType>
2992
- <xsd:complexType name="CT_TextTabStopList">
2993
- <xsd:sequence>
2994
- <xsd:element name="tab" type="CT_TextTabStop" minOccurs="0" maxOccurs="32"/>
2995
- </xsd:sequence>
2996
- </xsd:complexType>
2997
- <xsd:complexType name="CT_TextLineBreak">
2998
- <xsd:sequence>
2999
- <xsd:element name="rPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
3000
- </xsd:sequence>
3001
- </xsd:complexType>
3002
- <xsd:complexType name="CT_TextSpacing">
3003
- <xsd:choice>
3004
- <xsd:element name="spcPct" type="CT_TextSpacingPercent"/>
3005
- <xsd:element name="spcPts" type="CT_TextSpacingPoint"/>
3006
- </xsd:choice>
3007
- </xsd:complexType>
3008
- <xsd:simpleType name="ST_TextAlignType">
3009
- <xsd:restriction base="xsd:token">
3010
- <xsd:enumeration value="l"/>
3011
- <xsd:enumeration value="ctr"/>
3012
- <xsd:enumeration value="r"/>
3013
- <xsd:enumeration value="just"/>
3014
- <xsd:enumeration value="justLow"/>
3015
- <xsd:enumeration value="dist"/>
3016
- <xsd:enumeration value="thaiDist"/>
3017
- </xsd:restriction>
3018
- </xsd:simpleType>
3019
- <xsd:simpleType name="ST_TextFontAlignType">
3020
- <xsd:restriction base="xsd:token">
3021
- <xsd:enumeration value="auto"/>
3022
- <xsd:enumeration value="t"/>
3023
- <xsd:enumeration value="ctr"/>
3024
- <xsd:enumeration value="base"/>
3025
- <xsd:enumeration value="b"/>
3026
- </xsd:restriction>
3027
- </xsd:simpleType>
3028
- <xsd:simpleType name="ST_TextIndentLevelType">
3029
- <xsd:restriction base="xsd:int">
3030
- <xsd:minInclusive value="0"/>
3031
- <xsd:maxInclusive value="8"/>
3032
- </xsd:restriction>
3033
- </xsd:simpleType>
3034
- <xsd:complexType name="CT_TextParagraphProperties">
3035
- <xsd:sequence>
3036
- <xsd:element name="lnSpc" type="CT_TextSpacing" minOccurs="0" maxOccurs="1"/>
3037
- <xsd:element name="spcBef" type="CT_TextSpacing" minOccurs="0" maxOccurs="1"/>
3038
- <xsd:element name="spcAft" type="CT_TextSpacing" minOccurs="0" maxOccurs="1"/>
3039
- <xsd:group ref="EG_TextBulletColor" minOccurs="0" maxOccurs="1"/>
3040
- <xsd:group ref="EG_TextBulletSize" minOccurs="0" maxOccurs="1"/>
3041
- <xsd:group ref="EG_TextBulletTypeface" minOccurs="0" maxOccurs="1"/>
3042
- <xsd:group ref="EG_TextBullet" minOccurs="0" maxOccurs="1"/>
3043
- <xsd:element name="tabLst" type="CT_TextTabStopList" minOccurs="0" maxOccurs="1"/>
3044
- <xsd:element name="defRPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
3045
- <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
3046
- </xsd:sequence>
3047
- <xsd:attribute name="marL" type="ST_TextMargin" use="optional"/>
3048
- <xsd:attribute name="marR" type="ST_TextMargin" use="optional"/>
3049
- <xsd:attribute name="lvl" type="ST_TextIndentLevelType" use="optional"/>
3050
- <xsd:attribute name="indent" type="ST_TextIndent" use="optional"/>
3051
- <xsd:attribute name="algn" type="ST_TextAlignType" use="optional"/>
3052
- <xsd:attribute name="defTabSz" type="ST_Coordinate32" use="optional"/>
3053
- <xsd:attribute name="rtl" type="xsd:boolean" use="optional"/>
3054
- <xsd:attribute name="eaLnBrk" type="xsd:boolean" use="optional"/>
3055
- <xsd:attribute name="fontAlgn" type="ST_TextFontAlignType" use="optional"/>
3056
- <xsd:attribute name="latinLnBrk" type="xsd:boolean" use="optional"/>
3057
- <xsd:attribute name="hangingPunct" type="xsd:boolean" use="optional"/>
3058
- </xsd:complexType>
3059
- <xsd:complexType name="CT_TextField">
3060
- <xsd:sequence>
3061
- <xsd:element name="rPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
3062
- <xsd:element name="pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
3063
- <xsd:element name="t" type="xsd:string" minOccurs="0" maxOccurs="1"/>
3064
- </xsd:sequence>
3065
- <xsd:attribute name="id" type="s:ST_Guid" use="required"/>
3066
- <xsd:attribute name="type" type="xsd:string" use="optional"/>
3067
- </xsd:complexType>
3068
- <xsd:group name="EG_TextRun">
3069
- <xsd:choice>
3070
- <xsd:element name="r" type="CT_RegularTextRun"/>
3071
- <xsd:element name="br" type="CT_TextLineBreak"/>
3072
- <xsd:element name="fld" type="CT_TextField"/>
3073
- </xsd:choice>
3074
- </xsd:group>
3075
- <xsd:complexType name="CT_RegularTextRun">
3076
- <xsd:sequence>
3077
- <xsd:element name="rPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
3078
- <xsd:element name="t" type="xsd:string" minOccurs="1" maxOccurs="1"/>
3079
- </xsd:sequence>
3080
- </xsd:complexType>
3081
- </xsd:schema>