<section/>

section : division récursive d'un article ou d'un livre

Une section est une division récursive (une section peut avoir des sections). Une section est identifiée par une numérotation hiérarchique (ex : "4e partie, du chapitre III du livre B" = "section 2.3.4"). Une transformation sait générer ces numérotations (quel qu'en soit le format), et la navigation attachée (table des matières contents).

dbk:section<1> tei:div<2> htm:div<3> da:Section<4>

Exemple 1.
<section>
<info>
<creator>
<!-- auteur de la section -->
</creator>
</info>
<title>
<proper>Titre de la section</proper>
</title>
<!-- série de blocs de texte -->
</section>

Parents<^>

article, book, chapter, section ;

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="section" 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/section.html

    <2> http://www.tei-c.org/P4X/ref-DIV.html

    <3> http://www.w3.org/TR/html4/struct/global.html#edef-DIV

    <4> http://www.ajlsm.com/artistes/2004/dtd/html/elements/section.html