stc:planetaryEphemType

If solar system positions are implied anywhere, the planetary ephemeris to be used needs to be provided - usually JPL-DE405 with ICRS and JPL-DE200 with FK5

Simple Type Information

Used By

Source

<xs:simpleType name="planetaryEphemType">
  <xs:annotation>
    <xs:documentation>If solar system positions are implied anywhere, the planetary ephemeris to be used needs to be provided - usually JPL-DE405 with ICRS and JPL-DE200 with FK5</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="JPL-DE200"/>
    <xs:enumeration value="JPL-DE405"/>
  </xs:restriction>
</xs:simpleType>