2.3.4.2.10 CommentList_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: Comments_Type

A complex type that specifies the comments in a web drawing.

Child Elements:

CommentEntry: A CommentEntry_Type element that specifies properties used to identify a comment in a web drawing.

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

 <xsd:complexType name="CommentList_Type">
   <xsd:sequence>
     <xsd:element name="CommentEntry" type="CommentEntry_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>