urn:schemas-cosylab-com:EventChannel:1.0
complexType EventDescriptor

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:EventChannel:1.0}EventDescriptor (restriction)

Documentation
			Schema describing an individual event sent by some supplier on the channel. Does not contain much 
			at the moment.
			
Properties
This component is not nillable.

Model
<...
  MaxProcessTime = xs:double : 2.0
  Name = xs:string>

</...>


Attribute Summary
 xs:doubleMaxProcessTime
          Defines the maximum amount of time a consumer is given to handle the given event type. 
 xs:stringName
          

Attribute Detail

MaxProcessTime

Defines the maximum amount of time a consumer is given to handle the given event type. If the consumer fails to process the event within MaxProcessTime, a warning log is sent at run-time indicating that it took too long to process the event which can jeopardize the stability of the Notification Service process if it occurs too often. MaxProcessTime is in floating point second units of time.

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

Name

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="EventDescriptor">
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute default="2.0" name="MaxProcessTime" use="optional">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minExclusive value="0.0"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>


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