The type dx:itemQuantityListType provides a list of elements of the type dx:primitiveQuantityType, which gives a list of numerical values that belong to the calibration item and are relevant to the calibration process.
The tree structure of the type dx:itemQuantityListType has the following appearance:
<xs:complexType name="itemQuantityListType">
<xs:annotation>
<xs:documentation>
List of numerical values that belong to the calibration item and are relevant to the calibration process.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="itemQuantity" type="dx:primitiveQuantityType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>