<complexType name="CapacitanceMeasureType">
<annotation>
<documentation>Electrical capacitance: Ability to store electrical charge. Used in electronics, electrical engineering, and dielectric property measurements. Common units include farad (F), microfarad (µF), and picofarad (pF).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:CapacitanceUomEnumType">
<annotation>
<documentation>The unit of measure for electrical capacitance.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|