TableDataType¶
- class pyvo.io.vosi.vodataservice.TableDataType(*args, **kwargs)[source]¶
Bases:
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')
.