链接#

基类:SimpleElement, _IDProperty

LINK 元素:用于通过URI引用外部文档和服务器。

关键字参数对应于具有相同名称的设置成员,如下所述。

属性摘要

content_role 

定义被引用对象的MIME角色。

content_type 

定义被引用对象的MIME内容类型。

href 

任意协议的URI。

方法总结

from_table_column \(d)

to_table_column \(列)

属性文档

content_role#

定义被引用对象的MIME角色。

必须是以下之一:

无、“查询”、“提示”、“文档”、“位置”或“类型”

content_type#

定义被引用对象的MIME内容类型。

href#

任意协议的URI。vo包只支持http和匿名ftp。

方法文件

classmethod from_table_column(d)[源代码]#
to_table_column(column)[源代码]#