The type dx:dataProcessingListType provides a list of elements of the type dx:dataProcessingType, which gives a list of data processes belong to the certificate request.
The tree structure of the type dcr:dataProcessingListType has the following appearance:
<xs:complexType name="dataProcessingListType">
<xs:sequence>
<xs:element name="dataProcessing" type="dcr:dataProcessingType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>