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

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

Documentation
			Schema describing an individual domain mapping to a particular event service.
			
Properties
This component is not nillable.

Model
<...
  Name = xs:string
  NotificationService = xs:string>

</...>


Attribute Summary
 xs:stringName
           Name of the domain.  
 xs:stringNotificationService
           Name of the notification service, as registered into a naming service.  

Attribute Detail

Name

Name of the domain.

Type:
xs:string
Use:
required
Form:
unqualified

NotificationService

Name of the notification service, as registered into a naming service.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="DomainsMappingElement">
<xs:attribute name="Name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="NotificationService" 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.