The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit elliptical arc. The total number of points in the BaseFeaturePointSets in the list must be 5 or greater.
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 elliptical arc. The total number of points in the BaseFeaturePointSets in the list must be 5 or greater.</xs:documentation></xs:annotation></xs:element>
The EllipticalArcRecompType defines a list of base feature points for construction of a re-compensated-for-probe-size best-fit elliptical arc through the measurement points of base features.
<xs:complexType name="EllipticalArcRecompType"><xs:annotation><xs:documentation>The EllipticalArcRecompType defines a list of base feature points for construction of a re-compensated-for-probe-size best-fit elliptical arc 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 elliptical arc. The total number of points in the BaseFeaturePointSets in the list must be 5 or greater.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>