<specList>

<specList> (specification list) marks where a list of descriptions is to be inserted into the prose documentation.
Modultagdocs — 22 Documentation Elements
Attribute
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="milestoneatts="unit"/>
 <specDesc key="div"/>
</specList>