The MeasuredMassValueType is an MeasuredDecimalType with an optional massUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a mass value is given, the unit type is the MassUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and kilograms if not.
<xs:complexType name="MeasuredMassValueType"><xs:annotation><xs:documentation>The MeasuredMassValueType is an MeasuredDecimalType with an optional massUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a mass value is given, the unit type is the MassUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and kilograms if not.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="MeasuredDecimalType"><xs:attribute name="massUnit" type="xs:token"><xs:annotation><xs:documentation>The optional massUnit attribute defines the unit used by MeasuredMassValueType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="massUnit" type="xs:token"><xs:annotation><xs:documentation>The optional massUnit attribute defines the unit used by MeasuredMassValueType.</xs:documentation></xs:annotation></xs:attribute>