The optional PointList element is a list of references to nominal target measurement points for the feature. This list overrides the list on the shape feature nominal.
The required n attribute is the number of point set references in the list.
Source
<xs:element name="PointList" type="PointListType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointList element is a list of references to nominal target measurement points for the feature. This list overrides the list on the shape feature nominal.</xs:documentation></xs:annotation></xs:element>
The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the shape feature. This setting overrides any substitute feature algorithm defined on the feature nominal.
<xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0"><xs:annotation><xs:documentation>The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the shape feature. This setting overrides any substitute feature algorithm defined on the feature nominal.</xs:documentation></xs:annotation></xs:element>
The optional VirtualMeasurement element represents a virtual measurement of the feature item. Knowing the id of the VirtualMeasurement enables finding the feature item with which the VirtualMeasurement is associated.
The id attribute is the QIF id of the virtual characteristic measurement, used for referencing.
Source
<xs:element name="VirtualMeasurement" type="VirtualMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional VirtualMeasurement element represents a virtual measurement of the feature item. Knowing the id of the VirtualMeasurement enables finding the feature item with which the VirtualMeasurement is associated.</xs:documentation></xs:annotation></xs:element>
The ShapeFeatureItemBaseType is the abstract base type for shape feature items. A shape feature item represents a single shape feature with optional nominal data.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ShapeFeatureItemBaseType" abstract="true"><xs:annotation><xs:documentation>The ShapeFeatureItemBaseType is the abstract base type for shape feature items. A shape feature item represents a single shape feature with optional nominal data.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FeatureItemBaseType"><xs:sequence><xs:element name="PointList" type="PointListType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointList element is a list of references to nominal target measurement points for the feature. This list overrides the list on the shape feature nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0"><xs:annotation><xs:documentation>The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the shape feature. This setting overrides any substitute feature algorithm defined on the feature nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="VirtualMeasurement" type="VirtualMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional VirtualMeasurement element represents a virtual measurement of the feature item. Knowing the id of the VirtualMeasurement enables finding the feature item with which the VirtualMeasurement is associated.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>