2.21.4.8 ST_PropertyNameReserved
Target namespace: http://schemas.microsoft.com/office/powerpoint/2014/inkAction
Referenced by: ST_PropertyName
This simple type<168> specifies reserved action property names.
Value |
Meaning |
---|---|
dataType |
Indicates data type. Value can be "ink", "pointEraser", or "strokeEraser". |
style |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_PropertyNameReserved"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="dataType"/> <xsd:enumeration value="style"/> </xsd:restriction> </xsd:simpleType>
See section 5.19 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).