<xs:element name="HomeLocation" type="PointType" minOccurs="0"><xs:annotation><xs:documentation>The optional HomeLocation element gives the coordinates of home location of the AACMM.</xs:documentation></xs:annotation></xs:element>
The optional NumberOfJoints element is the number of joints in the AACMM.
Diagram
Type
xs:int
Properties
content
simple
minOccurs
0
Source
<xs:element name="NumberOfJoints" type="xs:int" minOccurs="0"><xs:annotation><xs:documentation>The optional NumberOfJoints element is the number of joints in the AACMM.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinMeasuringDistance" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinMeasuringDistance element is the minimum measurement distance of the AACMM.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxMeasuringDistance" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxMeasuringDistance element is the maximum measurement distance of the AACMM.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProbeTipDiameter" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProbeTipDiameter element is the diameter of probe tip for the AACMM.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of articulated arm CMM accuracies in the list.
Source
<xs:element name="Accuracies" type="AACMMAccuraciesType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracies element is a list of CMM accuracies, each of which defines the accuracy of the AACMM.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="AACMMType"><xs:annotation><xs:documentation>The ArticulatedCMMType defines an articulated arm CMM.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CMMType"><xs:sequence><xs:element name="HomeLocation" type="PointType" minOccurs="0"><xs:annotation><xs:documentation>The optional HomeLocation element gives the coordinates of home location of the AACMM.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfJoints" type="xs:int" minOccurs="0"><xs:annotation><xs:documentation>The optional NumberOfJoints element is the number of joints in the AACMM.</xs:documentation></xs:annotation></xs:element><xs:element name="MinMeasuringDistance" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinMeasuringDistance element is the minimum measurement distance of the AACMM.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxMeasuringDistance" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxMeasuringDistance element is the maximum measurement distance of the AACMM.</xs:documentation></xs:annotation></xs:element><xs:element name="ProbeTipDiameter" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProbeTipDiameter element is the diameter of probe tip for the AACMM.</xs:documentation></xs:annotation></xs:element><xs:element name="Accuracies" type="AACMMAccuraciesType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracies element is a list of CMM accuracies, each of which defines the accuracy of the AACMM.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>