17.17.2.3 matchSrc
This element specifies if any style definitions present in the imported content shall be overridden by identical styles present in the host WordprocessingML document. If this element’s val attribute is true, then any style exists in both the imported content and main document shall be maintained on the imported content by redefining the style name and/or ID as needed. Conversely, if this element’s val attribute is false, any style which exists in both the imported content and main document shall apply the style form the main document in place of the style in the imported content.
If this element is omitted, then styles from the main document shall override identical styles from the imported content.
[Example: Consider a WordprocessingML document consisting of contents which contains an external content import anchor in the appropriate location:
<w:body>
<w:altChunk r:id="altChunk1">
<w:altChunkPr>
<w:matchSrc w:val="true" />
</w:altChunkPr>
</w:altChunk>
<w:p/>
<w:sectPr>
…
</w:sectPr>
</w:body>
The matchSrc element has a val attribute value of true, which specifies that conflicting styles must be maintained when importing the specified content. For example, if the Heading 1 style was defined in both places, then applications must ensure that the resulting document does not lose either instance of its formatting as appropriate. end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.