urn:schemas-cosylab-com:Channels:1.0
complexType NotificationServiceMapping

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

Documentation
This is an element defining domain and channel mapping to particular event service.
Properties
This component is not nillable.

Model
<...
  DefaultNotificationService = xs:string>
(Domains?, Channels_? )
</...>


Nested Element Summary
DomainsChannels_
          
DomainsDomains
          

Attribute Summary
 xs:stringDefaultNotificationService
           Name of the default notification service, used if not mapping criteria matches.  

Attribute Detail

DefaultNotificationService

Name of the default notification service, used if not mapping criteria matches.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="NotificationServiceMapping">
<xs:sequence>
<xs:element minOccurs="0" name="Domains" type="Domains"/>
<xs:element minOccurs="0" name="Channels_" type="Domains"/>
</xs:sequence>
<xs:attribute name="DefaultNotificationService" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>


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