Each BaseFeature element identifies a base feature to be used for the construction of an opposite angled planes feature. The number of base features must be 6 or greater.
<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 an opposite angled planes feature. The number of base features must be 6 or greater.</xs:documentation></xs:annotation></xs:element>
The OppositeAngledPlanesBestFitType defines the information for a best-fit opposite angled planes feature 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 opposite angled planes feature.
The required n attribute is the number of base features used in the construction.
Source
<xs:complexType name="OppositeAngledPlanesBestFitType"><xs:annotation><xs:documentation>The OppositeAngledPlanesBestFitType defines the information for a best-fit opposite angled planes feature 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 opposite angled planes feature.</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 an opposite angled planes feature. 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>