The <bindRule> element associates a rule with a component of a <switch> or <descriptorSwitch> element, through its rule and constituent attributes, respectively.
Element | Attributes | Content | Parent |
---|---|---|---|
<bindRule> | constituent, rule | – | <switch> or <descriptorSwitch> |
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. |