4.2.3 Message with Multiple Folders and No Display Folder
The following is an example of a message adhering to schema version 2.0 that does not specify a DisplayFolder attribute, but does have multiple folders containing resources and some resources that are contained in multiple folders.
-
<?xml version="1.0" encoding="utf-8"?> <ResourceCollection PubDate="2011-06-17T20:10:46.6550408Z" SchemaVersion="2.0" xmlns="http://schemas.microsoft.com/ts/2007/05/tswf"> <Publisher LastUpdated="2011-06-17T20:10:13.17941Z" Name="Example Connection" ID="examplehost.exampledomain" Description="" SupportsReconnect="true"> <Resources> <Resource ID="3572b2f082b9081a91c406b8c74f3559eebe2613" Alias="calc-Remote-CmsRdsh" Title="Calculator" LastUpdated="2011-06-17T20:10:13.1744096Z" Type="RemoteApp"> <Icons> <IconRaw FileType="Ico" FileURL="/RDWeb/Pages/rdp/calc-Remote-CmsRdsh.ico" /> <Icon32 Dimensions="32x32" FileType="Png" FileURL="/RDWeb/Pages/rdp/calc-Remote-CmsRdsh_32x32.png" /> </Icons> <FileExtensions /> <Folders> <Folder Name="/Utility" /> </Folders> <HostingTerminalServers> <HostingTerminalServer> <ResourceFile FileExtension=".rdp" URL="/RDWeb/Pages/rdp/examplehost.exampledomain-calc-Remote-CmsRdsh.rdp" /> <TerminalServerRef Ref="examplehost.exampledomain" /> </HostingTerminalServer> </HostingTerminalServers> </Resource> <Resource ID="294ec54b83ccc5a80343f600c37aa5765a8deaf2" Alias="mspaint-Remote-CmsRdsh" Title="Paint" LastUpdated="2011-06-17T20:10:13.1764105Z" Type="RemoteApp"> <Icons> <IconRaw FileType="Ico" FileURL="/RDWeb/Pages/rdp/mspaint-Remote-CmsRdsh.ico" /> <Icon32 Dimensions="32x32" FileType="Png" FileURL="/RDWeb/Pages/rdp/mspaint-Remote-CmsRdsh_32x32.png" /> </Icons> <FileExtensions /> <Folders> <Folder Name="/Utility" /> </Folders> <HostingTerminalServers> <HostingTerminalServer> <ResourceFile FileExtension=".rdp" URL="/RDWeb/Pages/rdp/examplehost.exampledomain-mspaint-Remote-CmsRdsh.rdp" /> <TerminalServerRef Ref="examplehost.exampledomain" /> </HostingTerminalServer> </HostingTerminalServers> </Resource> <Resource ID="0776bf31f519bd7f3456f9ff631d2c6709484aed" Alias="msconfig-Remote-CmsRdsh" Title="System Configuration" LastUpdated="2011-06-17T20:10:13.1754104Z" Type="RemoteApp"> <Icons> <IconRaw FileType="Ico" FileURL="/RDWeb/Pages/rdp/msconfig-Remote-CmsRdsh.ico" /> <Icon32 Dimensions="32x32" FileType="Png" FileURL="/RDWeb/Pages/rdp/msconfig-Remote-CmsRdsh_32x32.png" /> </Icons> <FileExtensions /> <Folders> <Folder Name="/System tools" /> </Folders> <HostingTerminalServers> <HostingTerminalServer> <ResourceFile FileExtension=".rdp" URL="/RDWeb/Pages/rdp/examplehost.exampledomain-msconfig-Remote-CmsRdsh.rdp" /> <TerminalServerRef Ref="examplehost.exampledomain" /> </HostingTerminalServer> </HostingTerminalServers> </Resource> <Resource ID="bbad20436e5237b6e2789b1eee200518920c06d5" Alias="powershell-Remote-CmsRdsh" Title="Windows PowerShell" LastUpdated="2011-06-17T20:10:13.1774102Z" Type="RemoteApp"> <Icons> <IconRaw FileType="Ico" FileURL="/RDWeb/Pages/rdp/powershell-Remote-CmsRdsh.ico" /> <Icon32 Dimensions="32x32" FileType="Png" FileURL="/RDWeb/Pages/rdp/powershell-Remote-CmsRdsh_32x32.png" /> </Icons> <FileExtensions /> <Folders> <Folder Name="/" /> <Folder Name="/System tools" /> <Folder Name="/Utility" /> </Folders> <HostingTerminalServers> <HostingTerminalServer> <ResourceFile FileExtension=".rdp" URL="/RDWeb/Pages/rdp/examplehost.exampledomain-powershell-Remote-CmsRdsh.rdp" /> <TerminalServerRef Ref="examplehost.exampledomain" /> </HostingTerminalServer> </HostingTerminalServers> </Resource> <Resource ID="e13cf7ba28237d579452c939bf0ce33157b2effb" Alias="wordpad-Remote-CmsRdsh" Title="WordPad" LastUpdated="2011-06-17T20:10:13.1784095Z" Type="RemoteApp"> <Icons> <IconRaw FileType="Ico" FileURL="/RDWeb/Pages/rdp/wordpad-Remote-CmsRdsh.ico" /> <Icon32 Dimensions="32x32" FileType="Png" FileURL="/RDWeb/Pages/rdp/wordpad-Remote-CmsRdsh_32x32.png" /> </Icons> <FileExtensions /> <Folders> <Folder Name="/" /> </Folders> <HostingTerminalServers> <HostingTerminalServer> <ResourceFile FileExtension=".rdp" URL="/RDWeb/Pages/rdp/examplehost.exampledomain-wordpad-Remote-CmsRdsh.rdp" /> <TerminalServerRef Ref="examplehost.exampledomain" /> </HostingTerminalServer> </HostingTerminalServers> </Resource> <Resource ID="d6cf42c8757f9cecac42f4bce3ff2cef5a6d6188" Alias="Remote-Remote-CmsRdsh" Title="Remote" LastUpdated="2011-06-17T20:10:13.17941Z" Type="Desktop"> <Icons> <IconRaw FileType="Ico" FileURL="/RDWeb/Pages/rdp/mstsc256.ico" /> <Icon32 Dimensions="32x32" FileType="Png" FileURL="/RDWeb/Pages/rdp/mstsc256_32x32.png" /> </Icons> <FileExtensions /> <HostingTerminalServers> <HostingTerminalServer> <ResourceFile FileExtension=".rdp" URL="/RDWeb/Pages/rdp/examplehost.exampledomain-Remote-Remote-CmsRdsh.rdp" /> <TerminalServerRef Ref="examplehost.exampledomain" /> </HostingTerminalServer> </HostingTerminalServers> </Resource> </Resources> <TerminalServers> <TerminalServer ID="examplehost.exampledomain" Name="examplehost.exampledomain" LastUpdated="2011-06-17T20:10:13.17941Z" /> </TerminalServers> </Publisher> </ResourceCollection>