Syntax of Remote Telescope Markup Language 3.0c


schema location:  RTML-3.0c.xsd
 
element CalibrationObservation
diagram
children Calibration History ImageData Telemetry
used by
elements Schedule Setup
attributes
Name  Type  Use  Default  Fixed  Annotation
uid  RTMLUniqueName        
uref  RTMLUniqueName        
annotation
documentation 

Description of a generic spectroscopic calibration observation.  Like <Observation>, this is
mostly a place-holder which merely says "Do an appropriate calibration right now
using the present parameters."  What constitutes an "appropriate" calibration observation
should be decided by the server, but this presumably entails observing a wavelength
standard (e.g. between sequences of normal observations to insure wavelength calibration
stability).
			
source
<xs:element name="CalibrationObservation">
  <xs:annotation>
    <xs:documentation>
Description of a generic spectroscopic calibration observation.  Like <Observation>, this is
mostly a place-holder which merely says "Do an appropriate calibration right now
using the present parameters."  What constitutes an "appropriate" calibration observation
should be decided by the server, but this presumably entails observing a wavelength
standard (e.g. between sequences of normal observations to insure wavelength calibration
stability).
			</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="Calibration"/>
      <xs:element ref="History"/>
      <xs:element ref="ImageData"/>
      <xs:element ref="Telemetry"/>
    </xs:choice>
    <xs:attributeGroup ref="RTMLTagAttributes"/>
  </xs:complexType>
</xs:element>

Mon Sep 2 18:56:59 MET DST 2002
XML Schema documentation generated with XML Spy Schema Editor www.xmlspy.com