summaryrefslogtreecommitdiff
path: root/writerfilter/documentation/ooxml/model.rng
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/documentation/ooxml/model.rng')
-rw-r--r--writerfilter/documentation/ooxml/model.rng17
1 files changed, 0 insertions, 17 deletions
diff --git a/writerfilter/documentation/ooxml/model.rng b/writerfilter/documentation/ooxml/model.rng
index 7c6c2fcbf46b..6f365ff6e913 100644
--- a/writerfilter/documentation/ooxml/model.rng
+++ b/writerfilter/documentation/ooxml/model.rng
@@ -222,9 +222,6 @@ documentation for that file. The schema has two parts:
<define name="model-element">
<element name="model">
<oneOrMore>
- <ref name="namespace-alias-element"/>
- </oneOrMore>
- <oneOrMore>
<ref name="token-element"/>
</oneOrMore>
<oneOrMore>
@@ -234,20 +231,6 @@ documentation for that file. The schema has two parts:
</define>
<!--
- A namespace-alias element defines an alias for an URI. Multiple URI's
- can have the same alias, that's how both strict and transitional OOXML is
- supported by the same tokenizer.
- -->
- <define name="namespace-alias-element">
- <element name="namespace-alias">
- <!-- The URI of the namespace, e.g. http://schemas.openxmlformats.org/wordprocessingml/2006/main -->
- <attribute name="name"/>
- <!-- The alias of the namespace, e.g. w14 -->
- <attribute name="alias"/>
- </element>
- </define>
-
- <!--
A token element can explicitly define a token. This allows generating
such a token in the tokenizers and handling it in the domain mapper. Ideally
tokens are *not* defined this way, they are mapped to an XML element or