CalibrationFlatFieldCorrectionComplexType

Complex Type Information

Model

Children: Count, FlatField

Attributes

QName Type Fixed Default Use Inheritable Annotation
correction xs:boolean false optional

Used By

Source

<xs:complexType name="CalibrationFlatFieldCorrectionComplexType">
  <xs:all>
    <xs:element name="Count" type="xs:positiveInteger" default="1" minOccurs="0"/>
    <xs:element name="FlatField" type="FlatFieldComplexType" minOccurs="0"/>
  </xs:all>
  <xs:attribute name="correction" type="xs:boolean" default="false"/>
</xs:complexType>