You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/14 15:23:39 UTC

[78/84] incubator-corinthia git commit: moved schemas to /experiments

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Chart.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Chart.rng b/experiments/schemas/OOXML/transitional/DrawingML_Chart.rng
new file mode 100644
index 0000000..530ce9e
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Chart.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-chart.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <start>
+    <ref name="dchrt_chartSpace"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Chart_Drawing.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Chart_Drawing.rng b/experiments/schemas/OOXML/transitional/DrawingML_Chart_Drawing.rng
new file mode 100644
index 0000000..3b65786
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Chart_Drawing.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-chart.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <start>
+    <ref name="dchrt_userShapes"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Colors.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Colors.rng b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Colors.rng
new file mode 100644
index 0000000..422d1d0
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Colors.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-diagram.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="ddgrm_colorsDef"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Data.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Data.rng b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Data.rng
new file mode 100644
index 0000000..d062716
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Data.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-diagram.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="ddgrm_dataModel"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Layout_Definition.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Layout_Definition.rng b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Layout_Definition.rng
new file mode 100644
index 0000000..00c03b2
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Layout_Definition.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-diagram.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="ddgrm_layoutDef"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Style.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Style.rng b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Style.rng
new file mode 100644
index 0000000..b75231b
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Diagram_Style.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-diagram.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="ddgrm_styleDef"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Table_Styles.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Table_Styles.rng b/experiments/schemas/OOXML/transitional/DrawingML_Table_Styles.rng
new file mode 100644
index 0000000..a3934f9
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Table_Styles.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-main.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="a_tblStyleLst"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Theme.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Theme.rng b/experiments/schemas/OOXML/transitional/DrawingML_Theme.rng
new file mode 100644
index 0000000..d29cc85
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Theme.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-main.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="a_theme"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/DrawingML_Theme_Override.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/DrawingML_Theme_Override.rng b/experiments/schemas/OOXML/transitional/DrawingML_Theme_Override.rng
new file mode 100644
index 0000000..0dbcc12
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/DrawingML_Theme_Override.rng
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-main.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="a_themeOverride"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Comment_Authors.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Comment_Authors.rng b/experiments/schemas/OOXML/transitional/PresentationML_Comment_Authors.rng
new file mode 100644
index 0000000..a1668ce
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Comment_Authors.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_cmAuthorLst"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Comments.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Comments.rng b/experiments/schemas/OOXML/transitional/PresentationML_Comments.rng
new file mode 100644
index 0000000..6957b22
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Comments.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_cmLst"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Handout_Master.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Handout_Master.rng b/experiments/schemas/OOXML/transitional/PresentationML_Handout_Master.rng
new file mode 100644
index 0000000..80e1770
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Handout_Master.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_handoutMaster"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Notes_Master.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Notes_Master.rng b/experiments/schemas/OOXML/transitional/PresentationML_Notes_Master.rng
new file mode 100644
index 0000000..f539a52
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Notes_Master.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_notesMaster"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Notes_Slide.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Notes_Slide.rng b/experiments/schemas/OOXML/transitional/PresentationML_Notes_Slide.rng
new file mode 100644
index 0000000..f13ecd3
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Notes_Slide.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_notes"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Presentation.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Presentation.rng b/experiments/schemas/OOXML/transitional/PresentationML_Presentation.rng
new file mode 100644
index 0000000..1bebe50
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Presentation.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_presentation"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Presentation_Properties.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Presentation_Properties.rng b/experiments/schemas/OOXML/transitional/PresentationML_Presentation_Properties.rng
new file mode 100644
index 0000000..bee2c84
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Presentation_Properties.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_presentationPr"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Slide.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Slide.rng b/experiments/schemas/OOXML/transitional/PresentationML_Slide.rng
new file mode 100644
index 0000000..2f1b5f3
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Slide.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_sld"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Slide_Layout.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Slide_Layout.rng b/experiments/schemas/OOXML/transitional/PresentationML_Slide_Layout.rng
new file mode 100644
index 0000000..4f9e4b7
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Slide_Layout.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_sldLayout"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Slide_Master.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Slide_Master.rng b/experiments/schemas/OOXML/transitional/PresentationML_Slide_Master.rng
new file mode 100644
index 0000000..eaf8371
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Slide_Master.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_sldMaster"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_Slide_Synchronization_Data.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_Slide_Synchronization_Data.rng b/experiments/schemas/OOXML/transitional/PresentationML_Slide_Synchronization_Data.rng
new file mode 100644
index 0000000..36ce428
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_Slide_Synchronization_Data.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_sldSyncPr"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_User-Defined_Tags.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_User-Defined_Tags.rng b/experiments/schemas/OOXML/transitional/PresentationML_User-Defined_Tags.rng
new file mode 100644
index 0000000..5953899
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_User-Defined_Tags.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_tagLst"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/PresentationML_View_Properties.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/PresentationML_View_Properties.rng b/experiments/schemas/OOXML/transitional/PresentationML_View_Properties.rng
new file mode 100644
index 0000000..581ea4d
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/PresentationML_View_Properties.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="pml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="p_viewPr"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/Shared_Additional_Characteristics.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/Shared_Additional_Characteristics.rng b/experiments/schemas/OOXML/transitional/Shared_Additional_Characteristics.rng
new file mode 100644
index 0000000..27d74c2
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/Shared_Additional_Characteristics.rng
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="shared-additionalCharacteristics.rng"/>
+  <start>
+    <ref name="shrdChr_additionalCharacteristics"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/Shared_Bibliography.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/Shared_Bibliography.rng b/experiments/schemas/OOXML/transitional/Shared_Bibliography.rng
new file mode 100644
index 0000000..157d455
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/Shared_Bibliography.rng
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="shared-bibliography.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <start>
+    <ref name="shrdBib_Sources"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/Shared_Custom_File_Properties.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/Shared_Custom_File_Properties.rng b/experiments/schemas/OOXML/transitional/Shared_Custom_File_Properties.rng
new file mode 100644
index 0000000..2fa8ed2
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/Shared_Custom_File_Properties.rng
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="shared-documentPropertiesCustom.rng"/>
+  <include href="shared-documentPropertiesVariantTypes.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <start>
+    <ref name="shdCstm_Properties"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/Shared_Custom_XML_Data_Storage_Properties.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/Shared_Custom_XML_Data_Storage_Properties.rng b/experiments/schemas/OOXML/transitional/Shared_Custom_XML_Data_Storage_Properties.rng
new file mode 100644
index 0000000..336ec82
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/Shared_Custom_XML_Data_Storage_Properties.rng
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="shared-customXmlDataProperties.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <start>
+    <ref name="ds_datastoreItem"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/Shared_Extended_File_Properties.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/Shared_Extended_File_Properties.rng b/experiments/schemas/OOXML/transitional/Shared_Extended_File_Properties.rng
new file mode 100644
index 0000000..cb3286c
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/Shared_Extended_File_Properties.rng
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="shared-documentPropertiesExtended.rng"/>
+  <include href="shared-documentPropertiesVariantTypes.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <start>
+    <ref name="shdDcEP_Properties"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Calculation_Chain.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Calculation_Chain.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Calculation_Chain.rng
new file mode 100644
index 0000000..4b643df
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Calculation_Chain.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_calcChain"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Chartsheet.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Chartsheet.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Chartsheet.rng
new file mode 100644
index 0000000..778d403
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Chartsheet.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_chartsheet"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Comments.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Comments.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Comments.rng
new file mode 100644
index 0000000..a7b1d3a
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Comments.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_comments"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Connections.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Connections.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Connections.rng
new file mode 100644
index 0000000..e860cd8
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Connections.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_connections"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Custom_XML_Mappings.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Custom_XML_Mappings.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Custom_XML_Mappings.rng
new file mode 100644
index 0000000..8db55b9
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Custom_XML_Mappings.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_MapInfo"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Dialogsheet.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Dialogsheet.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Dialogsheet.rng
new file mode 100644
index 0000000..b38ac2c
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Dialogsheet.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_dialogsheet"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Drawing.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Drawing.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Drawing.rng
new file mode 100644
index 0000000..63cffe4
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Drawing.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="xdr_wsDr"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_External_Workbook_References.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_External_Workbook_References.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_External_Workbook_References.rng
new file mode 100644
index 0000000..e4d6f33
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_External_Workbook_References.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_externalLink"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Metadata.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Metadata.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Metadata.rng
new file mode 100644
index 0000000..e9a3ce9
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Metadata.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_metadata"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table.rng
new file mode 100644
index 0000000..654c917
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_pivotTableDefinition"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Definition.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Definition.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Definition.rng
new file mode 100644
index 0000000..f57e104
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Definition.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_pivotCacheDefinition"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Records.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Records.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Records.rng
new file mode 100644
index 0000000..3765827
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Pivot_Table_Cache_Records.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_pivotCacheRecords"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Query_Table.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Query_Table.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Query_Table.rng
new file mode 100644
index 0000000..e645e92
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Query_Table.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_queryTable"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_String_Table.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_String_Table.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_String_Table.rng
new file mode 100644
index 0000000..a561e11
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_String_Table.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_sst"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Headers.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Headers.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Headers.rng
new file mode 100644
index 0000000..a8d291f
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Headers.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_headers"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Log.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Log.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Log.rng
new file mode 100644
index 0000000..70e0c57
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_Revision_Log.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_revisions"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_User_Data.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_User_Data.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_User_Data.rng
new file mode 100644
index 0000000..fd3a6fb
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Shared_Workbook_User_Data.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_users"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Single_Cell_Table_Definitions.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Single_Cell_Table_Definitions.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Single_Cell_Table_Definitions.rng
new file mode 100644
index 0000000..b770e99
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Single_Cell_Table_Definitions.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_singleXmlCells"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Styles.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Styles.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Styles.rng
new file mode 100644
index 0000000..120b146
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Styles.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_styleSheet"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Table_Definitions.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Table_Definitions.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Table_Definitions.rng
new file mode 100644
index 0000000..2e5cd66
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Table_Definitions.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_table"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Volatile_Dependencies.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Volatile_Dependencies.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Volatile_Dependencies.rng
new file mode 100644
index 0000000..2c0d817
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Volatile_Dependencies.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_volTypes"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Workbook.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Workbook.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Workbook.rng
new file mode 100644
index 0000000..1b91789
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Workbook.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_workbook"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/SpreadsheetML_Worksheet.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/SpreadsheetML_Worksheet.rng b/experiments/schemas/OOXML/transitional/SpreadsheetML_Worksheet.rng
new file mode 100644
index 0000000..c5bad09
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/SpreadsheetML_Worksheet.rng
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="sml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="any.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-spreadsheetDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <start>
+    <ref name="sml_worksheet"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/VML_Drawing.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/VML_Drawing.rng b/experiments/schemas/OOXML/transitional/VML_Drawing.rng
new file mode 100644
index 0000000..93a932a
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/VML_Drawing.rng
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <element name="xml">
+      <zeroOrMore>
+        <choice>
+          <ref name="vml-main"/>
+          <ref name="vml-officeDrawing"/>
+          <ref name="vml-spreadsheetDrawing"/>
+          <ref name="vml-presentationDrawing"/>
+        </choice>
+      </zeroOrMore>
+    </element>
+  </start>
+  <define name="vml-main">
+    <choice>
+      <ref name="v_shape"/>
+      <ref name="v_shapetype"/>
+      <ref name="v_group"/>
+      <ref name="v_background"/>
+      <ref name="v_fill"/>
+      <ref name="v_formulas"/>
+      <ref name="v_handles"/>
+      <ref name="v_imagedata"/>
+      <ref name="v_path"/>
+      <ref name="v_textbox"/>
+      <ref name="v_shadow"/>
+      <ref name="v_stroke"/>
+      <ref name="v_textpath"/>
+      <ref name="v_arc"/>
+      <ref name="v_curve"/>
+      <ref name="v_image"/>
+      <ref name="v_line"/>
+      <ref name="v_oval"/>
+      <ref name="v_polyline"/>
+      <ref name="v_rect"/>
+      <ref name="v_roundrect"/>
+    </choice>
+  </define>
+  <define name="vml-officeDrawing">
+    <choice>
+      <ref name="o_shapedefaults"/>
+      <ref name="o_shapelayout"/>
+      <ref name="o_signatureline"/>
+      <ref name="o_ink"/>
+      <ref name="o_diagram"/>
+      <ref name="o_equationxml"/>
+      <ref name="o_skew"/>
+      <ref name="o_extrusion"/>
+      <ref name="o_callout"/>
+      <ref name="o_lock"/>
+      <ref name="o_OLEObject"/>
+      <ref name="o_complex"/>
+      <ref name="o_left"/>
+      <ref name="o_top"/>
+      <ref name="o_right"/>
+      <ref name="o_bottom"/>
+      <ref name="o_column"/>
+      <ref name="o_clippath"/>
+      <ref name="o_fill"/>
+    </choice>
+  </define>
+  <define name="vml-wordprocessingDrawing">
+    <choice>
+      <ref name="w10_bordertop"/>
+      <ref name="w10_borderleft"/>
+      <ref name="w10_borderright"/>
+      <ref name="w10_borderbottom"/>
+      <ref name="w10_wrap"/>
+      <ref name="w10_anchorlock"/>
+    </choice>
+  </define>
+  <define name="vml-spreadsheetDrawing">
+    <ref name="x_ClientData"/>
+  </define>
+  <define name="vml-presentationDrawing">
+    <choice>
+      <ref name="pvml_iscomment"/>
+      <ref name="pvml_textdata"/>
+    </choice>
+  </define>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Comments.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Comments.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Comments.rng
new file mode 100644
index 0000000..65443e6
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Comments.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_comments"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Document_Settings.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Document_Settings.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Document_Settings.rng
new file mode 100644
index 0000000..0aa4ea3
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Document_Settings.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_settings"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Endnotes.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Endnotes.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Endnotes.rng
new file mode 100644
index 0000000..433d309
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Endnotes.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_endnotes"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Font_Table.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Font_Table.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Font_Table.rng
new file mode 100644
index 0000000..2f45083
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Font_Table.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_fonts"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Footer.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Footer.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Footer.rng
new file mode 100644
index 0000000..a34ccc6
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Footer.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_ftr"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Footnotes.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Footnotes.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Footnotes.rng
new file mode 100644
index 0000000..47c2631
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Footnotes.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_footnotes"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Glossary_Document.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Glossary_Document.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Glossary_Document.rng
new file mode 100644
index 0000000..3ce75aa
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Glossary_Document.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_glossaryDocument"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Header.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Header.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Header.rng
new file mode 100644
index 0000000..26d5f94
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Header.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_hdr"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Mail_Merge_Recipient_Data.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Mail_Merge_Recipient_Data.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Mail_Merge_Recipient_Data.rng
new file mode 100644
index 0000000..8b2f774
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Mail_Merge_Recipient_Data.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_recipients"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Main_Document.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Main_Document.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Main_Document.rng
new file mode 100644
index 0000000..7f0800d
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Main_Document.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_document"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Numbering_Definitions.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Numbering_Definitions.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Numbering_Definitions.rng
new file mode 100644
index 0000000..6610d81
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Numbering_Definitions.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_numbering"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Style_Definitions.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Style_Definitions.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Style_Definitions.rng
new file mode 100644
index 0000000..2137e92
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Style_Definitions.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_styles"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/WordprocessingML_Web_Settings.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/WordprocessingML_Web_Settings.rng b/experiments/schemas/OOXML/transitional/WordprocessingML_Web_Settings.rng
new file mode 100644
index 0000000..e47d75b
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/WordprocessingML_Web_Settings.rng
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <include href="wml.rng"/>
+  <include href="shared-relationshipReference.rng"/>
+  <include href="dml-wordprocessingDrawing.rng"/>
+  <include href="dml-main.rng"/>
+  <include href="dml-diagram.rng"/>
+  <include href="shared-commonSimpleTypes.rng"/>
+  <include href="dml-lockedCanvas.rng"/>
+  <include href="any.rng"/>
+  <include href="dml-chart.rng"/>
+  <include href="dml-chartDrawing.rng"/>
+  <include href="dml-picture.rng"/>
+  <include href="vml-presentationDrawing.rng"/>
+  <include href="xml.rng"/>
+  <include href="shared-customXmlSchemaProperties.rng"/>
+  <include href="vml-officeDrawing.rng"/>
+  <include href="vml-main.rng"/>
+  <include href="vml-spreadsheetDrawing.rng"/>
+  <include href="vml-wordprocessingDrawing.rng"/>
+  <include href="shared-math.rng"/>
+  <start>
+    <ref name="w_webSettings"/>
+  </start>
+</grammar>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8c610197/experiments/schemas/OOXML/transitional/any.rng
----------------------------------------------------------------------
diff --git a/experiments/schemas/OOXML/transitional/any.rng b/experiments/schemas/OOXML/transitional/any.rng
new file mode 100644
index 0000000..ed46939
--- /dev/null
+++ b/experiments/schemas/OOXML/transitional/any.rng
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+  <define name="anyElement">
+    <element>
+      <anyName/>
+      <zeroOrMore>
+        <ref name="anyAttribute"/>
+      </zeroOrMore>
+      <optional>
+        <text/>
+      </optional>
+      <zeroOrMore>
+        <ref name="anyElement"/>
+      </zeroOrMore>
+    </element>
+  </define>
+  <define name="anyAttribute">
+    <attribute>
+      <anyName/>
+    </attribute>
+  </define>
+</grammar>