2.2.1.2.126 ruleSets

The ruleSets element specifies the rule sets for the form.

Parent Elements

xDocumentClass

Child Elements

ruleSet

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

 <xsd:element name="ruleSets">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:ruleSet" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
   </xsd:complexType>
   <xsd:unique name="ruleSets_name_unique">
     <xsd:selector xpath="./xsf:ruleSet"/>
     <xsd:field xpath="@name"/>
   </xsd:unique>
 </xsd:element>