Definition Type: ComplexType
Name: CT_CommentAuthor
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-comments.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-comments_xsd Drilldown into clrIdx in schema pml-comments_xsd Drilldown into lastIdx in schema pml-comments_xsd Drilldown into initials in schema pml-comments_xsd Drilldown into name in schema pml-comments_xsd Drilldown into id in schema pml-comments_xsdXSD Diagram of CT_CommentAuthor in schema pml-comments_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CommentAuthor">
    <xsd:sequence>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Comment Author ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="ST_Name" use="required">
        <xsd:annotation>
            <xsd:documentation>Comment Author Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="initials" type="ST_Name" use="required">
        <xsd:annotation>
            <xsd:documentation>Comment Author Initials</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lastIdx" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Index of Comment Author's last comment</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="clrIdx" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Comment Author Color Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
id p:id Required
name p:name Required
initials p:initials Required
lastIdx p:lastIdx Required
clrIdx p:clrIdx Required
Collapse Derivation Tree:
Collapse References:
p:cmAuthor