IvoaType¶
- class pyvo.mivot.glossary.IvoaType[source]¶
- Bases: - object- Primitive VODML types - Attributes Summary - primitive type for real quantity (real + unit) - primitive type for booleans - primitive type for a point in time - primitive type for reals - primitive type for strings - Attributes Documentation - RealQuantity = 'ivoa:RealQuantity'¶
- primitive type for real quantity (real + unit) 
 - bool = 'ivoa:boolean'¶
- primitive type for booleans 
 - datetime = 'ivoa:datatime'¶
- primitive type for a point in time 
 - real = 'ivoa:real'¶
- primitive type for reals 
 - string = 'ivoa:string'¶
- primitive type for strings