<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Interactive Media Manager Blog : XMP</title><link>http://blogs.msdn.com/imm/archive/tags/XMP/default.aspx</link><description>Tags: XMP</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Updated MetadataPolicy.xml Configuration File</title><link>http://blogs.msdn.com/imm/archive/2008/11/04/updated-metadatapolicy-xml-configuration-file.aspx</link><pubDate>Wed, 05 Nov 2008 01:26:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9041809</guid><dc:creator>johndeu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/imm/comments/9041809.aspx</comments><wfw:commentRss>http://blogs.msdn.com/imm/commentrss.aspx?PostID=9041809</wfw:commentRss><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Today we posted an &lt;a href="http://imm.s3.amazonaws.com/MetadataPolicy.xml" target="_blank"&gt;updated MetadataPolicy.xml&lt;/a&gt; configuration file to support more image metadata fields when using the IMM Media Services to extract metadata from a JPEG or TIFF image. Download the latest cersion of the file and replace the existing one in the folder:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="2"&gt;%Program Files%/Microsoft Interactive Media Manager\Microsoft Interactive Media Manager\Media Services\Metadata&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The updates include support for more EXIF, TIFF, and XMP metadata fields that are commonly found. &lt;/p&gt;  &lt;p&gt;It’s very useful to spend a few moments to understand how the metadata policy file works, if you need to extend it to extract metadata fields that may not be standard. You can easily edit this file and just save it back and it will be used immediately on the next query to the Image endpoint’s GetMetadata method. &lt;/p&gt;  &lt;p&gt;The MetadataPolicy.xml file is modeled after the default Vista metadata policy in how it chooses what metadata to parse from an image file. You will notice that it is grouped into Policy Groups. Each Group defines a prioritized list of metadata paths to attempt to extract metadata from a file. IMM MediaServices uses this policy file to determine which path to attempt first and once it gets a hit, it will stop processing that Policy Group and return the results in RDF format using the property name defined in the &lt;strong&gt;immPredicate&lt;/strong&gt; attribute of the Policy element.&lt;/p&gt;  &lt;p&gt;There are lots of tools out there to use to view the existing metadata on your image files and help determine which ones to add to the policy document.&amp;#160; Here’s a couple of my favorite tools.&lt;/p&gt;  &lt;h3&gt;WIC EXPLORER&lt;/h3&gt;  &lt;p&gt;A great tool for helping out with image metadata and our MetadataPolicy file is the WIC Explorer which is in the Windows Imaging Component Code Samples and Tools. You can download it from &lt;a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=a6d6ec6a-e4f2-405e-842d-7c3bcb5b1390&amp;amp;displayLang=en" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The WIC Explorer lets you view a tree of the metadata extracted in the files.&amp;#160; You can use the “Metadata Values” decimal (in Green below) to extract the metadata by setting the appropriate path in MetadataPolicy.xml file.&lt;/p&gt;  &lt;p&gt;&lt;img title="clip_image001" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="341" alt="clip_image001" src="http://blogs.msdn.com/blogfiles/imm/WindowsLiveWriter/UpdatedMetadataPoli.xmlConfigurationFile_7D0A/clip_image001_3.jpg" width="451" border="0" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;EXIF TOOL&lt;/h3&gt;  &lt;p&gt;Another handy tool is ExifTool by Phil Harvey. It is great for getting a dump from a file of available metadata in XMP format. &lt;a href="http://www.sno.phy.queensu.ca/~phil/exiftool/"&gt;http://www.sno.phy.queensu.ca/~phil/exiftool/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Drop it in your Windows folder, rename it to just “exiftool.exe” and run it like this to get an .xmp file in RDF format. Great for debugging.&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;c:\Content&amp;gt;exiftool 068.JPG -o -s %d%f.xmp&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Also, just run the console like this to get a dump of metadata and field names.&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;c:\Content&amp;gt;exiftool 068.JPG –s&lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;Updating Ontology to Support New Properties&lt;/h3&gt;  &lt;p&gt;Once you have located and added the new properties to the MetadataPolicy.xml file you will need to update your Owl Ontology’s ImageEssenceFormat class to have the new property restrictions.&amp;#160; In the current version of the IMM 2.0 Core Ontology, only the following properties are defined on the ImageEssenceFormat.&amp;#160; If you want to use other properties in your code, you will need to add more property restrictions to this class and then regenerate your own custom ontology assemblies for use in .NET development.&lt;/p&gt;  &lt;p&gt;Default Properties of ImageEssenceFormat on the &lt;a href="http://schemas.microsoft.com/imm/2.0/core/" target="_blank"&gt;IMM Core 2.0 Ontology.&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;imm:ResolutionX &lt;/li&gt;    &lt;li&gt;imm:ResolutionY &lt;/li&gt;    &lt;li&gt;imm:Codec &lt;/li&gt;    &lt;li&gt;imm:BitDepth &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:CameraSerialNumber &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:DateAcquired &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:FlashManufacturer &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:FlashModel &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:LastKeywordIPTC &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:LastKeywordXMP &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:LensManufacturer &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:LensModel &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:Rating &lt;/li&gt;    &lt;li&gt;MicrosoftPhoto:RatingPercent &lt;/li&gt;    &lt;li&gt;dc:Subject &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;To extend the ImageEssenceFormat Class, you simply create a new custom ontology (or if you already defined one use that one), and then you add restrictions to the ImageEssenceFormat class. &lt;/p&gt;  &lt;p&gt;First open or create a new OWL document. Define a new Ontology element and import the IMM Core 2.0 ontology from the web.&lt;/p&gt;  &lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="html"&gt;xml&lt;/span&gt; &lt;span class="attr"&gt;version&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;1.0&amp;quot;&lt;/span&gt; &lt;span class="attr"&gt;encoding&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;UTF-8&amp;quot;&lt;/span&gt;?&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:RDF&lt;/span&gt; &lt;span class="attr"&gt;xmlns:owl&lt;/span&gt;&lt;span class="kwrd"&gt;=&lt;a href="http://www.w3.org/2002/07/owl#"&gt;http://www.w3.org/2002/07/owl#&lt;/a&gt;&lt;/span&gt; &lt;br /&gt;&lt;span class="attr"&gt; xmlns:rdf&lt;/span&gt;&lt;span class="kwrd"&gt;=&lt;a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&lt;/a&gt;&lt;/span&gt;&lt;span class="attr"&gt;&lt;br /&gt; xmlns:rdfs&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.w3.org/2000/01/rdf-schema#&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;foo:MyCustomOntology&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:type&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
            &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.w3.org/2002/07/owl#&lt;br /&gt;Ontology&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:type&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdfs:comment&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;My Custom Ontology example for extending &lt;br /&gt;ImageEssenceFormat&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdfs:comment&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;owl:imports&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
            &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://schemas.microsoft.com/imm/2.0/core/&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;owl:imports&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;owl:versionInfo&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;1.0&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;owl:versionInfo&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:RDF&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;First you need to define the new property that you want to add. In this case, I am adding the XMP Rating property as a new DatatypeProperty of type integer.&lt;/p&gt;

