2.3.4.2.82 RowDef_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: SectionDef_Type

A complex type that specifies the definition of a row that is not specified in this specification.

Child Elements:

CellDef: A CellDef_Type element that specifies the definition of a cell that is not specified in this specification.

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

 <xsd:complexType name="RowDef_Type">
   <xsd:sequence>
     <xsd:element name="CellDef" type="CellDef_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>