<xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="5" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeature element identifies a base feature to be used for the construction of an ellipse. The number of base features must be 5 or greater.</xs:documentation></xs:annotation></xs:element>
The EllipseBestFitType defines the information for a best-fit ellipse which includes a list of point-reducible base features; the points to which those features reduce are used in the best-fit construction of the ellipse.
The required n attribute is the number of base features used in the construction.
Source
<xs:complexType name="EllipseBestFitType"><xs:annotation><xs:documentation>The EllipseBestFitType defines the information for a best-fit ellipse which includes a list of point-reducible base features; the points to which those features reduce are used in the best-fit construction of the ellipse.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="5" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeature element identifies a base feature to be used for the construction of an ellipse. The number of base features must be 5 or greater.</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 base features used in the construction.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of base features used in the construction.</xs:documentation></xs:annotation></xs:attribute>