Compartilhar via


2.16.3.7 CT_CommentReplyList

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

Referenced by: CT_Comment

A complex type that specifies a list of comment replies.

Child Elements:

reply: A CT_CommentReply element that specifies a comment reply.

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

 <xsd:complexType name="CT_CommentReplyList">
   <xsd:sequence>
     <xsd:element name="reply" type="CT_CommentReply" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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