17.5.2.38 sdtPr

This element specifies the set of properties that shall be applied to the nearest ancestor structured document tag.

[Example: Consider a structured document tag with the following properties specified:

<w:sdtPr>
  <w:alias w:val="Birthday"/>
  <w:id w:val="8775518"/>
  <w:date>
    <w:dateFormat w:val="M/d/yyyy"/>
    <w:lid w:val="EN-US"/>
  </w:date>
</w:sdtPr>

This structured document tag specifies three properties: the a friendly name of Birthday via the alias element (17.5.2.1), a unique ID of 8775518 via the id element (17.5.2.18), and a structured document tag type of date picker via the date element (17.5.2.7) which itself has a set of date-specific properties. end example]

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

Last updated on