<paramList>
<paramList> list of parameter specifications | |
組件 | tagdocs — Documentation Elements |
屬性 |
|
可包含在於 |
tagdocs: valItem
|
可包含 |
tagdocs: paramSpec
|
註 |
The paramList element provides a a mechanism to document parameter specifications using child paramSpec elements. |
例子 |
<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> |
宣告 |
<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* } |