Merged PR 1937: Merge master to live

This commit is contained in:
Elizabeth Ross 2017-06-26 20:22:05 +00:00
parent 0716bf9886
commit 7cb4e90331
10 changed files with 213 additions and 235 deletions

View File

@ -8,6 +8,7 @@ ms.sitesec: library
ms.pagetype: edu ms.pagetype: edu
author: CelesteDG author: CelesteDG
ms.author: celested ms.author: celested
ms.date: 06/26/2017
--- ---
# Change history for Microsoft Education Get started # Change history for Microsoft Education Get started

View File

@ -10,6 +10,7 @@ localizationpriority: high
ms.pagetype: edu ms.pagetype: edu
author: CelesteDG author: CelesteDG
ms.author: celested ms.author: celested
ms.date: 06/26/2017
--- ---
# Get started: Deploy and manage a full cloud IT solution with Microsoft Education # Get started: Deploy and manage a full cloud IT solution with Microsoft Education

View File

@ -4,6 +4,8 @@ hide_bc: true
title: Microsoft Education documentation and resources | Microsoft Docs title: Microsoft Education documentation and resources | Microsoft Docs
description: Learn about product documentation and resources available for school IT administrators, teachers, students, and education app developers. description: Learn about product documentation and resources available for school IT administrators, teachers, students, and education app developers.
author: CelesteDG author: CelesteDG
ms.author: celested
ms.date: ms.date: 06/12/2017
--- ---
<div id="main" class="v2"> <div id="main" class="v2">
<div class="container"> <div class="container">

View File

@ -8,6 +8,7 @@ ms.sitesec: library
ms.pagetype: edu ms.pagetype: edu
author: CelesteDG author: CelesteDG
ms.author: celested ms.author: celested
ms.date: 06/19/2017
--- ---
# Change history for Windows 10 for Education # Change history for Windows 10 for Education

View File

@ -7,6 +7,7 @@ ms.sitesec: library
localizationpriority: high localizationpriority: high
author: CelesteDG author: CelesteDG
ms.author: celested ms.author: celested
ms.date: 06/19/2017
--- ---
# Windows 10 configuration recommendations for education customers # Windows 10 configuration recommendations for education customers

View File

@ -7,6 +7,7 @@ ms.sitesec: library
localizationpriority: high localizationpriority: high
author: CelesteDG author: CelesteDG
ms.author: celested ms.author: celested
ms.date: 06/19/2017
ms.prod: W10 ms.prod: W10
--- ---

View File

@ -9,6 +9,7 @@ ms.pagetype: edu
localizationpriority: high localizationpriority: high
author: CelesteDG author: CelesteDG
ms.author: celested ms.author: celested
ms.date: 06/26/2017
--- ---
# Use the Set up School PCs app # Use the Set up School PCs app

View File

