<entry>
<entry> それなりに構造化されている辞書項目を示す. [9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries] | |
モジュール | dictionaries — 9 Dictionaries |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.entryLike (@type) att.sortable (@sortKey) |
当該モジュールを使用するもの | |
上位 | |
下位 | figures: figure notatedMusic textcrit: witDetail transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
宣言 |
element entry { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.entryLike.attributes, att.sortable.attributes, ( hom | sense | model.entryPart.top | model.global | model.ptrLike )+ } |
例 | <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> |
解説 | 他の要素と同じく,要素entryは,クラスglobal
から属性xml:idを継承している.属性xml:idを使 用する際の制約はない.見出し語には正書形を使うのがよい.必要であれ
ば,曖昧性のない番号を付加してもよい.識別コードには,組織内で使用 される機械可読テープにある辞書でも使用されることがある. |