| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/winrt/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
xmlns="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
xmlns:t="http://schemas.microsoft.com/appx/manifest/types"
xmlns:f="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5"
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
>
<xs:import namespace="http://schemas.microsoft.com/appx/manifest/types"/>
<xs:import namespace="http://schemas.microsoft.com/appx/manifest/foundation/windows10"/>
<xs:import namespace="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5"/>
<xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"/>
<xs:element name="Extension" substitutionGroup="f:ApplicationExtensionChoice">
<xs:complexType>
<xs:choice minOccurs="0">
<xs:element name="FileExplorerContextMenus" type="CT_FileExplorerContextMenus"/>
</xs:choice>
<xs:attribute name="Category" type="t:ST_ApplicationExtensionCategory_Desktop4" use="required"/>
<xs:attributeGroup ref="t:ExtensionBaseAttributes"/>
<xs:attributeGroup ref="uap10:TrustLevelGroup"/>
</xs:complexType>
</xs:element>
<xs:complexType name="CT_FileExplorerContextMenus">
<xs:sequence minOccurs="0" maxOccurs="10000">
<xs:element name="ItemType" type="CT_ItemType" minOccurs="0"/>
<xs:element ref="desktop5:ItemType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CT_ItemType">
<xs:sequence minOccurs="0">
<xs:element name="Verb" maxOccurs="10000">
<xs:complexType>
<xs:attribute name="Id" type="t:ST_FileTypeAssociationSupportedVerbId" use="required" />
<xs:attribute name="Clsid" type="t:ST_GUID" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Type" type="t:ST_FileTypeOrStar" use="required"/>
</xs:complexType>
<xs:element name="DesktopIconOverlayHandlers">
<xs:complexType >
<xs:sequence minOccurs="0">
<xs:element name="DesktopIconOverlayHandler" maxOccurs="10000">
<xs:complexType>
<xs:attribute name="Clsid" type="t:ST_GUID" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ContentUriSource">
<xs:complexType>
<xs:attribute name="Clsid" type="t:ST_GUID" use="required"/>
</xs:complexType>
</xs:element>
<xs:attribute name="Subsystem" type="t:ST_Subsystem"/>
<xs:attribute name="SupportsMultipleInstances" type="xs:boolean"/>
</xs:schema>