The type dx:conditionListType offers the possibility to specify several elements of the type dx:conditionType.
The tree structure of the type dx:conditionListType has the following appearance:
<xs:complexType name="conditionListType">
<xs:annotation>
<xs:documentation>
List of conditions that influence the measurements.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="influenceCondition" type="dx:conditionType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>