Revision 2b0ca3ab5e3122f4d93acec6c992c7232b6fa63b authored by Martin Holmes on 23 June 2013, 19:40:26 UTC, committed by Martin Holmes on 23 June 2013, 19:40:26 UTC
1 parent b4e04e6
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