Update karaf cache nc-notifications YANG schema
[transportpce.git] / karaf / src / main / assembly / cache / schema / nc-notifications@2008-07-14.yang
index 1812d4e46e71007927d4c96dc88d7bfdbb876418..63c26fbd36f8f03524f0adca52e44575d15c58d7 100644 (file)
@@ -75,6 +75,20 @@ module nc-notifications {
                supported.";
             type yang:date-and-time;   // xsd:dateTime is wrong!
           }
+
+          leaf replayLogAgedTime {
+            when "current()/../replaySupport" {
+              description
+               "This object MUST be present if replay is supported
+               and any notifications have been aged out of the log.";
+            }
+            type yang:date-and-time;
+            description
+              "The timestamp of the last notification aged
+              out of the log. This object MUST be present
+              if replay is supported and any notifications
+              have been aged out of the log.";
+          }
         }
       }
     }