source: BOOK/schema/docbook/4.5/rng/dbnotnx.rnc @ da28cc3

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since da28cc3 was da28cc3, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Validate the book against relax-ng instead of the
standard DTD.

  • Property mode set to 100644
File size: 2.5 KB
Line 
1# ......................................................................
2
3# DocBook notations module V4.5 ........................................
4
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
49local.notation.class = notAllowed
50notation.class =
51  "BMP"
52  | "CGM-CHAR"
53  | "CGM-BINARY"
54  | "CGM-CLEAR"
55  | "DITROFF"
56  | "DVI"
57  | "EPS"
58  | "EQN"
59  | "FAX"
60  | "GIF"
61  | "GIF87a"
62  | "GIF89a"
63  | "JPG"
64  | "JPEG"
65  | "IGES"
66  | "PCX"
67  | "PIC"
68  | "PNG"
69  | "PS"
70  | "SGML"
71  | "TBL"
72  | "TEX"
73  | "TIFF"
74  | "WMF"
75  | "WPG"
76  | "SVG"
77  | "PDF"
78  | "SWF"
79  | "linespecific"
80  | local.notation.class
81# WordPerfect Graphic format
82
83# End of DocBook notations module V4.5 .................................
84
85# ......................................................................
Note: See TracBrowser for help on using the repository browser.