Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ruleSets element specifies the rule sets for the form.
Parent Elements |
---|
Child Elements |
---|
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>