<sdtContent>
(Cell-Level Structured Document Tag Content)
This element specifies the last known contents of a structured document tag around a single table cell. This element's contents shall be treated as a cache of the contents to be displayed in the structured document tag for the following reasons:
If the structured document tag specifies an XML mapping via the
<dataBinding>
element (§2.5.2.6), changes to the custom XML data part shall be reflected in the structured document tag as neededIf the contents of the structured document tag are placeholder text via the
<showingPlcHdr>
element (§2.5.2.38), then this content may be updated with the placeholder text stored in the Glossary Document part
<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 <sdtContent>
element contains a single table cell (it is an cell-level structured document tag content container). ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SdtContentCell">
<group ref="EG_ContentCellContent" minOccurs="0" maxOccurs="unbounded"/>
</complexType>