<complexType name="ElectricPotentialDifferenceMeasureType">
<annotation>
<documentation>Voltage or electric potential difference: Work required to move unit charge between two points. Fundamental electrical quantity. Common units include volt (V), millivolt (mV), microvolt (µV), and kilovolt (kV).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ElectricPotentialDifferenceUomEnumType">
<annotation>
<documentation>The unit of measure for voltage or electric potential difference.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|