Revert "task 3180700"

This reverts commit d8006946d7a35a9a85b3fa33e5a22ddab662096e.
This commit is contained in:
Jeanie Decker 2019-03-29 09:05:12 -07:00
parent d8006946d7
commit cfac8ae6fc

View File

@ -9,7 +9,7 @@ author: jdeckerms
ms.author: jdecker
ms.topic: article
ms.localizationpriority: medium
ms.date: 05/21/2019
ms.date: 01/18/2018
---
# Configure Windows 10 taskbar
@ -315,16 +315,6 @@ The resulting taskbar for computers in any other country region:
<xsd:attributeGroup ref="local:ag_SelectionAttributes"/>
</xsd:complexType>
<xsd:complexType name="ct_TaskbarSecondaryTile">
<xsd:attribute name="AppUserModelID" type="xsd:string" use="required"/>
<xsd:attribute name="TileID" type="xsd:string" use="required"/>
<xsd:attribute name="Arguments" type="xsd:string" use="required"/>
<xsd:attribute name="DisplayName" type="xsd:string" use="required"/>
<xsd:attribute name="Square150x150LogoUri" type="xsd:string" use="required"/>
<xsd:attribute name="Wide310x150LogoUri" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:schema>
```