The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit opposite parallel lines feature. The total number of points in the BaseFeaturePointSets in the list must be 3 or greater for an opposite parallel lines feature with open ends and 5 or greater for an opposite parallel lines feature with closed ends.
The required n attribute is the number of BaseFeaturesPointSet elements in this list.
Source
<xs:element name="BaseFeaturePointList" type="BaseFeaturePointListType"><xs:annotation><xs:documentation>The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit opposite parallel lines feature. The total number of points in the BaseFeaturePointSets in the list must be 3 or greater for an opposite parallel lines feature with open ends and 5 or greater for an opposite parallel lines feature with closed ends.</xs:documentation></xs:annotation></xs:element>
The OppositeParallelLinesRecompType defines a list of base feature points for construction of a re-compensated-for-probe-size best-fit opposite parallel lines feature through the measurement points of base features.
<xs:complexType name="OppositeParallelLinesRecompType"><xs:annotation><xs:documentation>The OppositeParallelLinesRecompType defines a list of base feature points for construction of a re-compensated-for-probe-size best-fit opposite parallel lines feature through the measurement points of base features.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseFeaturePointList" type="BaseFeaturePointListType"><xs:annotation><xs:documentation>The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit opposite parallel lines feature. The total number of points in the BaseFeaturePointSets in the list must be 3 or greater for an opposite parallel lines feature with open ends and 5 or greater for an opposite parallel lines feature with closed ends.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>