The AverageDiameter element is the average diameter measured by the AACMM that was tested.
Diagram
Type
xs:decimal
Properties
content
simple
Source
<xs:element name="AverageDiameter" type="xs:decimal"><xs:annotation><xs:documentation>The AverageDiameter element is the average diameter measured by the AACMM that was tested.</xs:documentation></xs:annotation></xs:element>
The StandardDeviation element is the standard deviation of measurement by the AACMM that was tested.
Diagram
Type
xs:decimal
Properties
content
simple
Source
<xs:element name="StandardDeviation" type="xs:decimal"><xs:annotation><xs:documentation>The StandardDeviation element is the standard deviation of measurement by the AACMM that was tested.</xs:documentation></xs:annotation></xs:element>
In this test, the diameter of a master sphere is measured 3 times near the midpoint of arm's extension and the average diameter and standard deviation measurements are reported.
<xs:complexType name="EffectiveDiameterPerformanceTestType"><xs:annotation><xs:documentation>In this test, the diameter of a master sphere is measured 3 times near the midpoint of arm's extension and the average diameter and standard deviation measurements are reported.</xs:documentation></xs:annotation><xs:sequence><xs:element name="AverageDiameter" type="xs:decimal"><xs:annotation><xs:documentation>The AverageDiameter element is the average diameter measured by the AACMM that was tested.</xs:documentation></xs:annotation></xs:element><xs:element name="StandardDeviation" type="xs:decimal"><xs:annotation><xs:documentation>The StandardDeviation element is the standard deviation of measurement by the AACMM that was tested.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>