Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ConicalTaperCharacteristicMeasurementType / Distance
Annotations
The optional Distance element is the measured distance over which the taper applies.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType_linearUnit Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType
Type MeasuredLinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by LinearValueType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Distance" type="MeasuredLinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Distance element is the measured distance over which the taper applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type ConicalTaperCharacteristicMeasurementType
Annotations
The ConicalTaperCharacteristicMeasurementType defines the results of a measured conical taper characteristic evaluation.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_Status Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_CharacteristicItemId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_TimeStamp Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_FeatureMeasurementIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ActualComponentId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_MeasurementDeviceIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ManufacturingProcessId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NotedEventIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NonConformanceDesignator Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_DimensionalCharacteristicMeasurementBaseType.tmp#DimensionalCharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_LinearCharacteristicMeasurementBaseType.tmp#LinearCharacteristicMeasurementBaseType_Value Characteristics_xsd_Complex_Type_LinearCharacteristicMeasurementBaseType.tmp#LinearCharacteristicMeasurementBaseType_MaxValue Characteristics_xsd_Complex_Type_LinearCharacteristicMeasurementBaseType.tmp#LinearCharacteristicMeasurementBaseType_MinValue Characteristics_xsd_Complex_Type_LinearCharacteristicMeasurementBaseType.tmp#LinearCharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_ConicalTaperCharacteristicMeasurementType.tmp#ConicalTaperCharacteristicMeasurementType_Distance
Type extension of LinearCharacteristicMeasurementBaseType
Type hierarchy
Used by
Children ActualComponentId, Attributes, CharacteristicItemId, Description, Distance, FeatureMeasurementIds, ManufacturingProcessId, MaxValue, MeasurementDeviceIds, MinValue, NonConformanceDesignator, NotedEventIds, Status, SubstituteFeatureAlgorithm, TimeStamp, Value
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="ConicalTaperCharacteristicMeasurementType">
  <xs:annotation>
    <xs:documentation>The ConicalTaperCharacteristicMeasurementType defines the results of a measured conical taper characteristic evaluation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LinearCharacteristicMeasurementBaseType">
      <xs:sequence>
        <xs:element name="Distance" type="MeasuredLinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Distance element is the measured distance over which the taper applies.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd