xref: /aosp_15_r20/external/libxml2/test/relaxng/demo.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?xml version="1.0" encoding="iso-8859-1"?>
2<grammar xmlns="http://relaxng.org/ns/structure/1.0"
3 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
4
5<include href="demo2.rng">
6<define name="TEI.prose"><ref name="INCLUDE"/></define>
7</include>
8</grammar>
9
10
11
12