Partager via


2.16.3.2 CT_AuthorList

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

Referenced by: authorLst

A complex type that specifies a list of authors.

Child Elements:

author: A CT_Author element that specifies an author.

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

 <xsd:complexType name="CT_AuthorList">
   <xsd:sequence>
     <xsd:element name="author" type="CT_Author" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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