<orth>

<orth> (forma ortografica) fornisce la forma ortografica di un lemma. 9.3.1 Information on Written and Spoken Forms
Modulo dictionaries — 9 Dictionaries
Oltre agli attributi globali att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type fornisce il tipo di trascrizione ortografica.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori Any convenient word or phrase, e.g. lat (latin),std (standard), trans (transliterated), etc.
extent fornisce l'ampiezza di informazioni ortografiche fornite.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
I valori esemplificativi includono:
full
(forma completa) [Valore di default]
pref
(prefisso)
suff
(suffisso)
part
(parziale)
Usato da
Può contenere
Dichiarazione

<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
}
Esempio
<form type="infl">
 <orth>brags</orth>
 <orth>bragging</orth>
 <orth>bragged</orth>
</form>