<re>

<re> (相關辭條) 和標題字相關聯的字典辭條,像是包括在一個更大辭條中的複合片語或衍生字。 [9.3.6 Related Entries]
組件 dictionaries — Dictionaries
屬性
俱乐部会员
可包含在於
core: cit
namesdates: nym
可包含

May contain character data mixed with any other elements defined in the dictionary tag set.

Identical in sub-elements to an entry tag, and used where a dictionary has embedded information inside one entry which could have formed a separate entry. Some authorities distinguish related entries, run-on entries, and various other types of degenerate entries; no such typology is attempted here.

例子
<entry>
 <form>
  <orth>調皮</orth>
  <pron>tiau2 pi2</pron>
 </form>
 <gramGrp>
  <pos>形容詞</pos>
 </gramGrp>
 <sense n="1">
  <def>不馴順;狡猾不易對付。</def>
 </sense>
 <sense n="2"> ... </sense>
 <re>
  <form>
   <orth>調皮地</orth>
   <pron extent="suff">tiau2 pi2 de</pron>
  </form>
  <gramGrp>
   <pos>副詞</pos>
  </gramGrp>
 </re>
</entry>
例子
<entry>
 <form>
  <orth> abeja </orth>
 </form>
 <gramGrp>
  <gen> 陰性 </gen>
 </gramGrp>
 <sense n="1.">
  <usg type="domain"> 昆蟲學</usg>,<def> 蜜蜂 </def>. </sense>
 <sense n="2.">
  <def> 忙碌的蜜蜂,工作狂 </def></sense>
 <sense n="3.">
  <usg orig="A.type="domain"> 天文學 </usg>, <def> 蒼蠅座</def></sense>
 <re>
  <form>
   <orth orig="a. albanila"> abeja albanila </orth>, </form>
  <sense>
   <def>石巢蜂 </def>; </sense>
 </re>
 <re>
  <form>
   <orth orig="a. carpintera"> abeja carpintera </orth>, </form>
  <sense>
   <def> 木匠蜂 </def>; </sense>
 </re>
 <re>
  <form>
   <orth xml:id="zh-tw_re-o1"
    orig="a. reina or maestra">
abeja reina </orth>
   <orth mergedIn="#zh-tw_re-o1"> abeja maestra </orth>
  </form>
  <sense>
   <def> 女王蜂</def>; </sense>
 </re>
 <re>
  <form>
   <orth xml:id="zh-tw_re-o2"
    orig="a. neutra or obrera">
abeja neutra </orth>
   <orth mergedIn="#zh-tw_re-o2"> abeja obrera </orth>
  </form>
  <sense>
   <def> 工蜂 </def></sense>
 </re>
</entry>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="sense"/>
  <classRef key="model.entryPart.top"/>
  <classRef key="model.phrase"/>
  <classRef key="model.global"/>
 </alternate>
</content>
宣告
<rng:element name="re">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="sense"/>
   <rng:ref name="model.entryPart.top"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element re
{
   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.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   att.typed.attributes,
   (
      text
    | model.gLikesensemodel.entryPart.topmodel.phrasemodel.global
   )*
}