<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>
|