<xs:element name="TangentFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The TangentFeature element identifies the base feature to which the constructed circle is tangent.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PointFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PointFeature element identifies the point feature through which the constructed circle passes.</xs:documentation></xs:annotation></xs:element>
The CircleTangentThroughType defines the construction of a circle with a nominal diameter through a point and tangent to a base feature. The point and base feature are both coplanar with the circle.
<xs:complexType name="CircleTangentThroughType"><xs:annotation><xs:documentation>The CircleTangentThroughType defines the construction of a circle with a nominal diameter through a point and tangent to a base feature. The point and base feature are both coplanar with the circle.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="TangentFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The TangentFeature element identifies the base feature to which the constructed circle is tangent.</xs:documentation></xs:annotation></xs:element><xs:element name="PointFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PointFeature element identifies the point feature through which the constructed circle passes.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>