From 8cd39fb3c4cf47d2464f00eaa69c587e17dd11cc Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 23 Nov 2007 06:58:00 +0000 Subject: Initial merge of nxml --- etc/schema/docbook.rnc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 etc/schema/docbook.rnc (limited to 'etc/schema/docbook.rnc') diff --git a/etc/schema/docbook.rnc b/etc/schema/docbook.rnc new file mode 100644 index 0000000000..d10f614b28 --- /dev/null +++ b/etc/schema/docbook.rnc @@ -0,0 +1,48 @@ +# Unofficial DocBook RELAX NG Compact Syntax schema + +# This file was generated automatically by Trang +# (http://www.thaiopensource.com/relaxng/trang.html) from the DocBook +# XML DTD V4.2 (http://www.oasis-open.org/docbook/xml/4.2/), then +# changing the definition of start, changing the filenames, +# editing the comments and adding includes of dbstart.rnc +# and dbcalstbl.rnc. + +# The following copyright applies to the DocBook XML DTD V4.2. + +# Copyright 1992-2002 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). +# +# Permission to use, copy, modify and distribute the DocBook XML DTD +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the DTD for +# any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook DTD in any way, except for declaring and +# referencing additional sets of general entities and declaring +# additional notations, label your DTD as a variant of DocBook. See +# the maintenance documentation for more information. +# +# Please direct all questions, bug reports, or suggestions for +# changes to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. + +# Document (root) elements +include "dbstart.rnc" + +# Notation declarations +include "dbnotn.rnc" + +# Information pool +include "dbpool.rnc" + +# CALS Table Model +include "dbcalstbl.rnc" + +# Document hierarchy +include "dbhier.rnc" -- cgit v1.2.3