<sdtPr>
(Structured Document Tag Properties)
This element specifies the set of properties which shall be applied to the parent structured document tag.
<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 (§2.5.2.1), a unique ID of 8775518
via the <id>
element (§2.5.2.18), and a structured document tag type of date picker via the <date>
element (§2.5.2.7) which itself has a set of date-specific properties. ]
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SdtPr">
<choice maxOccurs="unbounded">
<element name="rPr" type="CT_RPr" minOccurs="0"/>
<element name="alias" type="CT_String" minOccurs="0"/>
<element name="lock" type="CT_Lock" minOccurs="0"/>
<element name="placeholder" type="CT_Placeholder" minOccurs="0"/>
<element name="showingPlcHdr" type="CT_OnOff" minOccurs="0"/>
<element name="dataBinding" type="CT_DataBinding" minOccurs="0"/>
<element name="temporary" type="CT_OnOff" minOccurs="0"/>
<element name="id" type="CT_DecimalNumber" minOccurs="0"/>
<element name="tag" type="CT_String" minOccurs="0"/>
<choice minOccurs="0" maxOccurs="1">
<element name="equation" type="CT_Empty"/>
<element name="comboBox" type="CT_SdtComboBox"/>
<element name="date" type="CT_SdtDate"/>
<element name="docPartObj" type="CT_SdtDocPart"/>
<element name="docPartList" type="CT_SdtDocPart"/>
<element name="dropDownList" type="CT_SdtDropDownList"/>
<element name="picture" type="CT_Empty"/>
<element name="richText" type="CT_Empty"/>
<element name="text" type="CT_SdtText"/>
<element name="citation" type="CT_Empty"/>
<element name="group" type="CT_Empty"/>
<element name="bibliography" type="CT_Empty"/>
</choice>
</choice>
</complexType>