Compartir a través de


2.20.3.7 CT_TaskProgressEventInfo

Target namespace: http://schemas.microsoft.com/office/powerpoint/2022/08/main

Referenced by: CT_TaskHistoryEvent

A complex type that specifies information about the task progression.

Attributes:

val: A s:ST_PositiveFixedPercentage ([ISO/IEC-29500-4] section A.8.9) attribute that specifies the whole number value representing the percent complete for the task (0-100).

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

 <xsd:complexType name="CT_TaskProgressEventInfo">
   <xsd:attribute name="val" type="s:ST_PositiveFixedPercentage" use="required"/>
 </xsd:complexType>

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