2.2.1.2.125 ruleSet

The ruleSet element specifies a set of one or more rules for the form.

Parent Elements

ruleSets

Child Elements

rule

Attributes:

name: This attribute specifies the name of the set of rules (1).

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

 <xsd:element name="ruleSet">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:rule" minOccurs="1" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="name" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>