A property's value lives in an element that is NOT a DOM descendant of the item's itemscope element. Which microdata attribute lets you still associate that property with the item?
<div itemscope itemtype="https://schema.org/Product" itemref="price">
<span itemprop="name">Widget</span>
</div>
<span id="price" itemprop="price">9.99</span>