2.2.5.7.2 OSEditions
The OSEditions type describes information about the operating system that is used to limit which clients a file is installed to.
-
<xs:simpleType name="OSEditions"> <xs:list> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="None"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NotSet"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Home"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pro"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Starter"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="MediaCenter"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType>
The following table describes the values for this type.
|
Value |
Description |
|---|---|
|
None |
The filter is not based on an operating system (OS) edition. |
|
NotSet |
Compatible with published SDK. |
|
Home |
Home OS SKUs. |
|
Pro |
Pro OS SKUs. |
|
Starter |
Starter OS SKUs. |
|
MediaCenter |
OS editions that contain Media Center. |