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