Schema stbTables.xsd


schema location:  Z:\wtest\schema\internal\stbTables.xsd
attribute form default:  unqualified
element form default:  qualified
 
Attributes  Elements  Complex types  Attr. groups 
contentType  bbSlopeTable  base64Binary  stbTableHeaderType 
expectedContentTypes  stbClipTable  dataFormatType 
stbCrcErrorTable  hexBinary 
stbCrcTable 
stbErrorCntTable 
stbInpStateCountsTable 
stbOutStateCountsTable 
stbPowerTable 
stbRfiTable 
stbTables 
stbTicTable 
stbToneExtTable 
stbWbcProductsTable 
switchedPowerTable 


attribute contentType
type restriction of xs:string
facets
minLength 3
source <xs:attribute name="contentType">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute expectedContentTypes
type xs:string
source <xs:attribute name="expectedContentTypes" type="xs:string"/>

element bbSlopeTable
diagram
properties
content complex
children bbSlope
used by
element stbTables
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:decimal" 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:int" 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
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
timexs:dateTimeoptional      
documentation
start time of this integration (ISO 8601)
stationIdxs:intrequired      
documentation
Station identification number
basebandIdderived by: xs:intrequired      
documentation
CM baseband id applied to this data path
swbbNamederived by: xs:stringrequired      
documentation
spectral window baseband name
slopexs:decimalrequired      
documentation
Slope of least squares fit in units of dB per band width. Fit is performed on center 7/8ths of spectrum.
lag0xs:intrequired      
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:decimal" 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:int" 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
isRef 0
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
isRef 0
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
isRef 0
use required
facets
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
isRef 0
use required
facets
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:decimal
properties
isRef 0
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:decimal" 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:int
properties
isRef 0
use required
annotation
documentation
raw value of lag 0 from autocorrelation, normalized by data valid count.
source <xs:attribute name="lag0" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>raw value of lag 0 from autocorrelation, normalized by data valid count. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbClipTable
diagram
properties
content complex
children filterClip
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
filter quantizer clip counts
source <xs:element name="stbClipTable">
 
<xs:annotation>
   
<xs:documentation>filter quantizer clip counts</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="filterClip" maxOccurs="32">
       
<xs:annotation>
         
<xs:documentation>signal clipping parameters from a single filter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="stage" maxOccurs="4">
             
<xs:complexType>
               
<xs:attribute name="id">
                 
<xs:annotation>
                   
<xs:documentation>stage id</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="1"/>
                     
<xs:maxInclusive value="4"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:attribute>
               
<xs:attribute name="scale" type="xs:int">
                 
<xs:annotation>
                   
<xs:documentation>stage scaling factor</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="clipCount" type="xs:unsignedInt">
                 
<xs:annotation>
                   
<xs:documentation>count of clipped samples</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="quantizer">
             
<xs:complexType>
               
<xs:attribute name="scale" type="xs:int">
                 
<xs:annotation>
                   
<xs:documentation>stage scaling factor</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="clipCount" type="xs:unsignedInt">
                 
<xs:annotation>
                   
<xs:documentation>count of clipped samples</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="valids" type="xs:unsignedInt">
                 
<xs:annotation>
                   
<xs:documentation>number of post-quantixer valid samples</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="dataPath">
           
<xs:annotation>
             
<xs:documentation>wide band data path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="preQuantValids" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>count of pre-quantized valid samples</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbClipTable/filterClip
diagram
properties
isRef 0
minOcc 1
maxOcc 32
content complex
children stage quantizer
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
filter id
dataPathderived by: xs:int      
documentation
wide band data path
preQuantValidsxs:unsignedInt      
documentation
count of pre-quantized valid samples
annotation
documentation
signal clipping parameters from a single filter
source <xs:element name="filterClip" maxOccurs="32">
 
<xs:annotation>
   
<xs:documentation>signal clipping parameters from a single filter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="stage" maxOccurs="4">
       
<xs:complexType>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>stage id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="1"/>
               
<xs:maxInclusive value="4"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="scale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>stage scaling factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="clipCount" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>count of clipped samples</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="quantizer">
       
<xs:complexType>
         
<xs:attribute name="scale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>stage scaling factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="clipCount" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>count of clipped samples</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="valids" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>number of post-quantixer valid samples</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="dataPath">
     
<xs:annotation>
       
<xs:documentation>wide band data path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="preQuantValids" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>count of pre-quantized valid samples</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbClipTable/filterClip/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
filter id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbClipTable/filterClip/@dataPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wide band data path
source <xs:attribute name="dataPath">
 
<xs:annotation>
   
<xs:documentation>wide band data path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbClipTable/filterClip/@preQuantValids
type xs:unsignedInt
properties
isRef 0
annotation
documentation
count of pre-quantized valid samples
source <xs:attribute name="preQuantValids" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>count of pre-quantized valid samples</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbClipTable/filterClip/stage
diagram
properties
isRef 0
minOcc 1
maxOcc 4
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
stage id
scalexs:int      
documentation
stage scaling factor
clipCountxs:unsignedInt      
documentation
count of clipped samples
source <xs:element name="stage" maxOccurs="4">
 
<xs:complexType>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>stage id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="1"/>
         
<xs:maxInclusive value="4"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="scale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>stage scaling factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="clipCount" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>count of clipped samples</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbClipTable/filterClip/stage/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 1
maxInclusive 4
annotation
documentation
stage id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>stage id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbClipTable/filterClip/stage/@scale
type xs:int
properties
isRef 0
annotation
documentation
stage scaling factor
source <xs:attribute name="scale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>stage scaling factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbClipTable/filterClip/stage/@clipCount
type xs:unsignedInt
properties
isRef 0
annotation
documentation
count of clipped samples
source <xs:attribute name="clipCount" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>count of clipped samples</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbClipTable/filterClip/quantizer
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
scalexs:int      
documentation
stage scaling factor
clipCountxs:unsignedInt      
documentation
count of clipped samples
validsxs:unsignedInt      
documentation
number of post-quantixer valid samples
source <xs:element name="quantizer">
 
<xs:complexType>
   
<xs:attribute name="scale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>stage scaling factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="clipCount" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>count of clipped samples</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="valids" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>number of post-quantixer valid samples</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbClipTable/filterClip/quantizer/@scale
type xs:int
properties
isRef 0
annotation
documentation
stage scaling factor
source <xs:attribute name="scale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>stage scaling factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbClipTable/filterClip/quantizer/@clipCount
type xs:unsignedInt
properties
isRef 0
annotation
documentation
count of clipped samples
source <xs:attribute name="clipCount" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>count of clipped samples</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbClipTable/filterClip/quantizer/@valids
type xs:unsignedInt
properties
isRef 0
annotation
documentation
number of post-quantixer valid samples
source <xs:attribute name="valids" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>number of post-quantixer valid samples</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbCrcErrorTable
diagram
properties
content complex
children crcErrors
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:stringrequired      
documentation
start time of integrated data collection
obsTimeEndxs:stringrequired      
documentation
end time of integrated data collection
annotation
documentation
station board module interconnection crc error counts
source <xs:element name="stbCrcErrorTable">
 
<xs:annotation>
   
<xs:documentation>station board module interconnection crc error counts</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="crcErrors" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>crc errors for this interconnection bundle</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="count" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>current integration of crc errors found on this wire</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="wire" type="xs:string">
                 
<xs:annotation>
                   
<xs:documentation>wire bit number or name</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="samples" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>number of samples for this wire group</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="srcDev">
           
<xs:annotation>
             
<xs:documentation>source module (device)</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="formA"/>
               
<xs:enumeration value="formB"/>
               
<xs:enumeration value="formC"/>
               
<xs:enumeration value="vsi"/>
               
<xs:enumeration value="input"/>
               
<xs:enumeration value="delay"/>
               
<xs:enumeration value="filter"/>
               
<xs:enumeration value="output"/>
               
<xs:enumeration value="timing"/>
               
<xs:enumeration value="wbc"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="destDev">
           
<xs:annotation>
             
<xs:documentation>destination module (device)</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="formA"/>
               
<xs:enumeration value="formB"/>
               
<xs:enumeration value="formC"/>
               
<xs:enumeration value="vsi"/>
               
<xs:enumeration value="input"/>
               
<xs:enumeration value="delay"/>
               
<xs:enumeration value="filter"/>
               
<xs:enumeration value="output"/>
               
<xs:enumeration value="timing"/>
               
<xs:enumeration value="wbc"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="port">
           
<xs:annotation>
             
<xs:documentation>port ID for source filter output and destination filter input</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="pathId">
           
<xs:annotation>
             
<xs:documentation>wideband path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="srcMod">
           
<xs:annotation>
             
<xs:documentation>line source module or filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="destMod">
           
<xs:annotation>
             
<xs:documentation>line destination module or filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="rack" use="required">
     
<xs:annotation>
       
<xs:documentation>station board rack ID</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="255"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="crate" use="required">
     
<xs:annotation>
       
<xs:documentation>station board crate ID</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="slot" use="required">
     
<xs:annotation>
       
<xs:documentation>station board slot ID</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="15"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="time" type="xs:dateTime" use="required">
     
<xs:annotation>
       
<xs:documentation>system (local CMIB) time this record was created</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="obsTimeStart" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>start time of integrated data collection</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="obsTimeEnd" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>end time of integrated data collection</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbCrcErrorTable/@rack
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 255
annotation
documentation
station board rack ID
source <xs:attribute name="rack" use="required">
 
<xs:annotation>
   
<xs:documentation>station board rack ID</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="255"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/@crate
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 1
annotation
documentation
station board crate ID
source <xs:attribute name="crate" use="required">
 
<xs:annotation>
   
<xs:documentation>station board crate ID</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/@slot
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 15
annotation
documentation
station board slot ID
source <xs:attribute name="slot" use="required">
 
<xs:annotation>
   
<xs:documentation>station board slot ID</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="15"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/@time
type xs:dateTime
properties
isRef 0
use required
annotation
documentation
system (local CMIB) time this record was created
source <xs:attribute name="time" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>system (local CMIB) time this record was created</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbCrcErrorTable/@obsTimeStart
type xs:string
properties
isRef 0
use required
annotation
documentation
start time of integrated data collection
source <xs:attribute name="obsTimeStart" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>start time of integrated data collection</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbCrcErrorTable/@obsTimeEnd
type xs:string
properties
isRef 0
use required
annotation
documentation
end time of integrated data collection
source <xs:attribute name="obsTimeEnd" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>end time of integrated data collection</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbCrcErrorTable/crcErrors
diagram
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children count
attributes
Name  Type  Use  Default  Fixed  annotation
samplesxs:unsignedInt      
documentation
number of samples for this wire group
srcDevderived by: xs:string      
documentation
source module (device)
destDevderived by: xs:string      
documentation
destination module (device)
portderived by: xs:string      
documentation
port ID for source filter output and destination filter input
pathIdderived by: xs:int      
documentation
wideband path
srcModderived by: xs:int      
documentation
line source module or filter id
destModderived by: xs:int      
documentation
line destination module or filter id
annotation
documentation
crc errors for this interconnection bundle
source <xs:element name="crcErrors" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>crc errors for this interconnection bundle</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="count" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>current integration of crc errors found on this wire</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="wire" type="xs:string">
           
