The type dx:softwareListType offers the possibility to specify several elements dx:software of the type dx:softwareType.
The tree structure of the type dx:softwareListType has the following appearance:
<xs:complexType name="softwareListType">
<xs:annotation>
<xs:documentation>
A list of software elements.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="software" type="dx:softwareType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>