2.2.4.72 CT_CommentThread

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that SHOULD<33> specify a comment thread.

 <xs:complexType name="CT_CommentThread" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="chld" nillable="true" type="tns:ArrayOfCT_Comment"/>
     <xs:element name="comment" nillable="true" type="tns:CT_Comment"/>
   </xs:sequence>
 </xs:complexType>

chld: An ArrayOfCT_Comment (section 2.2.4.69) that specifies replies to comment.

comment:  A CT_Comment (section 2.2.4.71) that specifies a comment.