fullyEditableNamespace Attribute

Microsoft Office InfoPath

Show All Show All

fullyEditableNamespace Attribute

Identifies the namespace of an XML Schema in the form template that can be entirely modified in Microsoft Office InfoPath 2003 design mode.

Type

      xsd:anyURI
    

Remarks

The fullyEditableNamespace attribute is an optional attribute of the solutionProperties element.

Example

The following is an example of the fullyEditableNamespace attribute as it is used in the solutionProperties element:

    <xsf: applicationParameters application="InfoPath Design Mode">
   <xsf: solutionProperties
      allowCustomization="no"
      lastOpenView="view1"
      scriptLanguage="JScript"
      automaticallyCreateNodes="no"
      lastVersionNeedingTransform="1.1.0.10"
      fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>