@@ -7,7 +7,11 @@ export const XMLNS_METADATA_CORE_PROPERTIES: string = "http://schemas.openxmlfor
77export const XMLNS_DC_CORE_PROPERTIES : string = "http://purl.org/dc/elements/1.1/" ;
88export const XMLNS_DC_TERMS_CORE_PROPERTIES : string = "http://purl.org/dc/terms/" ;
99export const XMLNS_DCMI_TYPE_CORE_PROPERTIES : string = "http://purl.org/dc/dcmitype/" ;
10+ export const XMLNS_MC : string = "http://schemas.openxmlformats.org/markup-compatibility/2006" ;
1011export const XMLNS_XSI_XML_SCHEMA_INSTANCE : string = "http://www.w3.org/2001/XMLSchema-instance" ;
12+ export const XMLNS_X14AC : string = "http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" ;
13+ export const XMLNS_X16R2 : string = "http://schemas.microsoft.com/office/spreadsheetml/2015/02/main" ;
14+ export const XMLNS_XR : string = "http://schemas.microsoft.com/office/spreadsheetml/2014/revision" ;
1115export const XMLNS_DOC_PROPS_V_TYPES : string = "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes" ;
1216export const EXTENSION_RELS_SCHEMA : string = "application/vnd.openxmlformats-package.relationships+xml" ;
1317export const EXTENSION_XML_SCHEMA : string = "application/xml" ;
0 commit comments