<fs>

<fs> (素性構造) 素性構造を示す. 18.2 Elementary Feature Structures and the Binary Feature Value
モジュールiso-fs — 18 Feature Structures
属性
type当該素性構造の種類を示す.
状態 使えるならば必須
データ型
data.enumerated
Character string, e.g. word structure.
feats (features) 当該素性構造を構成する素性値定義を示す.
状態 任意
データ型 1–∞ occurrences of
data.pointer
空白文字で区切られる
one or more identifiers of <f> elements.
解説
May be used either instead of having features as content, or in addition. In the latter case, the features referenced and contained are unified.
当該モジュールを使用するものbicond cond if vColl model.featureVal.complex model.global.meta
下位
iso-fs: f
宣言
element fs
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute feats { list { data.pointer+ } }?,
   f*
}
<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>