https://github.com/TEIC/TEI
Raw File
Tip revision: 5106b71beea152efd1855c3d1b88d2e77b1e65dd authored by Hugh Cayless on 17 January 2013, 22:19:47 UTC
Tagging the 2.3.0 release of P5.
Tip revision: 5106b71
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"/>
    </choice>
  </start>
</grammar>
back to top