<entry>

<entry> (entry) 包含字典中一個結構完善的辭條項目。 [9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries]
組件 dictionaries — Dictionaries
屬性
俱乐部会员
可包含在於
可包含

Like all elements, entry inherits an xml:id attribute from the class global. No restrictions are placed on the method used to construct xml:ids; one convenient method is to use the orthographic form of the headword, appending a disambiguating number where necessary. Identification codes are sometimes included on machine-readable tapes of dictionaries for in-house use.

It is recommended to use the sense element even for an entry that has only one sense to group together all parts of the definition relating to the word sense since this leads to more consistent encoding across entries.

例子
<entry>
 <form>
  <orth>證明</orth>
  <pron>zheng-meng</pron>
 </form>
 <gramGrp>
  <pos>名詞</pos>
 </gramGrp>
 <sense n="1">
  <def>可靠的證據或事實</def>
 </sense>
 <sense n="2">
  <def>用可靠的證據或事實來表明或斷定人或事物的真實性。</def>
 </sense>
</entry>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <elementRef key="hom"/>
  <elementRef key="sense"/>
  <elementRef key="pc"/>
  <classRef key="model.entryPart.top"/>
  <classRef key="model.global"/>
  <classRef key="model.ptrLike"/>
 </alternate>
</content>
宣告
<rng:element name="entry">
 <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.entryLike.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="hom"/>
   <rng:ref name="sense"/>
   <rng:ref name="pc"/>
   <rng:ref name="model.entryPart.top"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.ptrLike"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element entry
{
   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.entryLike.attributes,
   att.sortable.attributes,
   ( hom | sense | pc | model.entryPart.top | model.global | model.ptrLike )+
}