<orth>

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

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

<rng:ref name="data.enumerated"/>
data.enumerated
Sample values include:
full
(full form) [Default]
pref
(prefix)
suff
(suffix)
part
(partial)
Used by
May contain
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="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
}
Example
<form type="infl">
 <orth>brags</orth>
 <orth>bragging</orth>
 <orth>bragged</orth>
</form>