<if>
<if> definisce un valore predefinito condizionato di un tratto; la condizione è specificata come una struttura di tratti e se riscontrata sussume la struttura dei tratti nel testo per il quale si cerca un valore predefinito. [18.11 Feature System Declaration] | |
Modulo | iso-fs — 18 Feature Structures |
Attributi | att.global (@xml:id, @n, @xml:lang, @rend, @style, @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)) |
Usato da | |
Contenuto in | iso-fs: vDefault |
Può contenere | |
Dichiarazione |
element if { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( ( fs | f ), then, ( model.featureVal ) ) } |
Esempio | <vDefault> <if> <fs> <f name="VFORM"> <symbol value="INF"/> </f> <f name="SUBJ"> <binary value="true"/> </f> </fs> <then/> <symbol value="for"/> </if> </vDefault> |