SpectrographComplexType

Generic spectrograph.

Complex Type Information

Model

Description | Detector | Device | Grating | FilterWheel | PositionAngle | Setup | Slit | SlitMask | 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="SpectrographComplexType">
  <xs:annotation>
    <xs:documentation>Generic spectrograph.</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="Device" type="DeviceComplexType"/>
    <xs:element name="Grating" type="GratingComplexType"/>
    <xs:element name="FilterWheel" type="FilterWheelComplexType"/>
    <xs:element name="PositionAngle" type="PositionAngleComplextType"/>
    <xs:element name="Setup" type="SetupComplexType"/>
    <xs:element name="Slit" type="SlitComplexType"/>
    <xs:element name="SlitMask" type="SlitMaskComplexType"/>
    <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>