<f>

<f> (功能) 表示一個功能值細節,即一項名稱與任一種不同類型值之間的關連。 [18.2 Elementary Feature Structures and the Binary Feature Value]
組件iso-fs — 18 Feature Structures
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.datcat (@datcat, @valueDatcat)
name功能名稱
狀態 必備的
資料類型

<rng:ref name="data.name"/>
data.name
Any name.
fVal (feature value) 參照任何可用來代表功能值的元素。
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
the identifier of an element representing a feature value
屬於
可包含在於
iso-fs: bicond cond fLib fs if
可包含
宣告

<rng:element name="f">
 <rng:ref name="att.global.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.datcat.attributes"/>
 <rng:attribute name="name">
  <rng:ref name="data.name"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="fVal">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.featureVal"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element f
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.datcat.attributes,
   attribute name { data.name },
   attribute fVal { data.pointer }?,
   ( text | model.gLike | model.featureVal )*
}
Schematron

<s:rule context="tei:fVal">
<s:assert test="not(tei:* and text)"> A feature value cannot
contain both text and element content</s:assert></s:rule>
<s:rule context="tei:fVal">
<s:report test="count(tei:*)>1"> A feature value can contain
only one child element</s:report></s:rule>
例子
<f name="gender">
 <symbol value="feminine"/>
</f>
例子
<fs>
 <f name="voice">active</f>
 <f name="tense">SimPre</f>
</fs>