2.21.3.5 CT_ActionProperty
Target namespace: http://schemas.microsoft.com/office/powerpoint/2014/inkAction
Referenced by: CT_Action
A complex type<151> that represents an action property.
Attributes:
name: An ST_PropertyName attribute<152> that specifies the name of the action property.
value: An ST_PropertyValue attribute<153> that specifies the value of the action property.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ActionProperty"> <xsd:attribute name="name" type="ST_PropertyName" use="required"/> <xsd:attribute name="value" type="ST_PropertyValue" use="optional" default="ink"/> </xsd:complexType>
See section 5.19 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).