File tree Expand file tree Collapse file tree 2 files changed +4
-38
lines changed
Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Original file line number Diff line number Diff line change @@ -2803,27 +2803,10 @@ <h2 id="name-the-ietf-schedule-yang-modu">
28032803 }
28042804 leaf period-end {
28052805 type yang:timeticks;
2806- must "(not(derived-from(../../frequency,"
2807- + "'schedule:secondly')) or (current() < 100)) and "
2808- + "(not(derived-from(../../frequency,"
2809- + "'schedule:minutely')) or (current() < 6000)) and "
2810- + "(not(derived-from(../../frequency,'schedule:hourly'))"
2811- + " or (current() < 360000)) and "
2812- + "(not(derived-from(../../frequency,'schedule:daily'))"
2813- + " or (current() < 8640000)) and "
2814- + "(not(derived-from(../../frequency,'schedule:weekly'))"
2815- + " or (current() < 60480000)) and "
2816- + "(not(derived-from(../../frequency,"
2817- + "'schedule:monthly')) or (current() < 267840000)) and "
2818- + "(not(derived-from(../../frequency,'schedule:yearly'))"
2819- + " or (current() < 3162240000))" {
2820- error-message
2821- "The period-end must not exceed the frequency
2822- interval.";
2823- }
28242806 description
28252807 "End time of the schedule within one recurrence.
2826- The period start MUST be no later than the end.";
2808+ The period start MUST be no later than the period
2809+ end.";
28272810 }
28282811 }
28292812 }
Original file line number Diff line number Diff line change @@ -1498,27 +1498,10 @@ Table of Contents
14981498 }
14991499 leaf period-end {
15001500 type yang:timeticks;
1501- must "(not(derived-from(../../frequency,"
1502- + "'schedule:secondly')) or (current() < 100)) and "
1503- + "(not(derived-from(../../frequency,"
1504- + "'schedule:minutely')) or (current() < 6000)) and "
1505- + "(not(derived-from(../../frequency,'schedule:hourly'))"
1506- + " or (current() < 360000)) and "
1507- + "(not(derived-from(../../frequency,'schedule:daily'))"
1508- + " or (current() < 8640000)) and "
1509- + "(not(derived-from(../../frequency,'schedule:weekly'))"
1510- + " or (current() < 60480000)) and "
1511- + "(not(derived-from(../../frequency,"
1512- + "'schedule:monthly')) or (current() < 267840000)) and "
1513- + "(not(derived-from(../../frequency,'schedule:yearly'))"
1514- + " or (current() < 3162240000))" {
1515- error-message
1516- "The period-end must not exceed the frequency
1517- interval.";
1518- }
15191501 description
15201502 "End time of the schedule within one recurrence.
1521- The period start MUST be no later than the end.";
1503+ The period start MUST be no later than the period
1504+ end.";
15221505 }
15231506 }
15241507 }
You can’t perform that action at this time.
0 commit comments