<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> |