<specList>

<specList> (specification list) marks where a list of descriptions is to be inserted into the prose documentation.
Modul tagdocs — 22 Documentation Elements
Verwendet von
Kann enthalten
tagdocs: specDesc
Deklaration

<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+ }
Beispiel
<specList>
 <specDesc key="milestone" atts="unit"/>
 <specDesc key="div"/>
</specList>