urn:schemas-cosylab-com:SimulatedComponent:1.0
element _almaEventResponse

Properties
This component is not nillable.

Model
<_almaEventResponse
  Delay = xs:double : 1
  IncomingChannel = xs:string
  IncomingID = xs:string
  MissedEventChance = xs:double : 0
  OutgoingChannel = xs:string
  OutgoingID = xs:string>

</_almaEventResponse>


Attribute Summary
 xs:doubleDelay
          The floating point number of seconds the simulator framework should wait before sending an event in response to receiving an event of IncomingEventId type. 
 xs:stringIncomingChannel
          Name of the channel we will subscribe to. 
 xs:stringIncomingID
          The IDL id of the ALMA event we are subscribing to. 
 xs:doubleMissedEventChance
          
 xs:stringOutgoingChannel
          Name of the channel we will send an event to as a response to an incoming event. 
 xs:stringOutgoingID
          The IDL id of the ALMA event we will send out as a response to an incoming event. 

Attribute Detail

Delay

The floating point number of seconds the simulator framework should wait before sending an event in response to receiving an event of IncomingEventId type. This attribute is ignored if OutgoingEventId has not been changed from its default value.

Type:
xs:double
Default:
1
Use:
optional
Form:
unqualified

IncomingChannel

Name of the channel we will subscribe to. For example, "CONTROL_CHANNEL".

Type:
xs:string
Use:
required
Form:
unqualified

IncomingID

The IDL id of the ALMA event we are subscribing to. For example, "IDL:alma/FRIDGE/temperatureDataEvent:1.0".

Type:
xs:string
Use:
required
Form:
unqualified

MissedEventChance

Type:
based on
with :
Default:
0
Use:
optional
Form:
unqualified

OutgoingChannel

Name of the channel we will send an event to as a response to an incoming event. For example, "SCHEDULING_CHANNEL". This attribute is not used unless the OutgoingEventId attribute is modified from the default value.

Type:
xs:string
Use:
optional
Form:
unqualified

OutgoingID

The IDL id of the ALMA event we will send out as a response to an incoming event. For example, "IDL:alma/FRIDGE/temperatureDataEvent:1.0". If the OutgoingChannel attribute is not modified from the default value, the event will be sent to the IncomingChannel.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="_almaEventResponse">
<xs:complexType mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="eventResponse"/>
</xs:complexContent>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.