CameraComplexType

A generic Device of type="camera" with a filterwheel and a detector. This is one of the two generic <Telescope> instruments in RTML 3+ (the other is <Spectrograph>). The <PlateScale> can be given if the camera has optics which changes that of the telescope and the latter is given independent of the camera.

Complex Type Information

Model

Description | Detector | FilterWheel | PlateScale | Setup | SpectralEfficiency | SpectralRegion | ANY element from ANY namespace OTHER than 'http://www.ivoa.net/xml/RTML/v3.3a'

Attributes

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

Used By

Source

<xs:complexType name="CameraComplexType">
  <xs:annotation>
    <xs:documentation>A generic Device of type="camera" with a filterwheel and a detector. This is one of the two generic <Telescope> instruments in RTML 3+ (the other is <Spectrograph>). The <PlateScale> can be given if the camera has optics which changes that of the telescope and the latter is given independent of the camera.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Description" type="DescriptionComplexType"/>
    <xs:element name="Detector" type="DetectorComplexType"/>
    <xs:element name="FilterWheel" type="FilterWheelComplexType"/>
    <xs:element name="PlateScale" type="PlateScaleComplexType"/>
    <xs:element name="Setup" type="SetupComplexType"/>
    <xs:element name="SpectralEfficiency" type="SpectralEfficiencyComplexType"/>
    <xs:element name="SpectralRegion" type="SpectralRegionTypes"/>
    <xs:any namespace="##other" processContents="strict"/>
  </xs:choice>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>