Advertisement
h0x0d

Windows 10 11102 REDSTONE UAP V3 MANIFEST SCHEMA

Jan 21st, 2016
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- @@BEGIN_SDKSPLIT
  3.  
  4.  REDSTONE UAP V3 MANIFEST SCHEMA
  5.  
  6.  This schema extends the elements that are available in the RS1 UAP schema.
  7.  
  8.  !!!WARNING!!!
  9.  
  10.  Don't make any changes to this schema.  Changes will affect a wide range of
  11.  partners and can potentially break product and test code, as well as existing
  12.  .appx packages and manifests.  Please contact 'manifest' alias if you need to
  13.  request any addition or modification.
  14.  
  15. @@END_SDKSPLIT -->
  16. <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
  17.           xmlns:xs="http://www.w3.org/2001/XMLSchema"
  18.           targetNamespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
  19.           xmlns="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
  20.           xmlns:t="http://schemas.microsoft.com/appx/manifest/types"
  21.           xmlns:f="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
  22.           xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
  23.           xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"
  24.           xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
  25.           >
  26.  
  27.   <xs:import namespace="http://schemas.microsoft.com/appx/manifest/types"/>
  28.   <xs:import namespace="http://schemas.microsoft.com/appx/manifest/foundation/windows10"/>
  29.   <xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10"/>
  30.   <xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"/>
  31.  
  32.   <xs:element name="Extension" substitutionGroup="f:ApplicationExtensionChoice">
  33.     <xs:complexType>
  34.       <xs:choice minOccurs="0">
  35.         <xs:element name="AppExtensionHost" type="CT_AppExtensionHost"/>
  36.         <xs:element name="AppExtension" type="CT_AppExtension"/>
  37.       </xs:choice>
  38.       <xs:attribute name="Category" type="t:ST_ApplicationExtensionCategory_Uap3" use="required"/>
  39.       <xs:attributeGroup ref="t:ExtensionBaseAttributes"/>
  40.     </xs:complexType>
  41.   </xs:element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement