<definition/>

définition : définition d'un terme term
htm:dd<1> dbk:varlistentry<2> tei:def<3> dc:description<4>

Exemple 1.
<!-- élément de niveau bloc, comme para -->
<definition>
<!-- Eventuellement un titre -->
<title>
<proper>Titre de la définition</proper>
</title>
<!-- Blocs de texte pour rédiger la définition -->
<para>Définition du terme. La définition se présente comme un texte rédactionnel.</para>
</definition>

Parents<^>

concept, glossary, part ;

Frères<^>

%Block, %DC ; concept, definition, example, info, note, part, term, title ;

Enfants<^>

(info?, title?, %Block+)

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="definition" type="flowmeta"/>
    <xs:complexType name="flowmeta">
    <xs:sequence>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element minOccurs="0" ref="title"/>
    <xs:group maxOccurs="unbounded" ref="Block"/>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.w3.org/TR/html4/struct/lists.html#edef-DD

    <2> http://www.docbook.org/tdg/en/html/varlistentry.html

    <3> http://www.tei-c.org/P4X/ref-DEF.html

    <4> http://dublincore.org/documents/dcmi-terms/#description