2.4.3.6 CT_ParentCommentIdentifier
Target namespace: http://schemas.microsoft.com/office/powerpoint/2012/main
Referenced by: CT_CommentThreading
A complex type that specifies the comment author ID and comment index of the parent comment.<28> Together, they identify the parent comment within a presentation.
Attributes:
authorId: An xsd:unsignedInt attribute ([XMLSCHEMA2/2] section 3.3.22) that specifies the author of the parent comment by reference to the authorId attribute contained within the CT_Comment complex type ([ISO/IEC29500-4:2016] section A.3).
idx: An xsd:unsignedInt attribute ([XMLSCHEMA2/2] section 3.3.22) that specifies the index of the parent comment by reference to the idx attribute contained within the CT_Comment complex type ([ISO/IEC29500-4:2016] section A.3).
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ParentCommentIdentifier"> <xsd:attribute name="authorId" type="xsd:unsignedInt"/> <xsd:attribute name="idx" type="xsd:unsignedInt"/> </xsd:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).