<orth>

<orth> (orthographic form) gives the orthographic form of a dictionary headword. 9.3.1 Information on Written and Spoken Forms
Moduldictionaries — 9 Dictionaries
Attribute att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typegives the type of spelling.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Werte Any convenient word or phrase, e.g. lat (latinate),std (standard), trans (transliterated), etc.
extentgives the extent of the orthographic information provided.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Beispielwerte sind etwa:
full
(full form) [Vorgabe]
pref
(prefix)
suff
(suffix)
part
(partial)
Verwendet von
Kann enthalten
Deklaration

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