<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> |