| 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/uap/windows10/8"
xmlns="http://schemas.microsoft.com/appx/manifest/uap/windows10/8"
xmlns:t="http://schemas.microsoft.com/appx/manifest/types"
xmlns:f="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
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/uap/windows10/3"/>
<xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"/>
<xs:element name="Extension" substitutionGroup="f:ExtensionChoice">
<xs:complexType>
<xs:choice minOccurs="0">
<xs:element name="PosPaymentConnector" type="CT_PosPaymentConnector"/>
<xs:element name="DataProtection" type="CT_DataProtection"/>
</xs:choice>
<xs:attribute name="Category" type="t:ST_ExtensionCategory_Uap8" use="required"/>
<xs:attributeGroup ref="t:ExtensionBaseAttributes"/>
<xs:attributeGroup ref="uap10:TrustLevelGroup"/>
</xs:complexType>
</xs:element>
<xs:complexType name="CT_PosPaymentConnector">
<xs:attribute name="DisplayName" type="t:ST_DisplayName" use="required"/>
</xs:complexType>
<xs:element name="ActiveCodePage" type="ST_ActiveCodePage" />
<xs:simpleType name="ST_ActiveCodePage">
<xs:restriction base="xs:string">
<xs:enumeration value="UTF-8"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="Tools">
<xs:complexType>
<xs:sequence>
<xs:element name="Tool" minOccurs="0" maxOccurs="1000">
<xs:complexType>
<xs:attribute name="DisplayName" type="t:ST_DisplayName" use="required"/>
<xs:attribute name="Route" type="t:ST_NonEmptyString" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Workspaces">
<xs:complexType>
<xs:sequence>
<xs:element name="Workspace" minOccurs="0" maxOccurs="1000">
<xs:complexType>
<xs:attribute name="DisplayName" type="t:ST_DisplayName" use="required"/>
<xs:attribute name="Route" type="t:ST_NonEmptyString" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:attribute name="Launch" type="ST_Launch"/>
<xs:simpleType name="ST_Launch">
<xs:restriction base="xs:string">
<xs:enumeration value="file"/>
<xs:enumeration value="placeholderFile"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="CT_DataProtection">
<xs:attribute name="UserDataAvailability" type="ST_UserDataAvailability" use="required"/>
</xs:complexType>
<xs:simpleType name="ST_UserDataAvailability">
<xs:restriction base="xs:string">
<xs:enumeration value="always"/>
<xs:enumeration value="afterFirstUnlock"/>
<xs:enumeration value="whileUnlocked"/>
<xs:enumeration value="applicationManaged"/>
</xs:restriction>
</xs:simpleType>
<xs:attribute name="AllowOverride" type="xs:boolean"/>
<xs:element name="ExecutionAlias" substitutionGroup="uap3:ExecutionAliasChoice">
<xs:complexType>
<xs:attribute name="Alias" type="t:ST_ExecutableNoPath" use="required"/>
<xs:attribute ref="AllowOverride" use="optional"/>
</xs:complexType>
</xs:element>
</xs:schema>