The type dx:measurementResultListType offers the possibility to specify several elements measurementResult of the type dx:measurementResultType.
The tree structure of the type dx:measurementResultListType has the following appearance:
<xs:complexType name="measurementResultListType">
<xs:annotation>
<xs:documentation>
List of measurement results that are part of a DCC.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="measurementResult" type="dx:measurementResultType" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>