Add xlsx schema: shared-math.xsd

This commit is contained in:
2026-03-02 10:10:34 +00:00
parent 85b6deb09d
commit 532742a4ba
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.openxmlformats.org/officeDocument/2006/math"
targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/math"
elementFormDefault="qualified">
<xsd:element name="math" type="CT_Math"/>
<xsd:complexType name="CT_Math">
<xsd:sequence>
<xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>