<binary>

<binary> (二値) 素性の値が二値であることを示す. 18.2 Elementary Feature Structures and the Binary Feature Value
モジュールiso-fs — 18 Feature Structures
属性
value実際の値を示す.
状態 必須
データ型
data.truthValue
a string representing a binary value (true or false, 0 or 1) .
当該モジュールを使用するもの model.featureVal.single
下位空要素
宣言
element binary
{
   att.global.attributes,
   attribute value { data.truthValue },
   empty
}
<f name="strident">
 <binary value="true"/>
</f>
<f name="exclusive">
 <binary value="false"/>
</f>
解説
The value attribute may take any value permitted for attributes of the W3C datatype Boolean: this includes for example the strings true or 1 which are equivalent.