2.21.3.3 CT_ActionDataGroup
Target namespace: http://schemas.microsoft.com/office/powerpoint/2014/inkAction
Referenced by: CT_Action
A complex type<143> that represents a group of action data.
Child Elements:
actionData: A CT_ActionData element<144> that specifies ink action data in the group.
Attributes:
xml:id: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute<145> that specifies the identifier for the ink action data group.
name: An ST_DataName attribute<146> that specifies the name of the ink action data group.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ActionDataGroup"> <xsd:sequence> <xsd:element name="actionData" type="CT_ActionData" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute ref="xml:id" use="optional" default=""/> <xsd:attribute name="name" type="ST_DataName" use="optional" default="stroke"/> </xsd:complexType>
See section 5.19 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).