<f>

<f> (자질) feature value specification, 즉, 이름과 몇 가지 다른 유형의 값을 연결시킨다. [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 (자질 값) 자질의 값을 표시할 수 있는 요소를 참조한다.
상태 수의적
자료 유형

<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>