You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
583 B
23 lines
583 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:t="http://www.thaiopensource.com/ns/annotations" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
|
|
|
<start>
|
|
<ref name="TEI.2"/>
|
|
</start>
|
|
<define name="IGNORE">
|
|
<notAllowed/>
|
|
</define>
|
|
<define name="INCLUDE">
|
|
<empty/>
|
|
</define>
|
|
|
|
|
|
<include href="demo3.rng"/>
|
|
|
|
<define name="TEI.2">
|
|
<element name="TEI.2">
|
|
<text/>
|
|
</element>
|
|
</define>
|
|
|
|
</grammar> |