2.4.8.2.2 CT_Pages

Referenced by: CT_Page

The CT_Pages complex type specifies the names of all the drawing pages in the document.

Child Elements:

PageInfo : A list of CT_PageInfo elements.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Pages">
   <xsd:sequence>
     <xsd:element name="PageInfo" minOccurs="1" maxOccurs="unbounded" type="CT_PageInfo"/>
   </xsd:sequence>
 </xsd:complexType>