<sdtContent> (Row-Level Structured Document Tag Content)
This element specifies the last known contents of a structured document tag around a single table row.
<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). ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SdtContentRow">
<group ref="EG_ContentRowContent" minOccurs="0" maxOccurs="unbounded"/>
</complexType>