<binary>

<binary> 二値として,素性値を示す. 18.2 Elementary Feature Structures and the Binary Feature Value
モジュールiso-fs — 18 Feature Structures
属性
value 二値で値を示す.
状態 必須
データ型

<rng:ref name="data.truthValue"/>
data.truthValue
a string representing a binary value (true or false, 0 or 1) .
当該モジュールを使用するもの
下位空要素
宣言

<rng:element name="binary">
<rng:ref name="att.global.attributes"/>
<rng:attribute name="value">
 <rng:ref name="data.truthValue"/>
</rng:attribute>
<rng:empty/>
</rng:element>
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をとる.