<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

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

<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
}
Esempio
<f name="strident">
 <binary value="true"/>
</f>
<f name="exclusive">
 <binary value="false"/>
</f>