<xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured center point of the circle.</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 circle.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Diameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Diameter element is the measured diameter of the circle based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DiameterMin" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMin element is the minimum measured diameter of the circle from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DiameterMax" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMax element is the maximum measured diameter of the circle from a report or an analysis.</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 circle 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 circle.
<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 circle.</xs:documentation></xs:annotation></xs:element>
The optional SweepFull element gives the measured start direction and swept angle. The StartVector of the sweep must lie in the plane of the circle. 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. The StartVector of the sweep must lie in the plane of the circle. 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>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="CircleFeatureMeasurementType"><xs:annotation><xs:documentation>The CircleFeatureMeasurementType defines measurement information for an individual circle 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 circle.</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 circle.</xs:documentation></xs:annotation></xs:element><xs:element name="Diameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Diameter element is the measured diameter of the circle based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element><xs:element name="DiameterMin" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMin element is the minimum measured diameter of the circle from a report or an analysis.</xs:documentation></xs:annotation></xs:element><xs:element name="DiameterMax" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMax element is the maximum measured diameter of the circle from a report or an analysis.</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 circle 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 circle.</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. The StartVector of the sweep must lie in the plane of the circle. 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:sequence></xs:extension></xs:complexContent></xs:complexType>