<step/>

étape : dans une procédure
dbk:step<1>

Exemple 1.
<procedure>
<step>
<!-- Etape 1 -->
<info>
<!-- métadonnées de l'étape -->
<creator>
<!-- auteur -->
</creator>
</info>
<title>
<proper>Intitulé de l'étape</proper>
</title>
<!-- série de blocs de texte -->
</step>
<step>
<!-- Etape 2 -->
</step>
<step>
<!-- Etape 3 -->
</step>
</procedure>

Parents<^>

procedure ;

Frères<^>

%Block ; info, step, 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="step" 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.docbook.org/tdg/en/html/step.html