2.2.147.21 mergedPrintView

The mergedPrintView element MUST be ignored.

Parent Elements

solutionDefinition

Child Elements

includedViews

printSettings

Attributes:

isCustomizable: This attribute MUST be ignored.

isDefault: This attribute MUST be ignored.

viewBreak: This attribute MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="mergedPrintView">
   <xsd:complexType>
     <xsd:all>
       <xsd:element ref="xsf:printSettings" minOccurs="0"/>
       <xsd:element ref="xsf2:includedViews" minOccurs="0"/>
     </xsd:all>
     <xsd:attribute name="isDefault" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="isCustomizable" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="viewBreak" type="xsd:string" use="required"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>