stc:timeIntervalType

The time interval needs to contain a start time or a stop time or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive

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?

Used By

Source

<xs:complexType name="timeIntervalType">
  <xs:annotation>
    <xs:documentation>The time interval needs to contain a start time or a stop time or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:coordIntervalType">
      <xs:sequence>
        <xs:element name="StartTime" type="crd:astronTimeType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>astronTime may be expressed in ISO8601 or as a double relative to a reference time</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="StopTime" type="crd:astronTimeType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>astronTime may be expressed in ISO8601 or as a double relative to a reference time</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>