Example: <paramList>

These search results reproduce every example of the use of <paramList> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <paramList> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

22 Documentation Elements


22.5.5.8 Defining a processing model

<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="uri">
   <desc>supplies the location of the intended hyperlink</desc>
  </paramSpec>
 </paramList>
</valItem>

22.5.5.8 Defining a processing model

<valItem ident="alternate">
 <desc versionDate="2015-08-21"
  xml:lang="en">
support display of alternative visualisations, for
     example by displaying the preferred content, by displaying both in parallel, or by toggling
     between the two.</desc>
 <paramList>
  <paramSpec ident="default">
   <desc versionDate="2015-08-21"
    xml:lang="en">
supplies the location of the preferred
         content</desc>
  </paramSpec>
  <paramSpec ident="alternate">
   <desc versionDate="2015-08-21"
    xml:lang="en">
supplies the location of the alternative
         content</desc>
  </paramSpec>
 </paramList>
</valItem>

<paramList>

<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>

<paramSpec>

<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>