doc/schema-v1.xsd in simple-spreadsheet-extractor-0.9.1 vs doc/schema-v1.xsd in simple-spreadsheet-extractor-0.9.2
- old
+ new
@@ -82,10 +82,10 @@
<xsd:complexType name="Column">
<xsd:attribute name="index" type="xsd:positiveInteger"
use="required"></xsd:attribute>
<xsd:attribute name="column_alpha" type="xsd:string"
use="required"></xsd:attribute>
- <xsd:attribute name="width" type="xsd:positiveInteger"
+ <xsd:attribute name="width" type="xsd:nonNegativeInteger"
use="optional"></xsd:attribute>
</xsd:complexType>
<xsd:complexType name="Rows">
<xsd:sequence>
\ No newline at end of file