2.3.34 CT_Images

Referenced by: CT_Worksheet

A list of worksheet images.

Child Elements:

Image: A worksheet image.

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

 <xs:complexType name="CT_Images">
   <xs:sequence>
     <xs:element name="Image" minOccurs="1" maxOccurs="unbounded" type="CT_Image"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).