source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/hier.xsd@ 58675ce

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 58675ce was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

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

  • Property mode set to 100644
File size: 23.6 KB
Line 
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: hier.rnc 8994 2011-04-19 20:07:33Z 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 <xs:attributeGroup name="db.status.attribute">
37 <xs:attribute name="status" use="required"/>
38 </xs:attributeGroup>
39 <!-- ====================================================================== -->
40 <xs:group name="db.toplevel.sections">
41 <xs:choice>
42 <xs:choice>
43 <xs:sequence>
44 <xs:element maxOccurs="unbounded" ref="db:section"/>
45 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
46 </xs:sequence>
47 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
48 </xs:choice>
49 <xs:sequence>
50 <xs:element maxOccurs="unbounded" ref="db:sect1"/>
51 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
52 </xs:sequence>
53 <xs:element maxOccurs="unbounded" ref="db:refentry"/>
54 </xs:choice>
55 </xs:group>
56 <xs:group name="db.toplevel.blocks.or.sections">
57 <xs:choice>
58 <xs:sequence>
59 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
60 <xs:group minOccurs="0" ref="db:db.toplevel.sections"/>
61 </xs:sequence>
62 <xs:group ref="db:db.toplevel.sections"/>
63 </xs:choice>
64 </xs:group>
65 <xs:group name="db.recursive.sections">
66 <xs:choice>
67 <xs:choice>
68 <xs:sequence>
69 <xs:element maxOccurs="unbounded" ref="db:section"/>
70 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
71 </xs:sequence>
72 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
73 </xs:choice>
74 <xs:element maxOccurs="unbounded" ref="db:refentry"/>
75 </xs:choice>
76 </xs:group>
77 <xs:group name="db.recursive.blocks.or.sections">
78 <xs:choice>
79 <xs:sequence>
80 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
81 <xs:group minOccurs="0" ref="db:db.recursive.sections"/>
82 </xs:sequence>
83 <xs:group ref="db:db.recursive.sections"/>
84 </xs:choice>
85 </xs:group>
86 <!-- ====================================================================== -->
87 <xs:element name="db.divisions" abstract="true"/>
88 <xs:element name="db.components" abstract="true"/>
89 <xs:group name="db.navigation.components">
90 <xs:choice>
91 <xs:element ref="db:glossary"/>
92 <xs:element ref="db:bibliography"/>
93 <xs:element ref="db:index"/>
94 <xs:element ref="db:toc"/>
95 </xs:choice>
96 </xs:group>
97 <xs:group name="db.component.contentmodel">
98 <xs:sequence>
99 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
100 <xs:group ref="db:db.toplevel.blocks.or.sections"/>
101 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
102 </xs:sequence>
103 </xs:group>
104 <!-- ====================================================================== -->
105 <xs:element name="db.setindex.components" abstract="true">
106 <xs:complexType>
107 <xs:sequence>
108 <xs:group ref="db:db.setindex.info"/>
109 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.all.blocks"/>
110 <xs:choice>
111 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:indexdiv"/>
112 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:indexentry"/>
113 </xs:choice>
114 </xs:sequence>
115 <xs:attributeGroup ref="db:db.setindex.attlist"/>
116 </xs:complexType>
117 </xs:element>
118 <xs:group name="db.toc.components">
119 <xs:sequence>
120 <xs:element ref="db:toc"/>
121 </xs:sequence>
122 </xs:group>
123 <xs:element name="db.set.components" abstract="true"/>
124 <!-- ====================================================================== -->
125 <xs:attributeGroup name="db.set.status.attribute">
126 <xs:attributeGroup ref="db:db.status.attribute"/>
127 </xs:attributeGroup>
128 <xs:attributeGroup name="db.set.role.attribute">
129 <xs:attribute name="role" use="required"/>
130 </xs:attributeGroup>
131 <xs:attributeGroup name="db.set.attlist">
132 <xs:attribute name="role"/>
133 <xs:attributeGroup ref="dbs:db.common.attributes"/>
134 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
135 <xs:attribute name="label"/>
136 <xs:attribute name="status"/>
137 </xs:attributeGroup>
138 <xs:group name="db.set.info">
139 <xs:sequence>
140 <xs:group ref="db:db._info.title.req"/>
141 </xs:sequence>
142 </xs:group>
143 <xs:element name="set" substitutionGroup="db:db.set.components">
144 <xs:complexType>
145 <xs:sequence>
146 <xs:group ref="db:db.set.info"/>
147 <xs:group minOccurs="0" ref="db:db.toc.components"/>
148 <xs:element maxOccurs="unbounded" ref="db:db.set.components"/>
149 <xs:element minOccurs="0" ref="db:db.setindex.components"/>
150 </xs:sequence>
151 <xs:attributeGroup ref="db:db.set.attlist"/>
152 </xs:complexType>
153 </xs:element>
154 <!-- ====================================================================== -->
155 <xs:group name="db.book.components">
156 <xs:choice>
157 <xs:choice minOccurs="0" maxOccurs="unbounded">
158 <xs:group ref="db:db.navigation.components"/>
159 <xs:element ref="db:db.components"/>
160 <xs:element ref="db:db.divisions"/>
161 </xs:choice>
162 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:topic"/>
163 </xs:choice>
164 </xs:group>
165 <!-- ====================================================================== -->
166 <xs:attributeGroup name="db.book.status.attribute">
167 <xs:attributeGroup ref="db:db.status.attribute"/>
168 </xs:attributeGroup>
169 <xs:attributeGroup name="db.book.role.attribute">
170 <xs:attribute name="role" use="required"/>
171 </xs:attributeGroup>
172 <xs:attributeGroup name="db.book.attlist">
173 <xs:attribute name="role"/>
174 <xs:attributeGroup ref="dbs:db.common.attributes"/>
175 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
176 <xs:attribute name="label"/>
177 <xs:attribute name="status"/>
178 </xs:attributeGroup>
179 <xs:group name="db.book.info">
180 <xs:sequence>
181 <xs:group ref="db:db._info"/>
182 </xs:sequence>
183 </xs:group>
184 <xs:element name="book" substitutionGroup="db:db.set.components">
185 <xs:complexType>
186 <xs:sequence>
187 <xs:group ref="db:db.book.info"/>
188 <xs:group ref="db:db.book.components"/>
189 </xs:sequence>
190 <xs:attributeGroup ref="db:db.book.attlist"/>
191 </xs:complexType>
192 </xs:element>
193 <!-- ====================================================================== -->
194 <xs:attributeGroup name="db.dedication.status.attribute">
195 <xs:attributeGroup ref="db:db.status.attribute"/>
196 </xs:attributeGroup>
197 <xs:attributeGroup name="db.dedication.role.attribute">
198 <xs:attribute name="role" use="required"/>
199 </xs:attributeGroup>
200 <xs:attributeGroup name="db.dedication.attlist">
201 <xs:attribute name="role"/>
202 <xs:attributeGroup ref="dbs:db.common.attributes"/>
203 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
204 <xs:attribute name="label"/>
205 <xs:attribute name="status"/>
206 </xs:attributeGroup>
207 <xs:group name="db.dedication.info">
208 <xs:sequence>
209 <xs:group ref="db:db._info"/>
210 </xs:sequence>
211 </xs:group>
212 <xs:element name="dedication" substitutionGroup="db:db.components">
213 <xs:complexType>
214 <xs:sequence>
215 <xs:group ref="db:db.dedication.info"/>
216 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
217 </xs:sequence>
218 <xs:attributeGroup ref="db:db.dedication.attlist"/>
219 </xs:complexType>
220 </xs:element>
221 <!-- ====================================================================== -->
222 <xs:attributeGroup name="db.acknowledgements.status.attribute">
223 <xs:attributeGroup ref="db:db.status.attribute"/>
224 </xs:attributeGroup>
225 <xs:attributeGroup name="db.acknowledgements.role.attribute">
226 <xs:attribute name="role" use="required"/>
227 </xs:attributeGroup>
228 <xs:attributeGroup name="db.acknowledgements.attlist">
229 <xs:attribute name="role"/>
230 <xs:attributeGroup ref="dbs:db.common.attributes"/>
231 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
232 <xs:attribute name="label"/>
233 <xs:attribute name="status"/>
234 </xs:attributeGroup>
235 <xs:group name="db.acknowledgements.info">
236 <xs:sequence>
237 <xs:group ref="db:db._info"/>
238 </xs:sequence>
239 </xs:group>
240 <xs:element name="acknowledgements" substitutionGroup="db:db.components">
241 <xs:complexType>
242 <xs:sequence>
243 <xs:group ref="db:db.acknowledgements.info"/>
244 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
245 </xs:sequence>
246 <xs:attributeGroup ref="db:db.acknowledgements.attlist"/>
247 </xs:complexType>
248 </xs:element>
249 <!-- ====================================================================== -->
250 <xs:attributeGroup name="db.colophon.status.attribute">
251 <xs:attributeGroup ref="db:db.status.attribute"/>
252 </xs:attributeGroup>
253 <xs:attributeGroup name="db.colophon.role.attribute">
254 <xs:attribute name="role" use="required"/>
255 </xs:attributeGroup>
256 <xs:attributeGroup name="db.colophon.attlist">
257 <xs:attribute name="role"/>
258 <xs:attributeGroup ref="dbs:db.common.attributes"/>
259 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
260 <xs:attribute name="label"/>
261 <xs:attribute name="status"/>
262 </xs:attributeGroup>
263 <xs:group name="db.colophon.info">
264 <xs:sequence>
265 <xs:group ref="db:db._info"/>
266 </xs:sequence>
267 </xs:group>
268 <xs:element name="colophon" substitutionGroup="db:db.components">
269 <xs:complexType>
270 <xs:sequence>
271 <xs:group ref="db:db.colophon.info"/>
272 <xs:choice>
273 <xs:sequence>
274 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
275 <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
276 </xs:sequence>
277 <xs:sequence>
278 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.all.blocks"/>
279 <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
280 </xs:sequence>
281 </xs:choice>
282 </xs:sequence>
283 <xs:attributeGroup ref="db:db.colophon.attlist"/>
284 </xs:complexType>
285 </xs:element>
286 <!-- ====================================================================== -->
287 <xs:group name="db.appendix.contentmodel">
288 <xs:choice>
289 <xs:group ref="db:db.component.contentmodel"/>
290 <xs:element maxOccurs="unbounded" ref="db:topic"/>
291 </xs:choice>
292 </xs:group>
293 <!-- ====================================================================== -->
294 <xs:attributeGroup name="db.appendix.status.attribute">
295 <xs:attributeGroup ref="db:db.status.attribute"/>
296 </xs:attributeGroup>
297 <xs:attributeGroup name="db.appendix.role.attribute">
298 <xs:attribute name="role" use="required"/>
299 </xs:attributeGroup>
300 <xs:attributeGroup name="db.appendix.attlist">
301 <xs:attribute name="role"/>
302 <xs:attributeGroup ref="dbs:db.common.attributes"/>
303 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
304 <xs:attribute name="label"/>
305 <xs:attribute name="status"/>
306 </xs:attributeGroup>
307 <xs:group name="db.appendix.info">
308 <xs:sequence>
309 <xs:group ref="db:db._info.title.req"/>
310 </xs:sequence>
311 </xs:group>
312 <xs:element name="appendix" substitutionGroup="db:db.components">
313 <xs:complexType>
314 <xs:sequence>
315 <xs:group ref="db:db.appendix.info"/>
316 <xs:group ref="db:db.appendix.contentmodel"/>
317 </xs:sequence>
318 <xs:attributeGroup ref="db:db.appendix.attlist"/>
319 </xs:complexType>
320 </xs:element>
321 <!-- ====================================================================== -->
322 <xs:group name="db.chapter.contentmodel">
323 <xs:choice>
324 <xs:group ref="db:db.component.contentmodel"/>
325 <xs:element maxOccurs="unbounded" ref="db:topic"/>
326 </xs:choice>
327 </xs:group>
328 <!-- ====================================================================== -->
329 <xs:attributeGroup name="db.chapter.status.attribute">
330 <xs:attributeGroup ref="db:db.status.attribute"/>
331 </xs:attributeGroup>
332 <xs:attributeGroup name="db.chapter.role.attribute">
333 <xs:attribute name="role" use="required"/>
334 </xs:attributeGroup>
335 <xs:attributeGroup name="db.chapter.attlist">
336 <xs:attribute name="role"/>
337 <xs:attributeGroup ref="dbs:db.common.attributes"/>
338 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
339 <xs:attribute name="label"/>
340 <xs:attribute name="status"/>
341 </xs:attributeGroup>
342 <xs:group name="db.chapter.info">
343 <xs:sequence>
344 <xs:group ref="db:db._info.title.req"/>
345 </xs:sequence>
346 </xs:group>
347 <xs:element name="chapter" substitutionGroup="db:db.components">
348 <xs:complexType>
349 <xs:sequence>
350 <xs:group ref="db:db.chapter.info"/>
351 <xs:group ref="db:db.chapter.contentmodel"/>
352 </xs:sequence>
353 <xs:attributeGroup ref="db:db.chapter.attlist"/>
354 </xs:complexType>
355 </xs:element>
356 <!-- ====================================================================== -->
357 <xs:group name="db.part.components">
358 <xs:choice>
359 <xs:choice>
360 <xs:group ref="db:db.navigation.components"/>
361 <xs:element ref="db:db.components"/>
362 </xs:choice>
363 <xs:choice>
364 <xs:element ref="db:refentry"/>
365 <xs:element ref="db:reference"/>
366 </xs:choice>
367 </xs:choice>
368 </xs:group>
369 <xs:group name="db.part.contentmodel">
370 <xs:choice>
371 <xs:group maxOccurs="unbounded" ref="db:db.part.components"/>
372 <xs:element maxOccurs="unbounded" ref="db:topic"/>
373 </xs:choice>
374 </xs:group>
375 <!-- ====================================================================== -->
376 <xs:attributeGroup name="db.part.status.attribute">
377 <xs:attributeGroup ref="db:db.status.attribute"/>
378 </xs:attributeGroup>
379 <xs:attributeGroup name="db.part.role.attribute">
380 <xs:attribute name="role" use="required"/>
381 </xs:attributeGroup>
382 <xs:attributeGroup name="db.part.attlist">
383 <xs:attribute name="role"/>
384 <xs:attributeGroup ref="dbs:db.common.attributes"/>
385 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
386 <xs:attribute name="label"/>
387 <xs:attribute name="status"/>
388 </xs:attributeGroup>
389 <xs:group name="db.part.info">
390 <xs:sequence>
391 <xs:group ref="db:db._info.title.req"/>
392 </xs:sequence>
393 </xs:group>
394 <xs:element name="part" substitutionGroup="db:db.divisions">
395 <xs:complexType>
396 <xs:sequence>
397 <xs:group ref="db:db.part.info"/>
398 <xs:element minOccurs="0" ref="db:partintro"/>
399 <xs:group ref="db:db.part.contentmodel"/>
400 </xs:sequence>
401 <xs:attributeGroup ref="db:db.part.attlist"/>
402 </xs:complexType>
403 </xs:element>
404 <!-- ====================================================================== -->
405 <xs:attributeGroup name="db.preface.status.attribute">
406 <xs:attributeGroup ref="db:db.status.attribute"/>
407 </xs:attributeGroup>
408 <xs:attributeGroup name="db.preface.role.attribute">
409 <xs:attribute name="role" use="required"/>
410 </xs:attributeGroup>
411 <xs:attributeGroup name="db.preface.attlist">
412 <xs:attribute name="role"/>
413 <xs:attributeGroup ref="dbs:db.common.attributes"/>
414 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
415 <xs:attribute name="label"/>
416 <xs:attribute name="status"/>
417 </xs:attributeGroup>
418 <xs:group name="db.preface.info">
419 <xs:sequence>
420 <xs:group ref="db:db._info.title.req"/>
421 </xs:sequence>
422 </xs:group>
423 <xs:element name="preface" substitutionGroup="db:db.components">
424 <xs:complexType>
425 <xs:sequence>
426 <xs:group ref="db:db.preface.info"/>
427 <xs:group ref="db:db.component.contentmodel"/>
428 </xs:sequence>
429 <xs:attributeGroup ref="db:db.preface.attlist"/>
430 </xs:complexType>
431 </xs:element>
432 <!-- ====================================================================== -->
433 <xs:attributeGroup name="db.partintro.status.attribute">
434 <xs:attributeGroup ref="db:db.status.attribute"/>
435 </xs:attributeGroup>
436 <xs:attributeGroup name="db.partintro.role.attribute">
437 <xs:attribute name="role" use="required"/>
438 </xs:attributeGroup>
439 <xs:attributeGroup name="db.partintro.attlist">
440 <xs:attribute name="role"/>
441 <xs:attributeGroup ref="dbs:db.common.attributes"/>
442 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
443 <xs:attribute name="label"/>
444 <xs:attribute name="status"/>
445 </xs:attributeGroup>
446 <xs:group name="db.partintro.info">
447 <xs:sequence>
448 <xs:group ref="db:db._info"/>
449 </xs:sequence>
450 </xs:group>
451 <xs:element name="partintro">
452 <xs:complexType>
453 <xs:sequence>
454 <xs:group ref="db:db.partintro.info"/>
455 <xs:group ref="db:db.toplevel.blocks.or.sections"/>
456 </xs:sequence>
457 <xs:attributeGroup ref="db:db.partintro.attlist"/>
458 </xs:complexType>
459 </xs:element>
460 <!-- ====================================================================== -->
461 <xs:attributeGroup name="db.section.status.attribute">
462 <xs:attributeGroup ref="db:db.status.attribute"/>
463 </xs:attributeGroup>
464 <xs:attributeGroup name="db.section.role.attribute">
465 <xs:attribute name="role" use="required"/>
466 </xs:attributeGroup>
467 <xs:attributeGroup name="db.section.attlist">
468 <xs:attribute name="role"/>
469 <xs:attributeGroup ref="dbs:db.common.attributes"/>
470 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
471 <xs:attribute name="label"/>
472 <xs:attribute name="status"/>
473 </xs:attributeGroup>
474 <xs:group name="db.section.info">
475 <xs:sequence>
476 <xs:group ref="db:db._info.title.req"/>
477 </xs:sequence>
478 </xs:group>
479 <xs:element name="section">
480 <xs:complexType>
481 <xs:sequence>
482 <xs:group ref="db:db.section.info"/>
483 <xs:group ref="db:db.recursive.blocks.or.sections"/>
484 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
485 </xs:sequence>
486 <xs:attributeGroup ref="db:db.section.attlist"/>
487 </xs:complexType>
488 </xs:element>
489 <!-- ====================================================================== -->
490 <xs:attributeGroup name="db.simplesect.status.attribute">
491 <xs:attributeGroup ref="db:db.status.attribute"/>
492 </xs:attributeGroup>
493 <xs:attributeGroup name="db.simplesect.role.attribute">
494 <xs:attribute name="role" use="required"/>
495 </xs:attributeGroup>
496 <xs:attributeGroup name="db.simplesect.attlist">
497 <xs:attribute name="role"/>
498 <xs:attributeGroup ref="dbs:db.common.attributes"/>
499 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
500 <xs:attribute name="label"/>
501 <xs:attribute name="status"/>
502 </xs:attributeGroup>
503 <xs:group name="db.simplesect.info">
504 <xs:sequence>
505 <xs:group ref="db:db._info.title.req"/>
506 </xs:sequence>
507 </xs:group>
508 <xs:element name="simplesect">
509 <xs:complexType>
510 <xs:sequence>
511 <xs:group ref="db:db.simplesect.info"/>
512 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
513 </xs:sequence>
514 <xs:attributeGroup ref="db:db.simplesect.attlist"/>
515 </xs:complexType>
516 </xs:element>
517 <!-- ====================================================================== -->
518 <xs:group name="db.article.components">
519 <xs:sequence>
520 <xs:group ref="db:db.toplevel.sections"/>
521 </xs:sequence>
522 </xs:group>
523 <xs:group name="db.article.navcomponents">
524 <xs:choice>
525 <xs:group ref="db:db.navigation.components"/>
526 <xs:element ref="db:acknowledgements"/>
527 <xs:element ref="db:dedication"/>
528 <xs:element ref="db:appendix"/>
529 <xs:element ref="db:colophon"/>
530 </xs:choice>
531 </xs:group>
532 <!-- ====================================================================== -->
533 <xs:attributeGroup name="db.article.status.attribute">
534 <xs:attributeGroup ref="db:db.status.attribute"/>
535 </xs:attributeGroup>
536 <xs:simpleType name="db.article.class.enumeration">
537 <xs:restriction base="xs:token">
538 <xs:enumeration value="faq">
539 <xs:annotation>
540 <xs:documentation>A collection of frequently asked questions.</xs:documentation>
541 </xs:annotation>
542 </xs:enumeration>
543 <xs:enumeration value="journalarticle">
544 <xs:annotation>
545 <xs:documentation>An article in a journal or other periodical.</xs:documentation>
546 </xs:annotation>
547 </xs:enumeration>
548 <xs:enumeration value="productsheet">
549 <xs:annotation>
550 <xs:documentation>A description of a product.</xs:documentation>
551 </xs:annotation>
552 </xs:enumeration>
553 <xs:enumeration value="specification">
554 <xs:annotation>
555 <xs:documentation>A specification.</xs:documentation>
556 </xs:annotation>
557 </xs:enumeration>
558 <xs:enumeration value="techreport">
559 <xs:annotation>
560 <xs:documentation>A technical report.</xs:documentation>
561 </xs:annotation>
562 </xs:enumeration>
563 <xs:enumeration value="whitepaper">
564 <xs:annotation>
565 <xs:documentation>A white paper.</xs:documentation>
566 </xs:annotation>
567 </xs:enumeration>
568 </xs:restriction>
569 </xs:simpleType>
570 <xs:attributeGroup name="db.article.class.attribute">
571 <xs:attribute name="class" use="required" type="db:db.article.class.enumeration"/>
572 </xs:attributeGroup>
573 <xs:attributeGroup name="db.article.role.attribute">
574 <xs:attribute name="role" use="required"/>
575 </xs:attributeGroup>
576 <xs:attributeGroup name="db.article.attlist">
577 <xs:attribute name="role"/>
578 <xs:attributeGroup ref="dbs:db.common.attributes"/>
579 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
580 <xs:attribute name="label"/>
581 <xs:attribute name="status"/>
582 <xs:attribute name="class" type="db:db.article.class.enumeration"/>
583 </xs:attributeGroup>
584 <xs:group name="db.article.info">
585 <xs:sequence>
586 <xs:group ref="db:db._info.title.req"/>
587 </xs:sequence>
588 </xs:group>
589 <xs:element name="article" substitutionGroup="db:db.components">
590 <xs:complexType>
591 <xs:sequence>
592 <xs:group ref="db:db.article.info"/>
593 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.article.navcomponents"/>
594 <xs:choice>
595 <xs:sequence>
596 <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
597 <xs:group minOccurs="0" ref="db:db.article.components"/>
598 </xs:sequence>
599 <xs:group ref="db:db.article.components"/>
600 </xs:choice>
601 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.article.navcomponents"/>
602 </xs:sequence>
603 <xs:attributeGroup ref="db:db.article.attlist"/>
604 </xs:complexType>
605 </xs:element>
606</xs:schema>
Note: See TracBrowser for help on using the repository browser.