Partager via


2.16.3.1 CT_Author

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

Referenced by: CT_AuthorList

A complex type that specifies information about an author.

Child Elements:

extLst: A p:CT_ExtensionList ([ISO/IEC-29500-4] section A.3) element that specifies the extension list. All future extensions to author will be stored in the extension list.

Attributes:

id: An ST_AuthorId attribute that specifies the ID of the author.

name: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies name of the author.

initials: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies initials of the author.

userId: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies a unique user id for the author as specified in CT_PresenceInfo (section 2.4.3.7).

providerId: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the identity provider that produced the userId attribute as specified in CT_PresenceInfo (section 2.4.3.7).

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

 <xsd:complexType name="CT_Author">
   <xsd:sequence>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="id" type="ST_AuthorId" use="required"/>
   <xsd:attribute name="name" type="xsd:string" use="required"/>
   <xsd:attribute name="initials" type="xsd:string" use="optional"/>
   <xsd:attribute name="userId" type="xsd:string" use="required"/>
   <xsd:attribute name="providerId" type="xsd:string" use="required"/>
 </xsd:complexType>

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