Update ooo320-m1
[ooovba.git] / testautomation / xml / optional / input / docbook / productionset.002.xml
blobc526639a7f128eb3e9a6bea7a9216e193f7fc92c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.0//EN"
3                   "http://www.oasis-open.org/docbook/xml/ebnf/1.0/dbebnf.dtd">
4 <article>
5 <articleinfo>
6 <title>Unit Test: productionset.002</title>
7 <releaseinfo role="CVS">$Id: productionset.002.xml,v 1.2 2008-07-11 07:53:26 rt Exp $</releaseinfo>
8 <author><firstname>Norman</firstname><surname>Walsh</surname>
9         <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
10 </author>
11 </articleinfo>
13 <productionset><title>Character Range</title>
14 <production id="NT-Char">
15 <lhs>Char</lhs>
16 <rhs>#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD]
17 <!-- The above line break in the source file has nothing to do with the
18 line breaks in the output. -->
19 | [#x10000-#x10FFFF]
20 <lineannotation>any Unicode character, excluding the surrogate
21 blocks, FFFE, and FFFF.
22 </lineannotation>
23 </rhs>
24 </production>
25 </productionset>
27 </article>