<binary>
<binary> (二値) 素性の値が二値であることを示す. 18.2 Elementary Feature Structures and the Binary Feature Value | |||||||||
モジュール | iso-fs — 18 Feature Structures | ||||||||
属性 |
| ||||||||
当該モジュールを使用するもの | 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. |