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

<question/>

question : dans une "foire aux questions"

dbk:question<1>

Exemple 1.
<faq>
<question>Comment utiliser cet élément?</question>
<answer>
<para>Il suffit de faire comme dans cet exemple.</para>
</answer>
</faq>

Parents<^>

faq ;

Frères<^>

%Block ; answer, info, question, title ;

Enfants<^>

"text" ( (%Inline)*)

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="question" type="block"/>
    <xs:complexType name="block" mixed="true">
    <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="Inline"/>
    </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


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