complexType PublishObjectsType

complexType {urn:schemas-microsoft-com:office:excel}PublishObjectsType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:excel
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:rs=urn:schemas-microsoft-com:rowset
xmlns:s=uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
xmlns=urn:schemas-microsoft-com:office:excel


Source

<xsd:complexType name="PublishObjectsType">
    <
xsd:annotation>
        <
xsd:documentation>Contains information about all published items in a workbook.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
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>
        <
xsd:element name="AutoRepublish" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Specifies where in the HTML document to place the published objects.</xsd:documentation>
            </
xsd:annotation>
            <
xsd:complexType>
                <
xsd:sequence>
                    <
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>
                </
xsd:sequence>
            </
xsd:complexType>
        </
xsd:element>
    </
xsd:sequence>
</
xsd:complexType>


Documentation

Contains information about all published items in a workbook.


complexType PublishObjectsType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.