http://www.jmmc.fr/aspro-oi/0.1
simpleType BiasUnit

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.jmmc.fr/aspro-oi/0.1}BiasUnit (restriction)

Documentation
                BiasUnit describes all supported units (absolute, relative, jansky)
            
Absolute value
Relative value
Jansky (flux)
Properties
This component is not nillable.

Model

('ABS' | 'REL' | 'JY')

Source
<xsd:simpleType name="BiasUnit">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ABS">
</xsd:enumeration>
<xsd:enumeration value="REL">
</xsd:enumeration>
<xsd:enumeration value="JY">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.