Definition Type: ComplexType
Name: ActiveRowsType
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Containing Schema: excel2003xml.xsd
Abstract
Documentation:
Contains XDT rows that are active.
Collapse XSD Schema Diagram:
Drilldown into ActiveRow in schema excel2003xml_xsdXSD Diagram of ActiveRowsType in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="ActiveRowsType">
    <xsd:annotation>
        <xsd:documentation>Contains XDT rows that are active.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ActiveRow" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
            <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ActiveRow x2:ActiveRow 0 unbounded
Collapse Derivation Tree:
Collapse References:
x2:ActiveRows