Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element TableErrorsType / AxialError
Annotations
The AxialError element is the maximum error in the direction of the axis of the table.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="AxialError" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The AxialError element is the maximum error in the direction of the axis of the table.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element TableErrorsType / RadialError
Annotations
The RadialError element is the maximum error in the direction of the radius of the table.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="RadialError" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The RadialError element is the maximum error in the direction of the radius of the table.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element TableErrorsType / TangentialError
Annotations
The TangentialError element is the maximum error in the direction of the tangent to the table at the outer edge of the table.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="TangentialError" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The TangentialError element is the maximum error in the direction of the tangent to the table at the outer edge of the table.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TableErrorsType
Annotations
The TableErrorsType gives the maximum errors of a rotary table.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TableErrorsType.tmp#TableErrorsType_AxialError QIFMeasurementResources_xsd_Complex_Type_TableErrorsType.tmp#TableErrorsType_RadialError QIFMeasurementResources_xsd_Complex_Type_TableErrorsType.tmp#TableErrorsType_TangentialError
Used by
Children AxialError, RadialError, TangentialError
Source
<xs:complexType name="TableErrorsType">
  <xs:annotation>
    <xs:documentation>The TableErrorsType gives the maximum errors of a rotary table.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AxialError" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The AxialError element is the maximum error in the direction of the axis of the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RadialError" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The RadialError element is the maximum error in the direction of the radius of the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TangentialError" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The TangentialError element is the maximum error in the direction of the tangent to the table at the outer edge of the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd