<orth>

<orth> (forme orthographique) donne l’orthographe d'un mot-vedette de dictionnaire 9.3.1 Information on Written and Spoken Forms
Module dictionaries — 9 Dictionaries
En complément des attributs globaux att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type donne le type d’orthographe
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Valeurs Mot ou expression approprié(e), par exemple vieilli, latin, normalisé, translittéré, etc.
extent donne l'étendue des informations fournies sur l'orthographe.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Exemple de valeurs possibles:
full
(forme pleine) [Valeur par défaut]
pref
(préfixe)
suff
(suffixe)
part
(partiel)
Utilisé par
Peut contenir
Declaration

<rng:element name="orth">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="extent" a:defaultValue="full">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element orth
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   attribute extent { data.enumerated }?,
   macro.paraContent
}
Exemple
<form type="infl">
 <orth>brags</orth>
 <orth>bragging</orth>
 <orth>bragged</orth>
</form>