Add xlsx schema: shared-math.xsd
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user