schema location: | Z:\widar\schema\vciStbDelayModel.xsd |
attribute form default: | |
element form default: | qualified |
Elements |
bbDelayModel |
modelCff |
sbDelayModel |
vciDelayModel |
vciStbDelayModel |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
children | modelCff | ||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="bbDelayModel"> <xs:annotation> <xs:documentation> Baseband Delay Model Epoch and t0 are specified by the parent element (see vciStbDelayModel). numCff - Number of coefficients of the polynomial specified in the model. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="numCff" type="xs:int" use="required"/> <xs:attribute name="bbId" type="xs:integer" use="required"/> </xs:complexType> </xs:element> |
type | xs:int | ||||
properties |
|
||||
source | <xs:attribute name="numCff" type="xs:int" use="required"/> |
type | xs:integer | ||||
properties |
|
||||
source | <xs:attribute name="bbId" type="xs:integer" use="required"/> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="modelCff"> <xs:annotation> <xs:documentation> Coefficent for the delay models. This format will be used during the testing. When the full system is installed ASCII representation may be replaced by hexBinary. </xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="index" type="xs:int" use="required"/> <xs:attribute name="cff" type="xs:double" use="required"/> </xs:complexType> </xs:element> |
type | xs:int | ||||
properties |
|
||||
source | <xs:attribute name="index" type="xs:int" use="required"/> |
type | xs:double | ||||
properties |
|
||||
source | <xs:attribute name="cff" type="xs:double" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | modelCff | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="sbDelayModel"> <xs:annotation> <xs:documentation> Subband Delay Model Epoch and t0 are specified by the parent element (see vciStbDelayModel). numCff - Number of coefficients of the polynomial specified in the model. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="numCff" type="xs:int" use="required"/> <xs:attribute name="bbId" use="required"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="sbId" use="required"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="17"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:int | ||||
properties |
|
||||
source | <xs:attribute name="numCff" type="xs:int" use="required"/> |
type | restriction of xs:integer | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="bbId" use="required"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:integer | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="sbId" use="required"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="17"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||
properties |
|
||||||||||||
children | vciStbDelayModel | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="vciDelayModel"> <xs:annotation> <xs:documentation> Defines the format and content of the delay models as expected by the WIDAR correlator. VCI Delay Model messages are sent to the MCCC, which forwards models to the Station Board CMIBs. vciDelayModel is an "envelope" element; it may contain models for several Station Boards. Time stamp specified in this element is the time when the element was generated or transmitted. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="vciStbDelayModel" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="timeStamp" type="xs:dateTime" use="required"/> </xs:complexType> </xs:element> |
type | xs:dateTime | ||||
properties |
|
||||
source | <xs:attribute name="timeStamp" type="xs:dateTime" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||
children | bbDelayModel | ||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||
source | <xs:element name="vciStbDelayModel"> <xs:annotation> <xs:documentation> VCI Station Board Delay Model May contain delay models for up to two basebands and for up to 18 subbands for each baseband. Epoch is the time when the model becomes valid and is used by the delay modules. Epoch is specified in ISO 8601 format. t0 is the epoch of the polynomial currently defined to be MJD. This is converted into seconds/microseconds for use by the model generator. if not specified it is assumed that t0 is the same as epoch. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="bbDelayModel" maxOccurs="2"> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> <xs:element name="sbDelayModel" minOccurs="0" maxOccurs="18"> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="sbId" use="required"> <xs:annotation> <xs:documentation>logical sub band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="17"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="bbId" use="required"> <xs:annotation> <xs:documentation>logical base band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="epoch" type="xs:dateTime" use="required"/> <xs:attribute name="t0" type="xs:double" use="optional"/> <xs:attribute name="idString" type="xs:string"> <xs:annotation> <xs:documentation>optional identifier string for debugging purposes</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:dateTime | ||||
properties |
|
||||
source | <xs:attribute name="epoch" type="xs:dateTime" use="required"/> |
type | xs:double | ||||
properties |
|
||||
source | <xs:attribute name="t0" type="xs:double" use="optional"/> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="idString" type="xs:string"> <xs:annotation> <xs:documentation>optional identifier string for debugging purposes</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
children | modelCff sbDelayModel | ||||||||||||||
attributes |
|
||||||||||||||
source | <xs:element name="bbDelayModel" maxOccurs="2"> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> <xs:element name="sbDelayModel" minOccurs="0" maxOccurs="18"> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="sbId" use="required"> <xs:annotation> <xs:documentation>logical sub band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="17"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="bbId" use="required"> <xs:annotation> <xs:documentation>logical base band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | restriction of xs:integer | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:attribute name="bbId" use="required"> <xs:annotation> <xs:documentation>logical base band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
children | modelCff | ||||||||||||||
attributes |
|
||||||||||||||
source | <xs:element name="sbDelayModel" minOccurs="0" maxOccurs="18"> <xs:complexType> <xs:sequence> <xs:element ref="modelCff" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="sbId" use="required"> <xs:annotation> <xs:documentation>logical sub band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="17"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | restriction of xs:integer | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:attribute name="sbId" use="required"> <xs:annotation> <xs:documentation>logical sub band identifier</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="17"/> </xs:restriction> </xs:simpleType> </xs:attribute> |