次の方法で共有


2.20.3.2 CT_TaskAnchor

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

Referenced by: CT_TaskHistoryEvent

A complex type that specifies information about the task event’s anchor.

Child Elements:

comment: A CT_CommentAnchor element that specifies the comment or reply in which the task related action was performed.

extLst: A p:CT_ExtensionList ([ISO/IEC-29500-4] section A.3) element that specifies the extension list. All future extensions to the task anchor 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_TaskAnchor">
   <xsd:sequence>
     <xsd:element name="comment" type="CT_CommentAnchor" 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).