<blip> (Blip)

This element specifies the existence of an image (binary large image or picture) and contains a reference to the image data.

Parent Elements

<blipFill>5.8.2.2); <blipFill>5.1.10.14); <blipFill>5.6.2.2); <blipFill>5.2.2.1); <blipFill>4.4.1.4); <buBlip>5.1.5.4.2)

Child Elements

Subclause

<alphaBiLevel> (Alpha Bi-Level Effect)

§5.1.10.1

<alphaCeiling> (Alpha Ceiling Effect)

§5.1.10.2

<alphaFloor> (Alpha Floor Effect)

§5.1.10.3

<alphaInv> (Alpha Inverse Effect)

§5.1.10.4

<alphaMod> (Alpha Modulate Effect)

§5.1.10.5

<alphaModFix> (Alpha Modulate Fixed Effect)

§5.1.10.6

<alphaRepl> (Alpha Replace Effect)

§5.1.10.8

<biLevel> (Bi-Level (Black/White) Effect)

§5.1.10.11

<blur> (Blur Effect)

§5.1.10.15

<clrChange> (Color Change Effect)

§5.1.10.16

<clrRepl> (Solid Color Replacement)

§5.1.10.18

<duotone> (Duotone Effect)

§5.1.10.23

<extLst> (Extension List)

§5.1.2.1.15

<fillOverlay> (Fill Overlay Effect)

§5.1.10.29

<grayscl> (Gray Scale Effect)

§5.1.10.34

<hsl> (Hue Saturation Luminance Effect)

§5.1.10.39

<lum> (Luminance Effect)

§5.1.10.42

<tint> (Tint Effect)

§5.1.10.60

Attributes

Description

<cstate> (Compression State)

Specifies the compression state with which the picture is stored. This allows the application to specify the amount of compression that has been applied to a picture.

The possible values for this attribute are defined by the ST_BlipCompression simple type (§5.1.12.12).

<embed> (Embedded Picture Reference)

Namespace: .../officeDocument/2006/relationships

Specifies the identification information for an embedded picture. This attribute is used to specify an image that resides locally within the file.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

<link> (Linked Picture Reference)

Namespace: .../officeDocument/2006/relationships

Specifies the identification information for a linked picture. This attribute is used to specify an image that does not reside within this file.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Blip">
	<sequence>
	<choice minOccurs="0" maxOccurs="unbounded">
	<element name="alphaBiLevel" type="CT_AlphaBiLevelEffect" minOccurs="1" maxOccurs="1"/>
	<element name="alphaCeiling" type="CT_AlphaCeilingEffect" minOccurs="1" maxOccurs="1"/>
	<element name="alphaFloor" type="CT_AlphaFloorEffect" minOccurs="1" maxOccurs="1"/>
	<element name="alphaInv" type="CT_AlphaInverseEffect" minOccurs="1" maxOccurs="1"/>
	<element name="alphaMod" type="CT_AlphaModulateEffect" minOccurs="1" maxOccurs="1"/>
	<element name="alphaModFix" type="CT_AlphaModulateFixedEffect" minOccurs="1" maxOccurs="1"/>
	<element name="alphaRepl" type="CT_AlphaReplaceEffect" minOccurs="1" maxOccurs="1"/>
	<element name="biLevel" type="CT_BiLevelEffect" minOccurs="1" maxOccurs="1"/>
	<element name="blur" type="CT_BlurEffect" minOccurs="1" maxOccurs="1"/>
	<element name="clrChange" type="CT_ColorChangeEffect" minOccurs="1" maxOccurs="1"/>
	<element name="clrRepl" type="CT_ColorReplaceEffect" minOccurs="1" maxOccurs="1"/>
	<element name="duotone" type="CT_DuotoneEffect" minOccurs="1" maxOccurs="1"/>
	<element name="fillOverlay" type="CT_FillOverlayEffect" minOccurs="1" maxOccurs="1"/>
	<element name="grayscl" type="CT_GrayscaleEffect" minOccurs="1" maxOccurs="1"/>
	<element name="hsl" type="CT_HSLEffect" minOccurs="1" maxOccurs="1"/>
	<element name="lum" type="CT_LuminanceEffect" minOccurs="1" maxOccurs="1"/>
	<element name="tint" type="CT_TintEffect" minOccurs="1" maxOccurs="1"/>
	</choice>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attributeGroup ref="AG_Blob"/>
	<attribute name="cstate" type="ST_BlipCompression" use="optional" default="none"/>
</complexType>