<entry>
<entry> (entry) contiene una voce di dizionario ragionevolmente ben strutturata. [10.1 Dictionary Body and Overall Structure 10.2 The Structure of Dictionary Entries] | |
Modulo | dictionaries — Dictionaries |
Attributi |
|
Membro del | |
Contenuto in | |
Può contenere |
figures: figure notatedMusic
header: biblFull
msdescription: msDesc
tagdocs: listRef
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
Nota |
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. |
Esempio |
<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> |
Dichiarazione |
<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 )+ } |