stc:obsDataLocationType

Type for observational STC metadata

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ID xs:ID optional

Used By

Source

<xs:complexType name="obsDataLocationType">
  <xs:annotation>
    <xs:documentation>Type for observational STC metadata</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:stcMetadataType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Describes the spatial and temporal volume covered by an observation</xs:documentation>
        </xs:annotation>
        <xs:element name="ObservatoryLocation" type="stc:observatoryLocationType">
          <xs:annotation>
            <xs:documentation>Specifies the location of the observatory during the observation</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ObservationLocation" type="stc:observationLocationType">
          <xs:annotation>
            <xs:documentation>Describes the spatial and temporal coverage of the observation</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PixelSpace" type="stc:pixelSpaceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Defines the pixel coordinate system for pixelated data</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>