SpectralUnitsTypes

Units appropriate for some spectral property, either in wavelength, frequency, or energy.

Simple Type Information

Used By

Source

<xs:simpleType name="SpectralUnitsTypes">
  <xs:annotation>
    <xs:documentation>Units appropriate for some spectral property, either in wavelength, frequency, or energy.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="centimeters"/>
    <xs:enumeration value="eV"/>
    <xs:enumeration value="GeV"/>
    <xs:enumeration value="gigahertz"/>
    <xs:enumeration value="hertz"/>
    <xs:enumeration value="keV"/>
    <xs:enumeration value="kilohertz"/>
    <xs:enumeration value="megahertz"/>
    <xs:enumeration value="meters"/>
    <xs:enumeration value="MeV"/>
    <xs:enumeration value="micrometers"/>
    <xs:enumeration value="millimeters"/>
    <xs:enumeration value="nanometers"/>
    <xs:enumeration value="TeV"/>
  </xs:restriction>
</xs:simpleType>