<xs:annotation>
             
<xs:documentation>wire bit number or name</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="samples" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>number of samples for this wire group</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="srcDev">
     
<xs:annotation>
       
<xs:documentation>source module (device)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="formA"/>
         
<xs:enumeration value="formB"/>
         
<xs:enumeration value="formC"/>
         
<xs:enumeration value="vsi"/>
         
<xs:enumeration value="input"/>
         
<xs:enumeration value="delay"/>
         
<xs:enumeration value="filter"/>
         
<xs:enumeration value="output"/>
         
<xs:enumeration value="timing"/>
         
<xs:enumeration value="wbc"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="destDev">
     
<xs:annotation>
       
<xs:documentation>destination module (device)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="formA"/>
         
<xs:enumeration value="formB"/>
         
<xs:enumeration value="formC"/>
         
<xs:enumeration value="vsi"/>
         
<xs:enumeration value="input"/>
         
<xs:enumeration value="delay"/>
         
<xs:enumeration value="filter"/>
         
<xs:enumeration value="output"/>
         
<xs:enumeration value="timing"/>
         
<xs:enumeration value="wbc"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="port">
     
<xs:annotation>
       
<xs:documentation>port ID for source filter output and destination filter input</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="A"/>
         
<xs:enumeration value="B"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="pathId">
     
<xs:annotation>
       
<xs:documentation>wideband path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="srcMod">
     
<xs:annotation>
       
<xs:documentation>line source module or filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="destMod">
     
<xs:annotation>
       
<xs:documentation>line destination module or filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbCrcErrorTable/crcErrors/@samples
type xs:unsignedInt
properties
isRef 0
annotation
documentation
number of samples for this wire group
source <xs:attribute name="samples" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>number of samples for this wire group</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbCrcErrorTable/crcErrors/@srcDev
type restriction of xs:string
properties
isRef 0
facets
enumeration formA
enumeration formB
enumeration formC
enumeration vsi
enumeration input
enumeration delay
enumeration filter
enumeration output
enumeration timing
enumeration wbc
annotation
documentation
source module (device)
source <xs:attribute name="srcDev">
 
<xs:annotation>
   
<xs:documentation>source module (device)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="formA"/>
     
<xs:enumeration value="formB"/>
     
<xs:enumeration value="formC"/>
     
<xs:enumeration value="vsi"/>
     
<xs:enumeration value="input"/>
     
<xs:enumeration value="delay"/>
     
<xs:enumeration value="filter"/>
     
<xs:enumeration value="output"/>
     
<xs:enumeration value="timing"/>
     
<xs:enumeration value="wbc"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/crcErrors/@destDev
type restriction of xs:string
properties
isRef 0
facets
enumeration formA
enumeration formB
enumeration formC
enumeration vsi
enumeration input
enumeration delay
enumeration filter
enumeration output
enumeration timing
enumeration wbc
annotation
documentation
destination module (device)
source <xs:attribute name="destDev">
 
<xs:annotation>
   
<xs:documentation>destination module (device)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="formA"/>
     
<xs:enumeration value="formB"/>
     
<xs:enumeration value="formC"/>
     
<xs:enumeration value="vsi"/>
     
<xs:enumeration value="input"/>
     
<xs:enumeration value="delay"/>
     
<xs:enumeration value="filter"/>
     
<xs:enumeration value="output"/>
     
<xs:enumeration value="timing"/>
     
<xs:enumeration value="wbc"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/crcErrors/@port
type restriction of xs:string
properties
isRef 0
facets
enumeration A
enumeration B
annotation
documentation
port ID for source filter output and destination filter input
source <xs:attribute name="port">
 
<xs:annotation>
   
<xs:documentation>port ID for source filter output and destination filter input</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/crcErrors/@pathId
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wideband path
source <xs:attribute name="pathId">
 
<xs:annotation>
   
<xs:documentation>wideband path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/crcErrors/@srcMod
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
line source module or filter id
source <xs:attribute name="srcMod">
 
<xs:annotation>
   
<xs:documentation>line source module or filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcErrorTable/crcErrors/@destMod
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
line destination module or filter id
source <xs:attribute name="destMod">
 
<xs:annotation>
   
<xs:documentation>line destination module or filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbCrcErrorTable/crcErrors/count
diagram
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
wirexs:string      
documentation
wire bit number or name
annotation
documentation
current integration of crc errors found on this wire
source <xs:element name="count" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>current integration of crc errors found on this wire</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="wire" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>wire bit number or name</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbCrcErrorTable/crcErrors/count/@wire
type xs:string
properties
isRef 0
annotation
documentation
wire bit number or name
source <xs:attribute name="wire" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>wire bit number or name</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbCrcTable
diagram
properties
content complex
children crcStatus
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
station board module interconnection crc counts
source <xs:element name="stbCrcTable">
 
<xs:annotation>
   
<xs:documentation>station board module interconnection crc counts</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="crcStatus" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>crc check status</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="crc" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>actual data contents of crc registers as integrated by the device driver</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="line" type="xs:string">
                 
<xs:annotation>
                   
<xs:documentation>line number or name</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="head">
                 
<xs:annotation>
                   
<xs:documentation>integration of CDC data from the source of this data line</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="0"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:attribute>
               
<xs:attribute name="tail">
                 
<xs:annotation>
                   
<xs:documentation>integration of CRC data from the receiver end of this data line</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="0"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="link">
           
<xs:annotation>
             
<xs:documentation>crc checking state for the path between two modules</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="auto"/>
               
<xs:enumeration value="single"/>
               
<xs:enumeration value="checkDisabled"/>
               
<xs:enumeration value="notActive"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="samples" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>number of summations for this connection during this integration cycle</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="srcDev">
           
<xs:annotation>
             
<xs:documentation>source module (device)</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="formA"/>
               
<xs:enumeration value="formB"/>
               
<xs:enumeration value="formC"/>
               
<xs:enumeration value="vsi"/>
               
<xs:enumeration value="input"/>
               
<xs:enumeration value="delay"/>
               
<xs:enumeration value="firFilter"/>
               
<xs:enumeration value="output"/>
               
<xs:enumeration value="timing"/>
               
<xs:enumeration value="wbc"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="destDev">
           
<xs:annotation>
             
<xs:documentation>destination module (device)</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="formA"/>
               
<xs:enumeration value="formB"/>
               
<xs:enumeration value="formC"/>
               
<xs:enumeration value="vsi"/>
               
<xs:enumeration value="input"/>
               
<xs:enumeration value="delay"/>
               
<xs:enumeration value="firFilter"/>
               
<xs:enumeration value="output"/>
               
<xs:enumeration value="timing"/>
               
<xs:enumeration value="wbc"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="pathId">
           
<xs:annotation>
             
<xs:documentation>wideband path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="srcPort">
           
<xs:annotation>
             
<xs:documentation>line source port for filter output</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="destPort">
           
<xs:annotation>
             
<xs:documentation>line destination port for filter input</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="srcMod">
           
<xs:annotation>
             
<xs:documentation>line source module or filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="destMod">
           
<xs:annotation>
             
<xs:documentation>line destination module or filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbCrcTable/crcStatus
diagram
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children crc
attributes
Name  Type  Use  Default  Fixed  annotation
linkderived by: xs:string      
documentation
crc checking state for the path between two modules
samplesxs:int      
documentation
number of summations for this connection during this integration cycle
srcDevderived by: xs:string      
documentation
source module (device)
destDevderived by: xs:string      
documentation
destination module (device)
pathIdderived by: xs:int      
documentation
wideband path
srcPortderived by: xs:string      
documentation
line source port for filter output
destPortderived by: xs:string      
documentation
line destination port for filter input
srcModderived by: xs:int      
documentation
line source module or filter id
destModderived by: xs:int      
documentation
line destination module or filter id
annotation
documentation
crc check status
source <xs:element name="crcStatus" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>crc check status</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="crc" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>actual data contents of crc registers as integrated by the device driver</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="line" type="xs:string">
           
<xs:annotation>
             
<xs:documentation>line number or name</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="head">
           
<xs:annotation>
             
<xs:documentation>integration of CDC data from the source of this data line</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="tail">
           
<xs:annotation>
             
<xs:documentation>integration of CRC data from the receiver end of this data line</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="link">
     
<xs:annotation>
       
<xs:documentation>crc checking state for the path between two modules</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="auto"/>
         
<xs:enumeration value="single"/>
         
<xs:enumeration value="checkDisabled"/>
         
<xs:enumeration value="notActive"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="samples" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>number of summations for this connection during this integration cycle</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="srcDev">
     
<xs:annotation>
       
<xs:documentation>source module (device)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="formA"/>
         
<xs:enumeration value="formB"/>
         
<xs:enumeration value="formC"/>
         
<xs:enumeration value="vsi"/>
         
<xs:enumeration value="input"/>
         
<xs:enumeration value="delay"/>
         
<xs:enumeration value="firFilter"/>
         
<xs:enumeration value="output"/>
         
<xs:enumeration value="timing"/>
         
<xs:enumeration value="wbc"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="destDev">
     
<xs:annotation>
       
<xs:documentation>destination module (device)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="formA"/>
         
<xs:enumeration value="formB"/>
         
<xs:enumeration value="formC"/>
         
<xs:enumeration value="vsi"/>
         
<xs:enumeration value="input"/>
         
<xs:enumeration value="delay"/>
         
<xs:enumeration value="firFilter"/>
         
<xs:enumeration value="output"/>
         
<xs:enumeration value="timing"/>
         
<xs:enumeration value="wbc"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="pathId">
     
<xs:annotation>
       
<xs:documentation>wideband path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="srcPort">
     
<xs:annotation>
       
<xs:documentation>line source port for filter output</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="A"/>
         
<xs:enumeration value="B"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="destPort">
     
<xs:annotation>
       
<xs:documentation>line destination port for filter input</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="A"/>
         
<xs:enumeration value="B"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="srcMod">
     
<xs:annotation>
       
<xs:documentation>line source module or filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="destMod">
     
<xs:annotation>
       
<xs:documentation>line destination module or filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbCrcTable/crcStatus/@link
type restriction of xs:string
properties
isRef 0
facets
enumeration auto
enumeration single
enumeration checkDisabled
enumeration notActive
annotation
documentation
crc checking state for the path between two modules
source <xs:attribute name="link">
 
<xs:annotation>
   
<xs:documentation>crc checking state for the path between two modules</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="auto"/>
     
<xs:enumeration value="single"/>
     
<xs:enumeration value="checkDisabled"/>
     
<xs:enumeration value="notActive"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@samples
type xs:int
properties
isRef 0
annotation
documentation
number of summations for this connection during this integration cycle
source <xs:attribute name="samples" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>number of summations for this connection during this integration cycle</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbCrcTable/crcStatus/@srcDev
type restriction of xs:string
properties
isRef 0
facets
enumeration formA
enumeration formB
enumeration formC
enumeration vsi
enumeration input
enumeration delay
enumeration firFilter
enumeration output
enumeration timing
enumeration wbc
annotation
documentation
source module (device)
source <xs:attribute name="srcDev">
 
<xs:annotation>
   
