complexType CrnType

complexType {urn:schemas-microsoft-com:office:excel}CrnType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:excel
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:rs=urn:schemas-microsoft-com:rowset
xmlns:s=uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
xmlns=urn:schemas-microsoft-com:office:excel


Source

<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>


Documentation

Contains a description of formula operands located in another workbook.


complexType CrnType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.