2.4.3.2 CT_CommentThreading

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

Referenced by: threadingInfo

A complex type that specifies threading extensions to the CT_Comment complex type ([ISO/IEC29500-4:2016] section A.3).<24>

Child Elements:

parentCm: A CT_ParentCommentIdentifier element (section 2.4.3.6) that specifies the parent comment.

Attributes:

timeZoneBias: An xsd:int attribute ([XMLSCHEMA2/2] section 3.3.17) that specifies the time zone bias, in minutes. The bias is the difference between Coordinated Universal Time (UTC) and time stored in the dt attribute of the CT_Comment complex type ([ISO/IEC29500-4:2016] section A.3). All translations between UTC and local time are based on the following formula: UTC = local time + bias

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

 <xsd:complexType name="CT_CommentThreading">
   <xsd:sequence>
     <xsd:element name="parentCm" type="CT_ParentCommentIdentifier" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="timeZoneBias" type="xsd:int"/>
 </xsd:complexType>

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