1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!-- ...................................................................... -->
3 <!-- SCons DocBook V4.5-Based extension V1.0 .............................. -->
4 <!-- File scons.xsd ....................................................... -->
5 <!-- Copyright (c) 2001-7,2010,2011,2012 The SCons Foundation
7 Permission is hereby granted, free of charge, to any person obtaining
8 a copy of this software and associated documentation files (the
9 "Software"), to deal in the Software without restriction, including
10 without limitation the rights to use, copy, modify, merge, publish,
11 distribute, sublicense, and/or sell copies of the Software, and to
12 permit persons to whom the Software is furnished to do so, subject to
13 the following conditions:
15 The above copyright notice and this permission notice shall be included
16 in all copies or substantial portions of the Software.
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
19 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26 This DTD extension is based on the DocBook V4.5 DTD with:
28 Copyright 1992-2006 HaL Computer Systems, Inc.,
29 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
30 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
31 Organization for the Advancement of Structured Information
34 See also http://docbook.org/specs/
36 $Id: docbookx.dtd 6340 2006-10-03 13:23:24Z nwalsh $
39 Please direct all questions, bug reports, or suggestions for
40 changes to the docbook@lists.oasis-open.org mailing list. For more
41 information, see http://www.oasis-open.org/docbook/.
42 For the modified SCons extension files
44 scons.xsd, dbpoolx.xsd,
46 you can write to its developer mailing list. Check out
47 http://www.scons.org/ and http://www.scons.org/lists.php.
50 <!-- ...................................................................... -->
52 This is the driver file for V4.5 of the DocBook DTD.
53 Please use the following formal public identifier to identify it:
55 "-//OASIS//DTD DocBook XML V4.5//EN"
57 For example, if your document's top-level element is Book, and
58 you are using DocBook directly, use the FPI in the DOCTYPE
61 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
62 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
65 Or, if you have a higher-level driver file that customizes DocBook,
66 use the FPI in the parameter entity declaration:
68 <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
69 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
72 See the documentation for detailed information on the parameter
73 entity and module scheme used in DocBook, customizing DocBook and
74 planning for interchange, and changes made since the last release
77 <!-- ...................................................................... -->
78 <!-- Enable SGML features ................................................. -->
79 <!-- ...................................................................... -->
80 <!-- Notation declarations ................................................ -->
81 <xs:schema xmlns:
xs=
"http://www.w3.org/2001/XMLSchema"
82 targetNamespace=
"http://www.scons.org/dbxsd/v1.0"
83 elementFormDefault=
"qualified">
84 <xs:include schemaLocation=
"dbnotnx.xsd"/>
85 <xs:include schemaLocation=
"dbpoolx.xsd"/>
86 <xs:include schemaLocation=
"dbhierx.xsd"/>
87 <!-- ...................................................................... -->
88 <!-- ISO character entity sets ............................................ -->
89 <!-- euro sign, U+20AC NEW -->
90 <!-- ...................................................................... -->
91 <!-- DTD modules .......................................................... -->
92 <!-- Information pool .............. -->
93 <!-- Redeclaration placeholder ..... -->
94 <!-- Document hierarchy ............ -->
96 <!-- ...................................................................... -->
97 <!-- Other general entities ............................................... -->
98 <!-- End of SCons DocBook V4.5-Based extension V1.0 ....................... -->
99 <!-- ...................................................................... -->