<xs:element name="TargetValue" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetValue element is the nominal value of the linear characteristic.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TargetDualValue" type="LinearDualValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetDualValue element is the dual nominal value of the linear characteristic.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="LinearCharacteristicNominalBaseType" abstract="true"><xs:annotation><xs:documentation>The LinearCharacteristicNominalBaseType is the abstract base type that defines a unique linear characteristic nominal.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="DimensionalCharacteristicNominalBaseType"><xs:sequence><xs:element name="TargetValue" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetValue element is the nominal value of the linear characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="TargetDualValue" type="LinearDualValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetDualValue element is the dual nominal value of the linear characteristic.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>