<entry>
<entry> それなりに構造化されている辞書項目を示す. [9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries] | |
モジュール | dictionaries — Dictionaries |
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.entryLike (@type) att.sortable (@sortKey) |
クラブのメンバー | |
上位 | |
下位 | figures: figure notatedMusic transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
解説 | 他の要素と同じく,要素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> |
宣言 | <rng:element name="entry"> 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 )+ } |