doc/schema-v1.xsd in simple-spreadsheet-extractor-0.17.0 vs doc/schema-v1.xsd in simple-spreadsheet-extractor-0.18.0

- old
+ new

@@ -91,12 +91,12 @@ <xsd:complexType name="Rows"> <xsd:sequence> <xsd:element name="row" type="Row" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> - <xsd:attribute name="first_row" type="xsd:positiveInteger" + <xsd:attribute name="first_row" type="xsd:nonNegativeInteger" use="required"></xsd:attribute> - <xsd:attribute name="last_row" type="xsd:positiveInteger" + <xsd:attribute name="last_row" type="xsd:nonNegativeInteger" use="required"></xsd:attribute> </xsd:complexType> <xsd:complexType name="Row"> \ No newline at end of file