<xs:element name="MaxErrorConstant" type="LinearValueType"><xs:annotation><xs:documentation>The MaxErrorConstant element gives the maximum error in measuring a distance as a constant.</xs:documentation></xs:annotation></xs:element>
<xs:element name="LinearError" type="LinearErrorType"><xs:annotation><xs:documentation>The LinearError element gives the maximum error in measuring a distance as a linear function of the distance measured.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="LesserErrorType"><xs:annotation><xs:documentation>The LesserErrorType defines a maximum error that is the lesser of a constant error or a linear error.</xs:documentation></xs:annotation><xs:sequence><xs:element name="MaxErrorConstant" type="LinearValueType"><xs:annotation><xs:documentation>The MaxErrorConstant element gives the maximum error in measuring a distance as a constant.</xs:documentation></xs:annotation></xs:element><xs:element name="LinearError" type="LinearErrorType"><xs:annotation><xs:documentation>The LinearError element gives the maximum error in measuring a distance as a linear function of the distance measured.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>