<xs:element name="TargetValue" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetValue element is a non-zero value to indicate a target value offset from the nominal surface or curve.</xs:documentation></xs:annotation></xs:element>
The ProfileCharacteristicNominalBaseType is the abstract base type that defines a unique profile characteristic nominal. The TargetValue for a profile characteristic can be non-zero to indicate a target value offset from the nominal surface or curve.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="ProfileCharacteristicNominalBaseType" abstract="true"><xs:annotation><xs:documentation>The ProfileCharacteristicNominalBaseType is the abstract base type that defines a unique profile characteristic nominal. The TargetValue for a profile characteristic can be non-zero to indicate a target value offset from the nominal surface or curve.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="GeometricCharacteristicNominalBaseType"><xs:sequence><xs:element name="TargetValue" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetValue element is a non-zero value to indicate a target value offset from the nominal surface or curve.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>