Definition Type: ComplexType
Name: XctType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains information about references to cells in a worksheet of another workbook and about the data in those cells.
Collapse XSD Schema Diagram:
Drilldown into Moper in schema excel_xsd Drilldown into Crn in schema excel_xsd Drilldown into SheetIndex in schema excel_xsd Drilldown into Count in schema excel_xsdXSD Diagram of XctType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Count x:Count (1) (1)
SheetIndex x:SheetIndex (1) (1)
Crn x:Crn (1) (1)
Moper x:Moper (1) (1)
Collapse Derivation Tree:
Collapse References:
x:Xct