AlmaTest/ObsProject
complexType CalSetupT

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{AlmaTest/ObsProject}CalSetupT (restriction)

Properties
This component is not nillable.

Model
<...>
(PointingAccuracy, Bandpass, PhaseCalTarget*, FluxCalTarget*, PointingCalTarget* )
</...>


Nested Element Summary
xsd:stringBandpass
          
tprj:FluxCalTargetTFluxCalTarget
          
tprj:PhaseCalTargetTPhaseCalTarget
          
xsd:stringPointingAccuracy
          
tprj:PointingCalTargetTPointingCalTarget
          
Local Usage
ObsDefinitionT, ObsDefinitionT, ObsDefinitionT

Source
<xsd:complexType name="CalSetupT">
<xsd:sequence>
<xsd:element name="PointingAccuracy" type="xsd:string"/>
<xsd:element name="Bandpass" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="PhaseCalTarget" type="tprj:PhaseCalTargetT"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FluxCalTarget" type="tprj:FluxCalTargetT"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="PointingCalTarget" type="tprj:PointingCalTargetT"/>
</xsd:sequence>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.