2.2.132 ruleSetAction

The ruleSetAction element specifies the rule set, as defined by the ruleSet element (section 2.2.143) that MUST be called by a form or form file event.

Parent Elements

button

domEventHandler

onLoad

submit

Attributes:

ruleSet: This attribute specifies the name of the rule set that is called. The specified value MUST match the value specified by the name attribute of the corresponding ruleSet element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="ruleSetAction">
   <xsd:complexType>
     <xsd:attribute name="ruleSet" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>