Revision 2e737cd34207c30f7af1fa2f77ccaca61398380b authored by James Cummings on 24 June 2013, 17:59:43 UTC, committed by James Cummings on 24 June 2013, 17:59:43 UTC
1 parent c4b54d1
Raw File
relax.rng
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by DTDinst version 2001-12-03. -->
<grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" ns="http://www.w3.org/2000/svg">
  <include href="Exemplars/relaxng.rng"/>
  <start>
    <choice>
      <ref name="pattern"/>
      <ref name="define"/>
    </choice>
  </start>
</grammar>
back to top