lib/schema/sml.xsd in axlsx-1.3.6 vs lib/schema/sml.xsd in axlsx-2.0.0
- old
+ new
@@ -11,10 +11,12 @@
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
schemaLocation="shared-commonSimpleTypes.xsd"/>
<xsd:import
namespace="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
schemaLocation="dml-spreadsheetDrawing.xsd"/>
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
+
<xsd:complexType name="CT_AutoFilter">
<xsd:sequence>
<xsd:element name="filterColumn" minOccurs="0" maxOccurs="unbounded" type="CT_FilterColumn"/>
<xsd:element name="sortState" minOccurs="0" maxOccurs="1" type="CT_SortState"/>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
@@ -1795,10 +1797,11 @@
<xsd:element name="si" type="CT_Rst" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</xsd:sequence>
<xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="uniqueCount" type="xsd:unsignedInt" use="optional"/>
+ <xsd:attribute ref="xml:space"/>
</xsd:complexType>
<xsd:simpleType name="ST_PhoneticType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="halfwidthKatakana"/>
<xsd:enumeration value="fullwidthKatakana"/>
@@ -2211,9 +2214,10 @@
<xsd:element name="controls" type="CT_Controls" minOccurs="0" maxOccurs="1"/>
<xsd:element name="webPublishItems" type="CT_WebPublishItems" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tableParts" type="CT_TableParts" minOccurs="0" maxOccurs="1"/>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
+ <xsd:attribute ref="xml:space"/>
</xsd:complexType>
<xsd:complexType name="CT_SheetData">
<xsd:sequence>
<xsd:element name="row" type="CT_Row" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>