diff -r 1dedba273c29 usr/src/cmd/svc/dtd/service_bundle.dtd.1
--- a/usr/src/cmd/svc/dtd/service_bundle.dtd.1	Mon Nov 02 13:13:35 2009 +1100
+++ b/usr/src/cmd/svc/dtd/service_bundle.dtd.1	Tue Nov 03 10:52:08 2009 -0800
@@ -881,6 +881,44 @@
 
 <!ATTLIST template>
 
+<!-- Notification Parameters -->
+
+<!ELEMENT paramval EMPTY>
+
+<!ATTLIST paramval
+	name		CDATA #REQUIRED
+	value		CDATA #REQUIRED>
+
+<!ELEMENT parameter
+	( value_node* )>
+
+<!ATTLIST parameter
+	name		CDATA #REQUIRED>
+
+<!ELEMENT event EMPTY>
+
+<!ATTLIST event
+	value		CDATA #REQUIRED>
+
+<!ELEMENT type
+	( ( parameter | paramval )* )>
+
+<!ATTLIST type
+	name		CDATA #REQUIRED
+	active		( true | false ) "true" >
+
+<!--
+  notification parameters
+
+    This element sets the notification parameters for Software Events and
+    Fault Management problem lifecycle events.
+-->
+
+<!ELEMENT notification_parameters
+	( event, type+ )>
+
+<!ATTLIST notificatior_parameters>
+
 <!-- Services and instances -->
 
 <!--
@@ -933,7 +971,8 @@
 
 <!ELEMENT instance
 	( restarter?, dependency*, dependent*, method_context?,
-	exec_method*, property_group*, template? ) >
+	exec_method*, property_group*, notification_parameters*,
+	template? ) >
 
 <!ATTLIST instance
 	name		CDATA #REQUIRED
@@ -963,7 +1002,8 @@
 <!ELEMENT service
 	( create_default_instance?, single_instance?, restarter?,
 	dependency*, dependent*, method_context?, exec_method*,
-	property_group*, instance*, stability?, template? ) >
+	property_group*, notification_parameters*, instance*,
+	stability?, template? ) >
 
 <!ATTLIST service
 	name		CDATA #REQUIRED
