<paramList>

<paramList> list of parameter specifications
Moduletagdocs — Documentation Elements
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
tagdocs: valItem
May contain
tagdocs: paramSpec
Note

The paramList element provides a a mechanism to document parameter specifications using child paramSpec elements.

Example
<valItem ident="alternate">
 <desc versionDate="2015-08-21"
  xml:lang="en">
create a specialized display of alternating elements for displaying the preferred version and an alternative, both at once or by some method of toggling between the two.</desc>
 <paramList>
  <paramSpec ident="default">
   <desc>preferred content</desc>
  </paramSpec>
  <paramSpec ident="alternate">
   <desc>alternate content</desc>
  </paramSpec>
 </paramList>
</valItem>
Content model
<content>
 <elementRef minOccurs="0"
  maxOccurs="unboundedkey="paramSpec"/>

</content>
Schema Declaration
<rng:element name="paramList">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:zeroOrMore>
  <rng:ref name="paramSpec"/>
 </rng:zeroOrMore>
</rng:element>
element paramList
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   paramSpec*
}