<formalpara/>

paragraphe formel : paragraphe titré
dbk:formalpara<1>

Exemple 1.
<!-- élément de niveau bloc, comme para -->
<formalpara>
<!-- Paragraphe titré -->
<title>
<proper>Titre du paragraphe</proper>
</title>
<para>
<!-- Contenu du paragraphe -->
</para>
</formalpara>

Parents<^>

answer, article, bibliography, calendar, chapter, contents, definition, description, example, excerpt, faq, figure, glossary, index, item, note, part, procedure, section, set, step ;

Frères<^>

%Block ; answer, chapter, colophon, concept, contents, definition, event, index, info, part, question, record, resource, section, source, step, summary, term, title ;

Enfants<^>

(title, para)

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="formalpara" type="formalpara"/>
    <xs:complexType name="formalpara">
    <xs:sequence>
    <xs:element ref="title"/>
    <xs:element ref="para"/>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


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