2.3.3.39 CT_PictureLayer

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

Referenced by: CT_Photo

A complex type that specifies a relationship to an original picture and contains optional effects applied to the picture in the order applied.

Child Elements:

imgEffect: A CT_PictureEffect element that specifies an effect applied to the picture.

Attributes:

r:embed: An ST_RelationshipId attribute ([ISO/IEC29500-1:2016] section 22.8.2.1) that specifies the relationship identifier that is used to determine the location of the picture.

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

 <xsd:complexType name="CT_PictureLayer">
   <xsd:sequence>
     <xsd:element name="imgEffect" type="CT_PictureEffect" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute ref="r:embed" use="optional" default=""/>
 </xsd:complexType>

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