Add xlsx schema: wml-2010.xsd

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