<etym>

<etym> (詞源) 包含詞源學資訊。 [9.3.4 Etymological Information]
組件 dictionaries — Dictionaries
屬性
俱乐部会员
可包含在於
core: cit
namesdates: nym
可包含
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data

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

There is no consensus on the internal structure of etymologies, or even on whether such a structure is appropriate. The etym element accordingly simply contains prose, within which names of languages, cited words, or parts of words, glosses, and examples will typically be prominent. The tagging of such internal objects is optional.

例子
<entry>
 <form>
  <orth>佛陀</orth> ... </form>
 <etym><lang>梵語</lang>
  <term>buddha</term>傳入的<lang>中古漢語</lang>音譯; </etym>
</entry>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.global"/>
  <classRef key="model.inter"/>
  <classRef key="model.phrase"/>
  <elementRef key="def"/>
  <elementRef key="etym"/>
  <elementRef key="gramGrp"/>
  <elementRef key="lbl"/>
  <elementRef key="usg"/>
  <elementRef key="xr"/>
 </alternate>
</content>
宣告
<rng:element name="etym">
 <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.typed.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="def"/>
   <rng:ref name="etym"/>
   <rng:ref name="gramGrp"/>
   <rng:ref name="lbl"/>
   <rng:ref name="usg"/>
   <rng:ref name="xr"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element etym
{
   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.typed.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   (
      text
    | model.gLikemodel.globalmodel.intermodel.phrasedefetymgramGrplblusgxr
   )*
}