2.3.3.42 CT_UseLocalDpi

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

Referenced by: useLocalDpi

A complex type that specifies a flag indicating that the local BLIP compression setting overrides the document default compression setting.

Attributes:

val: A Boolean attribute ([XMLSCHEMA2/2] section 3.2.2) that specifies whether the cstate attribute ([ISO/IEC29500-1:2016] section 20.1.10.12) of the containing BLIP overrides the document default compression setting as specified in [MS-PPTX] section 2.3.1.5, [MS-DOCX] section 2.6.1.12, and [MS-XLSX] section 2.6.10.

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

 <xsd:complexType name="CT_UseLocalDpi">
   <xsd:attribute name="val" type="xsd:boolean" use="optional" default="true"/>
 </xsd:complexType>

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