2.42.3.5 CT_LiveFeedBackgroundProperties

Target namespace: http://schemas.microsoft.com/office/drawing/2021/livefeed

Referenced by: CT_LiveFeedProperties

Specifies background settings for a LiveFeed object.<631>,<632>

Child Elements:

Normal: A CT_BackgroundNormalProperties element that specifies normal background settings for a LiveFeed object

Removed: A CT_BackgroundRemovedProperties element that specifies removed background settings for a LiveFeed object

Blur: A CT_BackgroundBlurProperties element that specifies blur background settings for a LiveFeed object

Custom: A CT_BackgroundCustomProperties element that specifies custom background settings for a LiveFeed object.

extLst: A CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section A.4.1) element that specifies future extensibility.

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

 <xsd:complexType name="CT_LiveFeedBackgroundProperties">
   <xsd:sequence>
     <xsd:group ref="EG_LiveFeedBackgrounds" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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