Contains a 1-D redshift interval; position and time units are required if redshifts are expressed as Doppler velocities |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
fill_factor | xs:float | 1.0 | optional |
|
|||
hi_include | xs:boolean | true | optional |
|
|||
lo_include | xs:boolean | true | optional |
|
|||
unit | crd:posUnitType | optional | |||||
vel_time_unit | crd:velTimeUnitType | optional |
<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> |