The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MaximumAngularVelocity" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaximumAngularVelocity element is the maximum angular velocity of the rotating head of a laser tracker.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DistanceAccuracy" type="LinearErrorType" minOccurs="0"><xs:annotation><xs:documentation>The optional DistanceAccuracy element is the accuracy in linear measurements with a laser tracker.</xs:documentation></xs:annotation></xs:element>
The optional AngularAccuracy element is the angular accuracy when a laser tracker head is rotating. With increasing the distance, angular error increases.
<xs:element name="AngularAccuracy" type="AngularErrorType" minOccurs="0"><xs:annotation><xs:documentation>The optional AngularAccuracy element is the angular accuracy when a laser tracker head is rotating. With increasing the distance, angular error increases.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="SamplingRate" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional SamplingRate element is the number of collected points per second.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TargetMirror" type="TargetMirrorEnumType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetMirror element is the technology used in the target mirror of the leaser tracker.</xs:documentation></xs:annotation></xs:element>
<xs:element name="HeadMass" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional HeadMass element is the mass of a laser tracker head.</xs:documentation></xs:annotation></xs:element>
<xs:element name="HeadSize" type="CartesianWorkingVolumeType" minOccurs="0"><xs:annotation><xs:documentation>The optional HeadSize element is the dimensions of a box that laser tracker head could fit in.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaximumWorkingAmplitude" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaximumWorkingAmplitude element is the maximum amplitude that laser tracker is able to run usable measurements.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:element name="Laser" type="LaserType" minOccurs="0"><xs:annotation><xs:documentation>The optional Laser element is the laser used in the laser tracker.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Repeatability" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Repeatability element is the laser tracker repeatability.</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="LaserTrackerType"><xs:annotation><xs:documentation>The LaserTrackerType defines a laser tracker measurement device.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="UniversalDeviceType"><xs:sequence><xs:element name="MaximumAngularVelocity" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaximumAngularVelocity element is the maximum angular velocity of the rotating head of a laser tracker.</xs:documentation></xs:annotation></xs:element><xs:element name="DistanceAccuracy" type="LinearErrorType" minOccurs="0"><xs:annotation><xs:documentation>The optional DistanceAccuracy element is the accuracy in linear measurements with a laser tracker.</xs:documentation></xs:annotation></xs:element><xs:element name="AngularAccuracy" type="AngularErrorType" minOccurs="0"><xs:annotation><xs:documentation>The optional AngularAccuracy element is the angular accuracy when a laser tracker head is rotating. With increasing the distance, angular error increases.</xs:documentation></xs:annotation></xs:element><xs:element name="SamplingRate" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional SamplingRate element is the number of collected points per second.</xs:documentation></xs:annotation></xs:element><xs:element name="TargetMirror" type="TargetMirrorEnumType" minOccurs="0"><xs:annotation><xs:documentation>The optional TargetMirror element is the technology used in the target mirror of the leaser tracker.</xs:documentation></xs:annotation></xs:element><xs:element name="HeadMass" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional HeadMass element is the mass of a laser tracker head.</xs:documentation></xs:annotation></xs:element><xs:element name="HeadSize" type="CartesianWorkingVolumeType" minOccurs="0"><xs:annotation><xs:documentation>The optional HeadSize element is the dimensions of a box that laser tracker head could fit in.</xs:documentation></xs:annotation></xs:element><xs:element name="MaximumWorkingAmplitude" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaximumWorkingAmplitude element is the maximum amplitude that laser tracker is able to run usable measurements.</xs:documentation></xs:annotation></xs:element><xs:element name="Laser" type="LaserType" minOccurs="0"><xs:annotation><xs:documentation>The optional Laser element is the laser used in the laser tracker.</xs:documentation></xs:annotation></xs:element><xs:element name="Repeatability" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Repeatability element is the laser tracker repeatability.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>