@ -28,6 +28,7 @@ Here's the list of data structures used in the Windows Store for Business REST A
- [LicenseType](#licensetype) - [LicenseType](#licensetype)
- [LocalizedProductDetail](#localizedproductdetail) - [LocalizedProductDetail](#localizedproductdetail)
- [OfflineLicense](#offlinelicense) - [OfflineLicense](#offlinelicense)
- [PackageContentInfo](#packagecontentinfo)
- [PackageLocation](#packagelocation) - [PackageLocation](#packagelocation)
- [ProductArchitectures](#productarchitectures) - [ProductArchitectures](#productarchitectures)
- [ProductDetails](#productdetails) - [ProductDetails](#productdetails)
@ -85,26 +86,22 @@ Specifies the properties of the alternate identifier.
<table> <table>
<colgroup> <colgroup>
<col width="33%" /> <col width="33%" />
<col width="33%" /> <col width="66%" />
<col width="33%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
<th>Name</th> <th>Name</th>
<th>Type</th> <th>Type</th>
<th>Description</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>seatDetails</p></td> <td><p>seatDetails</p></td>
<td><p>Collection of [SeatDetails](#seatdetails)</p></td> <td><p>collection of [SeatDetails](#seatdetails)</p></td>
<td><p></p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>failedSeatOperations</p></td> <td><p>failedSeatOperations</p></td>
<td><p>Collection of [FailedSeatRequest](#failedseatrequest)</p></td> <td><p>collection of [FailedSeatRequest](#failedseatrequest)</p></td>
<td><p></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -117,31 +114,26 @@ Specifies the properties of the alternate identifier.
<table> <table>
<colgroup> <colgroup>
<col width="33%" /> <col width="33%" />
<col width="33%" /> <col width="66%" />
<col width="33%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
<th>Name</th> <th>Name</th>
<th>Type</th> <th>Type</th>
<th>Description</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>failureReason</p></td> <td><p>failureReason</p></td>
<td><p>string</p></td> <td><p>string</p></td>
<td><p></p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>productKey</p></td> <td><p>productKey</p></td>
<td><p>[ProductKey](#productkey)</p></td> <td><p>[ProductKey](#productkey)</p></td>
<td><p></p></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>userName</p></td> <td><p>userName</p></td>
<td><p>string</p></td> <td><p>string</p></td>
<td><p></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -173,7 +165,7 @@ Specifies the properties of the alternate identifier.
<tr class="even"> <tr class="even">
<td><p>contentId</p></td> <td><p>contentId</p></td>
<td><p>string</p></td> <td><p>string</p></td>
<td><p>Identifies a specific application</p></td> <td><p>Identifies a specific application.</p></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>location</p></td> <td><p>location</p></td>
@ -207,12 +199,12 @@ Specifies the properties of the alternate identifier.
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>fileSize</p></td> <td><p>fileSize</p></td>
<td><p>integer -64</p></td> <td><p>integer-64</p></td>
<td><p></p></td> <td><p>Size of the file.</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>packageRank</p></td> <td><p>packageRank</p></td>
<td><p>integer-3232</p></td> <td><p>integer-32</p></td>
<td><p>Optional</p></td> <td><p>Optional</p></td>
</tr> </tr>
</tbody> </tbody>
@ -225,26 +217,22 @@ Specifies the properties of the alternate identifier.
<table> <table>
<colgroup> <colgroup>
<col width="33%" /> <col width="66%" />
<col width="33%" />
<col width="33%" /> <col width="33%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
<th>Name</th> <th>Name</th>
<th>Type</th>
<th>Description</th> <th>Description</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>open</p></td> <td><p>open</p></td>
<td></td>
<td><p>Open distribution policy - licenses/seats can be assigned/consumed without limit</p></td> <td><p>Open distribution policy - licenses/seats can be assigned/consumed without limit</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>restricted</p></td> <td><p>restricted</p></td>
<td></td>
<td><p>Restricted distribution policy - licenses/seats must be assigned/consumed according to the available count</p></td> <td><p>Restricted distribution policy - licenses/seats must be assigned/consumed according to the available count</p></td>
</tr> </tr>
</tbody> </tbody>
@ -277,7 +265,7 @@ Specifies the properties of the alternate identifier.
<tr class="even"> <tr class="even">
<td><p>seatCapacity</p></td> <td><p>seatCapacity</p></td>
<td><p>integer-64</p></td> <td><p>integer-64</p></td>
<td><p>Total number of seats that have been purchased for an application</p></td> <td><p>Total number of seats that have been purchased for an application.</p></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>availableSeats</p></td> <td><p>availableSeats</p></td>
@ -296,12 +284,12 @@ Specifies the properties of the alternate identifier.
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>distributionPolicy</p></td> <td><p>distributionPolicy</p></td>
<td><p>InventoryDistributionPolicy</p></td> <td><p>[InventoryDistributionPolicy](#inventorydistributionpolicy)</p></td>
<td></td> <td></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>status</p></td> <td><p>status</p></td>
<td><p>InventoryStatus</p></td> <td><p>[InventoryStatus](#inventorystatus)</p></td>
<td></td> <td></td>
</tr> </tr>
</tbody> </tbody>
@ -329,11 +317,11 @@ Specifies the properties of the alternate identifier.
<tr class="odd"> <tr class="odd">
<td><p>continuationToken</p></td> <td><p>continuationToken</p></td>
<td><p>string</p></td> <td><p>string</p></td>
<td><p>continuationToken is only available if there is a next page</p></td> <td><p>Only available if there is a next page.</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>inventoryEntries</p></td> <td><p>inventoryEntries</p></td>
<td><p>collection of</p></td> <td><p>collection of [InventoryEntryDetails](#inventoryentrydetails)</p></td>
<td><p></p></td> <td><p></p></td>
</tr> </tr>
</tbody> </tbody>
@ -346,27 +334,23 @@ Specifies the properties of the alternate identifier.
<table> <table>
<colgroup> <colgroup>
<col width="33%" /> <col width="66%" />
<col width="33%" />
<col width="33%" /> <col width="33%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
<th>Name</th> <th>Name</th>
<th>Type</th>
<th>Description</th> <th>Description</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>active</p></td> <td><p>active</p></td>
<td><p></p></td> <td><p>Entry is available in the organizations inventory.</p></td>
<td><p>Entry is available in the organizations inventory</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>removed</p></td> <td><p>removed</p></td>
<td><p></p></td> <td><p>Entry has been removed from the organizations inventory.</p></td>
<td><p>Entry has been removed from the organizations inventory</p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -378,8 +362,8 @@ Specifies the properties of the alternate identifier.
<table> <table>
<colgroup> <colgroup>
<col width="50%" /> <col width="66%" />
<col width="50%" /> <col width="33%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
@ -497,43 +481,13 @@ Specifies the properties of the localized product.
   
## ProductArchitectures
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>neutral</p></td>
</tr>
<tr class="even">
<td><p>arm</p></td>
</tr>
<tr class="odd">
<td><p>x86</p></td>
</tr>
<tr class="even">
<td><p>x64</p></td>
</tr>
</tbody>
</table>
 
## PackageContentInfo ## PackageContentInfo
<table> <table>
<colgroup> <colgroup>
<col width="50%" /> <col width="33%" />
<col width="50%" /> <col width="66%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
@ -582,6 +536,36 @@ Specifies the properties of the localized product.
   
## ProductArchitectures
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>neutral</p></td>
</tr>
<tr class="even">
<td><p>arm</p></td>
</tr>
<tr class="odd">
<td><p>x86</p></td>
</tr>
<tr class="even">
<td><p>x64</p></td>
</tr>
</tbody>
</table>
 
## ProductDetails ## ProductDetails
@ -611,7 +595,7 @@ Specifies the properties of the localized product.
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>supportedLanguages</p></td> <td><p>supportedLanguages</p></td>
<td><p>collection of strings</p></td> <td><p>collection of string</p></td>
<td><p>The set of localized languages for an application.</p></td> <td><p>The set of localized languages for an application.</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
@ -644,10 +628,74 @@ Specifies the properties of the localized product.
   
## ProductImage
Specifies the properties of the product image.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>location</p></td>
<td><p>URI</p></td>
<td><p>Location of the download image.</p></td>
</tr>
<tr class="even">
<td><p>purpose</p></td>
<td><p>string</p></td>
<td><p>Tag for the purpose of the image, e.g. "screenshot" or "logo".</p></td>
</tr>
<tr class="odd">
<td><p>height</p></td>
<td><p>string</p></td>
<td><p>Height of the image in pixels.</p></td>
</tr>
<tr class="even">
<td><p>width</p></td>
<td><p>string</p></td>
<td><p>Width of the image in pixels.</p></td>
</tr>
<tr class="odd">
<td><p>caption</p></td>
<td><p>string</p></td>
<td><p>Unlimited length.</p></td>
</tr>
<tr class="even">
<td><p>backgroundColor</p></td>
<td><p>string</p></td>
<td><p>Format "#RRGGBB"</p></td>
</tr>
<tr class="odd">
<td><p>foregroundColor</p></td>
<td><p>string</p></td>
<td><p>Format "#RRGGBB"</p></td>
</tr>
<tr class="even">
<td><p>fileSize</p></td>
<td><p>integer-64</p></td>
<td><p>Size of the file.</p></td>
</tr>
</tbody>
</table>
 
## ProductKey ## ProductKey
Specifies the proerties of the product key. Specifies the properties of the product key.
<table> <table>
<colgroup> <colgroup>
@ -678,104 +726,6 @@ Specifies the proerties of the product key.
   
## ProductImage
Specifies the proerties of the product image.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>location</p></td>
<td><p>URI</p></td>
<td><p>Location of the download images.</p></td>
</tr>
<tr class="even">
<td><p>purpose</p></td>
<td><p>string</p></td>
<td><p>App screenshots and icons</p></td>
</tr>
<tr class="odd">
<td><p>height</p></td>
<td><p>string</p></td>
<td><p>Height of the image in pixels.</p></td>
</tr>
<tr class="even">
<td><p>width</p></td>
<td><p>string</p></td>
<td><p>Width of the image in pixels.</p></td>
</tr>
<tr class="odd">
<td><p>caption</p></td>
<td><p>string</p></td>
<td><p>Unlimited</p></td>
</tr>
<tr class="even">
<td><p>backgroundColor</p></td>
<td><p>string</p></td>
<td><p>Format #RRGGBB</p></td>
</tr>
<tr class="odd">
<td><p>foregroundColor</p></td>
<td><p>string</p></td>
<td><p>Format #RRGGBB</p></td>
</tr>
<tr class="even">
<td><p>fileSize</p></td>
<td><p>long</p></td>
<td><p>Size of the file.</p></td>
</tr>
</tbody>
</table>
 
## PublisherDetails
Specifies the proerties of the publisher details.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>publisherName</p></td>
<td><p>string</p></td>
<td><p>Name of the publisher.</p></td>
</tr>
<tr class="even">
<td><p>publisherWebsite</p></td>
<td><p>string</p></td>
<td><p>Website of the publisher.</p></td>
</tr>
</tbody>
</table>
 
## ProductPackageDetails ## ProductPackageDetails
@ -799,15 +749,15 @@ Specifies the proerties of the publisher details.
<td><p></p></td> <td><p></p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>contentId</p></td>
<td><p>string</p></td>
<td><p>Identifies a specific application.</p></td>
</tr>
<tr class="odd">
<td><p>packageId</p></td> <td><p>packageId</p></td>
<td><p>string</p></td> <td><p>string</p></td>
<td></td> <td></td>
</tr> </tr>
<tr class="odd">
<td><p>contentId</p></td>
<td><p>string</p></td>
<td><p>Identifies a specific application.</p></td>
</tr>
<tr class="even"> <tr class="even">
<td><p>location</p></td> <td><p>location</p></td>
<td><p>[PackageLocation](#packagelocation)</p></td> <td><p>[PackageLocation](#packagelocation)</p></td>
@ -831,7 +781,7 @@ Specifies the proerties of the publisher details.
<tr class="even"> <tr class="even">
<td><p>packageFormat</p></td> <td><p>packageFormat</p></td>
<td><p>[ProductPackageFormat](#productpackageformat)</p></td> <td><p>[ProductPackageFormat](#productpackageformat)</p></td>
<td><p>appx, appxbundle, xap</p></td> <td><p>Extension of the package file.</p></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>platforms</p></td> <td><p>platforms</p></td>
@ -839,19 +789,41 @@ Specifies the proerties of the publisher details.
<td><p></p></td> <td><p></p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>packageId</p></td>
<td><p>string</p></td>
<td><p></p></td>
</tr>
<tr class="odd">
<td><p>fileSize</p></td> <td><p>fileSize</p></td>
<td><p>integer-64</p></td> <td><p>integer-64</p></td>
<td><p></p></td> <td><p>Size of the file.</p></td>
</tr> </tr>
<tr class="even"> <tr class="odd">
<td><p>packageRank</p></td> <td><p>packageRank</p></td>
<td><p>integer-32</p></td> <td><p>integer-32</p></td>
<td><p>optional</p></td> <td><p>Optional</p></td>
</tr>
</tbody>
</table>
 
## ProductPackageFormat
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>appx</p></td>
</tr>
<tr class="even">
<td><p>appxBundle</p></td>
</tr>
<tr class="odd">
<td><p>xap</p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -890,40 +862,13 @@ Specifies the proerties of the publisher details.
   
## ProductPackageFormat
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>appx</p></td>
</tr>
<tr class="even">
<td><p>appxBundle</p></td>
</tr>
<tr class="odd">
<td><p>xap</p></td>
</tr>
</tbody>
</table>
 
## ProductPlatform ## ProductPlatform
<table> <table>
<colgroup> <colgroup>
<col width="50%" /> <col width="33%" />
<col width="50%" /> <col width="66%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
@ -949,6 +894,40 @@ Specifies the proerties of the publisher details.
   
## PublisherDetails
Specifies the properties of the publisher details.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>publisherName</p></td>
<td><p>string</p></td>
<td><p>Name of the publisher.</p></td>
</tr>
<tr class="even">
<td><p>publisherWebsite</p></td>
<td><p>string</p></td>
<td><p>Website of the publisher.</p></td>
</tr>
</tbody>
</table>
 
## SeatAction ## SeatAction
@ -1020,8 +999,8 @@ Specifies the proerties of the publisher details.
<table> <table>
<colgroup> <colgroup>
<col width="50%" /> <col width="33%" />
<col width="50%" /> <col width="66%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
@ -1032,7 +1011,7 @@ Specifies the proerties of the publisher details.
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>seats</p></td> <td><p>seats</p></td>
<td><p>Collection of [SeatDetails](#seatdetails)</p></td> <td><p>collection of [SeatDetails](#seatdetails)</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>continuationToken</p></td> <td><p>continuationToken</p></td>
@ -1096,7 +1075,7 @@ Specifies the proerties of the publisher details.
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>architectures</p></td> <td><p>architectures</p></td>
<td><p>collection of ProductArchitectures</p></td> <td><p>collection of [ProductArchitecture](#productarchitecture)</p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -1108,8 +1087,8 @@ Specifies the proerties of the publisher details.
<table> <table>
<colgroup> <colgroup>
<col width="50%" /> <col width="33%" />
<col width="50%" /> <col width="66%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">
@ -1120,29 +1099,19 @@ Specifies the proerties of the publisher details.
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>major</p></td> <td><p>major</p></td>
<td><p>integer-23</p></td> <td><p>integer-32</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>minor</p></td> <td><p>minor</p></td>
<td><p>integer-23</p></td> <td><p>integer-32</p></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td><p>build</p></td> <td><p>build</p></td>
<td><p>integer-23</p></td> <td><p>integer-32</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>revision</p></td> <td><p>revision</p></td>
<td><p>integer-23</p></td> <td><p>integer-32</p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
 
 

View File

@ -1246,6 +1246,7 @@ Also Added [Firewall DDF file](firewall-ddf-file.md).</td></tr>
<li>DeviceGuard/RequirePlatformSecurityFeatures</li> <li>DeviceGuard/RequirePlatformSecurityFeatures</li>
<li>DeviceGuard/LsaCfgFlags</li> <li>DeviceGuard/LsaCfgFlags</li>
</ul> </ul>
<p>EnterpriseCloudPrint/DiscoveryMaxPrinterLimit is only supported in Windows 10 Mobile and Mobile Enterprise.</p>
</td></tr> </td></tr>
<tr class="odd"> <tr class="odd">
<td style="vertical-align:top">[WindowsAdvancedThreatProtection CSP](windowsadvancedthreatprotection-csp.md)</td> <td style="vertical-align:top">[WindowsAdvancedThreatProtection CSP](windowsadvancedthreatprotection-csp.md)</td>

View File

@ -6897,10 +6897,10 @@ ADMX Info:
</tr> </tr>
<tr> <tr>
<td><img src="images/crossmark.png" alt="cross mark" /></td> <td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td> <td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td> <td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td> <td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td> <td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td> <td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td> <td><img src="images/checkmark.png" alt="check mark" /><sup>2</sup></td>
</tr> </tr>