Definition Type: Element
Name: Watches
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Specifies the list of cells to be displayed in Watch window.
Collapse XSD Schema Diagram:
Drilldown into Watch in schema excel_xsdXSD Diagram of Watches in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Watches">
    <xsd:annotation>
        <xsd:documentation>Specifies the list of cells to be displayed in Watch window.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <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>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Watch x:Watch (1) unbounded