<xsd:complexType name="CT_ExternalSheetData">
<xsd:sequence>
<xsd:element name="row" type="CT_ExternalRow" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Row</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="refreshError" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Last Refresh Resulted in Error</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|