2.3.2.3.5 CT_Grid

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

Referenced by: CT_StackPanelSection, CT_TabItem, CT_Section, Grid

A Grid element as specified by [MS-WPFXV] section 1.48.95.2.1.17.3.

Child Elements:

Border : A CT_Border element.

Grid.ColumnDefinitions : A CT_GridColumnDefinitions element.

Grid.RowDefinitions : A CT_GridRowDefinitions element.

Attributes:

a:LayoutGroup :  An Ignored Value.

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

 <xs:complexType name="CT_Grid">
   <xs:sequence>
     <xs:element name="Grid.ColumnDefinitions" type="CT_GridColumnDefinitions" wbld:cname="Grid_ColumnDefinitions"/>
     <xs:element name="Grid.RowDefinitions" type="CT_GridRowDefinitions" wbld:cname="Grid_RowDefinitions"/>
     <xs:element ref="Border" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute ref="a:LayoutGroup" use="required"/>
 </xs:complexType>

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