<pages>
(Page Item Values)
Represents the collection of page item values for each page field.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>