The WhatToMeasure element is a description of the characteristic to be measured.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="WhatToMeasure" type="xs:string"><xs:annotation><xs:documentation>The WhatToMeasure element is a description of the characteristic to be measured.</xs:documentation></xs:annotation></xs:element>
Complex Type UserDefinedAttributeCharacteristicDefinitionType
Annotations
The UserDefinedAttributeCharacteristicDefinitionType defines characteristics that are specific to an application and do not have numerical values. It defines information that can be common to more than one user-defined characteristic.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="UserDefinedAttributeCharacteristicDefinitionType"><xs:annotation><xs:documentation>The UserDefinedAttributeCharacteristicDefinitionType defines characteristics that are specific to an application and do not have numerical values. It defines information that can be common to more than one user-defined characteristic.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicDefinitionBaseType"><xs:sequence><xs:element name="WhatToMeasure" type="xs:string"><xs:annotation><xs:documentation>The WhatToMeasure element is a description of the characteristic to be measured.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>