<para/>

paragraphe : texte riche
dbk:para<1> tei:p<2> htm:p<3> da:Para<4> cv:para<5>

Exemple 1.
<!-- élément de niveau bloc -->
Ce document explicite l'utilisation des éléments du schéma SDAPA. Et, ici, en particulier celle de l'élément <markup role="element" scheme="sdapa">para</markup>. Finalement, c'est simple ; il faut en faire le même usage qu'en HTML ou que dans un traitement de texte quand on fait un retour à la ligne.
</para>

Parents<^>

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

Frères<^>

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

Enfants<^>

"text" (%Inline%Formal%Listxml)*

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="para" type="para"/>
    <xs:complexType mixed="true" name="para">
    <xs:choice maxOccurs="unbounded" minOccurs="0">
    <xs:group ref="Inline"/>
    <xs:group ref="Formal"/>
    <xs:group ref="List"/>
    <!-- <xs:group ref="Entry"/> -->
    <xs:element ref="xml"/>
    </xs:choice>
    <xs:attributeGroup ref="Attributes"/>
    <!-- <xs:sequence>
    			<xs:element ref="title" minOccurs="0"/> -->
    <!--  CB suppression info 12/11/03
    			<xs:element ref="info" minOccurs="0"/>
    		</xs:sequence> -->
    </xs:complexType>


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

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

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

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

    <5> http://xmlresume.sourceforge.net/user-guide/element.para.html