2.3.4.2.3 AuthorList_Type

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

Referenced by: Comments_Type

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

Child Elements:

AuthorEntry: An AuthorEntry_Type element that specifies properties used to identify an author in a web drawing.

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

 <xsd:complexType name="AuthorList_Type">
   <xsd:sequence>
     <xsd:element name="AuthorEntry" type="AuthorEntry_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>