<xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="6" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeature element identifies a base feature to be used for the construction of a cone. The number of base features must be 6 or greater.</xs:documentation></xs:annotation></xs:element>
The ConeBestFitType defines the information for a best-fit cone 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 cone.
The required n attribute is the number of base features used in the construction.
Source
<xs:complexType name="ConeBestFitType"><xs:annotation><xs:documentation>The ConeBestFitType defines the information for a best-fit cone 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 cone.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="6" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeature element identifies a base feature to be used for the construction of a cone. The number of base features must be 6 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>