<complexType name="ElectricConductanceMeasureType">
<annotation>
<documentation>Electrical conductance: Ease with which electric current flows through a conductor. Reciprocal of resistance. Used in electrical measurements and circuit analysis. Common units include siemens (S), millisiemens (mS), and microsiemens (µS).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ElectricConductanceUomEnumType">
<annotation>
<documentation>The unit of measure for electrical conductance.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|