<xsd:complexType name="CT_DataConsolidate">
<xsd:sequence>
<xsd:element name="dataRefs" type="CT_DataRefs" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Data Consolidation References</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="function" type="ST_DataConsolidateFunction" use="optional" default="sum">
<xsd:annotation>
<xsd:documentation>Function Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="leftLabels" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Use Left Column Labels</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="topLabels" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Labels In Top Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="link" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Link</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|