<xs:complexType name="ImageDataComplexType">
<xs:annotation>
<xs:documentation>In a request, this element describes things like whether compression should be used, how the image should be delivered, what telemetry was created during the actual exposure, the name of the final file, and where the file can be uploaded.</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="Base64Data" type="xs:base64Binary" minOccurs="0"/>
<xs:element name="CompressionTypes" type="CompressionTypesSimpleType" minOccurs="0"/>
<!-- ???? why the element name CompressionTypes is plural? -->
<xs:element name="Delivery" type="DeliveryTypes" minOccurs="0"/>
<xs:element name="Description" type="DescriptionComplexType" minOccurs="0"/>
<xs:element name="FITSHeader" type="xs:string" minOccurs="0"/>
<xs:element name="Telemetry" type="TelemetryComplexType" minOccurs="0"/>
<xs:element name="Uri" type="xs:anyURI" minOccurs="0"/>
</xs:all>
<xs:attribute name="name" type="xs:string"/>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |