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

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

Documentation
                Possible values for the SpectralSetupQuantity :
                - "lambda"
                - "delta_lambda"
                - "nb_photon_thermal"
                - "transmission"
                - "visibility"
                - "nb_pix_Interf"
                - "nb_pix_Photo"
            
'lambda' = central wavelength
'delta_lambda' = spectral bandwidth
'nb_photon_thermal' = number of thermal photons per seconds
'transmission' = overall transmission (instrument + interferometer)
'visibility' = instrumental visibility
'nb_pix_Interf' = number of pixels to code all fringes together (interferometric channel)
'nb_pix_Photo' = number of pixels to code each photometric channel
Properties
This component is not nillable.

Model

('lambda' | 'delta_lambda' | 'nb_photon_thermal' | 'transmission' | 'visibility' | 'nb_pix_Interf' | 'nb_pix_Photo')

Source
<xsd:simpleType name="SpectralSetupQuantity">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lambda">
</xsd:enumeration>
<xsd:enumeration value="delta_lambda">
</xsd:enumeration>
<xsd:enumeration value="nb_photon_thermal">
</xsd:enumeration>
<xsd:enumeration value="transmission">
</xsd:enumeration>
<xsd:enumeration value="visibility">
</xsd:enumeration>
<xsd:enumeration value="nb_pix_Interf">
</xsd:enumeration>
<xsd:enumeration value="nb_pix_Photo">
</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.