The MeasuredUserDefinedUnitValueType defines an MeasuredDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a MeasuredUserDefinedUnitValueType must be UserDefinedUnits.
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:complexType name="MeasuredUserDefinedUnitValueType"><xs:annotation><xs:documentation>The MeasuredUserDefinedUnitValueType defines an MeasuredDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a MeasuredUserDefinedUnitValueType must be UserDefinedUnits.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="MeasuredDecimalType"><xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation></xs:annotation></xs:attribute>