Office Open XML file formats: Difference between revisions

Content deleted Content added
Alkarex (talk | contribs)
Fix MIME type
m Replaced obsolete tt tags and reduced Lint errors
Line 201:
=== WordprocessingML (WML) ===
 
Word processing documents use the XML vocabulary known as WordprocessingML normatively defined by the schema <ttcode>wml.xsd</ttcode> which accompanies the standard. This vocabulary is defined in clause 11 of Part 1.<ref name="ISO/IEC 29500-1:2016">{{ cite web | url=http://standards.iso.org/ittf/PubliclyAvailableStandards/c071691_ISO_IEC_29500-1_2016.zip | title=ISO/IEC 29500-1:2016 | date=2016-11-01 | publisher=ISO and IEC}}</ref>
 
=== SpreadsheetML (SML) ===
 
Spreadsheet documents use the XML vocabulary known as SpreadsheetML normatively defined by the schema <ttcode>sml.xsd</ttcode> which accompanies the standard. This vocabulary is described in clause 12 of Part 1.<ref name="ISO/IEC 29500-1:2016"/>
 
Each worksheet in a spreadsheet is represented by an XML document with a root element named {{tag|worksheet}} in the {{LinkBlue|<nowiki>http://schemas.openxmlformats.org/spreadsheetml/2006/main</nowiki>}} Namespace.