2.4.8.2.4 CT_ShapeDataItems

Referenced by: CT_ShapeInfo

The CT_ShapeDataItems complex type specifies the shape data items associated with a shape.

Child Elements:

ShapeData : A list of CT_ShapeData elements.

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

 <xsd:complexType name="CT_ShapeDataItems">
   <xsd:sequence>
     <xsd:element name="ShapeData" minOccurs="1" maxOccurs="unbounded" type="CT_ShapeData"/>
   </xsd:sequence>
 </xsd:complexType>