Split from this thread.
Questions: Where are the Document Properties that show up under the list in Quick Parts stored in the XML of the document/template?
Are they stored there?
If not, where are they stored? How can they be accessed/modified?
[Edit: The sample template was created using SharePoint. That is the only method I know of to add, delete, or modify these specific items.]
Edit by author 2025/12/10 [Charles Kenyon]
For a way to do this with SharePoint, see How to add SharePoint metadata to Word documents using Quick Parts Document Properties by SharePoint Maven
[End of edit.]
This template has a multitude of additional properties under the Quick Parts list that act like the ones that are built into Word. They create mapped Content Controls when added to a document.
How can I do that?
The following is from my analysis of a template that has a custom list of Document Properties under the Quick Parts drop-down.
- I can confirm that a blank document created based on the template maintains the custom list of Document Property Content Controls.
- That document retains these even when the document is attached to the normal template rather than the origination template.
- The list contains many custom controls including 2 date-picker controls and at least one drop-down.
- These are not merely renaming of the built-in controls.
- These controls are "[mapped]" like the built-in controls.

I am fascinated! This is the first time I've seen anything like this. I routinely used the built-in document properties under Quick Parts to easily put mapped content controls in my documents. Lately, I've been using Greg Maxey's
Custom Content Control Insert Dialog which makes mapping the default for all content controls added using the interface.
You may want to explore that if you do not need your users to be able to access them directly from the Quick Parts > Document Property dialog.
This is my page on the subject: http://addbalance.com/word/MappedControls.htm
[Repeating Data Using Document Properties Content Controls and Other Mapped Content ControlsEdit]
Additional information:
- Nothing about these appears to be in the Properties XML folder of the template.
- At least one is a drop-down CC. There are none of those in the built-in properties.
3. The template has no document variables and is a dotx file.
[Author Edit: 10 Feb 2021
It is discussed further down. While it does not add to the Document Property list, it does provide some interesting options and does not require SharePoint.
11 Feb 2021
See Greg Maxey's post in the Answers forum: Help with XML Schema. He has added items to the Quick Parts > Document Properties list that persist in the document without using SharePoint!