The <bindRule> Element

Definition and Usage

The <bindRule> element associates a rule with a component of a <switch> or <descriptorSwitch> element, through its rule and constituent attributes, respectively.

Syntax

Element Attributes Content Parent
<bindRule> constituent, rule <switch> or <descriptorSwitch>

Attributes

Name Value Description
constituent IDREF. The constituent attribute uniquely identifies a child element of the <switch> or <descriptorSwitch> element, through its id value.
rule IDREF. The rule attribute uniquely identifies a rule defined by a <rule> or compositeRule element, through its id value.
Back to top