<xs:documentation>source module (device)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="formA"/>
     
<xs:enumeration value="formB"/>
     
<xs:enumeration value="formC"/>
     
<xs:enumeration value="vsi"/>
     
<xs:enumeration value="input"/>
     
<xs:enumeration value="delay"/>
     
<xs:enumeration value="firFilter"/>
     
<xs:enumeration value="output"/>
     
<xs:enumeration value="timing"/>
     
<xs:enumeration value="wbc"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@destDev
type restriction of xs:string
properties
isRef 0
facets
enumeration formA
enumeration formB
enumeration formC
enumeration vsi
enumeration input
enumeration delay
enumeration firFilter
enumeration output
enumeration timing
enumeration wbc
annotation
documentation
destination module (device)
source <xs:attribute name="destDev">
 
<xs:annotation>
   
<xs:documentation>destination module (device)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="formA"/>
     
<xs:enumeration value="formB"/>
     
<xs:enumeration value="formC"/>
     
<xs:enumeration value="vsi"/>
     
<xs:enumeration value="input"/>
     
<xs:enumeration value="delay"/>
     
<xs:enumeration value="firFilter"/>
     
<xs:enumeration value="output"/>
     
<xs:enumeration value="timing"/>
     
<xs:enumeration value="wbc"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@pathId
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wideband path
source <xs:attribute name="pathId">
 
<xs:annotation>
   
<xs:documentation>wideband path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@srcPort
type restriction of xs:string
properties
isRef 0
facets
enumeration A
enumeration B
annotation
documentation
line source port for filter output
source <xs:attribute name="srcPort">
 
<xs:annotation>
   
<xs:documentation>line source port for filter output</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@destPort
type restriction of xs:string
properties
isRef 0
facets
enumeration A
enumeration B
annotation
documentation
line destination port for filter input
source <xs:attribute name="destPort">
 
<xs:annotation>
   
<xs:documentation>line destination port for filter input</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@srcMod
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
line source module or filter id
source <xs:attribute name="srcMod">
 
<xs:annotation>
   
<xs:documentation>line source module or filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/@destMod
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
line destination module or filter id
source <xs:attribute name="destMod">
 
<xs:annotation>
   
<xs:documentation>line destination module or filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbCrcTable/crcStatus/crc
diagram
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
linexs:string      
documentation
line number or name
headderived by: xs:int      
documentation
integration of CDC data from the source of this data line
tailderived by: xs:int      
documentation
integration of CRC data from the receiver end of this data line
annotation
documentation
actual data contents of crc registers as integrated by the device driver
source <xs:element name="crc" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>actual data contents of crc registers as integrated by the device driver</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="line" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>line number or name</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="head">
     
<xs:annotation>
       
<xs:documentation>integration of CDC data from the source of this data line</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="tail">
     
<xs:annotation>
       
<xs:documentation>integration of CRC data from the receiver end of this data line</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbCrcTable/crcStatus/crc/@line
type xs:string
properties
isRef 0
annotation
documentation
line number or name
source <xs:attribute name="line" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>line number or name</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbCrcTable/crcStatus/crc/@head
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
annotation
documentation
integration of CDC data from the source of this data line
source <xs:attribute name="head">
 
<xs:annotation>
   
<xs:documentation>integration of CDC data from the source of this data line</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbCrcTable/crcStatus/crc/@tail
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
annotation
documentation
integration of CRC data from the receiver end of this data line
source <xs:attribute name="tail">
 
<xs:annotation>
   
<xs:documentation>integration of CRC data from the receiver end of this data line</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbErrorCntTable
diagram
properties
content complex
children input delay vsi wbc firFilter timing output
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
board wide error counts
source <xs:element name="stbErrorCntTable">
 
<xs:annotation>
   
<xs:documentation>board wide error counts</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="input">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>FPGA error accumulations</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="ppsWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pps100Width" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dcmLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of dcm out of lock errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portA10ms" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portB10ms" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portC10ms" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="vsi0_10ms" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="vsi1_10ms" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portA1sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portB1sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portC1sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="vsi0_1sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="vsi1_1sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portA10sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portB10sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="portC10sec" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="delay" maxOccurs="2">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>FPGA error accumulations</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="ppsWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pps100Width" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of dcm out of lock errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sdramLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of SDRAM lock errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="syncFault" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count out-of-sync conditions</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dataInvalid" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count data invalids from FPGA errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="errorRange" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>delay error exceeds range</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="delayRange" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>delay exceeds range</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="parity" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of parity errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="fifoFault" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of fifo faults</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id" use="required">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="vsi" maxOccurs="2">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>status register counters</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="vsiSelectRange" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>invalid VSI bit selected</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="inOutCrcMatch" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Input and output CRC selection mismatch</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="tClkLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>CLK64 PLL lock status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sClkLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>SCLK PLL lock status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Width of sTicks is not correct</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sPpsWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Width of sPPS is not correct</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sTickAlignment" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dataClock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id" use="required">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="wbc">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>FPGA error accumulations</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of sclock out-of-lock conditions</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sysTickWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of sTick width errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="numBands" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of invalid number of bands errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="laggedBand" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of invalid lagged band errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="promptBand" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of invalid prompt band errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="combination" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of invalid combination  errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="firFilter" maxOccurs="36">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>FPGA error accumulations</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="sysTickWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of system tick width errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of dcm out of lock errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="delayErrorPattern" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of delay error pattern errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="delayClockPhase" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of delay clock phase errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="delayFramePhase" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of delay frame phase errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="timing">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>status register counters</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="pllAlarm" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>PLL has lost reference or lock</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="timeCodeCRC" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>timeCode CRC status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="timeCodePPS" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>timeCode PPS interval status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pModCommand" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a phase mod command error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pModFrame" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a phase mod frame error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pModStartBit" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a phase mod start bit error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pModRAM" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a phase mod RAM error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dumpTrigCommand" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a dump trigger command error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dumpTrigTrigger" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a dump trigger trigger error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dumpTrigStartBit" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a dump trigger start bit error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dumpTrigRAM" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>indicate if a dump trigger RAM error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="c64Lock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>CLK64 PLL lock status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sClkLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>SCLK PLL lock status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="gBitTxLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>gigabit transmitter PLL lock status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="c64AToggle" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>64MHz line A clock is toggling</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="c64BToggle" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>64MHz line B clock is toggling</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sTickInterval" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>if time between sTicks is not 10ms, an error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sPpsInterval" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>if time between sPPS is not 10ms, an error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sTickAlignment" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Width of sTicks is not correct</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sPpsWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Width of sPPS is not correct</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="dataClock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="extClkTog" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>external clock toggle status</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="output" maxOccurs="2">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="errorCount">
             
<xs:annotation>
               
