<complexType name="ElectricChargePerMassMeasureType">
<annotation>
<documentation>Specific charge: Electric charge per unit mass. Used in mass spectrometry, particle physics, and electrochemistry. Common units include C/kg (coulomb per kilogram).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ElectricChargePerMassUomEnumType">
<annotation>
<documentation>The unit of measure for specific charge.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|