<entry>
<entry> (entry) contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon. [9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries] | |
Module | dictionaries — Dictionaries |
Attributes | 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) |
Member of | |
Contained by | |
May contain | figures: figure notatedMusic transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Note | 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. |
Example | |
Content model | <content> |
Schema Declaration | <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 )+ } |