The element type allows to define the type of the prerequisite. Values to select are PlugIn, Software, Browser or OS. |
<xs:element name="type"> <xs:annotation> <xs:documentation>The element type allows to define the type of the prerequisite. Values to select are PlugIn, Software, Browser or OS.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="PlugIn"/> <xs:enumeration value="Software"/> <xs:enumeration value="Browser"/> <xs:enumeration value="OS"/> <xs:enumeration value="LMS"/> </xs:restriction> </xs:simpleType> </xs:element> |