2.3.3.3.4 CT_Section

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/forms

Referenced by: CT_DataTemplate, CT_FormHeaderFooter, Section

A Section element as specified by [MS-WPFXV] section 1.48.11.1.6.1.4.

Child Elements:

Grid : A CT_Grid element.

Attributes:

Style : An ST_ReferenceType that specifies the Style attribute.

Tag : An Ignored Value.

x:Name : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Name attribute.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Section">
   <xs:complexContent>
     <xs:extension base="xaml:CT_StackPanelSection">
       <xs:attribute name="Style" type="xaml:ST_ReferenceType" use="optional" wbld:cname="Style"/>
       <xs:attribute name="Tag" type="xs:string" wbld:cname="Tag" use="optional"/>
       <xs:attribute ref="x:Name" use="optional"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).