MedianCountsConstraintComplexType

Describes the acceptable median ADU level of measurements being produce by a >Schedule< : the current schedule is aborted if the median level in an image is beyond the given limit(s).  Used to organize, e.g. twilight flat images with no danger of saturation.

Complex Type Information

Model

Children: Description

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
maximum xs:decimal 65535.0 optional
minimum xs:decimal 0.0 optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="MedianCountsConstraintComplexType">
  <xs:annotation>
    <xs:documentation>Describes the acceptable median ADU level of measurements being produce by a >Schedule< : the current schedule is aborted if the median level in an image is beyond the given limit(s). Used to organize, e.g. twilight flat images with no danger of saturation.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Description" type="DescriptionComplexType"/>
  </xs:choice>
  <xs:attribute name="minimum" type="xs:decimal" default="0.0"/>
  <xs:attribute name="maximum" type="xs:decimal" default="65535.0"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>