Example: <specGrp> (specification group)

These search results reproduce every example of the use of <specGrp> 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 <specGrp> 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

<p>This module contains three red elements: <specGrp xml:id="RED">
  <elementSpec ident="beetroot">
<!-- ... -->
  </elementSpec>
  <elementSpec ident="east">
<!-- ... -->
  </elementSpec>
  <elementSpec ident="rose">
<!-- ... -->
  </elementSpec>
 </specGrp> and two blue ones: <specGrp xml:id="BLUE">
  <elementSpec ident="sky">
<!-- ... -->
  </elementSpec>
  <elementSpec ident="bayou">
<!-- ... -->
  </elementSpec>
 </specGrp></p>

<specGrp>

<specGrp xml:id="xDAILC">
 <elementSpec ident="s">
<!-- ... -->
 </elementSpec>
 <elementSpec ident="cl">
<!-- ... -->
 </elementSpec>
 <elementSpec ident="w">
<!-- ... -->
 </elementSpec>
 <elementSpec ident="m">
<!-- ... -->
 </elementSpec>
 <elementSpec ident="c">
<!-- ... -->
 </elementSpec>
</specGrp>

<specGrp>

<specGrp xml:id="fr_xDAILC">
 <elementSpec ident="s"/>
 <elementSpec ident="cl"/>
 <elementSpec ident="w"/>
 <elementSpec ident="m"/>
 <elementSpec ident="c"/>
</specGrp>

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