summaryrefslogtreecommitdiff
path: root/etc/schema/schemas.xml
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2017-06-22 11:16:38 +0200
committerRasmus <rasmus@gmx.us>2017-06-22 11:54:27 +0200
commit1ce7864d1f3fc81257193b8cece934f984285c92 (patch)
tree5ba9c6d6ba110ba0682d90c22389d0a301d0380d /etc/schema/schemas.xml
parent5cecd275820df825c51bf9a27fcc7e35f30ff273 (diff)
downloademacs-1ce7864d1f3fc81257193b8cece934f984285c92.tar.gz
Add Org schemas.xml contents to Emacs schemas.xml
Entries from the Org version of schemas.xml have been added to the Emacs version of schemas.xml.
Diffstat (limited to 'etc/schema/schemas.xml')
-rw-r--r--etc/schema/schemas.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml
index d217d6edfb3..97b29617c79 100644
--- a/etc/schema/schemas.xml
+++ b/etc/schema/schemas.xml
@@ -55,4 +55,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -->
<typeId id="XHTML" uri="xhtml.rnc"/>
<typeId id="DocBook" uri="docbook.rnc"/>
<typeId id="RDF" uri="rdfxml.rnc"/>
+
+ <documentElement prefix="office" typeId="OpenDocument"/>
+ <documentElement prefix="manifest" localName="manifest" typeId="OpenDocument Manifest"/>
+ <typeId id="OpenDocument" uri="od-schema-v1.2-os.rnc"/>
+ <typeId id="OpenDocument Manifest" uri="od-manifest-schema-v1.2-os.rnc"/>
+
</locatingRules>