17.5.2.32 sdt

This element specifies the presence of a structured document tag around a single table cell. The two child elements of this element shall be used to specify the properties and content of the current structured document tag via the sdtPr and sdtContent elements, respectively.

[Example: Consider a structured document tag with the friendly name company that must be located around a single table cell in a WordprocessingML document. This requirement would be specified as follows in the WordprocessingML:

<w:tr>
  <w:sdt>
    <w:sdtPr>
      <w:alias w:val="company"/>
    </w:sdtPr>
    <w:sdtContent>
      <w:tc>
      </w:tc>
    </w:sdtContent>
  </w:sdt>
</w:tr>

The sdt element specifies the structured document tag, the child sdtPr element contains the friendly name property set to company, and the sdtContent element contains a single table cell (it is a cell-level structured document tag). end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_SdtCell) is located in A.1. end note]

Last updated on