<complexType name="ElectricCurrentDensityMeasureType">
<annotation>
<documentation>Current density: Electric current per unit area. Used in electrochemistry, corrosion studies, and electromagnetic field calculations. Common units include A/m² and mA/cm².</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ElectricCurrentDensityUomEnumType">
<annotation>
<documentation>The unit of measure for current density.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|