| <sense> groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents. [10.2. The Structure of Dictionary Entries] |
| Module | dictionaries — Specification |
| Attributes | | xml:id | (identifier) provides a unique identifier for the element bearing the attribute. |
|
| Member of | |
| Contained by | |
| May contain | |
| Note | May contain character data mixed with any other elements defined in the dictionary tag set. |
| Example | <sense n="2">
<usg type="time">Vx.</usg>
<def>Vaillance, bravoure (spécial., au combat)</def>
<cit type="example">
<quote>La valeur n'attend pas le nombre des années</quote>
<bibl>
<author>Corneille</author>
</bibl>
</cit>
</sense>
|
| Content model |
<content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.gLike"/>
<classRef key="model.sensePart"/>
</alternate>
</content>
⚓ |
| Schema Declaration |
element sense
{
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.xmlbase,
att.global.analytic.attribute.ana,
att.global.change.attribute.change,
att.global.facs.attribute.facs,
att.global.linking.attribute.corresp,
att.global.linking.attribute.synch,
att.global.linking.attribute.sameAs,
att.global.linking.attribute.copyOf,
att.global.linking.attribute.next,
att.global.linking.attribute.prev,
att.global.linking.attribute.exclude,
att.global.linking.attribute.select,
att.global.rendition.attribute.rend,
att.global.rendition.attribute.style,
att.global.rendition.attribute.rendition,
att.global.responsibility.attribute.cert,
att.global.responsibility.attribute.resp,
att.global.source.attribute.source,
att.lexicographic.attributes,
attribute xml:id { text },
( model.gLike | model.sensePart )*
}⚓
|