Example: <specGrpRef> (reference to a specification group)

These search results reproduce every example of the use of <specGrpRef> 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 <specGrpRef> 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.2 Modules and Schemas

<div>
 <head>An overview of the imaginary module</head>
 <p>The imaginary module contains declarations for coloured things: <specGrpRef target="#RED"/>
  <specGrpRef target="#BLUE"/></p>
</div>

<specGrpRef>

<p>This part of the module contains declarations for names of persons, places, and
   organisations: <specGrpRef target="#names.pers"/>
 <specGrpRef target="#names.place"/>
 <specGrpRef target="#names.org"/></p>
<!-- elsewhere -->
<specGrp xml:id="names.pers">
<!--... -->
</specGrp>
<!-- elsewhere -->
<specGrp xml:id="names.place">
<!--... -->
</specGrp>
<!-- elsewhere -->
<specGrp xml:id="names.org">
<!--... -->
</specGrp>

<specGrpRef>

<p>Cette partie du module contient les déclarations pour les noms de personnes, de lieux,
   des organismes : <specGrpRef target="#fr_names.pers"/>
 <specGrpRef target="#fr_names.place"/>
 <specGrpRef target="#fr_names.org"/></p>
<specGrp xml:id="fr_names.pers"/>
<specGrp xml:id="fr_names.place"/>
<specGrp xml:id="fr_names.org"/>

<specGrpRef>

<p>這部份的模組包含人名、地名以及組織名稱的宣告:<specGrpRef target="#zh-tw_names.pers"/>
 <specGrpRef target="#zh-tw_names.place"/>
 <specGrpRef target="#zh-tw_names.org"/></p>
<!-- 某處 -->
<specGrp xml:id="zh-tw_names.pers">
<!--... -->
</specGrp>
<!-- 某處 -->
<specGrp xml:id="zh-tw_names.place">
<!--... -->
</specGrp>
<!-- 某處 -->
<specGrp xml:id="zh-tw_names.org">
<!--... -->
</specGrp>