<complexType name="ElectricResistanceMeasureType">
<annotation>
<documentation>Electrical resistance: Opposition to electric current flow. Fundamental electrical property. Common units include ohm (Ω), kilohm (kΩ), megohm (MΩ), and milliohm (mΩ).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ElectricResistanceUomEnumType">
<annotation>
<documentation>The unit of measure for electrical resistance.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|