<xs:complexType name="DarkCurrentComplexType">
<xs:annotation>
<xs:documentation>The content of <Uri> indicates where the correction info (e.g. image of background rate) can be obtained. The dark current rate can also be expressed as a number ("<Value>") with units "electrons per second.</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:element name="Value" type="DoubleValueElectronsPerSecondUnitsComplexType"/>
<xs:any namespace="##other" processContents="strict"/>
</xs:choice>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |