The type dx:identificationListType offers the possibility to specify several elements of the type dx:identificationType.
The tree structure of the type dx:identificationList has the following appearance:
<xs:complexType name="identificationListType">
<xs:annotation>
<xs:documentation>
List of additional identifications.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="identification" type="dx:identificationType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>