2.3.2.3.4 CT_StackPanelSection

Target namespace: http://schemas.microsoft.com/client/2009/11

Referenced by: CT_Section

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

Child Elements:

Grid : A CT_Grid element.

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

 <xs:complexType name="CT_StackPanelSection">
   <xs:sequence>
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element ref="Grid"/>
     </xs:choice>
   </xs:sequence>
 </xs:complexType>

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