2.2.1.2.124 closeDocumentAction

The closeDocumentAction element specifies an action to close the form.

Parent Elements

rule

Attributes:

promptToSaveChanges: This attribute MUST be ignored.

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

 <xsd:element name="closeDocumentAction">
   <xsd:complexType>
     <xsd:attribute name="promptToSaveChanges" type="xsf:xdYesNo" use="required"/>
   </xsd:complexType>
 </xsd:element>