<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, @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>