<xs:element name="BaseFeaturePointSet" type="BaseFeaturePointSetType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeaturePointSet element is an individual point or set of points for a best-fit construction.</xs:documentation></xs:annotation></xs:element>
The BaseFeaturePointListType defines a list of base feature points to be used in the construction of a re-compensated-for-probe-size best-fit feature. Each feature recompensation type will have a minimum number of points this list must contain.
The required n attribute is the number of BaseFeaturesPointSet elements in this list.
Source
<xs:complexType name="BaseFeaturePointListType"><xs:annotation><xs:documentation>The BaseFeaturePointListType defines a list of base feature points to be used in the construction of a re-compensated-for-probe-size best-fit feature. Each feature recompensation type will have a minimum number of points this list must contain.</xs:documentation></xs:annotation><xs:sequence><xs:element name="BaseFeaturePointSet" type="BaseFeaturePointSetType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeaturePointSet element is an individual point or set of points for a best-fit construction.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of BaseFeaturesPointSet elements in this list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of BaseFeaturesPointSet elements in this list.</xs:documentation></xs:annotation></xs:attribute>