stc:redshiftIntervalType

Contains a 1-D redshift interval; position and time units are required if redshifts are expressed as Doppler velocities

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:posUnitType optional
vel_time_unit crd:velTimeUnitType optional

Used By

Source

<xs:complexType name="redshiftIntervalType">
  <xs:annotation>
    <xs:documentation>Contains a 1-D redshift interval; position and time units are required if redshifts are expressed as Doppler velocities</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:coordScalarIntervalType">
      <xs:attribute name="unit" type="crd:posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="crd:velTimeUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>