104 lines
5.7 KiB
Text
104 lines
5.7 KiB
Text
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
# This file incorporates work covered by the following license notice:
|
|
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
# with this work for additional information regarding copyright
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy of
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
#
|
|
|
|
# generic XML -----------------------------------------------------------------
|
|
|
|
xml http://www.w3.org/XML/1998/namespace
|
|
schema http://schemas.openxmlformats.org/schemaLibrary/2006/main
|
|
xsi http://www.w3.org/2001/XMLSchema-instance
|
|
|
|
# package ---------------------------------------------------------------------
|
|
|
|
packageContentTypes http://schemas.openxmlformats.org/package/2006/content-types
|
|
packageMetaCorePr http://schemas.openxmlformats.org/package/2006/metadata/core-properties
|
|
packageRel http://schemas.openxmlformats.org/package/2006/relationships
|
|
|
|
# office shared ---------------------------------------------------------------
|
|
|
|
officeCustomPr http://schemas.openxmlformats.org/officeDocument/2006/custom-properties
|
|
officeDocPropsVT http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
|
|
officeExtPr http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
|
|
officeMath http://schemas.openxmlformats.org/officeDocument/2006/math
|
|
officeRel http://schemas.openxmlformats.org/officeDocument/2006/relationships
|
|
officeRelTheme http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme
|
|
|
|
# applications ----------------------------------------------------------------
|
|
|
|
doc http://schemas.openxmlformats.org/wordprocessingml/2006/main
|
|
xls http://schemas.openxmlformats.org/spreadsheetml/2006/main
|
|
ppt http://schemas.openxmlformats.org/presentationml/2006/main
|
|
|
|
# drawing ---------------------------------------------------------------------
|
|
|
|
dml http://schemas.openxmlformats.org/drawingml/2006/main
|
|
dsp http://schemas.microsoft.com/office/drawing/2008/diagram
|
|
dmlChart http://schemas.openxmlformats.org/drawingml/2006/chart
|
|
dmlChartDr http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
|
|
dmlDiagram http://schemas.openxmlformats.org/drawingml/2006/diagram
|
|
dmlLockedCanvas http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas
|
|
dmlPicture http://schemas.openxmlformats.org/drawingml/2006/picture
|
|
dmlSpreadDr http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
|
|
dmlWordDr http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
|
|
|
|
# VML -------------------------------------------------------------------------
|
|
|
|
vml urn:schemas-microsoft-com:vml
|
|
vmlExcel urn:schemas-microsoft-com:office:excel
|
|
vmlOffice urn:schemas-microsoft-com:office:office
|
|
vmlPowerpoint urn:schemas-microsoft-com:office:powerpoint
|
|
vmlWord urn:schemas-microsoft-com:office:word
|
|
|
|
# other -----------------------------------------------------------------------
|
|
|
|
ax http://schemas.microsoft.com/office/2006/activeX
|
|
dc http://purl.org/dc/elements/1.1/
|
|
dcTerms http://purl.org/dc/terms/
|
|
dcmiType http://purl.org/dc/dcmitype/
|
|
xm http://schemas.microsoft.com/office/excel/2006/main
|
|
mce http://schemas.openxmlformats.org/markup-compatibility/2006
|
|
mceTest http://schemas.openxmlformats.org/spreadsheetml/2006/main/v2
|
|
|
|
# MSO 2010 extensions ---------------------------------------------------------
|
|
|
|
wps http://schemas.microsoft.com/office/word/2010/wordprocessingShape
|
|
wpg http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
|
|
wp14 http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
|
|
w14 http://schemas.microsoft.com/office/word/2010/wordml
|
|
a14 http://schemas.microsoft.com/office/drawing/2010/main
|
|
p14 http://schemas.microsoft.com/office/powerpoint/2010/main
|
|
wpc http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas
|
|
|
|
# MSO 2012/2013 extensions ---------------------------------------------------------
|
|
|
|
w15 http://schemas.microsoft.com/office/word/2012/wordml
|
|
p15 http://schemas.microsoft.com/office/powerpoint/2012/main
|
|
x12ac http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac
|
|
c15 http://schemas.microsoft.com/office/drawing/2012/chart
|
|
xr2 http://schemas.microsoft.com/office/spreadsheetml/2015/revision2
|
|
xr16 http://schemas.microsoft.com/office/spreadsheetml/2017/revision16
|
|
|
|
# extlst namespaces
|
|
|
|
adec http://schemas.microsoft.com/office/drawing/2017/decorative
|
|
asvg http://schemas.microsoft.com/office/drawing/2016/SVG/main
|
|
|
|
# xls14Lst for features introduced by excel 2010
|
|
xls14Lst http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
|
|
|
|
# LibreOffice's own extensions
|
|
loext http://schemas.libreoffice.org/
|