AlmaTest/SchedBlock
complexType FrequencySetupT

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

Properties
This component is not nillable.

Model
<...
  receiverBand = xsd:string
  sideBand = xsd:string>
(restFrequency, transitionName )
</...>


Nested Element Summary
tval:FrequencyTrestFrequency
          
xsd:stringtransitionName
          

Attribute Summary
 xsd:stringreceiverBand
          
 xsd:stringsideBand
          

Attribute Detail

receiverBand

Type:
based on
with :
Use:
optional
Form:
unqualified

sideBand

Type:
based on
with :
Use:
optional
Form:
unqualified

Local Usage
SpectralSpecT, SpectralSpecT

Source
<xsd:complexType name="FrequencySetupT">
<xsd:sequence>
<xsd:element name="restFrequency" type="tval:FrequencyT"/>
<xsd:element name="transitionName" type="xsd:string"/>
</xsd:sequence>
<xsd:attribute name="sideBand">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lsb"/>
<xsd:enumeration value="usb"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="receiverBand">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
<xsd:enumeration value="3"/>
<xsd:enumeration value="4"/>
<xsd:enumeration value="5"/>
<xsd:enumeration value="6"/>
<xsd:enumeration value="7"/>
<xsd:enumeration value="8"/>
<xsd:enumeration value="9"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>


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