<xsd:element name="annotation" type="AnnType">
<xsd:annotation>
<xsd:documentation>Represents a tracked insertion, deletion, formatting change, comment, or bookmark in a document.</xsd:documentation>
</xsd:annotation>
<xsd:unique name="uniqueContentAnchorIdsInsideAnnotations">
<xsd:selector xpath="content">
</xsd:selector>
<xsd:field xpath="@id">
</xsd:field>
</xsd:unique>
<xsd:unique name="uniqueContextAnchorIdsInsideAnnotations">
<xsd:selector xpath="context">
</xsd:selector>
<xsd:field xpath="@id">
</xsd:field>
</xsd:unique>
</xsd:element>
|