link element

Type: atomLink
Namespace: http://www.w3.org/2005/Atom
XML Schema: atom.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <link xmlns="http://www.w3.org/2005/Atom" rel="..." title="..." href="..." type="..." hreflang="..." length="..."> <object-type xmlns="">...</object-type> </link>

Example JSON

{ "rel" : "...", "title" : "...", "href" : "...", "type" : "...", "hreflang" : "...", "length" : "...", "object-type" : "..." }