]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Org schemas.xml contents to Emacs schemas.xml
authorRasmus <rasmus@gmx.us>
Thu, 22 Jun 2017 09:16:38 +0000 (11:16 +0200)
committerRasmus <rasmus@gmx.us>
Thu, 22 Jun 2017 09:54:27 +0000 (11:54 +0200)
Entries from the Org version of schemas.xml have been added to
the Emacs version of schemas.xml.

etc/schema/schemas.xml

index d217d6edfb34f9fe3605b5e45be3e3d92a457419..97b29617c79b8b1672d2c5cbf75e7425c43873f3 100644 (file)
@@ -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>