The Axis element is the nominal locating point and nominal unit axis vector of the cone which points from the locating point into the expanding end of the cone.
<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 cone which points from the locating point into the expanding end of the cone.</xs:documentation></xs:annotation></xs:element>
The optional Sweep element is the swept angle for a partial cone. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified then the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.
<xs:element name="Sweep" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional Sweep element is the swept angle for a partial cone. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified then the feature subtends a full 360 degrees. 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="ConeConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the cone 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="ConeFeatureNominalType"><xs:annotation><xs:documentation>The ConeFeatureNominalType defines the cone feature nominal information for an individual cone 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 cone which points from the locating point into the expanding end of the cone.</xs:documentation></xs:annotation></xs:element><xs:element name="Sweep" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional Sweep element is the swept angle for a partial cone. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified then the feature subtends a full 360 degrees. 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="ConeConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the cone is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>