2.21.4.11 ST_PropertyValueReserved
Target namespace: http://schemas.microsoft.com/office/powerpoint/2014/inkAction
Referenced by: ST_PropertyValue
This simple type<171> specifies reserved action property values.
Value |
Meaning |
---|---|
ink |
|
pointEraser |
|
strokeEraser |
|
instant |
The action represents data that will be rendered instantly, ignoring any time in CT_ActionData. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_PropertyValueReserved"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ink"/> <xsd:enumeration value="pointEraser"/> <xsd:enumeration value="strokeEraser"/> <xsd:enumeration value="instant"/> </xsd:restriction> </xsd:simpleType>
See section 5.19 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).