2.4.3.23 ActionInfoType

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

Referenced by: TextRunType, ImageType, CellContentsImageType

An ActionInfo element as specified by [MS-RDL] section 2.285.

Child Elements:

Actions : An ActionsType element.

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

 <xsd:complexType name="ActionInfoType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Actions" wbld:cname="Actions" type="ActionsType" minOccurs="0"/>
   </xsd:choice>
 </xsd:complexType>

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