<xs:documentation>status register counters</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="pllLock" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of pll not-locked errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="outputSwitch" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of output multiplexer selection errors</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="radarSwitch" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>count of improper rader multiplexer switch configuration</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Width of sTicks is not correct</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id" use="required">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbErrorCntTable/input
diagram
properties
isRef 0
content complex
children errorCount
source <xs:element name="input">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>FPGA error accumulations</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="ppsWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pps100Width" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dcmLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of dcm out of lock errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portA10ms" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portB10ms" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portC10ms" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="vsi0_10ms" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="vsi1_10ms" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portA1sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portB1sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portC1sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="vsi0_1sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="vsi1_1sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portA10sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portB10sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="portC10sec" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element stbErrorCntTable/input/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
ppsWidthxs:intoptional      
documentation
count of system pps pulses > 4ns
pps100Widthxs:intoptional      
documentation
count of system 100pps pulses > 4ns
dcmLockxs:intoptional      
documentation
count of dcm out of lock errors
portA10msxs:intoptional      
documentation
count of port 10ms missing pulses
portB10msxs:intoptional      
documentation
count of port 10ms missing pulses
portC10msxs:intoptional      
documentation
count of port 10ms missing pulses
vsi0_10msxs:intoptional      
documentation
count of port 10ms missing pulses
vsi1_10msxs:intoptional      
documentation
count of port 10ms missing pulses
portA1secxs:intoptional      
documentation
count of port 1 pps missing pulses
portB1secxs:intoptional      
documentation
count of port 1 pps missing pulses
portC1secxs:intoptional      
documentation
count of port 1 pps missing pulses
vsi0_1secxs:intoptional      
documentation
count of port 1 pps missing pulses
vsi1_1secxs:intoptional      
documentation
count of port 1 pps missing pulses
portA10secxs:intoptional      
documentation
count of port 0.1 pps missing pulses
portB10secxs:intoptional      
documentation
count of port 0.1 pps missing pulses
portC10secxs:intoptional      
documentation
count of port 0.1 pps missing pulses
annotation
documentation
FPGA error accumulations
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>FPGA error accumulations</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="ppsWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pps100Width" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dcmLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of dcm out of lock errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portA10ms" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portB10ms" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portC10ms" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="vsi0_10ms" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="vsi1_10ms" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portA1sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portB1sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portC1sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="vsi0_1sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="vsi1_1sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portA10sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portB10sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portC10sec" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/input/errorCount/@ppsWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of system pps pulses > 4ns
source <xs:attribute name="ppsWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@pps100Width
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of system 100pps pulses > 4ns
source <xs:attribute name="pps100Width" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@dcmLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of dcm out of lock errors
source <xs:attribute name="dcmLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of dcm out of lock errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portA10ms
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 10ms missing pulses
source <xs:attribute name="portA10ms" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portB10ms
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 10ms missing pulses
source <xs:attribute name="portB10ms" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portC10ms
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 10ms missing pulses
source <xs:attribute name="portC10ms" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@vsi0_10ms
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 10ms missing pulses
source <xs:attribute name="vsi0_10ms" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@vsi1_10ms
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 10ms missing pulses
source <xs:attribute name="vsi1_10ms" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 10ms missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portA1sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 1 pps missing pulses
source <xs:attribute name="portA1sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portB1sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 1 pps missing pulses
source <xs:attribute name="portB1sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portC1sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 1 pps missing pulses
source <xs:attribute name="portC1sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@vsi0_1sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 1 pps missing pulses
source <xs:attribute name="vsi0_1sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@vsi1_1sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 1 pps missing pulses
source <xs:attribute name="vsi1_1sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portA10sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 0.1 pps missing pulses
source <xs:attribute name="portA10sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portB10sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 0.1 pps missing pulses
source <xs:attribute name="portB10sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/input/errorCount/@portC10sec
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of port 0.1 pps missing pulses
source <xs:attribute name="portC10sec" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of port 0.1 pps missing pulses</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbErrorCntTable/delay
diagram
properties
isRef 0
minOcc 1
maxOcc 2
content complex
children errorCount
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:intrequired      
source <xs:element name="delay" maxOccurs="2">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>FPGA error accumulations</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="ppsWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pps100Width" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of dcm out of lock errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sdramLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of SDRAM lock errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="syncFault" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count out-of-sync conditions</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dataInvalid" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count data invalids from FPGA errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="errorRange" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>delay error exceeds range</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="delayRange" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>delay exceeds range</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="parity" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of parity errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="fifoFault" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of fifo faults</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" use="required">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/delay/@id
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="id" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbErrorCntTable/delay/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
ppsWidthxs:intoptional      
documentation
count of system pps pulses > 4ns
pps100Widthxs:intoptional      
documentation
count of system 100pps pulses > 4ns
sysClkLockxs:intoptional      
documentation
count of dcm out of lock errors
sdramLockxs:intoptional      
documentation
count of SDRAM lock errors
syncFaultxs:intoptional      
documentation
count out-of-sync conditions
dataInvalidxs:intoptional      
documentation
count data invalids from FPGA errors
errorRangexs:intoptional      
documentation
delay error exceeds range
delayRangexs:intoptional      
documentation
delay exceeds range
parityxs:intoptional      
documentation
count of parity errors
fifoFaultxs:intoptional      
documentation
count of fifo faults
annotation
documentation
FPGA error accumulations
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>FPGA error accumulations</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="ppsWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pps100Width" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of dcm out of lock errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sdramLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of SDRAM lock errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="syncFault" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count out-of-sync conditions</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dataInvalid" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count data invalids from FPGA errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="errorRange" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>delay error exceeds range</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="delayRange" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>delay exceeds range</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="parity" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of parity errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="fifoFault" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of fifo faults</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/delay/errorCount/@ppsWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of system pps pulses > 4ns
source <xs:attribute name="ppsWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of system pps pulses > 4ns </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@pps100Width
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of system 100pps pulses > 4ns
source <xs:attribute name="pps100Width" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of system 100pps pulses > 4ns</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@sysClkLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of dcm out of lock errors
source <xs:attribute name="sysClkLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of dcm out of lock errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@sdramLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of SDRAM lock errors
source <xs:attribute name="sdramLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of SDRAM lock errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@syncFault
type xs:int
properties
isRef 0
use optional
annotation
documentation
count out-of-sync conditions
source <xs:attribute name="syncFault" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count out-of-sync conditions</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@dataInvalid
type xs:int
properties
isRef 0
use optional
annotation
documentation
count data invalids from FPGA errors
source <xs:attribute name="dataInvalid" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count data invalids from FPGA errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@errorRange
type xs:int
properties
isRef 0
use optional
annotation
documentation
delay error exceeds range
source <xs:attribute name="errorRange" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>delay error exceeds range</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@delayRange
type xs:int
properties
isRef 0
use optional
annotation
documentation
delay exceeds range
source <xs:attribute name="delayRange" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>delay exceeds range</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@parity
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of parity errors
source <xs:attribute name="parity" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of parity errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/delay/errorCount/@fifoFault
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of fifo faults
source <xs:attribute name="fifoFault" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of fifo faults</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbErrorCntTable/vsi
diagram
properties
isRef 0
minOcc 1
maxOcc 2
content complex
children errorCount
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:intrequired      
source <xs:element name="vsi" maxOccurs="2">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>status register counters</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="vsiSelectRange" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>invalid VSI bit selected</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="inOutCrcMatch" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>Input and output CRC selection mismatch</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="tClkLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>CLK64 PLL lock status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sClkLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>SCLK PLL lock status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>Width of sTicks is not correct</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sPpsWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>Width of sPPS is not correct</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sTickAlignment" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dataClock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" use="required">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/vsi/@id
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="id" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbErrorCntTable/vsi/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
vsiSelectRangexs:intoptional      
documentation
invalid VSI bit selected
inOutCrcMatchxs:intoptional      
documentation
Input and output CRC selection mismatch
tClkLockxs:intoptional      
documentation
CLK64 PLL lock status
sClkLockxs:intoptional      
documentation
SCLK PLL lock status
sTickWidthxs:intoptional      
documentation
Width of sTicks is not correct
sPpsWidthxs:intoptional      
documentation
Width of sPPS is not correct
sTickAlignmentxs:intoptional      
documentation
if alignment between sTick and sPPS is not coincedent, an error exists
dataClockxs:intoptional      
documentation
count of data clock errors from all inputs
annotation
documentation
status register counters
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>status register counters</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="vsiSelectRange" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>invalid VSI bit selected</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="inOutCrcMatch" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>Input and output CRC selection mismatch</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="tClkLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>CLK64 PLL lock status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sClkLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>SCLK PLL lock status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>Width of sTicks is not correct</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sPpsWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>Width of sPPS is not correct</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sTickAlignment" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dataClock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/vsi/errorCount/@vsiSelectRange
type xs:int
properties
isRef 0
use optional
annotation
documentation
invalid VSI bit selected
source <xs:attribute name="vsiSelectRange" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>invalid VSI bit selected</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@inOutCrcMatch
type xs:int
properties
isRef 0
use optional
annotation
documentation
Input and output CRC selection mismatch
source <xs:attribute name="inOutCrcMatch" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>Input and output CRC selection mismatch</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@tClkLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
CLK64 PLL lock status
source <xs:attribute name="tClkLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>CLK64 PLL lock status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@sClkLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
SCLK PLL lock status
source <xs:attribute name="sClkLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>SCLK PLL lock status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@sTickWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
Width of sTicks is not correct
source <xs:attribute name="sTickWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>Width of sTicks is not correct</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@sPpsWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
Width of sPPS is not correct
source <xs:attribute name="sPpsWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>Width of sPPS is not correct</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@sTickAlignment
type xs:int
properties
isRef 0
use optional
annotation
documentation
if alignment between sTick and sPPS is not coincedent, an error exists
source <xs:attribute name="sTickAlignment" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/vsi/errorCount/@dataClock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of data clock errors from all inputs
source <xs:attribute name="dataClock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbErrorCntTable/wbc
diagram
properties
isRef 0
content complex
children errorCount
source <xs:element name="wbc">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>FPGA error accumulations</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of sclock out-of-lock conditions</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sysTickWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of sTick width errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="numBands" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of invalid number of bands errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="laggedBand" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of invalid lagged band errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="promptBand" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of invalid prompt band errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="combination" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of invalid combination  errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element stbErrorCntTable/wbc/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
sysClkLockxs:intoptional      
documentation
count of sclock out-of-lock conditions
sysTickWidthxs:intoptional      
documentation
count of sTick width errors
numBandsxs:intoptional      
documentation
count of invalid number of bands errors
laggedBandxs:intoptional      
documentation
count of invalid lagged band errors
promptBandxs:intoptional      
documentation
count of invalid prompt band errors
combinationxs:intoptional      
documentation
count of invalid combination  errors
annotation
documentation
FPGA error accumulations
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>FPGA error accumulations</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of sclock out-of-lock conditions</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sysTickWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of sTick width errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="numBands" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of invalid number of bands errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="laggedBand" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of invalid lagged band errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="promptBand" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of invalid prompt band errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="combination" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of invalid combination  errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/wbc/errorCount/@sysClkLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of sclock out-of-lock conditions
source <xs:attribute name="sysClkLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of sclock out-of-lock conditions</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/wbc/errorCount/@sysTickWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of sTick width errors
source <xs:attribute name="sysTickWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of sTick width errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/wbc/errorCount/@numBands
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of invalid number of bands errors
source <xs:attribute name="numBands" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of invalid number of bands errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/wbc/errorCount/@laggedBand
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of invalid lagged band errors
source <xs:attribute name="laggedBand" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of invalid lagged band errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/wbc/errorCount/@promptBand
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of invalid prompt band errors
source <xs:attribute name="promptBand" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of invalid prompt band errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/wbc/errorCount/@combination
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of invalid combination  errors
source <xs:attribute name="combination" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of invalid combination  errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbErrorCntTable/firFilter
diagram
properties
isRef 0
minOcc 1
maxOcc 36
content complex
children errorCount
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:stringrequired      
source <xs:element name="firFilter" maxOccurs="36">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>FPGA error accumulations</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="sysTickWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of system tick width errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of dcm out of lock errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="delayErrorPattern" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of delay error pattern errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="delayClockPhase" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of delay clock phase errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="delayFramePhase" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of delay frame phase errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/firFilter/@id
type xs:string
properties
isRef 0
use required
source <xs:attribute name="id" type="xs:string" use="required"/>

