<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> | ||||||||
| 解説 |
当該属性値は,W3Cのデータ型「論理値」になる.例えば,文字列
trueや,その同値である1をとる.
| ||||||||
