<binary>
<binary> (이진 값) 정확히 두 가지 가능한 값 중 하나를 포함할 수 있는 자질-값 명세에서 값의 부분을 표시한다. 18.2 Elementary Feature Structures and the Binary Feature Value | |||||||||
모듈 | iso-fs — 18 Feature Structures | ||||||||
전체 속성에 부가 |
|
||||||||
에 의해 사용된 | |||||||||
포함할 수 있다 | 공백 요소 | ||||||||
선언 |
element binary { att.global.attributes, attribute value { data.truthValue }, empty } |
||||||||
예 |
<f name="strident">
<binary value="true"/> </f> <f name="exclusive"> <binary value="false"/> </f> |