<f>

<f> (素性) 定義される素性を示す. 18.2 Elementary Feature Structures and the Binary Feature Value
モジュールiso-fs — 18 Feature Structures
属性
nameprovides a name for the feature.
状態 必須
データ型
data.name
Any name.
fVal (feature value) references any element which can be used to represent the value of a feature.
状態 任意
データ型
data.pointer
the identifier of an element representing a feature value
解説
If this attribute is supplied as well as content, the value referenced is to be unified with that contained.
当該モジュールを使用するものbicond cond fLib fs if
下位
宣言
element f
{
   att.global.attributes,
   attribute name { data.name },
   attribute fVal { data.pointer }?,
   model.featureVal*
}
<f name="gender">
 <symbol value="feminine"/>
</f>
解説
If the element is empty then a value must be supplied for the fVal attribute.