<entry>

<entry> (entry) それなりに構造化されている辞書項目を示す。 [9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries]
モジュール dictionaries — Dictionaries
属性
クラブのメンバー
上位
下位
解説

他の要素と同じく、要素entryは、クラスglobal から属性xml:idを継承している。属性xml:idを使 用する際の制約はない。見出し語には正書形を使うのがよい。必要であれ ば、曖昧性のない番号を付加してもよい。識別コードには、組織内で使用 される機械可読テープにある辞書でも使用されることがある。

<entry>
 <form>
  <orth>disproof</orth>
  <pron>dIs"pru:f</pron>
 </form>
 <gramGrp>
  <pos>n</pos>
 </gramGrp>
 <sense n="1">
  <def>facts that disprove something.</def>
 </sense>
 <sense n="2">
  <def>the act of disproving.</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 )+
}