Bases: astropy.io.votable.tree.SimpleElement, astropy.io.votable.tree._IDProperty
LINK elements: used to reference external documents and servers through a URI.
The keyword arguments correspond to setting members of the same name, documented below.
Attributes Summary
| content_role | Defines the MIME role of the referenced object. | 
| content_type | Defines the MIME content type of the referenced object. | 
| href | A URI to an arbitrary protocol. | 
Methods Summary
| from_table_column(d) | |
| to_table_column(column) | 
Attributes Documentation
Defines the MIME role of the referenced object. Must be one of:
None, ‘query’, ‘hints’, ‘doc’, ‘location’ or ‘type’
Defines the MIME content type of the referenced object.
A URI to an arbitrary protocol. The vo package only supports http and anonymous ftp.
Methods Documentation