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