Definition Type: Element
Name: DivID
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Contains the unique identifier used to identify an HTML DIV element on a Web page. The element is associated with an item in a document that is published to a Web page. The item can be an entire workbook, a worksheet, a selected print range, an AutoFilter range, a range of cells, a chart, a PivotTable report, or a query table.
Collapse XSD Schema Diagram:
XSD Diagram of DivID in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DivID" type="xsd:string" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains the unique identifier used to identify an HTML DIV element on a Web page. The element is associated with an item in a document that is published to a Web page. The item can be an entire workbook, a worksheet, a selected print range, an AutoFilter range, a range of cells, a chart, a PivotTable report, or a query table.</xsd:documentation>
    </xsd:annotation>
</xsd:element>