3.5.3.1.1.2 customPropertyEditors (Custom Property Editors List)

This element specifies the list of (and settings for) any XSN files (as specified by InfoPath Form Template Format Structure Specification [MS-IPFF]) that may be associated with this document to edit information in its custom XML data parts.

Child Elements

Subclause

customPropertyEditor (Custom Property Editor)

§3.5.3.1.1.1, customPropertyEditor

defaultPropertyEditorNamespace (Default Namespace)

§3.5.3.1.1.3, defaultPropertyEditorNamespace

showOnOpen (Show On Open)

§3.5.3.1.1.4, showOnOpen

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_CustomPropertyEditors">
   <sequence>
     <element name="showOnOpen" type="xsd:boolean"/>
     <element name="defaultPropertyEditorNamespace" type="xsd:anyURI"/>
     <element name="customPropertyEditor" type="CT_CustomPropertyEditor" maxOccurs="unbounded"/>
   </sequence>
 </complexType>