Schema vciStbDelayModel.xsd


schema location \\filehost\asg\www\widar\schemata\vci\3.20.1\vciStbDelayModel.xsd
attributeFormDefault
elementFormDefault qualified
 
Elements 
bbDelayModel 
modelCff 
sbDelayModel 
vciStbDelayModel 


element bbDelayModel
diagram vciStbDelayModel_diagrams/vciStbDelayModel_p1.png
properties
content complex
children modelCff
attributes
Name  Type  Use  Default  Fixed  Annotation
numCff  xs:int  required      
bbId  xs:integer  required      
annotation
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.
     
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>

attribute bbDelayModel/@numCff
type xs:int
properties
use required
source <xs:attribute name="numCff" type="xs:int" use="required"/>

attribute bbDelayModel/@bbId
type xs:integer
properties
use required
source <xs:attribute name="bbId" type="xs:integer" use="required"/>

element modelCff
diagram vciStbDelayModel_diagrams/vciStbDelayModel_p2.png
properties
content complex
used by
elements vciStbDelayModel/bbDelayModel bbDelayModel vciStbDelayModel/bbDelayModel/sbDelayModel sbDelayModel
attributes
Name  Type  Use  Default  Fixed  Annotation
index  xs:int  required      
cff  xs:double  required      
annotation
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.
     
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>

attribute modelCff/@index
type xs:int
properties
use required
source <xs:attribute name="index" type="xs:int" use="required"/>

attribute modelCff/@cff
type xs:double
properties
use required
source <xs:attribute name="cff" type="xs:double" use="required"/>

element sbDelayModel
diagram vciStbDelayModel_diagrams/vciStbDelayModel_p3.png
properties
content complex
children modelCff
attributes
Name  Type  Use  Default  Fixed  Annotation
numCff  xs:int  required      
bbId  derived by: xs:integer  required      
sbId  derived by: xs:integer  required      
annotation
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.
     
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="36"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute sbDelayModel/@numCff
type xs:int
properties
use required
source <xs:attribute name="numCff" type="xs:int" use="required"/>

attribute sbDelayModel/@bbId
type restriction of xs:integer
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 7
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>

attribute sbDelayModel/@sbId
type restriction of xs:integer
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 36
source <xs:attribute name="sbId" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="36"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element vciStbDelayModel
diagram vciStbDelayModel_diagrams/vciStbDelayModel_p4.png
properties
content complex
children bbDelayModel
attributes
Name  Type  Use  Default  Fixed  Annotation
epoch  xs:dateTime  required      
t0  xs:double  optional      
sequenceNum  xs:int  optional      
documentation
optional sequence number for debugging purposes
idString  xs:string        
documentation
optional identifier string for debugging purposes
sslo  xs:double        
documentation
signed sum LO (LO offset) units are MHz
fShift  xs:double        
documentation
frequency shift, units are KHz
annotation
documentation

VCI Station Board Delay Model
May contain delay models for up to two basebands
and for up to 18 subbands for each baseband.
Attribute sbId is logically tied to swIndex and used to direct model parameters to the correct physical subband, regardless of which physical baseband it is attached to.
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.
     
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.
Attribute sbId is logically tied to swIndex and used to direct model parameters to the correct physical subband, regardless of which physical baseband it is attached to.
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="32">
             
<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 (swIndex)</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="0"/>
                     
<xs:maxInclusive value="36"/>
                   
</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:int">
               
<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="sequenceNum" type="xs:int" use="optional">
     
<xs:annotation>
       
<xs:documentation>optional sequence number for debugging purposes</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="idString" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>optional identifier string for debugging purposes</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sslo" type="xs:double">
     
<xs:annotation>
       
<xs:documentation>signed sum LO (LO offset) units are MHz</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="fShift" type="xs:double">
     
<xs:annotation>
       
<xs:documentation>frequency shift, units are KHz</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute vciStbDelayModel/@epoch
type xs:dateTime
properties
use required
source <xs:attribute name="epoch" type="xs:dateTime" use="required"/>

attribute vciStbDelayModel/@t0
type xs:double
properties
use optional
source <xs:attribute name="t0" type="xs:double" use="optional"/>

attribute vciStbDelayModel/@sequenceNum
type xs:int
properties
use optional
annotation
documentation
optional sequence number for debugging purposes
source <xs:attribute name="sequenceNum" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>optional sequence number for debugging purposes</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute vciStbDelayModel/@idString
type xs:string
annotation
documentation
optional identifier string for debugging purposes
source <xs:attribute name="idString" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>optional identifier string for debugging purposes</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute vciStbDelayModel/@sslo
type xs:double
annotation
documentation
signed sum LO (LO offset) units are MHz
source <xs:attribute name="sslo" type="xs:double">
 
<xs:annotation>
   
<xs:documentation>signed sum LO (LO offset) units are MHz</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute vciStbDelayModel/@fShift
type xs:double
annotation
documentation
frequency shift, units are KHz
source <xs:attribute name="fShift" type="xs:double">
 
<xs:annotation>
   
<xs:documentation>frequency shift, units are KHz</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element vciStbDelayModel/bbDelayModel
diagram vciStbDelayModel_diagrams/vciStbDelayModel_p5.png
properties
minOcc 1
maxOcc 2
content complex
children modelCff sbDelayModel
attributes
Name  Type  Use  Default  Fixed  Annotation
bbId  derived by: xs:int  required      
documentation
logical base band identifier
source <xs:element name="bbDelayModel" maxOccurs="2">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="modelCff" maxOccurs="unbounded"/>
     
<xs:element name="sbDelayModel" minOccurs="0" maxOccurs="32">
       
<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 (swIndex)</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="36"/>
             
</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:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="7"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute vciStbDelayModel/bbDelayModel/@bbId
type restriction of xs:int
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 7
annotation
documentation
logical base band identifier
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:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element vciStbDelayModel/bbDelayModel/sbDelayModel
diagram vciStbDelayModel_diagrams/vciStbDelayModel_p6.png
properties
minOcc 0
maxOcc 32
content complex
children modelCff
attributes
Name  Type  Use  Default  Fixed  Annotation
sbId  derived by: xs:int  required      
documentation
logical sub band identifier (swIndex)
source <xs:element name="sbDelayModel" minOccurs="0" maxOccurs="32">
 
<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 (swIndex)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="36"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute vciStbDelayModel/bbDelayModel/sbDelayModel/@sbId
type restriction of xs:int
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 36
annotation
documentation
logical sub band identifier (swIndex)
source <xs:attribute name="sbId" use="required">
 
<xs:annotation>
   
<xs:documentation>logical sub band identifier (swIndex)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="36"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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