<xs:element name="BaseError" type="AngularValueType"><xs:annotation><xs:documentation>The BaseError element gives the constant to add.</xs:documentation></xs:annotation></xs:element>
The ErrorRate element gives the rate of increase with distance of the error.
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>
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: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>