17.15.1.41 doNotTrackMoves
This element specifies that applications shall not track revisions made to this WordprocessingML document as moves when the trackRevisions element (17.15.1.89) is turned on, even when that syntax is appropriate. Instead, applications should use a standard insertion and deletion annotation syntax. Existing moves shall not be modified. [Rationale: This element is provided to enable interoperability with earlier word processing applications which do not understand moves. end rationale]
If this element is omitted, then move annotations can be generated by changes to the contents of this document when the trackRevisions element is turned on as appropriate.
[Example: Consider a WordprocessingML that specifies that it must not have additional moves added to its contents. This requirement would be specified using the following WordprocessingML in the document settings part:
<w:doNotTrackMoves w:val="true"/>
The doNotTrackMoves element’s val attribute has a value of true specifying that insertion/deletion annotations must be used rather than moves when revisions are tracked in this document. end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.