XMP.svg 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" standalone="yes"?>
  2. <svg width="4in" height="3in" version="1.1"
  3. xmlns = 'http://www.w3.org/2000/svg'>
  4. <desc xmlns:myfoo="http://example.org/myfoo">
  5. <myfoo:title>This is a financial report</myfoo:title>
  6. <myfoo:descr>The global description uses markup from the
  7. <myfoo:emph>myfoo</myfoo:emph> namespace.</myfoo:descr>
  8. <myfoo:scene><myfoo:what>widget $growth</myfoo:what>
  9. <myfoo:contains>$three $graph-bar</myfoo:contains>
  10. <myfoo:when>1998 $through 2000</myfoo:when> </myfoo:scene>
  11. </desc>
  12. <metadata>
  13. <rdf:RDF
  14. xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  15. xmlns:rdfs = "http://www.w3.org/2000/01/rdf-schema#"
  16. xmlns:dc = "http://purl.org/dc/elements/1.1/" >
  17. <rdf:Description about="http://example.org/myfoo"
  18. dc:title="MyFoo Financial Report"
  19. dc:description="$three $bar $thousands $dollars $from 1998 $through 2000"
  20. dc:publisher="Example Organization"
  21. dc:date="2000-04-11"
  22. dc:format="image/svg+xml"
  23. dc:language="en" >
  24. <dc:creator>
  25. <rdf:Bag>
  26. <rdf:li>Irving Bird</rdf:li>
  27. <rdf:li>Mary Lambert</rdf:li>
  28. </rdf:Bag>
  29. </dc:creator>
  30. </rdf:Description>
  31. </rdf:RDF>
  32. </metadata>
  33. </svg>