notes/xlml
SheetJS 3185785c08 xlml 2022-01-16 23:21:34 -05:00
..
README.md xlml 2022-01-16 23:21:34 -05:00
SimpleImport.xsd xlml 2022-01-16 23:21:34 -05:00
aml.xsd xlml 2022-01-16 23:21:34 -05:00
c.xsd xlml 2022-01-16 23:21:34 -05:00
dt.xsd xlml 2022-01-16 23:21:34 -05:00
excel.xsd xlml 2022-01-16 23:21:34 -05:00
excel2003xml.xsd xlml 2022-01-16 23:21:34 -05:00
excelss.xsd xlml 2022-01-16 23:21:34 -05:00
mspdi.xsd xlml 2022-01-16 23:21:34 -05:00
office.xsd xlml 2022-01-16 23:21:34 -05:00
rowsetschema.xsd xlml 2022-01-16 23:21:34 -05:00
rowsset.xsd xlml 2022-01-16 23:21:34 -05:00
schema.xsd xlml 2022-01-16 23:21:34 -05:00
sd.xsd xlml 2022-01-16 23:21:34 -05:00
udc.xsd xlml 2022-01-16 23:21:34 -05:00
udcsoap.xsd xlml 2022-01-16 23:21:34 -05:00
udcxmlfile.xsd xlml 2022-01-16 23:21:34 -05:00
visio.xsd xlml 2022-01-16 23:21:34 -05:00
vml.xsd xlml 2022-01-16 23:21:34 -05:00
w10.xsd xlml 2022-01-16 23:21:34 -05:00
wordnet.xsd xlml 2022-01-16 23:21:34 -05:00
wordnetaux.xsd xlml 2022-01-16 23:21:34 -05:00
wordsp.xsd xlml 2022-01-16 23:21:34 -05:00
xsdlib.xsd xlml 2022-01-16 23:21:34 -05:00

Office 2003 SpreadsheetML Format

Files are flat XML.

XML Schemas

They are normally distributed in Office2003XMLSchema.exe. The linked schemas were extracted from the package with MD5 sum e967500ef68df1e8ef86b493304b5157.

Each XSD is governed by a license which can be found near the top of the file.

There is a slight conflict between the Word and Spreadsheet office.xsd that specifically applies to the version number pattern:

--- SpreadsheetML Schemas/office.xsd
+++ WordprocessingML Schemas/office.xsd
@@ -20,7 +20,7 @@
 			<xsd:documentation>Defines a version number format.</xsd:documentation>
 		</xsd:annotation>
 		<xsd:restriction base="xsd:string">
-			<xsd:pattern value="[0-9]?[0-9].[0-9]{4}"></xsd:pattern>
+			<xsd:pattern value="([0-9]?[0-9].[0-9]{4})|([0-9]?[0-9])"></xsd:pattern>
 		</xsd:restriction>
 	</xsd:simpleType>
 	<xsd:element name="File" type="FileElt">
@@ -265,7 +265,7 @@
 	</xsd:element>
 	<xsd:complexType name="OfficeDocumentSettingsElt">
 		<xsd:sequence>
-			<xsd:element name="DownloadComponents" form="qualified" minOccurs="0">
+			<xsd:element name="DownloadComponents" type="xsd:string" form="qualified" minOccurs="0">
 				<xsd:annotation>
 					<xsd:documentation>Not used by Microsoft Office Word 2003 or Microsoft Office Excel 2003.</xsd:documentation>
 				</xsd:annotation>

Analytics