<ST_BlipCompression> (Blip Compression Type)

This type specifies the amount of compression that has been used for a particular binary large image or picture (blip).

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<email> (Email Compression)

Compression size suitable for inclusion with email

<hqprint> (High Quality Printing Compression)

Compression size suitable for high quality printing

<none> (No Compression)

No compression was used

<print> (Printing Compression)

Compression size suitable for printing

<screen> (Screen Viewing Compression)

Compression size suitable for viewing on screen

Referenced By

<blip@cstate>5.1.10.13)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_BlipCompression">
	<restriction base="xsd:token">
	<enumeration value="email"/>
	<enumeration value="screen"/>
	<enumeration value="print"/>
	<enumeration value="hqprint"/>
	<enumeration value="none"/>
	</restriction>
</simpleType>