AlmaTest/ObsProject
complexType NewSpectralSetupT

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

Properties
This component is not nillable.

Model
<...>
(name, ALMAFrequencySetup+ , (ALMACorrelatorSetup+ | ACACorrelatorSetup+) )
</...>


Nested Element Summary
tprj:ACACorrelatorSetupTACACorrelatorSetup
          
tprj:ALMACorrelatorSetupTALMACorrelatorSetup
          
tprj:ALMAFrequencySetupTALMAFrequencySetup
          
xsd:stringname
          
Local Usage
ObsDefinitionT, ObsDefinitionT, ObsDefinitionT

Source
<xsd:complexType name="NewSpectralSetupT">
<xsd:sequence>
<xsd:element name="name" type="xsd:string"/>
<xsd:choice>
<xsd:element maxOccurs="unbounded" name="ALMAFrequencySetup" type="tprj:ALMAFrequencySetupT"/>
</xsd:choice>
<xsd:choice>
<xsd:element maxOccurs="unbounded" name="ALMACorrelatorSetup" type="tprj:ALMACorrelatorSetupT"/>
<xsd:element maxOccurs="unbounded" name="ACACorrelatorSetup" type="tprj:ACACorrelatorSetupT"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>


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