<xs:element name="Axis" type="MeasuredAxisType" minOccurs="0"><xs:annotation><xs:documentation>The optional Axis element is the measured center point and measured axis vector along the long axis of the elliptical arc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the measured unit normal vector of the plane of the elliptical arc.</xs:documentation></xs:annotation></xs:element>
The optional SweepMeasurementRange element gives the range over which the sweep was actually measured for an elliptical arc in terms of the start direction and the swept angle. The StartVector of the sweep must lie in the plane of the ellipse.
<xs:element name="SweepMeasurementRange" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepMeasurementRange element gives the range over which the sweep was actually measured for an elliptical arc in terms of the start direction and the swept angle. The StartVector of the sweep must lie in the plane of the ellipse.</xs:documentation></xs:annotation></xs:element>
The optional SweepFull element gives the measured start direction and swept angle of a elliptical arc in terms of the start direction and the swept angle. The StartVector of the SweepFull must lie in the plane of the ellipse. This is intended for use when it has been possible to measure the start and end of the sweep.
<xs:element name="SweepFull" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepFull element gives the measured start direction and swept angle of a elliptical arc in terms of the start direction and the swept angle. The StartVector of the SweepFull must lie in the plane of the ellipse. This is intended for use when it has been possible to measure the start and end of the sweep.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MajorDiameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MajorDiameter element is the measured major diameter of the elliptical arc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinorDiameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinorDiameter element is the measured minor diameter of the elliptical arc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (ellipticity) of the elliptical arc from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="EllipticalArcFeatureMeasurementType"><xs:annotation><xs:documentation>The EllipticalArcFeatureMeasurementType defines the elliptical arc feature measurement information for an individual elliptical arc feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CurveFeatureMeasurementBaseType"><xs:sequence><xs:element name="Axis" type="MeasuredAxisType" minOccurs="0"><xs:annotation><xs:documentation>The optional Axis element is the measured center point and measured axis vector along the long axis of the elliptical arc.</xs:documentation></xs:annotation></xs:element><xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the measured unit normal vector of the plane of the elliptical arc.</xs:documentation></xs:annotation></xs:element><xs:element name="SweepMeasurementRange" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepMeasurementRange element gives the range over which the sweep was actually measured for an elliptical arc in terms of the start direction and the swept angle. The StartVector of the sweep must lie in the plane of the ellipse.</xs:documentation></xs:annotation></xs:element><xs:element name="SweepFull" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepFull element gives the measured start direction and swept angle of a elliptical arc in terms of the start direction and the swept angle. The StartVector of the SweepFull must lie in the plane of the ellipse. This is intended for use when it has been possible to measure the start and end of the sweep.</xs:documentation></xs:annotation></xs:element><xs:element name="MajorDiameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MajorDiameter element is the measured major diameter of the elliptical arc.</xs:documentation></xs:annotation></xs:element><xs:element name="MinorDiameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinorDiameter element is the measured minor diameter of the elliptical arc.</xs:documentation></xs:annotation></xs:element><xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (ellipticity) of the elliptical arc from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>