2.4.4.2 ImageTypeSizing

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: ImageType, CellContentsImageType

An Image.Sizing element as specified by [MS-RDL] section 2.12.18. MUST be one of the following values.

Value

Meaning

FitProportional

This value is specified by [MS-RDL] section 2.12.18, Image.Sizing.

Clip

This value is specified by [MS-RDL] section 2.12.18, Image.Sizing.

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

 <xsd:simpleType name="ImageTypeSizing">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="FitProportional" wbld:cname="FitProportional"/>
     <xsd:enumeration value="Clip" wbld:cname="Clip"/>
   </xsd:restriction>
 </xsd:simpleType>

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