2.21.3.2 CT_ActionData

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

Referenced by: CT_ActionDataGroup, CT_Action

A complex type<136> that represents ink action data.

Child Elements:

transform: A CT_Matrix ([InkML] section 6.1.4) element<137> that specifies the transformation applied to the data.

inkml:trace: A CT_Trace ([InkML] section 3.2.1) element<138> that specifies an ink stroke data trace captured by the digitizer.

inkml:traceView: A CT_TraceView ([InkML] section 3.3.2) element<139> that specifies traces by reference.

Attributes:

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

name: An ST_DataName attribute<141> that specifies the name of ink action data. Ink actions "add" and "remove" require ink action data with the name "stroke". Ink action "transform" requires ink action data names "target" and "path".

ref: An anyURI ([XMLSCHEMA2/2] section 3.2.17) attribute<142> that specifies ink action data by reference.

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

 <xsd:complexType name="CT_ActionData">
   <xsd:sequence>
     <xsd:element name="transform" type="inkml:CT_Matrix" minOccurs="0" maxOccurs="1"/>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element ref="inkml:trace"/>
       <xsd:element ref="inkml:traceView"/>
     </xsd:choice>
   </xsd:sequence>
   <xsd:attribute ref="xml:id" use="optional" default=""/>
   <xsd:attribute name="name" type="ST_DataName" use="optional" default="stroke"/>
   <xsd:attribute name="ref" type="xsd:anyURI" use="optional" default=""/>
 </xsd:complexType>

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