2.2.4.71 CT_Comment

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

A complex type that SHOULD<32> specify a single comment.

 <xs:complexType name="CT_Comment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="authorId" type="xs:unsignedInt"/>
     <xs:element name="authorName" nillable="true" type="xs:string"/>
     <xs:element name="dt" type="xs:dateTime"/>
     <xs:element name="idx" type="xs:unsignedInt"/>
     <xs:element name="pos" nillable="true" type="tns:CT_Point2D"/>
     <xs:element name="text" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

authorId:  An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the identifier of the author of the comment. This element MUST be present.

authorName:  An xs:string ([XMLSCHEMA2] section 3.2.1) that specifies the name of the author of the comment.

dt:  An xs:dateTime ([XMLSCHEMA2] section 3.2.7) that specifies the time in UTC at which the comment was created.

idx:  An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the identifier of the comment within its author’s comments. This element MUST be present.

pos: A CT_Point2D (section 2.2.4.73) that specifies the position of the comment on the slide.

text:  An xs:string ([XMLSCHEMA2] section 3.2.1) that specifies the contents of the comment.