<binary>

<binary> 二値として,素性値を示す. [18.2 Elementary Feature Structures and the Binary Feature Value]
モジュールiso-fs — 18 Feature Structures
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.datcat (@datcat, @valueDatcat)
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:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:attribute name="value">
  <rng:ref name="data.truthValue"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element binary
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.datcat.attributes,
   attribute value { data.truthValue },
   empty
}
<f name="strident">
 <binary value="true"/>
</f>
<f name="exclusive">
 <binary value="false"/>
</f>
解説
当該属性値は,W3Cのデータ型「論理値」になる.例えば,文字列 trueや,その同値である1をとる.