The type dx:resultListType offers the possibility to specify several elements result of the type dx:resultType.
The tree structure of the type dx:resultListType has the following appearance:
<xs:complexType name="resultListType">
<xs:annotation>
<xs:documentation>
List of results of the calibration.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="result" type="dx:resultType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>