<iType>

<iType> (屈折變化種類) 指明單字的屈折變化種類。 [9.3.1 Information on Written and Spoken Forms]
組件 dictionaries — Dictionaries
屬性
type⚓︎ 若需要區別曲折變化種類的一般縮寫指標 (例:inv) 以及其他指標,像是詞形變化模式的特殊代碼等,則在此說明指示標記類型。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
實例值包含:
abbrev
縮寫指標
verbTable
動詞表的編碼參照
俱乐部会员
可包含在於
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data

May contain character data and phrase-level elements. Typical content will be invariant, n 3 etc.

例子
 ( 因漢語無動詞的語尾變化,故不提供範例。) 
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣告
<rng:element name="iType">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element iType
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.paraContent
}