[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

docPartList (Document Part Gallery Structured Document Tag)

This element specifies that the parent structured document tag shall be of a document part gallery type.

This type setting does not require or imply that the contents of the structured document tag shall contain only the exact contents of a document part of the specified gallery and category which is present on the current machine, it shall only be used to specify that the structured document tag is of this type, which shall be used by an application to present the possible list of choices for insertion into the parent structured document tag.

[Example: Consider the following structured document tag:

<w:sdt>
<w:sdtPr>

<w:docPartList>

</w:docPartList>
</w:sdtPr>

</w:sdt>

The docPartList element in this structured document tag's properties specifies that the type of structured document tag is a document part gallery. The child elements shall specify the gallery and category filters for this list, if any. end example]

Parent Elements

sdtPr2.5.2.37)

 

Child Elements

Subclause

docPartCategory (Document Part Category Filter)

§2.5.2.10

docPartGallery (Document Part Gallery Filter)

§2.5.2.11

docPartUnique (Built-In Document Part)

§2.5.2.14

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SdtDocPart">

   <sequence>

   <element name="docPartGallery" type="CT_String" minOccurs="0"/>

   <element name="docPartCategory" type="CT_String" minOccurs="0"/>

   <element name="docPartUnique" type="CT_OnOff" minOccurs="0"/>

   </sequence>

</complexType>