includedViews Element

Contains includedView elements that specify each view included in the merged print view.

Usage

  
<includedViews />

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
mergedPrintView Contains properties of the merged print view.

Child Elements

Element Description
includedView Specifies the properties of a view that is included in the merged print view.

Attributes

None.

Definition

  
<xsd:element name="includedViews">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="xsf2:includedView" minOccurs="0" maxOccurs="unbounded" />
      </xsd:sequence>
   </xsd:complexType>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.