element stbErrorCntTable/firFilter/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
sysTickWidthxs:intoptional      
documentation
count of system tick width errors
sysClkLockxs:intoptional      
documentation
count of dcm out of lock errors
delayErrorPatternxs:intoptional      
documentation
count of delay error pattern errors
delayClockPhasexs:intoptional      
documentation
count of delay clock phase errors
delayFramePhasexs:intoptional      
documentation
count of delay frame phase errors
annotation
documentation
FPGA error accumulations
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>FPGA error accumulations</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="sysTickWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of system tick width errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sysClkLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of dcm out of lock errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="delayErrorPattern" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of delay error pattern errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="delayClockPhase" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of delay clock phase errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="delayFramePhase" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of delay frame phase errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/firFilter/errorCount/@sysTickWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of system tick width errors
source <xs:attribute name="sysTickWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of system tick width errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/firFilter/errorCount/@sysClkLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of dcm out of lock errors
source <xs:attribute name="sysClkLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of dcm out of lock errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/firFilter/errorCount/@delayErrorPattern
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of delay error pattern errors
source <xs:attribute name="delayErrorPattern" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of delay error pattern errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/firFilter/errorCount/@delayClockPhase
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of delay clock phase errors
source <xs:attribute name="delayClockPhase" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of delay clock phase errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/firFilter/errorCount/@delayFramePhase
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of delay frame phase errors
source <xs:attribute name="delayFramePhase" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of delay frame phase errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbErrorCntTable/timing
diagram
properties
isRef 0
content complex
children errorCount
source <xs:element name="timing">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>status register counters</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="pllAlarm" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>PLL has lost reference or lock</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="timeCodeCRC" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>timeCode CRC status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="timeCodePPS" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>timeCode PPS interval status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pModCommand" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a phase mod command error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pModFrame" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a phase mod frame error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pModStartBit" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a phase mod start bit error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pModRAM" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a phase mod RAM error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dumpTrigCommand" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a dump trigger command error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dumpTrigTrigger" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a dump trigger trigger error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dumpTrigStartBit" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a dump trigger start bit error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dumpTrigRAM" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>indicate if a dump trigger RAM error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="c64Lock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>CLK64 PLL lock status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sClkLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>SCLK PLL lock status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="gBitTxLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>gigabit transmitter PLL lock status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="c64AToggle" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>64MHz line A clock is toggling</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="c64BToggle" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>64MHz line B clock is toggling</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sTickInterval" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>if time between sTicks is not 10ms, an error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sPpsInterval" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>if time between sPPS is not 10ms, an error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sTickAlignment" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>Width of sTicks is not correct</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sPpsWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>Width of sPPS is not correct</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="dataClock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="extClkTog" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>external clock toggle status</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element stbErrorCntTable/timing/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
pllAlarmxs:intoptional      
documentation
PLL has lost reference or lock
timeCodeCRCxs:intoptional      
documentation
timeCode CRC status
timeCodePPSxs:intoptional      
documentation
timeCode PPS interval status
pModCommandxs:intoptional      
documentation
indicate if a phase mod command error exists
pModFramexs:intoptional      
documentation
indicate if a phase mod frame error exists
pModStartBitxs:intoptional      
documentation
indicate if a phase mod start bit error exists
pModRAMxs:intoptional      
documentation
indicate if a phase mod RAM error exists
dumpTrigCommandxs:intoptional      
documentation
indicate if a dump trigger command error exists
dumpTrigTriggerxs:intoptional      
documentation
indicate if a dump trigger trigger error exists
dumpTrigStartBitxs:intoptional      
documentation
indicate if a dump trigger start bit error exists
dumpTrigRAMxs:intoptional      
documentation
indicate if a dump trigger RAM error exists
c64Lockxs:intoptional      
documentation
CLK64 PLL lock status
sClkLockxs:intoptional      
documentation
SCLK PLL lock status
gBitTxLockxs:intoptional      
documentation
gigabit transmitter PLL lock status
c64ATogglexs:intoptional      
documentation
64MHz line A clock is toggling
c64BTogglexs:intoptional      
documentation
64MHz line B clock is toggling
sTickIntervalxs:intoptional      
documentation
if time between sTicks is not 10ms, an error exists
sPpsIntervalxs:intoptional      
documentation
if time between sPPS is not 10ms, an error exists
sTickAlignmentxs:intoptional      
documentation
if alignment between sTick and sPPS is not coincedent, an error exists
sTickWidthxs:intoptional      
documentation
Width of sTicks is not correct
sPpsWidthxs:intoptional      
documentation
Width of sPPS is not correct
dataClockxs:intoptional      
documentation
count of data clock errors from all inputs
extClkTogxs:intoptional      
documentation
external clock toggle status
annotation
documentation
status register counters
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>status register counters</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="pllAlarm" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>PLL has lost reference or lock</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="timeCodeCRC" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>timeCode CRC status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="timeCodePPS" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>timeCode PPS interval status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pModCommand" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a phase mod command error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pModFrame" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a phase mod frame error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pModStartBit" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a phase mod start bit error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pModRAM" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a phase mod RAM error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dumpTrigCommand" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a dump trigger command error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dumpTrigTrigger" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a dump trigger trigger error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dumpTrigStartBit" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a dump trigger start bit error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dumpTrigRAM" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>indicate if a dump trigger RAM error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="c64Lock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>CLK64 PLL lock status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sClkLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>SCLK PLL lock status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="gBitTxLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>gigabit transmitter PLL lock status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="c64AToggle" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>64MHz line A clock is toggling</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="c64BToggle" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>64MHz line B clock is toggling</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sTickInterval" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>if time between sTicks is not 10ms, an error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sPpsInterval" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>if time between sPPS is not 10ms, an error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sTickAlignment" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>Width of sTicks is not correct</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sPpsWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>Width of sPPS is not correct</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dataClock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="extClkTog" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>external clock toggle status</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/timing/errorCount/@pllAlarm
type xs:int
properties
isRef 0
use optional
annotation
documentation
PLL has lost reference or lock
source <xs:attribute name="pllAlarm" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>PLL has lost reference or lock</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@timeCodeCRC
type xs:int
properties
isRef 0
use optional
annotation
documentation
timeCode CRC status
source <xs:attribute name="timeCodeCRC" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>timeCode CRC status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@timeCodePPS
type xs:int
properties
isRef 0
use optional
annotation
documentation
timeCode PPS interval status
source <xs:attribute name="timeCodePPS" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>timeCode PPS interval status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@pModCommand
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a phase mod command error exists
source <xs:attribute name="pModCommand" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a phase mod command error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@pModFrame
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a phase mod frame error exists
source <xs:attribute name="pModFrame" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a phase mod frame error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@pModStartBit
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a phase mod start bit error exists
source <xs:attribute name="pModStartBit" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a phase mod start bit error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@pModRAM
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a phase mod RAM error exists
source <xs:attribute name="pModRAM" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a phase mod RAM error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@dumpTrigCommand
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a dump trigger command error exists
source <xs:attribute name="dumpTrigCommand" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a dump trigger command error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@dumpTrigTrigger
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a dump trigger trigger error exists
source <xs:attribute name="dumpTrigTrigger" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a dump trigger trigger error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@dumpTrigStartBit
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a dump trigger start bit error exists
source <xs:attribute name="dumpTrigStartBit" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a dump trigger start bit error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@dumpTrigRAM
type xs:int
properties
isRef 0
use optional
annotation
documentation
indicate if a dump trigger RAM error exists
source <xs:attribute name="dumpTrigRAM" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>indicate if a dump trigger RAM error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@c64Lock
type xs:int
properties
isRef 0
use optional
annotation
documentation
CLK64 PLL lock status
source <xs:attribute name="c64Lock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>CLK64 PLL lock status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@sClkLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
SCLK PLL lock status
source <xs:attribute name="sClkLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>SCLK PLL lock status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@gBitTxLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
gigabit transmitter PLL lock status
source <xs:attribute name="gBitTxLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>gigabit transmitter PLL lock status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@c64AToggle
type xs:int
properties
isRef 0
use optional
annotation
documentation
64MHz line A clock is toggling
source <xs:attribute name="c64AToggle" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>64MHz line A clock is toggling</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@c64BToggle
type xs:int
properties
isRef 0
use optional
annotation
documentation
64MHz line B clock is toggling
source <xs:attribute name="c64BToggle" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>64MHz line B clock is toggling</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@sTickInterval
type xs:int
properties
isRef 0
use optional
annotation
documentation
if time between sTicks is not 10ms, an error exists
source <xs:attribute name="sTickInterval" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>if time between sTicks is not 10ms, an error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@sPpsInterval
type xs:int
properties
isRef 0
use optional
annotation
documentation
if time between sPPS is not 10ms, an error exists
source <xs:attribute name="sPpsInterval" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>if time between sPPS is not 10ms, an error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@sTickAlignment
type xs:int
properties
isRef 0
use optional
annotation
documentation
if alignment between sTick and sPPS is not coincedent, an error exists
source <xs:attribute name="sTickAlignment" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>if alignment between sTick and sPPS is not coincedent, an error exists</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@sTickWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
Width of sTicks is not correct
source <xs:attribute name="sTickWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>Width of sTicks is not correct</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@sPpsWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
Width of sPPS is not correct
source <xs:attribute name="sPpsWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>Width of sPPS is not correct</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@dataClock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of data clock errors from all inputs
source <xs:attribute name="dataClock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of data clock errors from all inputs</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/timing/errorCount/@extClkTog
type xs:int
properties
isRef 0
use optional
annotation
documentation
external clock toggle status
source <xs:attribute name="extClkTog" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>external clock toggle status</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbErrorCntTable/output
diagram
properties
isRef 0
minOcc 1
maxOcc 2
content complex
children errorCount
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:intrequired      
source <xs:element name="output" maxOccurs="2">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errorCount">
       
<xs:annotation>
         
<xs:documentation>status register counters</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="pllLock" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of pll not-locked errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="outputSwitch" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of output multiplexer selection errors</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="radarSwitch" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>count of improper rader multiplexer switch configuration</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
           
<xs:annotation>
             
<xs:documentation>Width of sTicks is not correct</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" use="required">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/output/@id
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="id" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbErrorCntTable/output/errorCount
diagram
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
pllLockxs:intoptional      
documentation
count of pll not-locked errors
outputSwitchxs:intoptional      
documentation
count of output multiplexer selection errors
radarSwitchxs:intoptional      
documentation
count of improper rader multiplexer switch configuration
sTickWidthxs:intoptional      
documentation
Width of sTicks is not correct
annotation
documentation
status register counters
source <xs:element name="errorCount">
 
<xs:annotation>
   
<xs:documentation>status register counters</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="pllLock" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of pll not-locked errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="outputSwitch" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of output multiplexer selection errors</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="radarSwitch" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>count of improper rader multiplexer switch configuration</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sTickWidth" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>Width of sTicks is not correct</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbErrorCntTable/output/errorCount/@pllLock
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of pll not-locked errors
source <xs:attribute name="pllLock" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of pll not-locked errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/output/errorCount/@outputSwitch
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of output multiplexer selection errors
source <xs:attribute name="outputSwitch" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of output multiplexer selection errors</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/output/errorCount/@radarSwitch
type xs:int
properties
isRef 0
use optional
annotation
documentation
count of improper rader multiplexer switch configuration
source <xs:attribute name="radarSwitch" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>count of improper rader multiplexer switch configuration</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbErrorCntTable/output/errorCount/@sTickWidth
type xs:int
properties
isRef 0
use optional
annotation
documentation
Width of sTicks is not correct
source <xs:attribute name="sTickWidth" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>Width of sTicks is not correct</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbInpStateCountsTable
diagram
properties
content complex
children inputPath
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
numBitsderived by: xs:int      
documentation
number of bits in sample
firstStatederived by: xs:int      
documentation
lowest state in state sample range
lastStatederived by: xs:int      
documentation
highest state in state sample range
annotation
documentation
Wideband input state counts derived from the WIDAR station board input module
source <xs:element name="stbInpStateCountsTable">
 
<xs:annotation>
   
<xs:documentation>Wideband input state counts derived from the WIDAR station board input module</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="inputPath" maxOccurs="2">
       
<xs:annotation>
         
<xs:documentation>state counts from a single wide band input path</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="band" maxOccurs="15">
             
<xs:annotation>
               
<xs:documentation>encoded state counts for one band (4 bytes per state)</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="dataFormatType">
                   
<xs:attribute name="id">
                     
<xs:annotation>
                       
<xs:documentation>band id</xs:documentation>
                     
</xs:annotation>
                     
<xs:simpleType>
                       
<xs:restriction base="xs:int">
                         
<xs:minInclusive value="0"/>
                         
<xs:maxInclusive value="17"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>wideband input path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
   
<xs:attribute name="numBits">
     
<xs:annotation>
       
<xs:documentation>number of bits in sample</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:enumeration value="3"/>
         
<xs:enumeration value="8"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="firstState">
     
<xs:annotation>
       
<xs:documentation>lowest state in state sample range</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="-127"/>
         
<xs:maxInclusive value="128"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="lastState">
     
<xs:annotation>
       
<xs:documentation>highest state in state sample range</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="-127"/>
         
<xs:maxInclusive value="128"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbInpStateCountsTable/@numBits
type restriction of xs:int
properties
isRef 0
facets
enumeration 3
enumeration 8
annotation
documentation
number of bits in sample
source <xs:attribute name="numBits">
 
<xs:annotation>
   
<xs:documentation>number of bits in sample</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:enumeration value="3"/>
     
<xs:enumeration value="8"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbInpStateCountsTable/@firstState
type restriction of xs:int
properties
isRef 0
facets
minInclusive -127
maxInclusive 128
annotation
documentation
lowest state in state sample range
source <xs:attribute name="firstState">
 
<xs:annotation>
   
<xs:documentation>lowest state in state sample range</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="-127"/>
     
<xs:maxInclusive value="128"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbInpStateCountsTable/@lastState
type restriction of xs:int
properties
isRef 0
facets
minInclusive -127
maxInclusive 128
annotation
documentation
highest state in state sample range
source <xs:attribute name="lastState">
 
<xs:annotation>
   
<xs:documentation>highest state in state sample range</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="-127"/>
     
<xs:maxInclusive value="128"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbInpStateCountsTable/inputPath
diagram
properties
isRef 0
minOcc 1
maxOcc 2
content complex
children band
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
wideband input path
annotation
documentation
state counts from a single wide band input path
source <xs:element name="inputPath" maxOccurs="2">
 
