TableDataType¶
-
class
pyvo.io.vosi.vodataservice.
TableDataType
(*args, **kwargs)[source]¶ Bases:
pyvo.io.vosi.vodataservice.DataType
TableDataType element as described in http://www.ivoa.net/xml/VODataService/v1.1
an abstract parent for a class of data types that can be used to specify the data type of a table column.
Subtypes must be decorated with
register_xsi_type('ns:name')
.Methods Summary
register_xsi_type
(typename)Decorator factory for registering subtypes
Methods Documentation