&lt;div class="csharpcode"&gt;
  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://ns.adobe.com/xap/1.0/Rating&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:type&lt;/span&gt; &lt;span class="attr"&gt;rdf:resource&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.w3.org/2002/07/owl#&lt;br /&gt;DatatypeProperty&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdfs:comment&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;A number that indicates a document’s status relative to&lt;/pre&gt;

  &lt;pre&gt;other documents, used to organize documents in a file&lt;/pre&gt;

  &lt;pre class="alt"&gt;browser. Values are user-defined within an application defined&lt;/pre&gt;

  &lt;pre&gt;range.&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdfs:comment&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdfs:label&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;Rating&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdfs:label&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdfs:range&lt;/span&gt; &lt;span class="attr"&gt;rdf:resource&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.w3.org/2001/XMLSchema#integer&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;



.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;Next you need to add the property as a restriction on the ImageEssenceFormat class.&lt;/p&gt;

&lt;div class="csharpcode"&gt;
  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://schemas.microsoft.com/imm/2.0/core/&lt;br /&gt;ImageEssenceFormat&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdfs:subClassOf&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;            &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;                &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;owl:maxCardinality&lt;/span&gt; &lt;span class="attr"&gt;rdf:datatype&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.w3.org/&lt;br /&gt;2001/XMLSchema#nonNegativeInteger&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;1&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;owl:maxCardinality&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;                &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;owl:onProperty&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;                    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://ns.adobe.com/&lt;br /&gt;xap/1.0/Rating&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;                &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;owl:onProperty&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;                &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:type&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;                    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt; &lt;span class="attr"&gt;rdf:about&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.w3.org/2002/&lt;br /&gt;07/owl#Restriction&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;                &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:type&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;            &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdfs:subClassOf&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;&amp;#160;&lt;/pre&gt;

  &lt;pre&gt;&amp;#160;&lt;/pre&gt;

  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;rdf:Description&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;



.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Now, if I regenerate my ontology class using the Visual Studio tools, I will have a new Rating property on my ImageEssenceFormat class. I can now deserialize the RDF/XML from the GetMetadata call to Media Services and it will populate this new Rating property if the image has an XMP Rating value stored on it.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9041809" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/imm/archive/tags/IMM/default.aspx">IMM</category><category domain="http://blogs.msdn.com/imm/archive/tags/RDF/default.aspx">RDF</category><category domain="http://blogs.msdn.com/imm/archive/tags/metadata/default.aspx">metadata</category><category domain="http://blogs.msdn.com/imm/archive/tags/Media+Services/default.aspx">Media Services</category><category domain="http://blogs.msdn.com/imm/archive/tags/MetadataPolicy/default.aspx">MetadataPolicy</category><category domain="http://blogs.msdn.com/imm/archive/tags/XMP/default.aspx">XMP</category><category domain="http://blogs.msdn.com/imm/archive/tags/WIC/default.aspx">WIC</category><category domain="http://blogs.msdn.com/imm/archive/tags/EXIF/default.aspx">EXIF</category></item></channel></rss>