<xs:element name="TangentFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The TangentFeature element identifies the base feature to which the line is tangent.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PointFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PointFeature element identifies the point through which the line must pass.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="LineTangentThroughType"><xs:annotation><xs:documentation>The LineTangentThroughType defines the construction of a line through a point and tangent to a base feature.</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 line is tangent.</xs:documentation></xs:annotation></xs:element><xs:element name="PointFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PointFeature element identifies the point through which the line must pass.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>