<chapter/>

chapitre : division d'un livre

Un chapitre est une division dans un livre, généralement numérotée.

dbk:chapter<1>

Exemple 1.
<book>
<title>
<!-- Titre du livre -->
</title>
<chapter>
<!-- Premier chapitre -->
<title>
<proper>Titre du chapitre</proper>
</title>
<!-- Blocs de texte rédactionnel -->
<section>
<!-- Première section -->
</section>
<section>
<!-- Deuxième section -->
</section>
<!-- (...) -->
<section>
<!-- Nième section -->
</section>
</chapter>
<chapter>
<!-- Deuxième chapitre -->
</chapter>
</book>

Parents<^>

book, part ;

Frères<^>

%Block, %Navigation ; article, chapter, colophon, info, part, section, title ;

Enfants<^>

(info?, title, %Block*, section*)

Attributs<^>

  • @id="xs:ID"
  • @code="xs:string"
  • @audience="xs:string"
  • @css="xs:string"
  • @class="xs:string"
  • @remap="xs:string"
  • @uri="xs:anyURI"
  • @lang="xs:string"
  • @value="xs:string"
  • @role="xs:string"
  • @scheme="xs:string"
  • Source<^>

    <xs:element name="chapter" type="section"/>
    <xs:complexType name="section">
    <xs:sequence>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element ref="title"/>
    <xs:group maxOccurs="unbounded" minOccurs="0" ref="Block"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="section"/>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.docbook.org/tdg/en/html/chapter.html