<complexType name="MolecularWeightMeasureType">
<annotation>
<documentation>Molecular weight or molar mass: Mass per mole of substance. Fundamental property in chemistry. Common units include g/mol, kg/mol, and lbm/lbmol.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MolecularWeightUomEnumType">
<annotation>
<documentation>The unit of measure for molecular weight or molar mass.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|