Contains XDT rows that are active.
| Namespace | http://schemas.microsoft.com/office/excel/2003/xml | 
| Schema name | XML Spreadsheet 2003 | 
| Element | Description | 
|---|---|
| ActiveRow | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
None.
      
<xsd:complexType name="ActiveRowsType" >
  <xsd:sequence>
    <xsd:element name="ActiveRow" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>