17.5.2.14 docPartUnique

This element specifies that this structured document tag is being used to encapsulate a built-in document part (i.e. this element appears as a child element of the docPartObj element).

[Example: Consider the following structured document tag:

<w:sdt>
  <w:sdtPr>
    <w:docPartObj>
      <w:docPartUnique/>
    </w:docPartObj>
  </w:sdtPr>
</w:sdt>

The docPartUnique element in this structured document tag’s properties specify that the type of structured document tag is a container for a document part. end example]

This element’s content model is defined by the common boolean property definition in 17.17.4.

Last updated on