- Add algorithmic-art skill with license, template, and viewer. - Add artifacts-builder skill with scripts and components. - Add brand-guidelines skill with license. - Add canvas-design skill with fonts and license. - Add content-research-writer skill. - Add doc-coauthoring skill. - Add PDF, PPTX, XLSX skill assets. - Update ecosystem manifest and assets. Signed by Hubert The Eunuch
13 lines
535 B
XML
13 lines
535 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="urn:schemas-microsoft-com:office:powerpoint"
|
|
targetNamespace="urn:schemas-microsoft-com:office:powerpoint" elementFormDefault="qualified"
|
|
attributeFormDefault="unqualified">
|
|
<xsd:element name="iscomment" type="CT_Empty"/>
|
|
<xsd:element name="textdata" type="CT_Rel"/>
|
|
<xsd:complexType name="CT_Empty"/>
|
|
<xsd:complexType name="CT_Rel">
|
|
<xsd:attribute name="id" type="xsd:string"/>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|