2.2.1.2.4 applicationParameters

The applicationParameters element MUST be ignored.

Parent Elements

xDocumentClass

Child Elements

solutionProperties

Attributes:

application: This attribute MUST be ignored.

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

 <xsd:element name="applicationParameters">
   <xsd:complexType>
     <xsd:all>
       <xsd:element ref="xsf:solutionProperties" minOccurs="0"/>
     </xsd:all>
     <xsd:attribute name="application" use="required">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="InfoPath Design Mode"/>
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:attribute>
   </xsd:complexType>
 </xsd:element>