ExposureComplexType

Sets the number and length of the exposures taken with a <Camera> or <Spectrograph>.

Complex Type Information

Model

Description | Value | ANY element from ANY namespace OTHER than 'http://www.ivoa.net/xml/RTML/v3.3a'
Children: Description, Value

Attributes

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

Used By

Source

<xs:complexType name="ExposureComplexType">
  <xs:annotation>
    <xs:documentation>Sets the number and length of the exposures taken with a <Camera> or <Spectrograph>.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="1" maxOccurs="unbounded">
    <xs:element name="Description" type="DescriptionComplexType"/>
    <xs:element name="Value" minOccurs="1">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:double">
            <xs:attribute name="units" type="xs:string" use="required" fixed="seconds"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
  </xs:choice>
  <xs:attribute name="count" type="xs:positiveInteger" default="1"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>