<xs:complexType name="EllipticalArcIntersectionType">
<xs:annotation>
<xs:documentation>The EllipticalArcIntersectionType defines the construction of an elliptical arc by the intersection of a plane with a base feature that may be a cylinder, cone, or other feature with an elliptical cross section.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ConstructionMethodBaseType">
<xs:sequence>
<xs:element name="IntersectionPlane" type="BaseFeatureType">
<xs:annotation>
<xs:documentation>The IntersectionPlane element identifies the intersecting plane.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IntersectionFeature" type="BaseFeatureType">
<xs:annotation>
<xs:documentation>The IntersectionFeature element identifies a cylinder, cone, or other feature with an elliptical cross section.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |