IvoaType

class pyvo.mivot.glossary.IvoaType[source]

Bases: object

Primitive VODML types

Attributes Summary

RealQuantity

primitive type for real quantity (real + unit)

bool

primitive type for booleans

datetime

primitive type for a point in time

real

primitive type for reals

string

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