<xsd:complexType name="XctType">
<xsd:annotation>
<xsd:documentation>Contains information about references to cells in a worksheet of another workbook and about the data in those cells.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Count" type="xsd:int">
<xsd:annotation>
<xsd:documentation>Indicates the number of Crn elements contained in an Xct element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SheetIndex" type="xsd:int">
<xsd:annotation>
<xsd:documentation>Contains the index number for a worksheet to which a name or cell reference applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Crn" type="CrnType">
<xsd:annotation>
<xsd:documentation>Contains a description of formula operands located in another workbook.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Moper" type="MoperType">
<xsd:annotation>
<xsd:documentation>Contains the data referenced by a DDE link.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|