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
<...
    event-class
 = 
(xsd:string | xsd:string)
    event
 = 
("CONTEXT" | "MODEL" | "SERVICE" | "SECURITY" | "ENDPOINT-MESSAGE" | "COMPONENT-MESSAGE" | "MANAGEMENT" | "CONNECTION" | "REGISTRY" | "CUSTOM" | "EXCEPTION" | "TRANSACTION" | "ROUTING")
    interface-class
 = 
(xsd:string | xsd:string)
    interface
 = 
("CONTEXT" | "MODEL" | "SERVICE" | "SECURITY" | "ENDPOINT-MESSAGE" | "COMPONENT-MESSAGE" | "MANAGEMENT" | "CONNECTION" | "REGISTRY" | "CUSTOM" | "EXCEPTION" | "TRANSACTION" | "ROUTING")
/>
All Direct / Indirect Based Elements (1):
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 in 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", "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", "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 SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.