Add blueprint extension to register notification listener
[controller.git] / opendaylight / blueprint / src / main / resources / opendaylight-blueprint-ext-1.0.0.xsd
index 3632ccb3a48020c944f61b9021838184066e4444..0c6eaaa2f066d420623a5da07d641f0352b2a5a2 100644 (file)
@@ -28,4 +28,9 @@
   </xsd:complexType>
   <xsd:element name="rpc-service" type="TrpcService"/>
 
+  <xsd:complexType name="TnotificationListener">
+    <xsd:attribute name="ref" type="bp:Tidref" use="required"/>
+  </xsd:complexType>
+  <xsd:element name="notification-listener" type="TnotificationListener"/>
+
 </xsd:schema>
\ No newline at end of file