| Server IP : 121.121.20.254 / Your IP : 216.73.217.141 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.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/deployment/windows10"
xmlns="http://schemas.microsoft.com/appx/manifest/deployment/windows10"
xmlns:t="http://schemas.microsoft.com/appx/manifest/types"
xmlns:f="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
xmlns:uap11="http://schemas.microsoft.com/appx/manifest/uap/windows10/11"
>
<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/uap/windows10/10"/>
<xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/11"/>
<xs:element name="Extension" substitutionGroup="f:ExtensionChoice">
<xs:complexType>
<xs:choice minOccurs="0">
<xs:element name="DeploymentExtensionHandler" type="CT_DeploymentExtensionHandler" maxOccurs="1" />
</xs:choice>
<xs:attribute name="Category" type="t:ST_ExtensionCategory_Deployment" use="required"/>
<xs:attributeGroup ref="t:ExtensionBaseAttributes"/>
<xs:attributeGroup ref="uap10:TrustLevelGroup"/>
<xs:attributeGroup ref="uap11:ManganeseExtensionAttributesGroup"/>
</xs:complexType>
</xs:element>
<xs:complexType name="CT_DeploymentExtensionHandler">
<xs:all>
<xs:element name="Files">
<xs:complexType>
<xs:sequence>
<xs:element name="File" type="t:ST_DllFile" minOccurs="0" maxOccurs="1000"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:schema>