StatusTypes

<P>The status of an <Observation> or <Schedule> etc..
  <UL>
    <LI>Elements which are "inactive" are those which, for whatever reason, should not be performed or considered (e.g. because they are not fully defined or are waiting to be triggered).</LI>
    <LI>"Active" elements are those which should be performed or considered.</LI>
    <LI>"Error" means that the element has some problem.</LI>
    <LI>"Done" elements have been performed/processed.</LI>
  </UL>Note that a <Schedule> can contain a mixture of inactive, active, and done <Observations>.</P>

Simple Type Information

Used By

Source

<xs:simpleType name="StatusTypes">
  <xs:annotation>
    <xs:documentation>
      <P>The status of an <Observation> or <Schedule> etc..
        <UL>
          <LI>Elements which are "inactive" are those which, for whatever reason, should not be performed or considered (e.g. because they are not fully defined or are waiting to be triggered).</LI>
          <LI>"Active" elements are those which should be performed or considered.</LI>
          <LI>"Error" means that the element has some problem.</LI>
          <LI>"Done" elements have been performed/processed.</LI>
        </UL>Note that a <Schedule> can contain a mixture of inactive, active, and done <Observations>.</P>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="inactive"/>
    <xs:enumeration value="active"/>
    <xs:enumeration value="done"/>
    <xs:enumeration value="error"/>
  </xs:restriction>
</xs:simpleType>