Partager via


2.16.4.4 ST_CommentStatus

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

Referenced by: CT_CommentReply, CT_Comment

A simple type that specifies the status of a comment or comment reply.

Value

Meaning

active

Comment is in active status.

resolved

Comment is in resolved status.

closed

Comment is in closed status.

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

 <xsd:simpleType name="ST_CommentStatus">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="active"/>
     <xsd:enumeration value="resolved"/>
     <xsd:enumeration value="closed"/>
   </xsd:restriction>
 </xsd:simpleType>

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