===== The 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. |