Compartilhar via


2.12.3.6 CT_CommentMoniker

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

A complex type that specifies the content moniker information associated with a comment.

Attributes:

authorId: An xsd:unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the author of the comment. It refers to the ID of an author in the comment author list for the document (see the authorId attribute in [ISO/IEC29500-1:2016] section 19.4.1).

idx: A p:ST_Index ([ISO/IEC29500-1:2016] section 19.7.3) attribute that specifies the unique index of the comment (see the idx attribute in [ISO/IEC29500-1:2016] section 19.4.1).

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

 <xsd:complexType name="CT_CommentMoniker">
   <xsd:attribute name="authorId" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="idx" type="p:ST_Index" use="required"/>
 </xsd:complexType>

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