<xs:complexType name="FlatFieldComplexType">
<xs:annotation>
<xs:documentation>The information about a flatfield/calibration image (see <FlatFieldCorrection> elements). In a report, the content of <Uri> indicates where the flatfield image (or info about it) can be obtained.</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Base64Data" type="xs:base64Binary"/>
<xs:element name="Description" type="DescriptionComplexType"/>
<xs:element name="Uri" type="xs:anyURI"/>
</xs:choice>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |