2.4.3.37 CellContentsImageType

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

Referenced by: CellContentsType

An Image element as specified by [MS-RDL] section 2.12.

Child Elements:

ActionInfo : An ActionInfoType element.

CustomProperties : A CustomPropertiesType element.

Sizing : An ImageTypeSizing element.

Source :  A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.12.19. MUST be set to "External".

Style : An ImageStyleType element.

ToolTip : A StringLocIDType element as specified by [MS-RDL] section 2.12.12, Image.ToolTip.

Value :  A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.12.20. MUST specify a Shared Image or an expression ([MS-RDL] section 2.341) that evaluates to one of the following values:

Value

Meaning

/AppImages/chkDisabled.png

Specifies an 11 x 11 pixel image of a disabled state of a checkbox.

/AppImages/chkCleared.png

Specifies an 11 x 11 pixel image of a cleared state of a checkbox.

/AppImages/chkSelected.png

Specifies an 11 x 11 pixel image of a selected state of a checkbox.

Visibility : A VisibilityType element.

Attributes:

Name : A normalizedString ([XMLSCHEMA2/2] section 3.3.1) attribute as specified by [MS-RDL] section 2.12.1.

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

 <xsd:complexType name="CellContentsImageType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Style" wbld:cname="Style" type="ImageStyleType" minOccurs="0"/>
     <xsd:element name="ActionInfo" wbld:cname="ActionInfo" type="ActionInfoType" minOccurs="0"/>
     <xsd:element name="Visibility" wbld:cname="Visibility" type="VisibilityType" minOccurs="0"/>
     <xsd:element name="ToolTip" wbld:cname="ToolTip" type="StringLocIDType" minOccurs="0"/>
     <xsd:element name="CustomProperties" wbld:cname="CustomProperties" type="CustomPropertiesType" minOccurs="0"/>
     <xsd:element name="Source" wbld:cname="Source" type="xsd:string" fixed="External"/>
     <xsd:element name="Value" wbld:cname="Value" type="xsd:string"/>
     <xsd:element name="Sizing" wbld:cname="Sizing" type="ImageTypeSizing" minOccurs="0"/>
   </xsd:choice>
   <xsd:attribute name="Name" wbld:cname="Name" type="xsd:normalizedString" use="required"/>
 </xsd:complexType>

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