<form>

<form> (形式資訊群) 匯集一個標題字在書寫及發音形式方面的所有資訊。 [9.3.1 Information on Written and Spoken Forms]
組件 dictionaries — Dictionaries
屬性
type⚓︎ 形式的類型有單一字彙、複合字等。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
simple
單一字彙項目Translation out of date.
lemma
標題字本身Translation out of date.
variant
變體形式Translation out of date.
compound
由不同單一字彙項目組成的複合字Translation out of date.
derivative
由標題字衍生出的派生詞Translation out of date.
inflected
字尾有屈折變化的形式Translation out of date.
phrase
多重字彙項目組成的片語Translation out of date.
俱乐部会员
可包含在於
core: cit
namesdates: nym
可包含
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
例子
<form>
 <orth>證明</orth>
 <orth>証明</orth>
</form>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.formPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
宣告
<rng:element name="form">
 <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:choice>
    <rng:value>simple</rng:value>
    <rng:value>lemma</rng:value>
    <rng:value>variant</rng:value>
    <rng:value>compound</rng:value>
    <rng:value>derivative</rng:value>
    <rng:value>inflected</rng:value>
    <rng:value>phrase</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="model.formPart"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element form
{
   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
   {
      "simple"
    | "lemma"
    | "variant"
    | "compound"
    | "derivative"
    | "inflected"
    | "phrase"
    | teidata.enumerated
   }?,
   (
      text
    | model.gLikemodel.phrasemodel.intermodel.formPartmodel.global
   )*
}