<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. [19.11 Feature System Declaration] | |
Modulo | iso-fs — Feature Structures |
Attributi |
|
Contenuto in |
iso-fs: vDefault
|
Può contenere | |
Nota |
May contain a feature structure, followed by a feature value; the two are separated by a then element. |
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> |
Content model |
<content> |
Dichiarazione |
<rng:element name="if"> element if { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( ( fs | f ), then, model.featureVal ) } |