3.5.3.1.1.1 customPropertyEditor (Custom Property Editor)

This element associates a namespace with the location of an XSN file (as specified by InfoPath Form Template Format Structure Specification [MS-IPFF]). The specified XSN file can be used to visually edit the information in a custom XML data part in this document. The XMLNamespace child specifies which custom xml data parts are suitable for editing; the XSNLocation child specifies a path to the XSN file.

Parent Elements

customPropertyEditors3.5.3.1.1.2, customPropertyEditors)

Child Elements

Subclause

XMLNamespace (Namespace for Property Editor)

§3.5.3.1.1.5, XMLNamespace

XSNLocation (Location of XSN File)

§3.5.3.1.1.6, XSNLocation

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

 <complexType name="CT_CustomPropertyEditor">
   <sequence>
     <element name="XMLNamespace" type="xsd:anyURI"/>
     <element name="XSNLocation" type="xsd:string"/>
   </sequence>
 </complexType>