summaryrefslogtreecommitdiff
path: root/writerfilter/documentation
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-19 23:21:48 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-19 23:26:09 +0200
commit8b6ce55b90558703a8748c30690f6d5ecaf60d66 (patch)
tree467d2e69e21e1fe0a8242e307c4999b698952783 /writerfilter/documentation
parenta5396d64a4db684672b1e65ec32acf0070f645ce (diff)
writerfilter: remove now unused namespace-alias elements
Change-Id: If58b3a9f5b1d79d164bb1c2a7c18aa4f99f00ca8
Diffstat (limited to 'writerfilter/documentation')
-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