eg-0407
From
v29.4
Microdata
<!-- Product: Range, with unit as UN/CEFACT Common Code -->
<div itemscope itemtype="https://schema.org/Product">
<img itemprop="image" src="camera123.jpg" alt="" />
<span itemprop="name">Digital Camera 123</span>
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">Operating Voltage</span>
<span itemprop="minValue">100</span>-
<span itemprop="maxValue">250</span>
<meta itemprop="unitCode" content="VLT">volts
</div>
</div>Pre-Markup
<!-- Product: Range, with unit as UN/CEFACT Common Code to be added to the template -->
<div>
<img src="camera123.jpg" alt="" />
<span>Digital Camera 123</span>
<div>
<span>Operating Voltage</span>
<span>100</span>-
<span>250</span>
volts
</div>
</div>