element <notification-listener> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<notification-listener
   
 = 
xsd:string
 = 
xsd:string
/>
Included in content model of elements (1):
notifications
Annotation
Registers a bean as a listener with the notification system. Events are dispatched by reflection - the listener will receive all events associated with any interfaces it implements. The relationship between interfaces and events is configured by the notification and disable-notification elements.
XML Source (w/o annotations (3); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="notification-listener">
<xsd:complexType>
<xsd:attribute name="ref" type="xsd:string" use="required"/>
<xsd:attribute name="subscription" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
ref
Type:
xsd:string, predefined
Use:
required
The bean that will receive notifications.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ref" type="xsd:string" use="required"/>

subscription
Type:
xsd:string, predefined
Use:
optional
An optional string that is compared with the event resource identifier. Only events with matching identifiers will be sent. If no value is given, all events are sent.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="subscription" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.