2.2.79 onLoad

The onLoad element specifies a set of rules that is called when the form is loaded.

Parent Elements

xDocumentClass

Child Elements

ruleSetAction

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

 <xsd:element name="onLoad">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:ruleSetAction" minOccurs="1" maxOccurs="1"/>
     </xsd:sequence>
   </xsd:complexType>
   <xsd:keyref name="load_ruleSetAction" refer="xsf:ruleset_name_key">
     <xsd:selector xpath="./xsf:ruleSetAction"/>
     <xsd:field xpath="@ruleSet"/>
   </xsd:keyref>
 </xsd:element>