<complexType name="ReciprocalMassMeasureType">
<annotation>
<documentation>Reciprocal mass or specific count: One divided by mass. Used in particle physics and nuclear measurements. Common units include 1/kg, 1/g, and 1/lbm.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ReciprocalMassUomEnumType">
<annotation>
<documentation>The unit of measure for reciprocal mass or specific count.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|