<xs:element name="BaseError" type="LinearValueType"><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 LinearErrorType defines a maximum error that increases linearly with the distance measured. To compute the error, add the BaseError to the ErrorRate times the distance measured. The units for distance measured must be the same as those of the BaseError.
<xs:complexType name="LinearErrorType"><xs:annotation><xs:documentation>The LinearErrorType defines a maximum error that increases linearly with the distance measured. To compute the error, add the BaseError to the ErrorRate times the distance measured. The units for distance measured must be the same as those of the BaseError.</xs:documentation></xs:annotation><xs:sequence><xs:element name="BaseError" type="LinearValueType"><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>