<complexType name="MagneticFluxMeasureType">
<annotation>
<documentation>Magnetic flux: Surface integral of magnetic flux density. Used in electromagnetic field calculations and magnetic measurements. Common units include weber (Wb), milliweber (mWb), and microweber (µWb).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MagneticFluxUomEnumType">
<annotation>
<documentation>The unit of measure for magnetic flux.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|