<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
Attributi
valuefornisce un valore binario.
Stato Richiesto
Tipo di dati
data.truthValue
Valori a string representing a binary value (true or false, 0 or 1) .
Usato da model.featureVal.single
Può contenereElemento vuoto
Dichiarazione
element binary
{
   att.global.attributes,
   attribute value { data.truthValue },
   empty
}
Esempio
<f name="strident">
 <binary value="true"/>
</f>
<f name="exclusive">
 <binary value="false"/>
</f>
Nota
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.