ruleSetAction Element

Defines the ruleSet action element to be invoked.

Type

  xsd:complexType

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
ruleSet
  xsd:string
Yes Contains the name of the ruleSet to be invoked. string
  xsd:string

Definition

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

Remarks

The ruleSetAction element is a child of the submit, domEventHandler, onLoad, and button elements.

Example

The following is an example of the ruleSetAction element:

  <xsf:onLoad>
 <xsf:ruleSetAction ruleSet="RuleSet4"/>
</xsf:onLoad>