2.21.3.4 CT_ActionGroup

Target namespace: http://schemas.microsoft.com/office/powerpoint/2014/inkAction

Referenced by: CT_Actions

A complex type<147> that represents a group of actions.

Child Elements:

action: A CT_Action element<148> that specifies an ink action.

Attributes:

xml:id: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute<149> that specifies an identifier for the ink action group.

type: An ST_ActionType attribute that specifies the type of the ink action group.

startTime: A xsd:decimal ([XMLSCHEMA2/2] section 3.2.3) attribute<150> that specifies the start time of the ink action group.

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

 <xsd:complexType name="CT_ActionGroup">
   <xsd:sequence>
     <xsd:element name="action" type="CT_Action" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute ref="xml:id" use="optional" default=""/>
   <xsd:attribute name="type" type="ST_ActionType" use="required"/>
   <xsd:attribute name="startTime" type="xsd:decimal" use="required"/>
 </xsd:complexType>

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