Definition Type: Element
Name: Watch
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Specifies a reference to a cell to be displayed in the Watch window.
Collapse XSD Schema Diagram:
Drilldown into Source in schema excel_xsdXSD Diagram of Watch in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Watch" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies a reference to a cell to be displayed in the Watch window.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Source" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Specifies a reference to a cell to be displayed in the Watch window.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Source x:Source (1) (1)