<xsd:complexType name="CT_RevisionComment">
<xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cell" type="ST_CellRef" use="required">
<xsd:annotation>
<xsd:documentation>Cell</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="guid" type="ST_Guid" use="required">
<xsd:annotation>
<xsd:documentation>GUID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="action" type="ST_RevisionAction" default="add">
<xsd:annotation>
<xsd:documentation>User Action</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="alwaysShow" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Always Show Comment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="old" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Old Comment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hiddenRow" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Comment In Hidden Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hiddenColumn" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Hidden Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="author" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Author</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldLength" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Original Comment Length</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="newLength" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>New Comment Length</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|