source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook.xsd@ 4dad7ef

7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 4dad7ef was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook-slides" xmlns:dbs="http://docbook.org/ns/docbook-slides" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <xs:include schemaLocation="docbook1.xsd"/>
4 <xs:import namespace="http://docbook.org/ns/docbook" schemaLocation="db.xsd"/>
5 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
6 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
7 <!--
8 This file is part of DocBook V5.0
9
10 Copyright 1992-2008 HaL Computer Systems, Inc.,
11 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
12 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
13 Organization for the Advancement of Structured Information
14 Standards (OASIS).
15
16 Release: $Id: docbook.rnc 7661 2008-02-06 13:52:59Z nwalsh $
17
18 Permission to use, copy, modify and distribute the DocBook schema
19 and its accompanying documentation for any purpose and without fee
20 is hereby granted in perpetuity, provided that the above copyright
21 notice and this paragraph appear in all copies. The copyright
22 holders make no representation about the suitability of the schema
23 for any purpose. It is provided "as is" without expressed or implied
24 warranty.
25
26 If you modify the DocBook schema in any way, label your schema as a
27 variant of DocBook. See the reference documentation
28 (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
29 for more information.
30
31 Please direct all questions, bug reports, or suggestions for changes
32 to the docbook@lists.oasis-open.org mailing list. For more
33 information, see http://www.oasis-open.org/docbook/.
34
35 ======================================================================
36 -->
37</xs:schema>
Note: See TracBrowser for help on using the repository browser.