3.5.4.1.1.2 customXsn (Custom XSN)

This element specifies that an XSN file (as specified by InfoPath Form Template Format Structure Specification [MS-IPFF]) should be presented to the user for editing properties of this document.

Child Elements

Subclause

cached (Cached View)

§3.5.4.1.1.1, cached

openByDefault (Open By Default)

§3.5.4.1.1.3, openByDefault

xsnLocation (XSN Location)

§3.5.4.1.1.4, xsnLocation

xsnScope (Scope)

§3.5.4.1.1.5, xsnScope

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

 <complexType name="CT_CustomXsn">
   <sequence>
     <element name="xsnLocation" type="xsd:string"/>
     <element name="cached" type="xsd:string"/>
     <element name="openByDefault" type="xsd:string"/>
     <element name="xsnScope" type="xsd:string"/>
   </sequence>
 </complexType>