The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="Value" type="MeasuredUserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value of the characteristic.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MaxValue" type="MeasuredUserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValue element is the maximum of the measured value when reported.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MinValue" type="MeasuredUserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum of the measured value when reported.</xs:documentation></xs:annotation></xs:element>
Complex Type UserDefinedUnitCharacteristicMeasurementType
Annotations
The UserDefinedUnitCharacteristicMeasurementType defines the results of a measured user-defined characteristic evaluation that is specific to an application and has a numerical value and units that are not available in another user-defined characteristic type. In particular this type is not to be used to define the measurement for characteristics with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="UserDefinedUnitCharacteristicMeasurementType"><xs:annotation><xs:documentation>The UserDefinedUnitCharacteristicMeasurementType defines the results of a measured user-defined characteristic evaluation that is specific to an application and has a numerical value and units that are not available in another user-defined characteristic type. In particular this type is not to be used to define the measurement for characteristics with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicMeasurementBaseType"><xs:sequence><xs:element name="Value" type="MeasuredUserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value of the characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxValue" type="MeasuredUserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValue element is the maximum of the measured value when reported.</xs:documentation></xs:annotation></xs:element><xs:element name="MinValue" type="MeasuredUserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum of the measured value when reported.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>