2.21.3.6 CT_Actions

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

Referenced by: actions

A complex type<154> that represents the root of ink actions.

Child Elements:

inkml:definitions: A CT_Definitions ([InkML] section 6.2.1) element<155> that specifies definitions used by the ink actions.

actionGroup: A CT_ActionGroup element<156> that specifies a group of ink actions.

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

Attributes:

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

lengthUnit: An ST_StandardLengthUnits attribute<159> that specifies length unit used in ink actions. This attribute is defined based on the length attribute of Units in [InkML] section 6.4.

timeUnit: An ST_StandardTimeUnits attribute<160> that specifies time unit used in ink actions. This attribute is defined based on the time attribute of Units in [InkML] section 6.4.

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

 <xsd:complexType name="CT_Actions">
   <xsd:sequence>
     <xsd:element ref="inkml:definitions" minOccurs="0" maxOccurs="1"/>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element name="actionGroup" type="CT_ActionGroup"/>
       <xsd:element name="action" type="CT_Action"/>
     </xsd:choice>
   </xsd:sequence>
   <xsd:attribute ref="xml:id" use="optional" default=""/>
   <xsd:attribute name="lengthUnit" type="inkml:ST_StandardLengthUnits" use="required"/>
   <xsd:attribute name="timeUnit" type="inkml:ST_StandardTimeUnits" use="required"/>
 </xsd:complexType>

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