diff options
| -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/>. --> | |||
| 55 | <typeId id="XHTML" uri="xhtml.rnc"/> | 55 | <typeId id="XHTML" uri="xhtml.rnc"/> |
| 56 | <typeId id="DocBook" uri="docbook.rnc"/> | 56 | <typeId id="DocBook" uri="docbook.rnc"/> |
| 57 | <typeId id="RDF" uri="rdfxml.rnc"/> | 57 | <typeId id="RDF" uri="rdfxml.rnc"/> |
| 58 | |||
| 59 | <documentElement prefix="office" typeId="OpenDocument"/> | ||
| 60 | <documentElement prefix="manifest" localName="manifest" typeId="OpenDocument Manifest"/> | ||
| 61 | <typeId id="OpenDocument" uri="od-schema-v1.2-os.rnc"/> | ||
| 62 | <typeId id="OpenDocument Manifest" uri="od-manifest-schema-v1.2-os.rnc"/> | ||
| 63 | |||
| 58 | </locatingRules> | 64 | </locatingRules> |