xrd-rfc6415-A.xml 1.0 KB

123456789101112131415161718192021
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'
  3. xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
  4. <Subject>http://blog.example.com/article/id/314</Subject>
  5. <Expires>2010-01-30T09:30:00Z</Expires>
  6. <Alias>http://blog.example.com/cool_new_thing</Alias>
  7. <Alias>http://blog.example.com/steve/article/7</Alias>
  8. <Property type='http://blgx.example.net/ns/version'>1.3</Property>
  9. <Property type='http://blgx.example.net/ns/ext' xsi:nil='true' />
  10. <Link rel='author' type='text/html'
  11. href='http://blog.example.com/author/steve'>
  12. <Title>About the Author</Title>
  13. <Title xml:lang='en-us'>Author Information</Title>
  14. <Property type='http://example.com/role'>editor</Property>
  15. </Link>
  16. <Link rel='author' href='http://example.com/author/john'>
  17. <Title>The other guy</Title>
  18. <Title xml:lang="en">The other author</Title>
  19. </Link>
  20. <Link rel='copyright' template='http://example.com/copyright?id={uri}' />
  21. </XRD>