PriorityComplexType

A non-negative integer indicating the relative priority of a <Project>, <Schedule> or <Target>. 1 is the highest priority, 2 the next highest, etc. The priority 0 is reserved for special purposes, usually "live" observations and/or Targets-of-Opportunity, which require the immediate attention of the telecope. The lowest priority which is bound to be useful is 10 but the exact method which is used to determine the cumulative priority of a particular observation (i.e. project priority and target/schedule priority) or the ultimate effect on the relative chance of being carried out is not fixed by the RTML standard, so the client's priority numbers are merely suggestions to the servers/telescope schedulers.

Complex Type Information

Model

Used By

Source

<xs:complexType name="PriorityComplexType">
  <xs:annotation>
    <xs:documentation>A non-negative integer indicating the relative priority of a <Project>, <Schedule> or <Target>. 1 is the highest priority, 2 the next highest, etc. The priority 0 is reserved for special purposes, usually "live" observations and/or Targets-of-Opportunity, which require the immediate attention of the telecope. The lowest priority which is bound to be useful is 10 but the exact method which is used to determine the cumulative priority of a particular observation (i.e. project priority and target/schedule priority) or the ultimate effect on the relative chance of being carried out is not fixed by the RTML standard, so the client's priority numbers are merely suggestions to the servers/telescope schedulers.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:positiveInteger"/>
  </xs:simpleContent>
</xs:complexType>