Advertisement
h0x0d

Windows 10 10547 Holographic Manifest Schema

Sep 18th, 2015
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- @@BEGIN_SDKSPLIT
  3.  
  4.  THRESHOLD HOLOGRAPHIC MANIFEST SCHEMA
  5.  
  6.  This is the Schema that defines elements and attributes for the Holographic
  7.  Platform features in Thresold.  These types are imported into the Foundation
  8.  schema and included in products that support Holographic.
  9.  
  10.  !!!WARNING!!!
  11.  
  12.  Don't make any changes to this schema.  Changes will affect a wide range of
  13.  partners and can potentially break product and test code, as well as existing
  14.  .appx packages and manifests.  Please contact 'manifest' alias if you need to
  15.  request any addition or modification.
  16.  
  17. @@END_SDKSPLIT -->
  18. <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
  19.           xmlns:xs="http://www.w3.org/2001/XMLSchema"
  20.           targetNamespace="http://schemas.microsoft.com/appx/manifest/holographic/windows10"
  21.           xmlns="http://schemas.microsoft.com/appx/manifest/holographic/windows10"
  22.           xmlns:t="http://schemas.microsoft.com/appx/manifest/types"
  23.           xmlns:u="http://schemas.microsoft.com/appx/manifest/uap/windows10"
  24.           >
  25.  
  26.   <xs:import namespace="http://schemas.microsoft.com/appx/manifest/types"/>
  27.   <xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10"/>
  28.  
  29.   <xs:element name="HoloContent" substitutionGroup="u:HoloContentChoice" type="t:ST_FileName"/>
  30.  
  31. </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement