<specList>

<specList> (specification list) marks where a list of descriptions is to be inserted into the prose documentation.
Moduletagdocs — 22 Documentation Elements
AttributesGlobal attributes only
Used by
May contain
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+ }
Example
<specList>
 <specDesc key="milestoneatts="unit"/>
 <specDesc key="div"/>
</specList>