diff options
| author | Randy Morgan <[email protected]> | 2013-04-28 12:55:46 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-04-28 12:55:46 +0900 |
| commit | e49aee3e2f700569a519c5346746d239a05383cf (patch) | |
| tree | 7f449191165a3fbdf05b34c4239dda6ec179d033 /lib/schema | |
| parent | a120fdb2e787986ced4952b6ef3f4b70056960d9 (diff) | |
| download | caxlsx-e49aee3e2f700569a519c5346746d239a05383cf.tar.gz caxlsx-e49aee3e2f700569a519c5346746d239a05383cf.zip | |
Refactored and renamed space preservation
preserve_spaces has been moved to the workbook and renamed xml_space as
that provides a good reference for people trying to figure out what it
does, and let's the author specify space preservation for
serializations using the shared strings table as well as the default
inline serialization in cells.
Diffstat (limited to 'lib/schema')
| -rw-r--r-- | lib/schema/sml.xsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/schema/sml.xsd b/lib/schema/sml.xsd index fa396e80..f3994e0a 100644 --- a/lib/schema/sml.xsd +++ b/lib/schema/sml.xsd @@ -13,6 +13,8 @@ <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"/>
@@ -2213,6 +2215,7 @@ <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>
|
