diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rng/omdoccc.rng')
-rw-r--r-- | Master/texmf-dist/source/latex/stex/schema/rng/omdoccc.rng | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rng/omdoccc.rng b/Master/texmf-dist/source/latex/stex/schema/rng/omdoccc.rng deleted file mode 100644 index 100d6aaa183..00000000000 --- a/Master/texmf-dist/source/latex/stex/schema/rng/omdoccc.rng +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<grammar xmlns="http://relaxng.org/ns/structure/1.0"> - <!-- - A RelaxNG for Open Mathematical documents (OMDoc 1.3) Module CC - $Id: omdoccc.rnc 8959 2011-09-02 06:01:43Z kohlhase $ - $HeadURL: https://svn.omdoc.org/repos/omdoc/branches/omdoc-1.3/schema/rnc/omdoccc.rnc $ - See the documentation and examples at http://www.omdoc.org - Copyright (c) 2004-2010 Michael Kohlhase, released under the GNU Public License (GPL) - --> - <!-- we include the OMDoc version of cc metadata and specialize the description --> - <define name="license"> - <grammar> - <include href="creativecommons.rng"> - <define name="description"> - <parentRef name="plike.class"/> - </define> - </include> - </grammar> - </define> - <define name="metadata.class" combine="interleave"> - <zeroOrMore> - <ref name="license"/> - </zeroOrMore> - </define> -</grammar> |