<paramList>
<paramList> list of parameter specifications | |
Módulo | tagdocs — Documentation Elements |
Atributos |
|
Contenido en |
tagdocs: valItem
|
Puede contener |
tagdocs: paramSpec
|
Nota |
The paramList element provides a a mechanism to document parameter specifications using child paramSpec elements. |
Ejemplo |
<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> |
Declaración |
<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* } |