2.3.2.3.8 CT_GridRowDefinitions

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

Referenced by: CT_Grid

A Grid.RowDefinitions element as specified by [MS-WPFXV] section 1.174, RowDefinitionCollection.

Child Elements:

RowDefinition : A CT_RowDefinition element.

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

 <xs:complexType name="CT_GridRowDefinitions">
   <xs:sequence>
     <xs:element name="RowDefinition" type="CT_RowDefinition" minOccurs="0" maxOccurs="unbounded" wbld:cname="RowDefinition"/>
   </xs:sequence>
 </xs:complexType>

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