<?xml version="1.0" encoding="UTF-8"?>
<branding xmlns="http://www.openarchives.org/OAI/2.0/branding/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/branding/
                      http://www.openarchives.org/OAI/2.0/branding.xsd">
  <collectionIcon>
    <url>http://my.site/icon.png</url>
    <link>http://my.site/homepage.html</link>
    <title>MySite(tm)</title>
    <width>88</width>
    <height>31</height>
  </collectionIcon>

  <metadataRendering 
    metadataNamespace="http://www.openarchives.org/OAI/2.0/oai_dc/" 
    mimeType="text/xsl"
    >http://some.where/DCrender.xsl</metadataRendering>
  <metadataRendering
    metadataNamespace="http://another.place/MARC" 
    mimeType="text/css"
    >http://another.place/MARCrender.css</metadataRendering>

</branding>
