<orth>

<orth> (拼字形式) 提供字典標題字的拼字形式。 9.3.1 Information on Written and Spoken Forms
組件dictionaries — 9 Dictionaries
屬性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type提供拼字的類型。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
Any convenient word or phrase, e.g. lat (latinate),std (standard), trans (transliterated), etc.
extent顯示拼字資訊的完整程度。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
full
(full form) [預設值]
pref
(prefix)
suff
(suffix)
part
(partial)
屬於
可包含
宣告

<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
}
例子
<form>
 <orth xml:lang="zh-Hant-tw"></orth>
 <orth xml:lang="zh-Hans-cn"></orth>
 <orth xml:lang="ja-Hani"></orth>
</form>