Add prefixes to type attribute in generated xml from netconf
[controller.git] / opendaylight / netconf / netconf-util / src / main / java / org / opendaylight / controller / netconf / util / xml / XmlNetconfConstants.java
index 2a900e052bcf9ba378c5e7a39c1de8f8bfd0dbbf..7fb293f054e40aff5e3d840488a4b3b9047e8110 100644 (file)
@@ -33,6 +33,8 @@ public class XmlNetconfConstants {
     public static final String NAME_KEY = "name";
     public static final String NOTIFICATION_ELEMENT_NAME = "notification";
 
+    public static final String PREFIX = "prefix";
+
     //
     //
     public static final String RFC4741_TARGET_NAMESPACE = "urn:ietf:params:xml:ns:netconf:base:1.0";