The value -dita-use-conref-target is available on enumerated attributes and may also be specified on other attributes. When an element uses conref to pull in content, for any of its attributes assigned a value of "-dita-use-conref-target", the resulting value for those attributes should also be pulled in from the referenced element.
<map><title>Conref demonstration</title>
<topichead id="heading"
navtitle="This is a heading"
toc="yes"
print="yes">
<topicref href="topic.dita" navtitle="content"/>
</topichead>
<topichead conref="#heading"
navtitle="-dita-use-conref-target"
toc="no">
</topichead>
</map><map><title>Conref demonstration</title>
<topichead id="heading"
navtitle="This is a heading"
toc="yes"
print="yes">
<topicref href="topic.dita" navtitle="content"/>
</topichead>
<topichead navtitle="This is a heading"
toc="no"
print="yes">
<topicref href="topic.dita" navtitle="content"/>
</topichead>
</map>
‣ Parent topic: Section 4.2.4. The conref attribute