Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the definitions of all notification classes for the application.
Syntax
<Application>
...
<NotificationClasses>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once per Application element. |
Updates |
Cannot be added or deleted. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
Example
The following example a shows the NotificationClasses element with two NotificationClass children.
This example does not show the definition of each notification class. For an example of a notification class, see NotificationClass Element (ADF).
<NotificationClasses>
<NotificationClass>
<!-- define first notification class here -->
</NotificationClass>
<NotificationClass>
<!-- define second notification class here -->
</NotificationClass>
</NotificationClasses>
See Also
Reference
Application Definition File Reference
Other Resources
Defining Notification Classes
Updating Instances and Applications