summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-06-03 23:59:19 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-06-03 23:59:19 +0200
commit34b6eb4b12aa5310a089b6d8376e379204eb4847 (patch)
treee9f3c58c42e3b7adec36b7bb3b11d2794fbb1063
parent9c5c916b3bd16d2322ee81025de20263b31e2b63 (diff)
Added forgotten wml doc main type
-rw-r--r--examples/ooxml-strict/dumpsample.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/examples/ooxml-strict/dumpsample.py b/examples/ooxml-strict/dumpsample.py
index 2f8a58a..87f9b88 100644
--- a/examples/ooxml-strict/dumpsample.py
+++ b/examples/ooxml-strict/dumpsample.py
@@ -44,6 +44,10 @@ xml_type_map = [
"http://schemas.openxmlformats.org/wordprocessingml/2006/main",
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"),
+ ("application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
+ "http://schemas.openxmlformats.org/wordprocessingml/2006/main",
+ "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"),
+
("application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml",
"http://schemas.openxmlformats.org/wordprocessingml/2006/main",
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/glossaryDocument"),
@@ -252,9 +256,10 @@ xml_type_map = [
"http://schemas.openxmlformats.org/package/2006/digital-signature",
"http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/signature"),
- ("application/vnd.openxmlformats-package.core-properties+xml",
- "http://schemas.openxmlformats.org/package/2006/metadata/core-properties",
- "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties"),
+# no schema
+# ("application/vnd.openxmlformats-package.core-properties+xml",
+# "http://schemas.openxmlformats.org/package/2006/metadata/core-properties",
+# "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties"),
("application/vnd.openxmlformats-officedocument.custom-properties+xml",
"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",