2.21.4.5 ST_DataNameReserved

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

Referenced by: ST_DataName

This simple type<165> specifies reserved data names.

Value

Meaning

stroke

The data represents an ink stroke.

path

The data represents an eraser path.

target

The data represents a target.

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

 <xsd:simpleType name="ST_DataNameReserved">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="stroke"/>
     <xsd:enumeration value="path"/>
     <xsd:enumeration value="target"/>
   </xsd:restriction>
 </xsd:simpleType>

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