Add xlsx schema: wml-2012.xsd

This commit is contained in:
2026-03-02 10:11:26 +00:00
parent 4ed29ab9c3
commit 3d6cd769e2
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" elementFormDefault="qualified" attributeFormDefault="qualified" blockDefault="#all" xmlns="http://schemas.microsoft.com/office/word/2012/wordml" targetNamespace="http://schemas.microsoft.com/office/word/2012/wordml">
<xsd:complexType name="CT_SdtContentBlock">
<xsd:sequence>
<xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CT_CommentsExtensible">
<xsd:sequence>
<xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="contentBlock" type="CT_SdtContentBlock"/>
<xsd:element name="commentsExtensible" type="CT_CommentsExtensible"/>
</xsd:schema>