<binary>

<binary> (二値) 二値として、素性値を示す。 [18.2 Elementary Feature Structures and the Binary Feature Value]
モジュール iso-fs — Feature Structures
属性
value⚓︎ 二値で値を示す。
状態 必須
データ型 teidata.truthValue
解説

この属性はteidata.truthValueのデータ型を持つ。 その値は、1true、あるいは0falseで表現される。

クラブのメンバー
上位
下位 空要素
解説

当該属性値は、W3Cのデータ型「論理値」になる。例えば、文字列 trueや、その同値である1をとる。

<f name="strident">
 <binary value="true"/>
</f>
<f name="exclusive">
 <binary value="false"/>
</f>
Content model
<content>
 <empty/>
</content>
宣言
<rng:element name="binary">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:attribute name="value">
  <rng:ref name="teidata.truthValue"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element binary
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.datcat.attributes,
   attribute value { teidata.truthValue },
   empty
}