<xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured center point of the circular 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 normal vector of the plane of the circular arc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Radius" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Radius element is the measured radius of the circular arc based on substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RadiusMin" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional RadiusMin element is the minimum radius of the circular arc from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RadiusMax" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional RadiusMax element is the maximum radius of the circular arc from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
The optional SweepMeasurementRange element gives the range over which the sweep was actually measured in terms of the start direction and the swept angle. The StartVector of the sweep must lie in the plane of the circular arc.
<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 in terms of the start direction and the swept angle. The StartVector of the sweep must lie in the plane of the circular arc.</xs:documentation></xs:annotation></xs:element>
The optional SweepFull element gives the measured start direction and swept angle of the circular arc. The StartVector of the sweep must lie in the plane of the circular arc. 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 the circular arc. The StartVector of the sweep must lie in the plane of the circular arc. 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="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (roundness) of the circular 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="CircularArcFeatureMeasurementType"><xs:annotation><xs:documentation>The CircularArcFeatureMeasurementType defines measurement information for an individual circular arc feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CurveFeatureMeasurementBaseType"><xs:sequence><xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured center point of the circular 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 normal vector of the plane of the circular arc.</xs:documentation></xs:annotation></xs:element><xs:element name="Radius" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Radius element is the measured radius of the circular arc based on substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element><xs:element name="RadiusMin" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional RadiusMin element is the minimum radius of the circular arc from a report or an analysis.</xs:documentation></xs:annotation></xs:element><xs:element name="RadiusMax" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional RadiusMax element is the maximum radius of the circular arc from a report or an analysis.</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 in terms of the start direction and the swept angle. The StartVector of the sweep must lie in the plane of the circular arc.</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 the circular arc. The StartVector of the sweep must lie in the plane of the circular arc. 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="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (roundness) of the circular arc from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>