<xs:element name="Axis" type="AxisType"><xs:annotation><xs:documentation>The Axis element gives the nominal location of the start point and the nominal unit axis vector of the surface of revolution.</xs:documentation></xs:annotation></xs:element>
The optional Sweep element gives the nominal start direction and the swept angle for a partial surface of revolution. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified, the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the surface of revolution.
<xs:element name="Sweep" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional Sweep element gives the nominal start direction and the swept angle for a partial surface of revolution. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified, the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the surface of revolution.</xs:documentation></xs:annotation></xs:element>
The optional ReferenceFeatureNominalId element is the QIF id of the nominal feature that is the curve being swept. The value of the element must be the QIF id of a nominal feature. If this element is not given, the shape of the feature is defined by the geometry and/or topology identified by the EntityInternalIds and/or EntityExternalIds.
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ReferenceFeatureNominalId" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional ReferenceFeatureNominalId element is the QIF id of the nominal feature that is the curve being swept. The value of the element must be the QIF id of a nominal feature. If this element is not given, the shape of the feature is defined by the geometry and/or topology identified by the EntityInternalIds and/or EntityExternalIds.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="SurfaceOfRevolutionConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the surface of revolution 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="SurfaceOfRevolutionFeatureNominalType"><xs:annotation><xs:documentation>The SurfaceOfRevolutionFeatureNominalType defines the nominal information for an individual surface of revolution 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 gives the nominal location of the start point and the nominal unit axis vector of the surface of revolution.</xs:documentation></xs:annotation></xs:element><xs:element name="Sweep" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional Sweep element gives the nominal start direction and the swept angle for a partial surface of revolution. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified, the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the surface of revolution.</xs:documentation></xs:annotation></xs:element><xs:element name="ReferenceFeatureNominalId" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional ReferenceFeatureNominalId element is the QIF id of the nominal feature that is the curve being swept. The value of the element must be the QIF id of a nominal feature. If this element is not given, the shape of the feature is defined by the geometry and/or topology identified by the EntityInternalIds and/or EntityExternalIds.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="SurfaceOfRevolutionConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the surface of revolution is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>