<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../../../attribute.xsl"?>
<rdf:RDF xmlns:openid="http://axschema.org/type#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <rdf:Description rdf:about="http://axschema.org/media/image/favicon">
    <rdfs:label>Favicon image</rdfs:label>
    <rdfs:comment>Image (web URL); favicon format as per 
      <xhtml:a href="http://www.w3.org/2005/10/howto-favicon">FAVICON-W3C</xhtml:a>.
      The format for the image must be 16x16 pixels or 32x32 pixels,
      using either 8-bit or 24-bit colors. The format of the image
      must be one of PNG (a W3C standard), GIF, or ICO.</rdfs:comment>
    <openid:example>"http://example.com/~jsmith/image.png"</openid:example>
    <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"></rdf:type>
  </rdf:Description>
</rdf:RDF>