次の方法で共有


2.20.3.5 CT_TaskHistory

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

Referenced by: CT_TaskDetails

A complex type that specifies a sequence of events that record changes done to the task.

Child Elements:

event: A CT_TaskHistoryEvent element that specifies a single change made to a task.

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

 <xsd:complexType name="CT_TaskHistory">
   <xsd:sequence>
     <xsd:element name="event" type="CT_TaskHistoryEvent" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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