Definition Type: ComplexType
Name: CrnType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains a description of formula operands located in another workbook.
Collapse XSD Schema Diagram:
Drilldown into Error in schema excel_xsd Drilldown into Boolean in schema excel_xsd Drilldown into Text in schema excel_xsd Drilldown into Number in schema excel_xsd Drilldown into ColLast in schema excel_xsd Drilldown into ColFirst in schema excel_xsd Drilldown into Row in schema excel_xsdXSD Diagram of CrnType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="CrnType">
    <xsd:annotation>
        <xsd:documentation>Contains a description of formula operands located in another workbook.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Row" type="RowType">
            <xsd:annotation>
                <xsd:documentation>Specifies the row being referenced.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ColFirst" type="xsd:int">
            <xsd:annotation>
                <xsd:documentation>Specifies the column in the referenced row that the referenced area begins with.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ColLast" type="xsd:int">
            <xsd:annotation>
                <xsd:documentation>Specifies the column in the referenced row that the referenced area ends with.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Number" type="xsd:double" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains the data in the referenced cell if the data is numeric.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Text" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the data in the referenced cell if the data is text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Boolean" default="False" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains a Boolean operand.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="TrueFalseType" />
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="Error" type="ErrorType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the data in the referenced cell if the data is an Error data type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Row x:Row (1) (1)
ColFirst x:ColFirst (1) (1)
ColLast x:ColLast (1) (1)
Number x:Number 0 unbounded
Text x:Text 0 (1)
Boolean x:Boolean 0 (1)
Error x:Error 0 (1)
Collapse Derivation Tree:
Collapse References:
x:Crn