Definition Type Complex Type
Name ActiveRowsType
Namespace http://schemas.microsoft.com/office/excel/2003/xml
Abstract False
Documentation Contains XDT rows that are active.
XSD Schema excel2003xml.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ActiveRowsType" >
  <xsd:annotation>
    <xsd:documentation>Contains XDT rows that are active.</xsd:documentation>
  </xsd:annotation>

  <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="unbounded" name="ActiveRow" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

  </xsd:sequence>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
ActiveRowsType
    x2:ActiveRows
References
x2:ActiveRows
Generated using Liquid XML Studio by Liquid Technologies Ltd