The type dx:methodListType contains a list of methods used during calibration.
The tree structure of the type dx:methodListType has the following appearance:
<xs:complexType name="methodListType">
<xs:annotation>
<xs:documentation>
List of the methods used in the calibration.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="usedMethod" type="dx:methodType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>