<binary>

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

<rng:ref name="data.truthValue"/>
data.truthValue
2値を示す文字(trueまたはfalseか,0または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をとる.