<xsd:complexType name="trackChangesViewElt">
<xsd:annotation>
<xsd:documentation>Defines view settings for revision tracking in the document.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="markup" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets displays track changes markup in document. Defaults to true if not specified.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="comments" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>When viewing markup, displays annotations (comments) in document. Defaults to true if not specified.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ins-del" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>When viewing markup, displays track insertions and deletions in document. Defaults to true if not specified.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formatting" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>When viewing markup, displays formatting changes markup in document. Defaults to true if not specified.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ink-annotations" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>When viewing markup, displays annotations (comments) in document. Defaults to true if not specified.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|