2.4.8.2.1 CT_PageInfo

Referenced by: CT_Pages

The CT_PageInfo complex type specifies the name of a drawing page in the document.

Attributes:

Name :  An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the name of a drawing page. It MUST be unique amongst all the drawing pages specified by the CT_PageInfo child elements of CT_Pages.

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

 <xsd:complexType name="CT_PageInfo">
   <xsd:attribute name="Name" type="xsd:string"/>
 </xsd:complexType>