<cond>
<cond> (conditional feature-structure constraint) defines a conditional feature-structure constraint; the consequent and the antecedent are specified as feature structures or feature-structure collections; the constraint is satisfied if both the antecedent and the consequent subsume a given feature structure, or if the antecedent does not. [19.11 Feature System Declaration] | |
Modul | iso-fs — Feature Structures |
Attribute |
|
Enthalten in |
iso-fs: fsConstraints
|
Kann enthalten | |
Anmerkung |
May contain an antecedent feature structure, an empty then element, and a consequent feature structure. |
Beispiel |
<cond>
<fs> <f name="BAR"> <symbol value="1"/> </f> </fs> <then/> <fs> <f name="SUBCAT"> <binary value="false"/> </f> </fs> </cond> |
Content model |
<content> |
Schema Deklaration |
<rng:element name="cond"> element cond { 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, ( fs | f ) ) } |