<binary>

<binary> (이진 값) 정확히 두 가지 가능한 값 중 하나를 포함할 수 있는 자질-값 명세에서 값의 부분을 표시한다. [18.2 Elementary Feature Structures and the Binary Feature Value]
모듈 iso-fs — Feature Structures
속성
value⚓︎ 이진 값을 제시한다.
상태 필수적
자료 유형 teidata.truthValue
클럽 회원
에 의해 포함된
포함할 수 있다 공백 요소
주석

The value attribute may take any value permitted for attributes of the W3C datatype Boolean: this includes for example the strings true or 1 which are equivalent.

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