2.3.4.2.11 Comments_Type

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

Referenced by: Comments

A complex type that specifies properties used to identify the authors and comments in a web drawing.

Child Elements:

AuthorList: An AuthorList_Type element that specifies the authors in a web drawing.

CommentList: A CommentList_Type element that specifies the comments in a web drawing.

Attributes:

ShowCommentTags: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

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

 <xsd:complexType name="Comments_Type">
   <xsd:sequence>
     <xsd:element name="AuthorList" type="AuthorList_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="CommentList" type="CommentList_Type" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="ShowCommentTags" type="xsd:boolean"/>
 </xsd:complexType>