<xs:annotation>
   
<xs:documentation>state counts from a single wide band input path</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="band" maxOccurs="15">
       
<xs:annotation>
         
<xs:documentation>encoded state counts for one band (4 bytes per state)</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="dataFormatType">
             
<xs:attribute name="id">
               
<xs:annotation>
                 
<xs:documentation>band id</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:int">
                   
<xs:minInclusive value="0"/>
                   
<xs:maxInclusive value="17"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>wideband input path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbInpStateCountsTable/inputPath/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wideband input path
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>wideband input path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbInpStateCountsTable/inputPath/band
diagram
type extension of dataFormatType
properties
isRef 0
minOcc 1
maxOcc 15
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
band id
annotation
documentation
encoded state counts for one band (4 bytes per state)
source <xs:element name="band" maxOccurs="15">
 
<xs:annotation>
   
<xs:documentation>encoded state counts for one band (4 bytes per state)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="dataFormatType">
       
<xs:attribute name="id">
         
<xs:annotation>
           
<xs:documentation>band id</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:int">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="17"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute stbInpStateCountsTable/inputPath/band/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
band id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>band id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbOutStateCountsTable
diagram
properties
content complex
children filterStates
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
Post quantizer output state counts derived from the WIDAR station board filter modules
source <xs:element name="stbOutStateCountsTable">
 
<xs:annotation>
   
<xs:documentation>Post quantizer output state counts derived from the WIDAR station board filter modules</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="filterStates" maxOccurs="36">
       
<xs:annotation>
         
<xs:documentation>state counts from a single filter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="stateCounts" type="dataFormatType" maxOccurs="255">
             
<xs:annotation>
               
<xs:documentation>state count data</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="firstState">
           
<xs:annotation>
             
<xs:documentation>lowest state in state sample range</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="-128"/>
               
<xs:maxInclusive value="127"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="lastState">
           
<xs:annotation>
             
<xs:documentation>highest state in state sample range</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="-128"/>
               
<xs:maxInclusive value="127"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="dataPath">
           
<xs:annotation>
             
<xs:documentation>wide band data path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbOutStateCountsTable/filterStates
diagram
properties
isRef 0
minOcc 1
maxOcc 36
content complex
children stateCounts
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
filter id
firstStatederived by: xs:int      
documentation
lowest state in state sample range
lastStatederived by: xs:int      
documentation
highest state in state sample range
dataPathderived by: xs:int      
documentation
wide band data path
annotation
documentation
state counts from a single filter
source <xs:element name="filterStates" maxOccurs="36">
 
<xs:annotation>
   
<xs:documentation>state counts from a single filter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="stateCounts" type="dataFormatType" maxOccurs="255">
       
<xs:annotation>
         
<xs:documentation>state count data</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="firstState">
     
<xs:annotation>
       
<xs:documentation>lowest state in state sample range</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="-128"/>
         
<xs:maxInclusive value="127"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="lastState">
     
<xs:annotation>
       
<xs:documentation>highest state in state sample range</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="-128"/>
         
<xs:maxInclusive value="127"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="dataPath">
     
<xs:annotation>
       
<xs:documentation>wide band data path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbOutStateCountsTable/filterStates/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
filter id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbOutStateCountsTable/filterStates/@firstState
type restriction of xs:int
properties
isRef 0
facets
minInclusive -128
maxInclusive 127
annotation
documentation
lowest state in state sample range
source <xs:attribute name="firstState">
 
<xs:annotation>
   
<xs:documentation>lowest state in state sample range</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbOutStateCountsTable/filterStates/@lastState
type restriction of xs:int
properties
isRef 0
facets
minInclusive -128
maxInclusive 127
annotation
documentation
highest state in state sample range
source <xs:attribute name="lastState">
 
<xs:annotation>
   
<xs:documentation>highest state in state sample range</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbOutStateCountsTable/filterStates/@dataPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wide band data path
source <xs:attribute name="dataPath">
 
<xs:annotation>
   
<xs:documentation>wide band data path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbOutStateCountsTable/filterStates/stateCounts
diagram
type dataFormatType
properties
isRef 0
minOcc 1
maxOcc 255
content complex
annotation
documentation
state count data
source <xs:element name="stateCounts" type="dataFormatType" maxOccurs="255">
 
<xs:annotation>
   
<xs:documentation>state count data</xs:documentation>
 
</xs:annotation>
</xs:element>

element stbPowerTable
diagram
properties
content complex
children filterPwr
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
filter pre and post quantizer power measurements
source <xs:element name="stbPowerTable">
 
<xs:annotation>
   
<xs:documentation>filter pre and post quantizer power measurements</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="filterPwr" maxOccurs="34">
       
<xs:annotation>
         
<xs:documentation>power measurements from a single filter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="dataPath">
           
<xs:annotation>
             
<xs:documentation>wide band data path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="s1Scale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>stage 1 filter scaling factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="s2Scale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>stage 2 filter scaling factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="s3Scale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>stage 3 filter scaling factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="s4Scale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>stage 4 filter scaling factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="preQuantPwrNdOn" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>Pre quantizer noise diode power for on state</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="preQuantPwrNdOff" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>Pre quantizer noise diode power for off state</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="validsNdOn" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>Pre quantizer noise diode valids for on state</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="validsNdOff" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>Pre quantizer noise diode valids for off state</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="quantScale" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>quantizer scale factor</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="postQuantNumBits">
           
<xs:annotation>
             
<xs:documentation>number of bits for post quantizer resampled data</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:enumeration value="4"/>
               
<xs:enumeration value="7"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="postQuantPwr" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>post quantizer power</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="postQuantValids" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>post quantizer valids</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbPowerTable/filterPwr
diagram
properties
isRef 0
minOcc 1
maxOcc 34
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
filter id
dataPathderived by: xs:int      
documentation
wide band data path
s1Scalexs:int      
documentation
stage 1 filter scaling factor
s2Scalexs:int      
documentation
stage 2 filter scaling factor
s3Scalexs:int      
documentation
stage 3 filter scaling factor
s4Scalexs:int      
documentation
stage 4 filter scaling factor
preQuantPwrNdOnxs:unsignedInt      
documentation
Pre quantizer noise diode power for on state
preQuantPwrNdOffxs:unsignedInt      
documentation
Pre quantizer noise diode power for off state
validsNdOnxs:unsignedInt      
documentation
Pre quantizer noise diode valids for on state
validsNdOffxs:unsignedInt      
documentation
Pre quantizer noise diode valids for off state
quantScalexs:int      
documentation
quantizer scale factor
postQuantNumBitsderived by: xs:int      
documentation
number of bits for post quantizer resampled data
postQuantPwrxs:unsignedInt      
documentation
post quantizer power
postQuantValidsxs:unsignedInt      
documentation
post quantizer valids
annotation
documentation
power measurements from a single filter
source <xs:element name="filterPwr" maxOccurs="34">
 
<xs:annotation>
   
<xs:documentation>power measurements from a single filter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="dataPath">
     
<xs:annotation>
       
<xs:documentation>wide band data path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="s1Scale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>stage 1 filter scaling factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="s2Scale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>stage 2 filter scaling factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="s3Scale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>stage 3 filter scaling factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="s4Scale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>stage 4 filter scaling factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="preQuantPwrNdOn" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>Pre quantizer noise diode power for on state</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="preQuantPwrNdOff" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>Pre quantizer noise diode power for off state</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="validsNdOn" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>Pre quantizer noise diode valids for on state</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="validsNdOff" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>Pre quantizer noise diode valids for off state</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="quantScale" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>quantizer scale factor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="postQuantNumBits">
     
<xs:annotation>
       
<xs:documentation>number of bits for post quantizer resampled data</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:enumeration value="4"/>
         
<xs:enumeration value="7"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="postQuantPwr" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>post quantizer power</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="postQuantValids" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>post quantizer valids</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbPowerTable/filterPwr/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
filter id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbPowerTable/filterPwr/@dataPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wide band data path
source <xs:attribute name="dataPath">
 
<xs:annotation>
   
<xs:documentation>wide band data path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbPowerTable/filterPwr/@s1Scale
type xs:int
properties
isRef 0
annotation
documentation
stage 1 filter scaling factor
source <xs:attribute name="s1Scale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>stage 1 filter scaling factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@s2Scale
type xs:int
properties
isRef 0
annotation
documentation
stage 2 filter scaling factor
source <xs:attribute name="s2Scale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>stage 2 filter scaling factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@s3Scale
type xs:int
properties
isRef 0
annotation
documentation
stage 3 filter scaling factor
source <xs:attribute name="s3Scale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>stage 3 filter scaling factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@s4Scale
type xs:int
properties
isRef 0
annotation
documentation
stage 4 filter scaling factor
source <xs:attribute name="s4Scale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>stage 4 filter scaling factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@preQuantPwrNdOn
type xs:unsignedInt
properties
isRef 0
annotation
documentation
Pre quantizer noise diode power for on state
source <xs:attribute name="preQuantPwrNdOn" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>Pre quantizer noise diode power for on state</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@preQuantPwrNdOff
type xs:unsignedInt
properties
isRef 0
annotation
documentation
Pre quantizer noise diode power for off state
source <xs:attribute name="preQuantPwrNdOff" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>Pre quantizer noise diode power for off state</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@validsNdOn
type xs:unsignedInt
properties
isRef 0
annotation
documentation
Pre quantizer noise diode valids for on state
source <xs:attribute name="validsNdOn" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>Pre quantizer noise diode valids for on state</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@validsNdOff
type xs:unsignedInt
properties
isRef 0
annotation
documentation
Pre quantizer noise diode valids for off state
source <xs:attribute name="validsNdOff" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>Pre quantizer noise diode valids for off state</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@quantScale
type xs:int
properties
isRef 0
annotation
documentation
quantizer scale factor
source <xs:attribute name="quantScale" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>quantizer scale factor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@postQuantNumBits
type restriction of xs:int
properties
isRef 0
facets
enumeration 4
enumeration 7
annotation
documentation
number of bits for post quantizer resampled data
source <xs:attribute name="postQuantNumBits">
 
<xs:annotation>
   
<xs:documentation>number of bits for post quantizer resampled data</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:enumeration value="4"/>
     
<xs:enumeration value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbPowerTable/filterPwr/@postQuantPwr
type xs:unsignedInt
properties
isRef 0
annotation
documentation
post quantizer power
source <xs:attribute name="postQuantPwr" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>post quantizer power</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbPowerTable/filterPwr/@postQuantValids
type xs:unsignedInt
properties
isRef 0
annotation
documentation
post quantizer valids
source <xs:attribute name="postQuantValids" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>post quantizer valids</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbRfiTable
diagram
properties
content complex
children filterRfi
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
rfi count and parameter extraction
source <xs:element name="stbRfiTable">
 
<xs:annotation>
   
<xs:documentation>rfi count and parameter extraction</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="filterRfi" maxOccurs="32">
       
<xs:annotation>
         
<xs:documentation>rfi parameters from a single filter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="dataPath">
           
<xs:annotation>
             
