<pages> (Page Item Values)

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

Parent Elements

<consolidation>3.10.1.20)

Child Elements

Subclause

<page> (Page Items)

§3.10.1.61

Attributes

Description

<count> (Page Item String Count)

Specifies the number of page item strings 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_Pages">
	<sequence>
	<element name="page" type="CT_PCDSCPage" minOccurs="1" maxOccurs="4"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>