Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ElongatedCircleFeatureItemType / DeterminationMode
Annotations
The DeterminationMode element is the means by which the elongated circle feature measurement is determined.
Diagram
Diagram Features_xsd_Complex_Type_ElongatedCircleMeasurementDeterminationType.tmp#ElongatedCircleMeasurementDeterminationType_Checked Features_xsd_Complex_Type_ElongatedCircleMeasurementDeterminationType.tmp#ElongatedCircleMeasurementDeterminationType_Set Features_xsd_Complex_Type_ElongatedCircleMeasurementDeterminationType.tmp#ElongatedCircleMeasurementDeterminationType
Type ElongatedCircleMeasurementDeterminationType
Properties
content complex
Children Checked, Set
Instance
<DeterminationMode xmlns="http://qifstandards.org/xsd/qif3">
  <Checked>{1,1}</Checked>
  <Set>{1,1}</Set>
</DeterminationMode>
Source
<xs:element name="DeterminationMode" type="ElongatedCircleMeasurementDeterminationType">
  <xs:annotation>
    <xs:documentation>The DeterminationMode element is the means by which the elongated circle feature measurement is determined.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ElongatedCircleFeatureItemType
Annotations
The ElongatedCircleFeatureItemType defines an individual feature-of-size elongated circle feature, located by its center point. An elongated circle feature can represent a cross section of the ends of a round-ended slot in the case where the slot has independent tolerance requirements for its sides and ends. The flat sides of the elongated circle are not included in the elongated circle. The ends of the feature are semicircles that meet the sides tangentially. The width of the feature is the diameter of the ends.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_FeatureNominalId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_ParentFeatureItemId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_FeatureName Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_UUID Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_NotableEventIds Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_CoordinateSystemId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType_VirtualMeasurement Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType Features_xsd_Complex_Type_CurveFeatureItemBaseType.tmp#CurveFeatureItemBaseType Features_xsd_Complex_Type_ElongatedCircleFeatureItemType.tmp#ElongatedCircleFeatureItemType_DeterminationMode
Type extension of CurveFeatureItemBaseType
Type hierarchy
Used by
Children Attributes, CoordinateSystemId, DeterminationMode, FeatureName, FeatureNominalId, NotableEventIds, ParentFeatureItemId, PointList, SubstituteFeatureAlgorithm, UUID, VirtualMeasurement
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ElongatedCircleFeatureItemType">
  <xs:annotation>
    <xs:documentation>The ElongatedCircleFeatureItemType defines an individual feature-of-size elongated circle feature, located by its center point. An elongated circle feature can represent a cross section of the ends of a round-ended slot in the case where the slot has independent tolerance requirements for its sides and ends. The flat sides of the elongated circle are not included in the elongated circle. The ends of the feature are semicircles that meet the sides tangentially. The width of the feature is the diameter of the ends.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureItemBaseType">
      <xs:sequence>
        <xs:element name="DeterminationMode" type="ElongatedCircleMeasurementDeterminationType">
          <xs:annotation>
            <xs:documentation>The DeterminationMode element is the means by which the elongated circle feature measurement is determined.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd