<xsd:complexType name="CT_Comment">
<xsd:sequence>
<xsd:element name="text" type="CT_Rst" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Comment Text</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="ref" type="ST_Ref" use="required">
<xsd:annotation>
<xsd:documentation>Cell Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="authorId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Author Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="guid" type="ST_Guid" use="optional">
<xsd:annotation>
<xsd:documentation>Unique Identifier for Comment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|