<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>
|