Documentation technique [ Éléments | Attributs | Groupes ]

<part/>

partie : groupe de chapitres dans un livre

De tradition éditoriale, cette division permet de regrouper des chapitres, sans affecter la numérotation séquentielle de ces chapitres.

dbk:part<1>bml:Part<2>

Exemple 1.
<part>
<title>
<proper>Titre de la partie</proper>
</title>
<chapter>
<!-- 1er chapitre -->
</chapter>
<chapter>
<!-- 2ème chapitre -->
</chapter>
</part>

Parents<^>

bibliography, book, contents, glossary, index, summary ;

Frères<^>

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

Enfants<^>

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

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"
  • @type="xs:string"
  • Source<^>

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


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

    <2> http://90plan.ovh.net/~adnx/biblioml.docs/dtds/biblioml_030/html/elements/part.html