2.3.4.2.66 PageContents_Type

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

Referenced by: MasterContents, PageContents

A complex type that specifies the information about the shapes in a master or drawing page of a web drawing

Child Elements:

Shapes: A Shapes_Type element that specifies a collection of shapes contained in a master or drawing page.

Connects: A Connects_Type element that is unused and MUST be ignored.

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

 <xsd:complexType name="PageContents_Type">
   <xsd:sequence>
     <xsd:element name="Shapes" type="Shapes_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="Connects" type="Connects_Type" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>