次の方法で共有


2.20.3.4 CT_TaskDetails

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

Referenced by: taskDetails

An element that contains additional task details.

Child Elements:

history: A CT_TaskHistory element that specifies the history of the changes made to the task.

extLst: A p:CT_ExtensionList ([ISO/IEC-29500-4] section A.3) element that specifies the extension list. All future extensions to the task details will be stored in the extension list.

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

 <xsd:complexType name="CT_TaskDetails">
   <xsd:sequence>
     <xsd:element name="history" type="CT_TaskHistory" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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