xref: /aosp_15_r20/external/libxml2/test/relaxng/demo3.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*7c568831SAndroid Build Coastguard Worker<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">
3*7c568831SAndroid Build Coastguard Worker
4*7c568831SAndroid Build Coastguard Worker   <define name="TEI.prose" combine="interleave">
5*7c568831SAndroid Build Coastguard Worker      <ref name="IGNORE"/>
6*7c568831SAndroid Build Coastguard Worker   </define>
7*7c568831SAndroid Build Coastguard Worker
8*7c568831SAndroid Build Coastguard Worker</grammar>