<webPublishObjects> (Web Publish Objects)

This element defines the collection of Web publishing objects in the workbook.

Parent Elements

<workbook>3.2.27)

Child Elements

Subclause

<webPublishObject> (Web Publishing Object)

§3.2.25

Attributes

Description

<count> (Count)

Specifies the number of items in the collection.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_WebPublishObjects">
	<sequence>
	<element name="webPublishObject" type="CT_WebPublishObject" minOccurs="1" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>