<specList>

<specList> (liste de spécification) marque l'endroit où insérer une liste de descriptions dans le texte documentaire.
Module tagdocs — 22 Documentation Elements
Utilisé par
Peut contenir
tagdocs: specDesc
Declaration

<rng:element name="specList">
 <rng:ref name="att.global.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="specDesc"/>
 </rng:oneOrMore>
</rng:element>
element specList { att.global.attributes, specDesc+ }
Exemple
<specList>
 <specDesc key="milestone" atts="unit"/>
 <specDesc key="div"/>
</specList>