17.5.2.35 sdtContent

This element specifies the last known contents of a structured document tag around a single table row.

[Note: Unlike other types of structured document tags, this type of structure document tag cannot show placeholder text or have mapped XML data, therefore it is never a cache. end note]

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

<w:tbl>
  <w:sdt>
    <w:sdtPr>
      <w:alias w:val="invoiceItem"/>
    </w:sdtPr>
    <w:sdtContent>
      <w:tr>
      </w:tr>
    </w:sdtContent>
  </w:sdt>
</w:tbl>

The sdtContent element contains a single table row (it is an row-level structured document tag content container). end example]

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

Last updated on