<paramSpec>
<paramSpec> supplies specification for one parameter of a model behaviour [23.5.4.8 Defining a processing model] | |
Módulo | tagdocs — Documentation Elements |
Atributos |
|
Contenido en |
tagdocs: paramList
|
Puede contener | |
Nota |
Where a model behaviour uses more than one parameter, individual paramSpec elements should be grouped together using a paramList element, as above. Parameter specifications are provided within the valItem used to define a particular behaviour, which forms part of the specification of a model element's behaviour attribute. In the example above, the behaviour link has two parameters: content and link. Using a desc element within a paramSpec is optional but recommended practice. |
Ejemplo |
<valItem ident="link">
<desc>create a hyperlink</desc> <paramList> <paramSpec ident="content"> <desc>supplies the location of some content describing the link</desc> </paramSpec> <paramSpec ident="link"> <desc>supplies the location of the intended URL</desc> </paramSpec> </paramList> </valItem> |
Content model |
<content> |
Declaración |
<rng:element name="paramSpec"> element paramSpec { 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, att.identified.attributes, att.combinable.attributes, att.deprecated.attributes, ( model.identEquiv | model.descLike )* } |