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 measured points for the feature.</xs:documentation></xs:annotation></xs:element>
The optional SubstituteFeatureAlgorithm element is the actual substitute feature data fitting algorithm used for the shape feature measurement. This setting may differ from any substitute feature algorithm defined on the feature nominal or feature item.
<xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0"><xs:annotation><xs:documentation>The optional SubstituteFeatureAlgorithm element is the actual substitute feature data fitting algorithm used for the shape feature measurement. This setting may differ from any substitute feature algorithm defined on the feature nominal or feature item.</xs:documentation></xs:annotation></xs:element>
The optional ProxyMeasurementId element is the QIF id of a feature measurement which acts as a proxy replacing this feature measurement. For example a line measurement might be a proxy for a plane measurement when not enough actual measurement points were taken to establish a plane.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ProxyMeasurementId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProxyMeasurementId element is the QIF id of a feature measurement which acts as a proxy replacing this feature measurement. For example a line measurement might be a proxy for a plane measurement when not enough actual measurement points were taken to establish a plane.</xs:documentation></xs:annotation></xs:element>
The ShapeFeatureMeasurementBaseType is the abstract base type for shape feature measurements. A shape feature measurement holds all information for a measured or constructed shape feature, e.g. feature size and feature location.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ShapeFeatureMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The ShapeFeatureMeasurementBaseType is the abstract base type for shape feature measurements. A shape feature measurement holds all information for a measured or constructed shape feature, e.g. feature size and feature location.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FeatureMeasurementBaseType"><xs:sequence><xs:element name="PointList" type="PointListType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointList element is a list of references to measured points for the feature.</xs:documentation></xs:annotation></xs:element><xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0"><xs:annotation><xs:documentation>The optional SubstituteFeatureAlgorithm element is the actual substitute feature data fitting algorithm used for the shape feature measurement. This setting may differ from any substitute feature algorithm defined on the feature nominal or feature item.</xs:documentation></xs:annotation></xs:element><xs:element name="ProxyMeasurementId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProxyMeasurementId element is the QIF id of a feature measurement which acts as a proxy replacing this feature measurement. For example a line measurement might be a proxy for a plane measurement when not enough actual measurement points were taken to establish a plane.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>