<xs:documentation>wide band data path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="threshold" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>rfi excision threshold</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="stretch" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>numbers of samples to supress after detection</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="detCount" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>number of detections</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="valids" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>number of valid samples</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbRfiTable/filterRfi
diagram
properties
isRef 0
minOcc 1
maxOcc 32
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
filter id
dataPathderived by: xs:int      
documentation
wide band data path
thresholdxs:int      
documentation
rfi excision threshold
stretchxs:int      
documentation
numbers of samples to supress after detection
detCountxs:int      
documentation
number of detections
validsxs:int      
documentation
number of valid samples
annotation
documentation
rfi parameters from a single filter
source <xs:element name="filterRfi" maxOccurs="32">
 
<xs:annotation>
   
<xs:documentation>rfi parameters from a single filter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="dataPath">
     
<xs:annotation>
       
<xs:documentation>wide band data path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="threshold" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>rfi excision threshold</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="stretch" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>numbers of samples to supress after detection</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="detCount" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>number of detections</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="valids" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>number of valid samples</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbRfiTable/filterRfi/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
filter id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbRfiTable/filterRfi/@dataPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
wide band data path
source <xs:attribute name="dataPath">
 
<xs:annotation>
   
<xs:documentation>wide band data path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbRfiTable/filterRfi/@threshold
type xs:int
properties
isRef 0
annotation
documentation
rfi excision threshold
source <xs:attribute name="threshold" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>rfi excision threshold</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbRfiTable/filterRfi/@stretch
type xs:int
properties
isRef 0
annotation
documentation
numbers of samples to supress after detection
source <xs:attribute name="stretch" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>numbers of samples to supress after detection</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbRfiTable/filterRfi/@detCount
type xs:int
properties
isRef 0
annotation
documentation
number of detections
source <xs:attribute name="detCount" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>number of detections</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbRfiTable/filterRfi/@valids
type xs:int
properties
isRef 0
annotation
documentation
number of valid samples
source <xs:attribute name="valids" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>number of valid samples</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbTables
diagram
properties
content complex
children stbWbcProductsTable stbToneExtTable stbInpStateCountsTable stbOutStateCountsTable stbClipTable stbPowerTable stbTicTable stbCrcTable stbCrcErrorTable stbErrorCntTable switchedPowerTable stbRfiTable bbSlopeTable
source <xs:element name="stbTables">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="stbWbcProductsTable" minOccurs="0"/>
     
<xs:element ref="stbToneExtTable" minOccurs="0"/>
     
<xs:element ref="stbInpStateCountsTable" minOccurs="0"/>
     
<xs:element ref="stbOutStateCountsTable" minOccurs="0"/>
     
<xs:element ref="stbClipTable" minOccurs="0"/>
     
<xs:element ref="stbPowerTable" minOccurs="0"/>
     
<xs:element ref="stbTicTable" minOccurs="0"/>
     
<xs:element ref="stbCrcTable" minOccurs="0"/>
     
<xs:element ref="stbCrcErrorTable" minOccurs="0"/>
     
<xs:element ref="stbErrorCntTable" minOccurs="0"/>
     
<xs:element ref="switchedPowerTable" minOccurs="0"/>
     
<xs:element ref="stbRfiTable" minOccurs="0"/>
     
<xs:element ref="bbSlopeTable" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element stbTicTable
diagram
properties
content complex
children timeInterval
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
time interval counters
source <xs:element name="stbTicTable">
 
<xs:annotation>
   
<xs:documentation>time interval counters</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="timeInterval" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="count" maxOccurs="unbounded">
             
<xs:complexType>
               
<xs:attribute name="signal" type="xs:string" use="required"/>
               
<xs:attribute name="path" type="xs:string"/>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="device" use="required">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="input"/>
               
<xs:enumeration value="delay"/>
               
<xs:enumeration value="wbc"/>
               
<xs:enumeration value="firFilter"/>
               
<xs:enumeration value="timing"/>
               
<xs:enumeration value="output"/>
               
<xs:enumeration value="vsi"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="id" type="xs:string"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbTicTable/timeInterval
diagram
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children count
attributes
Name  Type  Use  Default  Fixed  annotation
devicederived by: xs:stringrequired      
idxs:string      
source <xs:element name="timeInterval" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="count" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:attribute name="signal" type="xs:string" use="required"/>
         
<xs:attribute name="path" type="xs:string"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="device" use="required">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="input"/>
         
<xs:enumeration value="delay"/>
         
<xs:enumeration value="wbc"/>
         
<xs:enumeration value="firFilter"/>
         
<xs:enumeration value="timing"/>
         
<xs:enumeration value="output"/>
         
<xs:enumeration value="vsi"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="id" type="xs:string"/>
 
</xs:complexType>
</xs:element>

attribute stbTicTable/timeInterval/@device
type restriction of xs:string
properties
isRef 0
use required
facets
enumeration input
enumeration delay
enumeration wbc
enumeration firFilter
enumeration timing
enumeration output
enumeration vsi
source <xs:attribute name="device" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="input"/>
     
<xs:enumeration value="delay"/>
     
<xs:enumeration value="wbc"/>
     
<xs:enumeration value="firFilter"/>
     
<xs:enumeration value="timing"/>
     
<xs:enumeration value="output"/>
     
<xs:enumeration value="vsi"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbTicTable/timeInterval/@id
type xs:string
properties
isRef 0
source <xs:attribute name="id" type="xs:string"/>

element stbTicTable/timeInterval/count
diagram
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
signalxs:stringrequired      
pathxs:string      
source <xs:element name="count" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:attribute name="signal" type="xs:string" use="required"/>
   
<xs:attribute name="path" type="xs:string"/>
 
</xs:complexType>
</xs:element>

attribute stbTicTable/timeInterval/count/@signal
type xs:string
properties
isRef 0
use required
source <xs:attribute name="signal" type="xs:string" use="required"/>

attribute stbTicTable/timeInterval/count/@path
type xs:string
properties
isRef 0
source <xs:attribute name="path" type="xs:string"/>

element stbToneExtTable
diagram
properties
content complex
children filterToneExt
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
table of staton board filter tone extractions
source <xs:element name="stbToneExtTable">
 
<xs:annotation>
   
<xs:documentation>table of staton board filter tone extractions</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="filterToneExt" maxOccurs="32">
       
<xs:annotation>
         
<xs:documentation>tone extractions for a single filter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="id">
           
<xs:annotation>
             
<xs:documentation>filter id</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="dataPath">
           
<xs:annotation>
             
<xs:documentation>station board wideband data path</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="tone" type="xs:int">
           
<xs:annotation>
             
<xs:documentation>tone frequency in Hertz</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="cos" type="xs:string">
           
<xs:annotation>
             
<xs:documentation>cosine results expressed as a 64 bit quantity</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="sin" type="xs:string">
           
<xs:annotation>
             
<xs:documentation>sine resulst expressed as a 64 bit quantity</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="valids" type="xs:unsignedInt">
           
<xs:annotation>
             
<xs:documentation>number of valid quantized samples</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbToneExtTable/filterToneExt
diagram
properties
isRef 0
minOcc 1
maxOcc 32
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
idderived by: xs:int      
documentation
filter id
dataPathderived by: xs:int      
documentation
station board wideband data path
tonexs:int      
documentation
tone frequency in Hertz
cosxs:string      
documentation
cosine results expressed as a 64 bit quantity
sinxs:string      
documentation
sine resulst expressed as a 64 bit quantity
validsxs:unsignedInt      
documentation
number of valid quantized samples
annotation
documentation
tone extractions for a single filter
source <xs:element name="filterToneExt" maxOccurs="32">
 
<xs:annotation>
   
<xs:documentation>tone extractions for a single filter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="id">
     
<xs:annotation>
       
<xs:documentation>filter id</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="dataPath">
     
<xs:annotation>
       
<xs:documentation>station board wideband data path</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="tone" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>tone frequency in Hertz</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="cos" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>cosine results expressed as a 64 bit quantity</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sin" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>sine resulst expressed as a 64 bit quantity</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="valids" type="xs:unsignedInt">
     
<xs:annotation>
       
<xs:documentation>number of valid quantized samples</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbToneExtTable/filterToneExt/@id
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
annotation
documentation
filter id
source <xs:attribute name="id">
 
<xs:annotation>
   
<xs:documentation>filter id</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbToneExtTable/filterToneExt/@dataPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
annotation
documentation
station board wideband data path
source <xs:attribute name="dataPath">
 
<xs:annotation>
   
<xs:documentation>station board wideband data path</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbToneExtTable/filterToneExt/@tone
type xs:int
properties
isRef 0
annotation
documentation
tone frequency in Hertz
source <xs:attribute name="tone" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>tone frequency in Hertz</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbToneExtTable/filterToneExt/@cos
type xs:string
properties
isRef 0
annotation
documentation
cosine results expressed as a 64 bit quantity
source <xs:attribute name="cos" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>cosine results expressed as a 64 bit quantity</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbToneExtTable/filterToneExt/@sin
type xs:string
properties
isRef 0
annotation
documentation
sine resulst expressed as a 64 bit quantity
source <xs:attribute name="sin" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>sine resulst expressed as a 64 bit quantity</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute stbToneExtTable/filterToneExt/@valids
type xs:unsignedInt
properties
isRef 0
annotation
documentation
number of valid quantized samples
source <xs:attribute name="valids" type="xs:unsignedInt">
 
<xs:annotation>
   
<xs:documentation>number of valid quantized samples</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element stbWbcProductsTable
diagram
properties
content complex
children wbcProduct
used by
element stbTables
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
Wide band autocorrelations as obtained from the station board wide band autocorrelator
source <xs:element name="stbWbcProductsTable">
 
<xs:annotation>
   
<xs:documentation>Wide band autocorrelations as obtained from the station board wide band autocorrelator</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="wbcProduct">
       
<xs:annotation>
         
<xs:documentation>lag counts for a single product</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="accum" type="dataFormatType">
             
<xs:annotation>
               
<xs:documentation>lag accumulation counts</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="validity" type="dataFormatType">
             
<xs:annotation>
               
<xs:documentation>lag validity counts</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="productId">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="promptBand">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="laggedBand">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="promptPath">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="laggedPath">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="numLags">
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="64"/>
               
<xs:maxInclusive value="4096"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="stbTableHeaderType"/>
 
</xs:complexType>
</xs:element>

element stbWbcProductsTable/wbcProduct
diagram
properties
isRef 0
content complex
children accum validity
attributes
Name  Type  Use  Default  Fixed  annotation
productIdderived by: xs:int      
promptBandderived by: xs:int      
laggedBandderived by: xs:int      
promptPathderived by: xs:int      
laggedPathderived by: xs:int      
numLagsderived by: xs:int      
annotation
documentation
lag counts for a single product
source <xs:element name="wbcProduct">
 
<xs:annotation>
   
<xs:documentation>lag counts for a single product</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="accum" type="dataFormatType">
       
<xs:annotation>
         
<xs:documentation>lag accumulation counts</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="validity" type="dataFormatType">
       
<xs:annotation>
         
<xs:documentation>lag validity counts</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="productId">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="promptBand">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="laggedBand">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="promptPath">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="laggedPath">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="numLags">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="64"/>
         
