summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/omdoccc.rng
blob: 100d6aaa18324495397904793b172774228943cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>