TableSchema¶
- class pyvo.io.vosi.vodataservice.TableSchema(config=None, pos=None, _name='schema', **kwargs)[source]¶
Bases:
Element
,HomogeneousList
TableSchema element as described in http://www.ivoa.net/xml/VODataService/v1.1
A detailed description of a logically-related set of tables.
- Parameters:
- typessequence of types
The types to accept.
- valuessequence, optional
An initial set of values.
Attributes Summary
Methods Summary
parse
(iterator, config)For internal use.
Attributes Documentation
- description¶
- name¶
- tables¶
- title¶
- utype¶
Methods Documentation
- parse(iterator, config)[source]¶
For internal use. Parse the XML content of the children of the element. Override this method and do after-parse checks after calling
super().parse
, if you need to.- Parameters:
- iteratorxml iterator
An iterator over XML elements as returned by
get_xml_iterator
.- configdict
The configuration dictionary that affects how certain elements are read.