<xs:maxInclusive value="4096"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute stbWbcProductsTable/wbcProduct/@productId
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 17
source <xs:attribute name="productId">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbWbcProductsTable/wbcProduct/@promptBand
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="promptBand">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbWbcProductsTable/wbcProduct/@laggedBand
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="laggedBand">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbWbcProductsTable/wbcProduct/@promptPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="promptPath">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbWbcProductsTable/wbcProduct/@laggedPath
type restriction of xs:int
properties
isRef 0
facets
minInclusive 0
maxInclusive 1
source <xs:attribute name="laggedPath">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute stbWbcProductsTable/wbcProduct/@numLags
type restriction of xs:int
properties
isRef 0
facets
minInclusive 64
maxInclusive 4096
source <xs:attribute name="numLags">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="64"/>
     
<xs:maxInclusive value="4096"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element stbWbcProductsTable/wbcProduct/accum
diagram
type dataFormatType
properties
isRef 0
content complex
annotation
documentation
lag accumulation counts
source <xs:element name="accum" type="dataFormatType">
 
<xs:annotation>
   
<xs:documentation>lag accumulation counts</xs:documentation>
 
</xs:annotation>
</xs:element>

element stbWbcProductsTable/wbcProduct/validity
diagram
type dataFormatType
properties
isRef 0
content complex
annotation
documentation
lag validity counts
source <xs:element name="validity" type="dataFormatType">
 
<xs:annotation>
   
<xs:documentation>lag validity counts</xs:documentation>
 
</xs:annotation>
</xs:element>

element switchedPowerTable
diagram
properties
content complex
children swBaseband
used by
element stbTables
annotation
documentation
sub band based noise tube switched power measurements
source <xs:element name="switchedPowerTable">
 
<xs:annotation>
   
<xs:documentation>sub band based noise tube switched power measurements</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="swBaseband" minOccurs="0" maxOccurs="2">
       
<xs:annotation>
         
<xs:documentation>power measurements from a single spectral window (filter)</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="swPower" maxOccurs="18">
             
<xs:complexType>
               
<xs:attribute name="swIndex" use="required">
                 
<xs:annotation>
                   
<xs:documentation>spectral window index</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="0"/>
                     
<xs:maxInclusive value="17"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:attribute>
               
<xs:attribute name="pSum" type="xs:float" use="required">
                 
<xs:annotation>
                   
<xs:documentation>sum of power with noise diode on/off</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="pDiff" type="xs:float" use="required">
                 
<xs:annotation>
                   
<xs:documentation>difference of power with noise diode on/off</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="gain" type="xs:int" use="required">
                 
<xs:annotation>
                   
<xs:documentation>gain</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<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="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="startTime" type="xs:dateTime" use="required">
           
<xs:annotation>
             
<xs:documentation>start time of this integration (ISO 8601)</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="duration" type="xs:float" use="required">
           
<xs:annotation>
             
<xs:documentation>Duration of this integration in seconds.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="polarization" use="required">
           
<xs:annotation>
             
<xs:documentation>Identifier for base band polarization</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="R"/>
               
<xs:enumeration value="L"/>
               
<xs:enumeration value="X"/>
               
<xs:enumeration value="Y"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element switchedPowerTable/swBaseband
diagram
properties
isRef 0
minOcc 0
maxOcc 2
content complex
children swPower
attributes
Name  Type  Use  Default  Fixed  annotation
stationIdxs:intrequired      
documentation
Station identification number
swbbNamederived by: xs:stringrequired      
documentation
spectral window baseband name
startTimexs:dateTimerequired      
documentation
start time of this integration (ISO 8601)
durationxs:floatrequired      
documentation
Duration of this integration in seconds.
polarizationderived by: xs:stringrequired      
documentation
Identifier for base band polarization
annotation
documentation
power measurements from a single spectral window (filter)
source <xs:element name="swBaseband" minOccurs="0" maxOccurs="2">
 
<xs:annotation>
   
<xs:documentation>power measurements from a single spectral window (filter)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="swPower" maxOccurs="18">
       
<xs:complexType>
         
<xs:attribute name="swIndex" use="required">
           
<xs:annotation>
             
<xs:documentation>spectral window index</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="17"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
         
<xs:attribute name="pSum" type="xs:float" use="required">
           
<xs:annotation>
             
<xs:documentation>sum of power with noise diode on/off</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="pDiff" type="xs:float" use="required">
           
<xs:annotation>
             
<xs:documentation>difference of power with noise diode on/off</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="gain" type="xs:int" use="required">
           
<xs:annotation>
             
<xs:documentation>gain</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<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="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="startTime" type="xs:dateTime" use="required">
     
<xs:annotation>
       
<xs:documentation>start time of this integration (ISO 8601)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="duration" type="xs:float" use="required">
     
<xs:annotation>
       
<xs:documentation>Duration of this integration in seconds.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="polarization" use="required">
     
<xs:annotation>
       
<xs:documentation>Identifier for base band polarization</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="R"/>
         
<xs:enumeration value="L"/>
         
<xs:enumeration value="X"/>
         
<xs:enumeration value="Y"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute switchedPowerTable/swBaseband/@stationId
type xs:int
properties
isRef 0
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 switchedPowerTable/swBaseband/@swbbName
type restriction of xs:string
properties
isRef 0
use required
facets
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 switchedPowerTable/swBaseband/@startTime
type xs:dateTime
properties
isRef 0
use required
annotation
documentation
start time of this integration (ISO 8601)
source <xs:attribute name="startTime" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>start time of this integration (ISO 8601)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute switchedPowerTable/swBaseband/@duration
type xs:float
properties
isRef 0
use required
annotation
documentation
Duration of this integration in seconds.
source <xs:attribute name="duration" type="xs:float" use="required">
 
<xs:annotation>
   
<xs:documentation>Duration of this integration in seconds.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute switchedPowerTable/swBaseband/@polarization
type restriction of xs:string
properties
isRef 0
use required
facets
enumeration R
enumeration L
enumeration X
enumeration Y
annotation
documentation
Identifier for base band polarization
source <xs:attribute name="polarization" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifier for base band polarization</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="R"/>
     
<xs:enumeration value="L"/>
     
<xs:enumeration value="X"/>
     
<xs:enumeration value="Y"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element switchedPowerTable/swBaseband/swPower
diagram
properties
isRef 0
minOcc 1
maxOcc 18
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
swIndexderived by: xs:intrequired      
documentation
spectral window index
pSumxs:floatrequired      
documentation
sum of power with noise diode on/off
pDiffxs:floatrequired      
documentation
difference of power with noise diode on/off
gainxs:intrequired      
documentation
gain
source <xs:element name="swPower" maxOccurs="18">
 
<xs:complexType>
   
<xs:attribute name="swIndex" use="required">
     
<xs:annotation>
       
<xs:documentation>spectral window index</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="17"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="pSum" type="xs:float" use="required">
     
<xs:annotation>
       
<xs:documentation>sum of power with noise diode on/off</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="pDiff" type="xs:float" use="required">
     
<xs:annotation>
       
<xs:documentation>difference of power with noise diode on/off</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="gain" type="xs:int" use="required">
     
<xs:annotation>
       
<xs:documentation>gain</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute switchedPowerTable/swBaseband/swPower/@swIndex
type restriction of xs:int
properties
isRef 0
use required
facets
minInclusive 0
maxInclusive 17
annotation
documentation
spectral window index
source <xs:attribute name="swIndex" use="required">
 
<xs:annotation>
   
<xs:documentation>spectral window index</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="17"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute switchedPowerTable/swBaseband/swPower/@pSum
type xs:float
properties
isRef 0
use required
annotation
documentation
sum of power with noise diode on/off
source <xs:attribute name="pSum" type="xs:float" use="required">
 
<xs:annotation>
   
<xs:documentation>sum of power with noise diode on/off</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute switchedPowerTable/swBaseband/swPower/@pDiff
type xs:float
properties
isRef 0
use required
annotation
documentation
difference of power with noise diode on/off
source <xs:attribute name="pDiff" type="xs:float" use="required">
 
<xs:annotation>
   
<xs:documentation>difference of power with noise diode on/off</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute switchedPowerTable/swBaseband/swPower/@gain
type xs:int
properties
isRef 0
use required
annotation
documentation
gain
source <xs:attribute name="gain" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>gain</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType base64Binary
diagram
type extension of xs:base64Binary
properties
base xs:base64Binary
attributes
Name  Type  Use  Default  Fixed  annotation
contentType      
source <xs:complexType name="base64Binary">
 
<xs:simpleContent>
   
<xs:extension base="xs:base64Binary">
     
<xs:attribute ref="contentType"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

complexType dataFormatType
diagram
type extension of xs:string
properties
base xs:string
used by
elements stbWbcProductsTable/wbcProduct/accum stbInpStateCountsTable/inputPath/band stbOutStateCountsTable/filterStates/stateCounts stbWbcProductsTable/wbcProduct/validity
annotation
documentation
format of packed binary data
source <xs:complexType name="dataFormatType">
 
<xs:annotation>
   
<xs:documentation>format of packed binary data</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="xs:string"/>
 
</xs:simpleContent>
</xs:complexType>

complexType hexBinary
diagram
type extension of xs:hexBinary
properties
base xs:hexBinary
attributes
Name  Type  Use  Default  Fixed  annotation
contentType      
source <xs:complexType name="hexBinary">
 
<xs:simpleContent>
   
<xs:extension base="xs:hexBinary">
     
<xs:attribute ref="contentType"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attributeGroup stbTableHeaderType
used by
elements stbClipTable stbCrcTable stbErrorCntTable stbInpStateCountsTable stbOutStateCountsTable stbPowerTable stbRfiTable stbTicTable stbToneExtTable stbWbcProductsTable
attributes
Name  Type  Use  Default  Fixed  annotation
rackderived by: xs:intrequired      
documentation
station board rack ID
cratederived by: xs:intrequired      
documentation
station board crate ID
slotderived by: xs:intrequired      
documentation
station board slot ID
timexs:dateTimerequired      
documentation
system (local CMIB) time this record was created
obsTimeStartxs:string      
documentation
start time of integrated data collection
obsTimeEndxs:string      
documentation
end time of integrated data collection
dataSetderived by: xs:int      
documentation
sample integration number for this collection series
integrationNumberxs:int      
documentation
number of data collection sets integrated to form one data set
annotation
documentation
basic data table header attributes
source <xs:attributeGroup name="stbTableHeaderType">
 
<xs:annotation>
   
<xs:documentation>basic data table header attributes</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="rack" use="required">
   
<xs:annotation>
     
<xs:documentation>station board rack ID</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="crate" use="required">
   
<xs:annotation>
     
<xs:documentation>station board crate ID</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="slot" use="required">
   
<xs:annotation>
     
<xs:documentation>station board slot ID</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="15"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="time" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>system (local CMIB) time this record was created</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="obsTimeStart" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>start time of integrated data collection</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="obsTimeEnd" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>end time of integrated data collection</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="dataSet">
   
<xs:annotation>
     
<xs:documentation>sample integration number for this collection series</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="integrationNumber" type="xs:int">
   
<xs:annotation>
     
<xs:documentation>number of data collection sets integrated to form one data set</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>


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