source: BOOK/schema/clfs/0.1/rng/dbnotnx.rng@ f67564c

Last change on this file since f67564c was 4fe47e3, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Add the initial changes for a new xml format for the packages part
of the book. This is still preliminary and currently is pretty
broken, more to come in the future as bugs get squashed.

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<grammar xmlns="http://relaxng.org/ns/structure/1.0">
3 <!-- ...................................................................... -->
4 <!-- DocBook notations module V4.5 ........................................ -->
5 <!-- File dbnotnx.mod ..................................................... -->
6 <!--
7 Copyright 1992-2004 HaL Computer Systems, Inc.,
8 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
9 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
10 Organization for the Advancement of Structured Information
11 Standards (OASIS).
12
13 $Id: dbnotnx.mod 6340 2006-10-03 13:23:24Z nwalsh $
14
15 Permission to use, copy, modify and distribute the DocBook DTD
16 and its accompanying documentation for any purpose and without fee
17 is hereby granted in perpetuity, provided that the above copyright
18 notice and this paragraph appear in all copies. The copyright
19 holders make no representation about the suitability of the DTD for
20 any purpose. It is provided "as is" without expressed or implied
21 warranty.
22
23 If you modify the DocBook DTD in any way, except for declaring and
24 referencing additional sets of general entities and declaring
25 additional notations, label your DTD as a variant of DocBook. See
26 the maintenance documentation for more information.
27
28 Please direct all questions, bug reports, or suggestions for
29 changes to the docbook@lists.oasis-open.org mailing list. For more
30 information, see http://www.oasis-open.org/docbook/.
31 -->
32 <!-- ...................................................................... -->
33 <!--
34 This module contains the notation declarations used by DocBook.
35
36 In DTD driver files referring to this module, please use an entity
37 declaration that uses the public identifier shown below:
38
39 <!ENTITY % dbnotn PUBLIC
40 "-//OASIS//ENTITIES DocBook Notations V4.5//EN"
41 "dbnotnx.mod">
42 %dbnotn;
43
44 See the documentation for detailed information on the parameter
45 entity and module scheme used in DocBook, customizing DocBook and
46 planning for interchange, and changes made since the last release
47 of DocBook.
48 -->
49 <define name="local.notation.class">
50 <notAllowed/>
51 </define>
52 <define name="notation.class">
53 <choice>
54 <value>BMP</value>
55 <value>CGM-CHAR</value>
56 <value>CGM-BINARY</value>
57 <value>CGM-CLEAR</value>
58 <value>DITROFF</value>
59 <value>DVI</value>
60 <value>EPS</value>
61 <value>EQN</value>
62 <value>FAX</value>
63 <value>GIF</value>
64 <value>GIF87a</value>
65 <value>GIF89a</value>
66 <value>JPG</value>
67 <value>JPEG</value>
68 <value>IGES</value>
69 <value>PCX</value>
70 <value>PIC</value>
71 <value>PNG</value>
72 <value>PS</value>
73 <value>SGML</value>
74 <value>TBL</value>
75 <value>TEX</value>
76 <value>TIFF</value>
77 <value>WMF</value>
78 <value>WPG</value>
79 <value>SVG</value>
80 <value>PDF</value>
81 <value>SWF</value>
82 <value>linespecific</value>
83 <ref name="local.notation.class"/>
84 </choice>
85 </define>
86</grammar>
87<!-- WordPerfect Graphic format -->
88<!-- End of DocBook notations module V4.5 ................................. -->
89<!-- ...................................................................... -->
Note: See TracBrowser for help on using the repository browser.