TableDataType¶
-
class
pyvo.io.vosi.vodataservice.
TableDataType
(config=None, pos=None, _name='dataType', arraysize=None, delim=None, extendedType=None, extendedSchema=None, **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