diff options
author | Rasmus <rasmus@gmx.us> | 2017-06-22 11:16:38 +0200 |
---|---|---|
committer | Rasmus <rasmus@gmx.us> | 2017-06-22 11:54:27 +0200 |
commit | 1ce7864d1f3fc81257193b8cece934f984285c92 (patch) | |
tree | 5ba9c6d6ba110ba0682d90c22389d0a301d0380d /etc/schema | |
parent | 5cecd275820df825c51bf9a27fcc7e35f30ff273 (diff) | |
download | emacs-1ce7864d1f3fc81257193b8cece934f984285c92.tar.gz emacs-1ce7864d1f3fc81257193b8cece934f984285c92.tar.bz2 emacs-1ce7864d1f3fc81257193b8cece934f984285c92.zip |
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')
-rw-r--r-- | etc/schema/schemas.xml | 6 |
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> |