The BestFit element describes the best-fit construction of a circle from 3 or more point-reducible base features. This element is in an optional choice.
The required n attribute is the number of base features used in the construction.
Source
<xs:element name="BestFit" type="CircleBestFitType"><xs:annotation><xs:documentation>The BestFit element describes the best-fit construction of a circle from 3 or more point-reducible base features. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a circle from 3 or more base feature points. This element is in an optional choice.
<xs:element name="Recompensated" type="CircleRecompType"><xs:annotation><xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a circle from 3 or more base feature points. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Intersection" type="CircleIntersectionType"><xs:annotation><xs:documentation>The Intersection element describes the construction of a circle by the intersection two features. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Projection" type="CircleProjectionType"><xs:annotation><xs:documentation>The Projection element describes the construction of a circle by the projection of a base circle onto a plane. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Copy" type="CircleCopyType"><xs:annotation><xs:documentation>The Copy element describes the construction of a circle by the copying of a base circle. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Cast" type="CircleCastType"><xs:annotation><xs:documentation>The Cast element describes the construction of a circle by the casting of a base feature. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Tangent" type="CircleTangentType"><xs:annotation><xs:documentation>The Tangent element describes the construction of a circle that is tangent to two base features. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The TangentThrough element describes the construction of a circle tangent to a feature and passing through a point. This element is in an optional choice.
<xs:element name="TangentThrough" type="CircleTangentThroughType"><xs:annotation><xs:documentation>The TangentThrough element describes the construction of a circle tangent to a feature and passing through a point. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Transform" type="CircleTransformType"><xs:annotation><xs:documentation>The Transform element describes the construction of a circle by the transformation of a base circle. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The FromCone element describes the construction of a circle from a cone at a specified cone diameter or at a specified distance from the cone vertex. This element is in an optional choice.
<xs:element name="FromCone" type="CircleFromConeType"><xs:annotation><xs:documentation>The FromCone element describes the construction of a circle from a cone at a specified cone diameter or at a specified distance from the cone vertex. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="FromScan" type="CircleFromScanType"><xs:annotation><xs:documentation>The FromScan element describes the construction of a circle from scan data. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="CircleConstructionMethodType"><xs:annotation><xs:documentation>The CircleConstructionMethodType defines the method for constructing a unique nominal or measured circle feature.</xs:documentation></xs:annotation><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice of the construction method for the circle.</xs:documentation></xs:annotation><xs:element name="BestFit" type="CircleBestFitType"><xs:annotation><xs:documentation>The BestFit element describes the best-fit construction of a circle from 3 or more point-reducible base features. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Recompensated" type="CircleRecompType"><xs:annotation><xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a circle from 3 or more base feature points. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Intersection" type="CircleIntersectionType"><xs:annotation><xs:documentation>The Intersection element describes the construction of a circle by the intersection two features. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Projection" type="CircleProjectionType"><xs:annotation><xs:documentation>The Projection element describes the construction of a circle by the projection of a base circle onto a plane. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Copy" type="CircleCopyType"><xs:annotation><xs:documentation>The Copy element describes the construction of a circle by the copying of a base circle. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Cast" type="CircleCastType"><xs:annotation><xs:documentation>The Cast element describes the construction of a circle by the casting of a base feature. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Tangent" type="CircleTangentType"><xs:annotation><xs:documentation>The Tangent element describes the construction of a circle that is tangent to two base features. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="TangentThrough" type="CircleTangentThroughType"><xs:annotation><xs:documentation>The TangentThrough element describes the construction of a circle tangent to a feature and passing through a point. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Transform" type="CircleTransformType"><xs:annotation><xs:documentation>The Transform element describes the construction of a circle by the transformation of a base circle. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="FromCone" type="CircleFromConeType"><xs:annotation><xs:documentation>The FromCone element describes the construction of a circle from a cone at a specified cone diameter or at a specified distance from the cone vertex. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="FromScan" type="CircleFromScanType"><xs:annotation><xs:documentation>The FromScan element describes the construction of a circle from scan data. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:complexType>