2.21.3.1 CT_Action

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

Referenced by: CT_ActionGroup, CT_Actions

A complex type<129> that represents an ink action.

Child Elements:

property: A CT_ActionProperty element<130> that specifies additional properties for the ink action. Additional properties include data type required by the ink action, or the render style for the ink action.

actionData: A CT_ActionData element<131> that specifies the data used by the ink action.

actionDataGroup: A CT_ActionDataGroup element<132> that specifies a group of data used by the ink action.

Attributes:

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

type: An ST_ActionType attribute<134> that specifies the type of the ink action. The ink action type can be "add", "remove" or "transform".

startTime: A xsd:decimal ([XMLSCHEMA2/2] section 3.2.3) attribute<135> that specifies the relative start time for the ink action. The unit is specified by the timeUnit attribute in CT_Actions.

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

 <xsd:complexType name="CT_Action">
   <xsd:sequence>
     <xsd:element name="property" type="CT_ActionProperty" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element name="actionData" type="CT_ActionData"/>
       <xsd:element name="actionDataGroup" type="CT_ActionDataGroup"/>
     </xsd:choice>
   </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).