GainComplexType

The content of <Uri> indicates where the gain info (e.g. image or description) can be obtained. The gain can also be expressed as a number ("<Value>") and its units (fixed as "electrons per adu").

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="GainComplexType">
  <xs:annotation>
    <xs:documentation>The content of <Uri> indicates where the gain info (e.g. image or description) can be obtained. The gain can also be expressed as a number ("<Value>") and its units (fixed as "electrons per adu").</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Value" type="DoubleValueElectronsPerADUUnitsComplexType"/>
    <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>