Definition Type: Element
Name: PublishObject
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Contains the properties of a published item.
Collapse XSD Schema Diagram:
Drilldown into Location in schema excel_xsd Drilldown into HtmlType in schema excel_xsd Drilldown into Source in schema excel_xsd Drilldown into SourceType in schema excel_xsd Drilldown into DivID in schema excel_xsd Drilldown into Id in schema excel_xsdXSD Diagram of PublishObject in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="PublishObject" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains the properties of a published item.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Id" type="xsd:long">
                <xsd:annotation>
                    <xsd:documentation>Contains a unique identifier assigned to a column or, when the page is saved as a Web page, to a cell range.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DivID" type="xsd:string">
                <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>
            <xsd:element name="SourceType">
                <xsd:annotation>
                    <xsd:documentation>Specifies the type of item being published.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="AutoFilter" />
                        <xsd:enumeration value="PivotTable" />
                        <xsd:enumeration value="PrintArea" />
                        <xsd:enumeration value="Query" />
                        <xsd:enumeration value="Range" />
                        <xsd:enumeration value="Sheet" />
                        <xsd:enumeration value="SourceChart" />
                        <xsd:enumeration value="Workbook" />
                        <xsd:enumeration value="SourceWorkbook" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="Source" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contains the name of a published item or range, or specifies the character set of a text data source.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="HtmlType" default="StaticHTML">
                <xsd:annotation>
                    <xsd:documentation>Specifies the type of HTML generated and the component used by Microsoft Excel when an item is published to a Web page.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="PivotList" />
                        <xsd:enumeration value="StaticHTML" />
                        <xsd:enumeration value="WebCalc" />
                        <xsd:enumeration value="HTMLChart" />
                        <xsd:enumeration value="HtmlCalc" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="Location">
                <xsd:annotation>
                    <xsd:documentation>Contains an A1-style reference to a range in the worksheet containing a PivotTable report, or contains the URL (on the intranet or the Web) or path (local or network) to the location where a published item is saved.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute name="HRef" type="xsd:string" form="qualified" use="required">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the URL (on the intranet or the Web) or path (local or network) to the location where a published item is saved.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id x:Id (1) (1)
DivID x:DivID (1) (1)
SourceType x:SourceType (1) (1)
Source x:Source 0 (1)
HtmlType x:HtmlType (1) (1)
Location x:Location (1) (1)