<xsd:element name="type" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The classification of the software according to the most common types.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="program"/>
<xsd:enumeration value="library"/>
<xsd:enumeration value="package"/>
<xsd:enumeration value="filter"/>
<xsd:enumeration value="jiffy"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element> |