The Axis element is the nominal locating point and nominal unit axis vector of the conical segment which points from the locating point into the expanding end of the conical segment.
<xs:element name="Axis" type="AxisType"><xs:annotation><xs:documentation>The Axis element is the nominal locating point and nominal unit axis vector of the conical segment which points from the locating point into the expanding end of the conical segment.</xs:documentation></xs:annotation></xs:element>
The Sweep element gives the start direction and the swept angle for a conical segment feature. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.
<xs:element name="Sweep" type="SweepType"><xs:annotation><xs:documentation>The Sweep element gives the start direction and the swept angle for a conical segment feature. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="ConicalSegmentConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the conical segment is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ConicalSegmentFeatureNominalType"><xs:annotation><xs:documentation>The ConicalSegmentFeatureNominalType defines the conical segment feature nominal information for an individual conical segment feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureNominalBaseType"><xs:sequence><xs:element name="Axis" type="AxisType"><xs:annotation><xs:documentation>The Axis element is the nominal locating point and nominal unit axis vector of the conical segment which points from the locating point into the expanding end of the conical segment.</xs:documentation></xs:annotation></xs:element><xs:element name="Sweep" type="SweepType"><xs:annotation><xs:documentation>The Sweep element gives the start direction and the swept angle for a conical segment feature. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="ConicalSegmentConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the conical segment is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>