source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/sect1.xsd@ 1fa2099

multilib-10.1
Last change on this file since 1fa2099 was 1fa2099, checked in by Thomas Trepl <thomas@…>, 5 years ago

Initial creation of multilib branch

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

  • Property mode set to 100644
File size: 9.8 KB
RevLine 
[1fa2099]1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 This file is part of DocBook V5.0
4
5 Copyright 1992-2008 HaL Computer Systems, Inc.,
6 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
7 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
8 Organization for the Advancement of Structured Information
9 Standards (OASIS).
10
11 Release: $Id: sect1.rnc 8931 2010-10-20 13:29:20Z nwalsh $
12
13 Permission to use, copy, modify and distribute the DocBook schema
14 and its accompanying documentation for any purpose and without fee
15 is hereby granted in perpetuity, provided that the above copyright
16 notice and this paragraph appear in all copies. The copyright
17 holders make no representation about the suitability of the schema
18 for any purpose. It is provided "as is" without expressed or implied
19 warranty.
20
21 If you modify the DocBook schema in any way, label your schema as a
22 variant of DocBook. See the reference documentation
23 (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
24 for more information.
25
26 Please direct all questions, bug reports, or suggestions for changes
27 to the docbook@lists.oasis-open.org mailing list. For more
28 information, see http://www.oasis-open.org/docbook/.
29
30 ======================================================================
31-->
32<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook" xmlns:dbs="http://docbook.org/ns/docbook-slides" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
33 <xs:import namespace="http://docbook.org/ns/docbook-slides" schemaLocation="slides.xsd"/>
34 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
35 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
36 <!-- ====================================================================== -->
37 <xs:group name="db.sect1.sections">
38 <xs:choice>
39 <xs:sequence>
40 <xs:element maxOccurs="unbounded" ref="db:sect2"/>
41 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
42 </xs:sequence>
43 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
44 </xs:choice>
45 </xs:group>
46 <xs:attributeGroup name="db.sect1.status.attribute">
47 <xs:attributeGroup ref="db:db.status.attribute"/>
48 </xs:attributeGroup>
49 <xs:attributeGroup name="db.sect1.role.attribute">
50 <xs:attribute name="role" use="required"/>
51 </xs:attributeGroup>
52 <xs:attributeGroup name="db.sect1.attlist">
53 <xs:attribute name="role"/>
54 <xs:attributeGroup ref="dbs:db.common.attributes"/>
55 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
56 <xs:attribute name="label"/>
57 <xs:attribute name="status"/>
58 </xs:attributeGroup>
59 <xs:group name="db.sect1.info">
60 <xs:sequence>
61 <xs:group ref="db:db._info.title.req"/>
62 </xs:sequence>
63 </xs:group>
64 <xs:element name="sect1">
65 <xs:complexType>
66 <xs:sequence>
67 <xs:group ref="db:db.sect1.info"/>
68 <xs:choice>
69 <xs:sequence>
70 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
71 <xs:group minOccurs="0" ref="db:db.sect1.sections"/>
72 </xs:sequence>
73 <xs:group ref="db:db.sect1.sections"/>
74 </xs:choice>
75 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
76 </xs:sequence>
77 <xs:attributeGroup ref="db:db.sect1.attlist"/>
78 </xs:complexType>
79 </xs:element>
80 <!-- ====================================================================== -->
81 <xs:group name="db.sect2.sections">
82 <xs:choice>
83 <xs:sequence>
84 <xs:element maxOccurs="unbounded" ref="db:sect3"/>
85 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
86 </xs:sequence>
87 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
88 </xs:choice>
89 </xs:group>
90 <xs:attributeGroup name="db.sect2.status.attribute">
91 <xs:attributeGroup ref="db:db.status.attribute"/>
92 </xs:attributeGroup>
93 <xs:attributeGroup name="db.sect2.role.attribute">
94 <xs:attribute name="role" use="required"/>
95 </xs:attributeGroup>
96 <xs:attributeGroup name="db.sect2.attlist">
97 <xs:attribute name="role"/>
98 <xs:attributeGroup ref="dbs:db.common.attributes"/>
99 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
100 <xs:attribute name="label"/>
101 <xs:attribute name="status"/>
102 </xs:attributeGroup>
103 <xs:group name="db.sect2.info">
104 <xs:sequence>
105 <xs:group ref="db:db._info.title.req"/>
106 </xs:sequence>
107 </xs:group>
108 <xs:element name="sect2">
109 <xs:complexType>
110 <xs:sequence>
111 <xs:group ref="db:db.sect2.info"/>
112 <xs:choice>
113 <xs:sequence>
114 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
115 <xs:group minOccurs="0" ref="db:db.sect2.sections"/>
116 </xs:sequence>
117 <xs:group ref="db:db.sect2.sections"/>
118 </xs:choice>
119 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
120 </xs:sequence>
121 <xs:attributeGroup ref="db:db.sect2.attlist"/>
122 </xs:complexType>
123 </xs:element>
124 <!-- ====================================================================== -->
125 <xs:group name="db.sect3.sections">
126 <xs:choice>
127 <xs:sequence>
128 <xs:element maxOccurs="unbounded" ref="db:sect4"/>
129 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
130 </xs:sequence>
131 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
132 </xs:choice>
133 </xs:group>
134 <xs:attributeGroup name="db.sect3.status.attribute">
135 <xs:attributeGroup ref="db:db.status.attribute"/>
136 </xs:attributeGroup>
137 <xs:attributeGroup name="db.sect3.role.attribute">
138 <xs:attribute name="role" use="required"/>
139 </xs:attributeGroup>
140 <xs:attributeGroup name="db.sect3.attlist">
141 <xs:attribute name="role"/>
142 <xs:attributeGroup ref="dbs:db.common.attributes"/>
143 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
144 <xs:attribute name="label"/>
145 <xs:attribute name="status"/>
146 </xs:attributeGroup>
147 <xs:group name="db.sect3.info">
148 <xs:sequence>
149 <xs:group ref="db:db._info.title.req"/>
150 </xs:sequence>
151 </xs:group>
152 <xs:element name="sect3">
153 <xs:complexType>
154 <xs:sequence>
155 <xs:group ref="db:db.sect3.info"/>
156 <xs:choice>
157 <xs:sequence>
158 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
159 <xs:group minOccurs="0" ref="db:db.sect3.sections"/>
160 </xs:sequence>
161 <xs:group ref="db:db.sect3.sections"/>
162 </xs:choice>
163 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
164 </xs:sequence>
165 <xs:attributeGroup ref="db:db.sect3.attlist"/>
166 </xs:complexType>
167 </xs:element>
168 <!-- ====================================================================== -->
169 <xs:group name="db.sect4.sections">
170 <xs:choice>
171 <xs:sequence>
172 <xs:element maxOccurs="unbounded" ref="db:sect5"/>
173 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
174 </xs:sequence>
175 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
176 </xs:choice>
177 </xs:group>
178 <xs:attributeGroup name="db.sect4.status.attribute">
179 <xs:attributeGroup ref="db:db.status.attribute"/>
180 </xs:attributeGroup>
181 <xs:attributeGroup name="db.sect4.role.attribute">
182 <xs:attribute name="role" use="required"/>
183 </xs:attributeGroup>
184 <xs:attributeGroup name="db.sect4.attlist">
185 <xs:attribute name="role"/>
186 <xs:attributeGroup ref="dbs:db.common.attributes"/>
187 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
188 <xs:attribute name="label"/>
189 <xs:attribute name="status"/>
190 </xs:attributeGroup>
191 <xs:group name="db.sect4.info">
192 <xs:sequence>
193 <xs:group ref="db:db._info.title.req"/>
194 </xs:sequence>
195 </xs:group>
196 <xs:element name="sect4">
197 <xs:complexType>
198 <xs:sequence>
199 <xs:group ref="db:db.sect4.info"/>
200 <xs:choice>
201 <xs:sequence>
202 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
203 <xs:group minOccurs="0" ref="db:db.sect4.sections"/>
204 </xs:sequence>
205 <xs:group ref="db:db.sect4.sections"/>
206 </xs:choice>
207 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
208 </xs:sequence>
209 <xs:attributeGroup ref="db:db.sect4.attlist"/>
210 </xs:complexType>
211 </xs:element>
212 <!-- ====================================================================== -->
213 <xs:group name="db.sect5.sections">
214 <xs:sequence>
215 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
216 </xs:sequence>
217 </xs:group>
218 <xs:attributeGroup name="db.sect5.status.attribute">
219 <xs:attributeGroup ref="db:db.status.attribute"/>
220 </xs:attributeGroup>
221 <xs:attributeGroup name="db.sect5.role.attribute">
222 <xs:attribute name="role" use="required"/>
223 </xs:attributeGroup>
224 <xs:attributeGroup name="db.sect5.attlist">
225 <xs:attribute name="role"/>
226 <xs:attributeGroup ref="dbs:db.common.attributes"/>
227 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
228 <xs:attribute name="label"/>
229 <xs:attribute name="status"/>
230 </xs:attributeGroup>
231 <xs:group name="db.sect5.info">
232 <xs:sequence>
233 <xs:group ref="db:db._info.title.req"/>
234 </xs:sequence>
235 </xs:group>
236 <xs:element name="sect5">
237 <xs:complexType>
238 <xs:sequence>
239 <xs:group ref="db:db.sect5.info"/>
240 <xs:choice>
241 <xs:sequence>
242 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
243 <xs:group minOccurs="0" ref="db:db.sect5.sections"/>
244 </xs:sequence>
245 <xs:group ref="db:db.sect5.sections"/>
246 </xs:choice>
247 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
248 </xs:sequence>
249 <xs:attributeGroup ref="db:db.sect5.attlist"/>
250 </xs:complexType>
251 </xs:element>
252</xs:schema>
Note: See TracBrowser for help on using the repository browser.