https://github.com/TEIC/TEI
Raw File
Tip revision: 9d83ddcb86e7bca8518f515193f05c33fc17b639 authored by Sebastian Rahtz on 07 July 2010, 22:24:41 UTC
create tag of P5 release 1.7.0
Tip revision: 9d83ddc
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