stc:spectralIntervalType

Contains a 1-D spectral interval

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
hi_include xs:boolean true optional
Limit to be included?
lo_include xs:boolean true optional
Limit to be included?
unit crd:spectralUnitType required

Used By

Source

<xs:complexType name="spectralIntervalType">
  <xs:annotation>
    <xs:documentation>Contains a 1-D spectral interval</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:coordScalarIntervalType">
      <xs:attribute name="unit" type="crd:spectralUnitType" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>