Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element AngularErrorType / BaseError
Annotations
The BaseError element gives the constant to add.
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_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="BaseError" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The BaseError element gives the constant to add.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element AngularErrorType / ErrorRate
Annotations
The ErrorRate element gives the rate of increase with distance of the error.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="ErrorRate" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The ErrorRate element gives the rate of increase with distance of the error.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type AngularErrorType
Annotations
The AngularErrorType defines a maximum angular error that increases linearly with the distance from measuring angle. To compute the error, add the BaseError to the ErrorRate times the distance from angle being measured. The units for angle being measured must be the same as those of the BaseError (This type of error is common in laser trackers).
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_AngularErrorType.tmp#AngularErrorType_BaseError QIFMeasurementResources_xsd_Complex_Type_AngularErrorType.tmp#AngularErrorType_ErrorRate
Used by
Children BaseError, ErrorRate
Source
<xs:complexType name="AngularErrorType">
  <xs:annotation>
    <xs:documentation>The AngularErrorType defines a maximum angular error that increases linearly with the distance from measuring angle. To compute the error, add the BaseError to the ErrorRate times the distance from angle being measured. The units for angle being measured must be the same as those of the BaseError (This type of error is common in laser trackers).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BaseError" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The BaseError element gives the constant to add.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ErrorRate" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The ErrorRate element gives the rate of increase with distance of the error.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd