<binary>

<binary> (un valore binario) rappresenta la parte di valore di una specifica del valore dei tratti che può contenere uno di soltanto due possibili valori. 18.2 Elementary Feature Structures and the Binary Feature Value
Moduloiso-fs — 18 Feature Structures
Attributiatt.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))
valuefornisce un valore binario.
Stato Richiesto
Tipo di dati

<rng:ref name="data.truthValue"/>
data.truthValue
Valori a string representing a binary value (true or false, 0 or 1) .
Usato da
Contenuto in
Può contenereElemento vuoto
Dichiarazione

<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: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,
   attribute value { data.truthValue },
   empty
}
Esempio
<f name="strident">
 <binary value="true"/>
</f>
<f name="exclusive">
 <binary value="false"/>
</f>