complexType "disableNotificationType"
Namespace:
Content:
empty, 4 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:string)
 = 
("CONTEXT" | "MODEL" | "SERVICE" | "SECURITY" | "ENDPOINT-MESSAGE" | "COMPONENT-MESSAGE" | "MANAGEMENT" | "MESSAGE-PROCESSOR" | "CONNECTION" | "REGISTRY" | "CUSTOM" | "EXCEPTION" | "TRANSACTION" | "ROUTING")
 = 
(xsd:string | xsd:string)
 = 
("CONTEXT" | "MODEL" | "SERVICE" | "SECURITY" | "ENDPOINT-MESSAGE" | "COMPONENT-MESSAGE" | "MANAGEMENT" | "MESSAGE-PROCESSOR" | "CONNECTION" | "REGISTRY" | "CUSTOM" | "EXCEPTION" | "TRANSACTION" | "ROUTING")
/>
All Direct / Indirect Based Elements (1):
disable-notification
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="disableNotificationType">
<xsd:attribute name="event-class" type="substitutableClass"/>
<xsd:attribute name="event" type="notificationTypes"/>
<xsd:attribute name="interface-class" type="substitutableClass"/>
<xsd:attribute name="interface" type="notificationTypes"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/4)
event
Type:
Use:
optional
The event you no longer want to deliver.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"CONTEXT", "MODEL", "SERVICE", "SECURITY", "ENDPOINT-MESSAGE", "COMPONENT-MESSAGE", "MANAGEMENT", "MESSAGE-PROCESSOR", "CONNECTION", "REGISTRY", "CUSTOM", "EXCEPTION", "TRANSACTION", "ROUTING"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="event" type="notificationTypes"/>

event-class
Type:
Use:
optional
The class associated with an event that will no longer be delivered to any interface. This can be used instead of the 'event' attribute to specify a custom class.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="event-class" type="substitutableClass"/>

interface
Type:
Use:
optional
The interface that will no longer receive the event.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"CONTEXT", "MODEL", "SERVICE", "SECURITY", "ENDPOINT-MESSAGE", "COMPONENT-MESSAGE", "MANAGEMENT", "MESSAGE-PROCESSOR", "CONNECTION", "REGISTRY", "CUSTOM", "EXCEPTION", "TRANSACTION", "ROUTING"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interface" type="notificationTypes"/>

interface-class
Type:
Use:
optional
The interface (class name) that will no longer receive the event.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interface-class" type="substitutableClass"/>

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.