Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MeasuredZoneRadiiType / MinRadius
Annotations
The MinRadius element is the minimum radius of the evaluated tolerance zone.
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
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="MinRadius" type="MeasuredLinearValueType">
  <xs:annotation>
    <xs:documentation>The MinRadius element is the minimum radius of the evaluated tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element MeasuredZoneRadiiType / MaxRadius
Annotations
The MaxRadius element is the maximum radius of the evaluated tolerance zone.
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
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="MaxRadius" type="MeasuredLinearValueType">
  <xs:annotation>
    <xs:documentation>The MaxRadius element is the maximum radius of the evaluated tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type MeasuredZoneRadiiType
Annotations
The MeasuredZoneRadiiType defines the radial size limits of a measured tolerance zone evaluation.
Diagram
Diagram Characteristics_xsd_Complex_Type_MeasuredZoneRadiiType.tmp#MeasuredZoneRadiiType_MinRadius Characteristics_xsd_Complex_Type_MeasuredZoneRadiiType.tmp#MeasuredZoneRadiiType_MaxRadius
Used by
Children MaxRadius, MinRadius
Source
<xs:complexType name="MeasuredZoneRadiiType">
  <xs:annotation>
    <xs:documentation>The MeasuredZoneRadiiType defines the radial size limits of a measured tolerance zone evaluation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MinRadius" type="MeasuredLinearValueType">
      <xs:annotation>
        <xs:documentation>The MinRadius element is the minimum radius of the evaluated tolerance zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MaxRadius" type="MeasuredLinearValueType">
      <xs:annotation>
        <xs:documentation>The MaxRadius element is the maximum radius of the evaluated tolerance zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd