The optional Value element is the measured value for the user-defined attribute characteristic.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Value" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value for the user-defined attribute characteristic.</xs:documentation></xs:annotation></xs:element>
Complex Type UserDefinedAttributeCharacteristicMeasurementType
Annotations
The UserDefinedAttributeCharacteristicMeasurementType defines the results of a measured user-defined characteristic evaluation. The Value must be one of the PassValues or FailValues given in the corresponding nominal characteristic.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="UserDefinedAttributeCharacteristicMeasurementType"><xs:annotation><xs:documentation>The UserDefinedAttributeCharacteristicMeasurementType defines the results of a measured user-defined characteristic evaluation. The Value must be one of the PassValues or FailValues given in the corresponding nominal characteristic.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicMeasurementBaseType"><xs:sequence><xs:element name="Value" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value for the user-defined attribute characteristic.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>