<complexType name="InductanceMeasureType">
<annotation>
<documentation>Electrical inductance: Property of conductor to oppose changes in current. Used in electrical engineering and electromagnetic field calculations. Common units include henry (H), millihenry (mH), microhenry (µH), and nanohenry (nH).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:InductanceUomEnumType">
<annotation>
<documentation>The unit of measure for electrical inductance.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|