TrackRateComplexType

<P>Track rate of the telescope for a given <Target>, defined either by
  <UL>
    <LI>a set of solar system orbital elements (e.g. for asteroids),</LI>
    <LI>implicit values for sun, moon, and planets,</LI>
    <LI>siderial offset track rates in R.A. (in sec/sec) and Declination (in arcsec/sec), or</LI>
    <LI>track rates in azimuth and altitude (in degrees/sec).</LI>
  </UL>
</P>

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
type restriction of xs:string optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="TrackRateComplexType">
  <xs:annotation>
    <xs:documentation>
      <P>Track rate of the telescope for a given <Target>, defined either by
        <UL>
          <LI>a set of solar system orbital elements (e.g. for asteroids),</LI>
          <LI>implicit values for sun, moon, and planets,</LI>
          <LI>siderial offset track rates in R.A. (in sec/sec) and Declination (in arcsec/sec), or</LI>
          <LI>track rates in azimuth and altitude (in degrees/sec).</LI>
        </UL>
      </P>
    </xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="OrbitalElements" type="OrbitalElementsComplexType" minOccurs="0"/>
    <xs:sequence>
      <xs:element name="DeclinationOffsetRate" type="DoubleValueArcsecondsPerSecondUnitsComplexType" minOccurs="0"/>
      <xs:element name="RightAscensionOffsetRate" type="DoubleValueSecondsPerSecondUnitsComplexType" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="AltitudeRate" type="DoubleValueArcsecondsPerSecondUnitsComplexType" minOccurs="0"/>
      <xs:element name="AzimuthRate" type="DoubleValueArcsecondsPerSecondUnitsComplexType" minOccurs="0"/>
    </xs:sequence>
  </xs:choice>
  <xs:attribute name="type">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="stationary"/>
        <xs:enumeration value="siderial"/>
        <xs:enumeration value="lunar"/>
        <xs:enumeration value="solar"/>
        <xs:enumeration value="mercury"/>
        <xs:enumeration value="venus"/>
        <xs:enumeration value="mars"/>
        <xs:enumeration value="jupiter"/>
        <xs:enumeration value="saturn"/>
        <xs:enumeration value="uranus"/>
        <xs:enumeration value="neptune"/>
        <xs:enumeration value="pluto"/>
        <xs:enumeration value="other"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>