2.3.3.8 CT_Photo

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: imgProps

A complex type that specifies properties used to produce the embedded picture in the containing binary large image or picture (BLIP).

Child Elements:

imgLayer: A CT_PictureLayer element that specifies a relationship to an original picture and contains optional effects applied to the picture in the order applied.

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

 <xsd:complexType name="CT_Photo">
   <xsd:sequence>
     <xsd:element name="imgLayer" type="CT_PictureLayer" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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