<paramList>
<paramList> list of parameter specifications | |
Module | tagdocs — Documentation Elements |
Attributs |
|
Contenu dans |
tagdocs: valItem
|
Peut contenir |
tagdocs: paramSpec
|
Note |
The paramList element provides a a mechanism to document parameter specifications using child paramSpec elements. |
Exemple |
<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> |
Modèle de contenu |
<content> |
Schéma Declaration |
<rng:element name="paramList"> 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* } |