Comments_Type complexType ('Visio XML')
Office 2013 and later
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="Comments_Type">
<xs:sequence>
<xs:element name="AuthorList" type="AuthorList_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="CommentList" type="CommentList_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
</xs:sequence>
<xs:attribute name="ShowCommentTags"
type="xsd:boolean"
/>
</xs:complexType>
Show: