etc/schema/schemas.xml: Update to latest Emacs version

See 5214f526a (Copy over etc/schema/schemas.xml from Emacs,
2020-12-12) for the rationale.

This is from Emacs commit b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26.
This commit is contained in:
Kyle Meyer 2021-09-28 23:36:11 -04:00
parent 062b15165a
commit 8a2b45cc0e
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- Copyright (C) 2003-2004, 2007-2020 Free Software Foundation, Inc.
<!-- Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@ -31,6 +31,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
<namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
<namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
uri="locate.rnc"/>
<namespace ns="urn:oasis:names:tc:opendocument:xmlns:office:1.0" typeId="LibreOffice"/>
<namespace ns="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" typeId="LibreOffice"/>
<namespace ns="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" typeId="LibreOffice"/>
<namespace ns="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" typeId="OpenDocument Manifest"/>
<documentElement localName="stylesheet" typeId="XSLT"/>
<documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
@ -59,7 +63,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
<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="LibreOffice" uri="OpenDocument-schema-v1.3+libreoffice.rnc"/>
<typeId id="OpenDocument Manifest" uri="od-manifest-schema-v1.2-os.rnc"/>
</locatingRules>