The type dx:softwareClassificationType is used to specify the classification of software.
The tree structure of the type dx:softwareClassificationType has the following appearance:
<xs:simpleType name="softwareClassificationType">
<xs:restriction base="xs:string">
<xs:enumeration value="application"/>
<xs:enumeration value="bios"/>
<xs:enumeration value="driver"/>
<xs:enumeration value="editor"/>
<xs:enumeration value="firmware"/>
<xs:enumeration value="library"/>
<xs:enumeration value="os"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>