2.21.4.2 ST_ActionTypeReserved

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

Referenced by: ST_ActionType

This simple type<162> specifies reserved major action types.

Value

Meaning

add

Add data. Ink strokes are added in ink actions with type "add" type. "add" ink action has one child element actionData or actionDataGroup with name "stroke" or "path".

remove

Remove data. Ink strokes are removed in ink actions with "remove" type. "remove" ink action has one child element actionData or actionDataGroup with name "stroke".

transform

Transform data. "transform" ink action has two child elements actionData or actionDataGroup with name "target" and "path".

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

 <xsd:simpleType name="ST_ActionTypeReserved">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="add"/>
     <xsd:enumeration value="remove"/>
     <xsd:enumeration value="transform"/>
   </xsd:restriction>
 </xsd:simpleType>

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