ViewContent Group

Microsoft Office InfoPath

Show All Show All

ViewContent Group

Represents a collection of elements used in a view.

Remarks

The ViewContent group is used as an element of the view element.

Example

The following example is the XML Schema declaration of the ViewContent group:

    <xsd:group name="ViewContent">
   <xsd:choice>
      <xsd:element ref="xsf:editing" minOccurs="0" />
      <xsd:element ref="xsf:mainpane" minOccurs="0" />
      <xsd:element ref="xsf:printSettings" minOccurs="0" />
      <xsd:group ref="xsf:UIContainer" minOccurs="0" maxOccurs="unbounded" />
      <xsd:element ref="xsf:unboundControls" minOccurs="0" />
   </xsd:choice>
</xsd:group>