schema location: | Z:\wtest\schema\internal\stbTables.xsd |
attribute form default: | unqualified |
element form default: | qualified |
type | restriction of xs:string | ||
facets |
|
||
source | <xs:attribute name="contentType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="3"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:string |
source | <xs:attribute name="expectedContentTypes" type="xs:string"/> |
diagram | ![]() |
||
properties |
|
||
children | bbSlope | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:dateTime | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="stationId" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Station identification number</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | xs:decimal | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | filterClip | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | stage quantizer | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="preQuantValids" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>count of pre-quantized valid samples</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="scale" type="xs:int"> <xs:annotation> <xs:documentation>stage scaling factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="clipCount" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>count of clipped samples</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="scale" type="xs:int"> <xs:annotation> <xs:documentation>stage scaling factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="clipCount" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>count of clipped samples</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="valids" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>number of post-quantixer valid samples</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | crcErrors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:dateTime | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | count | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:string | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
facets |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
facets |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
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> |
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="wire" type="xs:string"> <xs:annotation> <xs:documentation>wire bit number or name</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | crcStatus | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | crc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:string | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
facets |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
facets |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="line" type="xs:string"> <xs:annotation> <xs:documentation>line number or name</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:int | ||
properties |
|
||
facets |
|
||
annotation |
|
||
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> |
type | restriction of xs:int | ||
properties |
|
||
facets |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | input delay vsi wbc firFilter timing output | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||
properties |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||
properties |
|
||||||||||||
children | errorCount | ||||||||||||
attributes |
|
||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="errorRange" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>delay error exceeds range</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="delayRange" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>delay exceeds range</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="parity" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>count of parity errors</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="fifoFault" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>count of fifo faults</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||
properties |
|
||||||||||||
children | errorCount | ||||||||||||
attributes |
|
||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="vsiSelectRange" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>invalid VSI bit selected</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="tClkLock" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>CLK64 PLL lock status</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="sClkLock" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>SCLK PLL lock status</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||
properties |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||
properties |
|
||||||||||||
children | errorCount | ||||||||||||
attributes |
|
||||||||||||
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> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="id" type="xs:string" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||
properties |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="timeCodeCRC" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>timeCode CRC status</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="timeCodePPS" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>timeCode PPS interval status</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="c64Lock" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>CLK64 PLL lock status</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="sClkLock" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>SCLK PLL lock status</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="extClkTog" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>external clock toggle status</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||
properties |
|
||||||||||||
children | errorCount | ||||||||||||
attributes |
|
||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | inputPath | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
children | band | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||
type | extension of dataFormatType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | filterStates | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | stateCounts | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||
type | dataFormatType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="stateCounts" type="dataFormatType" maxOccurs="255"> <xs:annotation> <xs:documentation>state count data</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | filterPwr | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="s1Scale" type="xs:int"> <xs:annotation> <xs:documentation>stage 1 filter scaling factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="s2Scale" type="xs:int"> <xs:annotation> <xs:documentation>stage 2 filter scaling factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="s3Scale" type="xs:int"> <xs:annotation> <xs:documentation>stage 3 filter scaling factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="s4Scale" type="xs:int"> <xs:annotation> <xs:documentation>stage 4 filter scaling factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="quantScale" type="xs:int"> <xs:annotation> <xs:documentation>quantizer scale factor</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="postQuantPwr" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>post quantizer power</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="postQuantValids" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>post quantizer valids</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | filterRfi | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="threshold" type="xs:int"> <xs:annotation> <xs:documentation>rfi excision threshold</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="detCount" type="xs:int"> <xs:annotation> <xs:documentation>number of detections</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="valids" type="xs:int"> <xs:annotation> <xs:documentation>number of valid samples</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||
properties |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | timeInterval | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
children | count | ||||||||||||||||||
attributes |
|
||||||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="id" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
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> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="signal" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="path" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | filterToneExt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="tone" type="xs:int"> <xs:annotation> <xs:documentation>tone frequency in Hertz</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:unsignedInt | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="valids" type="xs:unsignedInt"> <xs:annotation> <xs:documentation>number of valid quantized samples</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | wbcProduct | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | accum validity | ||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
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> |
diagram | ![]() |
||||
type | dataFormatType | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="accum" type="dataFormatType"> <xs:annotation> <xs:documentation>lag accumulation counts</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | dataFormatType | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="validity" type="dataFormatType"> <xs:annotation> <xs:documentation>lag validity counts</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | swBaseband | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | swPower | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="stationId" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Station identification number</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | xs:dateTime | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:float | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:int | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
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> |
type | xs:float | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:float | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="gain" type="xs:int" use="required"> <xs:annotation> <xs:documentation>gain</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||
type | extension of xs:base64Binary | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="base64Binary"> <xs:simpleContent> <xs:extension base="xs:base64Binary"> <xs:attribute ref="contentType"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
diagram | ![]() |
||
type | extension of xs:string | ||
properties |
|
||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||
type | extension of xs:hexBinary | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="hexBinary"> <xs:simpleContent> <xs:extension base="xs:hexBinary"> <xs:attribute ref="contentType"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |