<page> (Page Items)

Represents the collection of page item values for a page field.

Parent Elements

<pages>3.10.1.65)

Child Elements

Subclause

<pageItem> (Page Item)

§3.10.1.64

Attributes

Description

<count> (Page Item String Count)

Specifies the number of page item strings in the collectoin.

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_PCDSCPage">
	<sequence>
	<element name="pageItem" type="CT_PageItem" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>