Schema vciStbBbSlopeTable.xsd


schema location Z:\work\widar\schema\vci\vciStbBbSlopeTable.xsd
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements 
bbSlopeTable 


element bbSlopeTable
diagram vciStbBbSlopeTable_diagrams/vciStbBbSlopeTable_p1.png
properties
content complex
children bbSlope
annotation
documentation
base band slope measurements
source <xs:element name="bbSlopeTable">
 
<xs:annotation>
   
<xs:documentation>base band slope measurements</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="bbSlope" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>slope measurements from a single wideband input</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="time" type="xs:dateTime" use="optional">
           
<xs:annotation>
             
<xs:documentation>start time of this integration (ISO 8601)</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="stationId" type="xs:int" use="required">
           
<xs:annotation>
             
<xs:documentation>Station identification number</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="basebandId" use="required">
           
<xs:annotation>
             
<xs:documentation>CM baseband id applied to this data path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="7"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="swbbName" use="required">
           
<xs:annotation>
             
<xs:documentation>spectral window baseband name</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="A1C1_3BIT"/>
               
<xs:enumeration value="A2C2_3BIT"/>
               
<xs:enumeration value="AC_8BIT"/>
               
<xs:enumeration value="B1D1_3BIT"/>
               
<xs:enumeration value="B2D2_3BIT"/>
               
<xs:enumeration value="BD_8BIT"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="slope" type="xs:double" use="required">
           
<xs:annotation>
             
<xs:documentation>Slope of least squares fit in units of dB per band width. Fit is performed on center 7/8ths of spectrum.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="lag0" type="xs:double" use="required">
           
<xs:annotation>
             
<xs:documentation>raw value of lag 0 from autocorrelation, normalized by data valid count. </xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element bbSlopeTable/bbSlope
diagram vciStbBbSlopeTable_diagrams/vciStbBbSlopeTable_p2.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
time  xs:dateTime  optional      
documentation
start time of this integration (ISO 8601)
stationId  xs:int  required      
documentation
Station identification number
basebandId  derived by: xs:int  required      
documentation
CM baseband id applied to this data path
swbbName  derived by: xs:string  required      
documentation
spectral window baseband name
slope  xs:double  required      
documentation
Slope of least squares fit in units of dB per band width. Fit is performed on center 7/8ths of spectrum.
lag0  xs:double  required      
documentation
raw value of lag 0 from autocorrelation, normalized by data valid count.
annotation
documentation
slope measurements from a single wideband input
source <xs:element name="bbSlope" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>slope measurements from a single wideband input</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="time" type="xs:dateTime" use="optional">
     
<xs:annotation>
       
<xs:documentation>start time of this integration (ISO 8601)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="stationId" type="xs:int" use="required">
     
<xs:annotation>
       
<xs:documentation>Station identification number</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="basebandId" use="required">
     
<xs:annotation>
       
<xs:documentation>CM baseband id applied to this data path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="7"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="swbbName" use="required">
     
<xs:annotation>
       
<xs:documentation>spectral window baseband name</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="A1C1_3BIT"/>
         
<xs:enumeration value="A2C2_3BIT"/>
         
<xs:enumeration value="AC_8BIT"/>
         
<xs:enumeration value="B1D1_3BIT"/>
         
<xs:enumeration value="B2D2_3BIT"/>
         
<xs:enumeration value="BD_8BIT"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="slope" type="xs:double" use="required">
     
<xs:annotation>
       
<xs:documentation>Slope of least squares fit in units of dB per band width. Fit is performed on center 7/8ths of spectrum.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="lag0" type="xs:double" use="required">
     
<xs:annotation>
       
<xs:documentation>raw value of lag 0 from autocorrelation, normalized by data valid count. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute bbSlopeTable/bbSlope/@time
type xs:dateTime
properties
use optional
annotation
documentation
start time of this integration (ISO 8601)
source <xs:attribute name="time" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>start time of this integration (ISO 8601)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bbSlopeTable/bbSlope/@stationId
type xs:int
properties
use required
annotation
documentation
Station identification number
source <xs:attribute name="stationId" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Station identification number</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bbSlopeTable/bbSlope/@basebandId
type restriction of xs:int
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 7
annotation
documentation
CM baseband id applied to this data path
source <xs:attribute name="basebandId" use="required">
 
<xs:annotation>
   
<xs:documentation>CM baseband id applied to this data path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute bbSlopeTable/bbSlope/@swbbName
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration A1C1_3BIT
enumeration A2C2_3BIT
enumeration AC_8BIT
enumeration B1D1_3BIT
enumeration B2D2_3BIT
enumeration BD_8BIT
annotation
documentation
spectral window baseband name
source <xs:attribute name="swbbName" use="required">
 
<xs:annotation>
   
<xs:documentation>spectral window baseband name</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="A1C1_3BIT"/>
     
<xs:enumeration value="A2C2_3BIT"/>
     
<xs:enumeration value="AC_8BIT"/>
     
<xs:enumeration value="B1D1_3BIT"/>
     
<xs:enumeration value="B2D2_3BIT"/>
     
<xs:enumeration value="BD_8BIT"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute bbSlopeTable/bbSlope/@slope
type xs:double
properties
use required
annotation
documentation
Slope of least squares fit in units of dB per band width. Fit is performed on center 7/8ths of spectrum.
source <xs:attribute name="slope" type="xs:double" use="required">
 
<xs:annotation>
   
<xs:documentation>Slope of least squares fit in units of dB per band width. Fit is performed on center 7/8ths of spectrum.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bbSlopeTable/bbSlope/@lag0
type xs:double
properties
use required
annotation
documentation
raw value of lag 0 from autocorrelation, normalized by data valid count.
source <xs:attribute name="lag0" type="xs:double" use="required">
 
<xs:annotation>
   
<xs:documentation>raw value of lag 0 from autocorrelation, normalized by data valid count. </xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy