<iff>
<iff> (if and only if) separates the condition from the consequence in a bicond element. [18.11 Feature System Declaration] | |
Modul | iso-fs — 18 Feature Structures |
Attribute | att.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)) (att.global.change (@change)) |
Verwendet von | |
Enthalten in | iso-fs: bicond |
Kann enthalten | Leeres Element |
Deklaration |
element iff { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, empty } |
Beispiel | <bicond> <fs> <f name="FOO"> <symbol value="42"/> </f> </fs> <iff/> <fs> <f name="BAR"> <binary value="true"/> </f> </fs> </bicond> |