2.3.4.2.87 Shapes_Type

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

Referenced by: ShapeSheet_Type, PageContents_Type

A complex type that specifies a collection of shapes.

Child Elements:

Shape: A ShapeSheet_Type element that specifies a shape in a web drawing.

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

 <xsd:complexType name="Shapes_Type">
   <xsd:sequence>
     <xsd:element name="Shape" type="ShapeSheet_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>