2.3.4.2.67 Pages_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: Pages

A complex type that specifies a collection of drawing pages.

Child Elements:

Page: A Page_Type element that specifies a drawing page in a web drawing.

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

 <xsd:complexType name="Pages_Type">
   <xsd:sequence>
     <xsd:element name="Page" type="Page_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>