Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element RotaryTableType / LocationOnCMM
Annotations
The LocationOnCMM element is the point in the CMM coordinate system at which the center of the rotary table is located.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="LocationOnCMM" type="PointType">
  <xs:annotation>
    <xs:documentation>The LocationOnCMM element is the point in the CMM coordinate system at which the center of the rotary table is located.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RotaryTableType / AxisDirection
Annotations
The AxisDirection element is the direction of the axis of the rotary table in the CMM coordinate system.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="AxisDirection" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The AxisDirection element is the direction of the axis of the rotary table in the CMM coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RotaryTableType / ZeroIndexDirection
Annotations
The ZeroIndexDirection element is the direction of the zero index of the rotary table in the CMM coordinate system. The ZeroIndexDirection must be normal to the AxisDirection.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="ZeroIndexDirection" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The ZeroIndexDirection element is the direction of the zero index of the rotary table in the CMM coordinate system. The ZeroIndexDirection must be normal to the AxisDirection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RotaryTableType / TableRadius
Annotations
The TableRadius element is 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="TableRadius" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The TableRadius element is the radius of the table.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RotaryTableType / TableErrors
Annotations
The TableErrors element gives the table errors.
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 QIFMeasurementResources_xsd_Complex_Type_TableErrorsType.tmp#TableErrorsType
Type TableErrorsType
Properties
content complex
Children AxialError, RadialError, TangentialError
Instance
<TableErrors xmlns="http://qifstandards.org/xsd/qif3">
  <AxialError decimalPlaces="" linearUnit="" significantFigures="">{1,1}</AxialError>
  <RadialError decimalPlaces="" linearUnit="" significantFigures="">{1,1}</RadialError>
  <TangentialError decimalPlaces="" linearUnit="" significantFigures="">{1,1}</TangentialError>
</TableErrors>
Source
<xs:element name="TableErrors" type="TableErrorsType">
  <xs:annotation>
    <xs:documentation>The TableErrors element gives the table errors.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type RotaryTableType
Annotations
The RotaryTableType describes a rotary table attached to a CMM.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_LocationOnCMM QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_AxisDirection QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_ZeroIndexDirection QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_TableRadius QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_TableErrors
Used by
Children AxisDirection, LocationOnCMM, TableErrors, TableRadius, ZeroIndexDirection
Source
<xs:complexType name="RotaryTableType">
  <xs:annotation>
    <xs:documentation>The RotaryTableType describes a rotary table attached to a CMM.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LocationOnCMM" type="PointType">
      <xs:annotation>
        <xs:documentation>The LocationOnCMM element is the point in the CMM coordinate system at which the center of the rotary table is located.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AxisDirection" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The AxisDirection element is the direction of the axis of the rotary table in the CMM coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZeroIndexDirection" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The ZeroIndexDirection element is the direction of the zero index of the rotary table in the CMM coordinate system. The ZeroIndexDirection must be normal to the AxisDirection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TableRadius" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The TableRadius element is the radius of the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TableErrors" type="TableErrorsType">
      <xs:annotation>
        <xs:documentation>The TableErrors element gives the table errors.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd