Skip to content

Commit 8043f67

Browse files
committed
resolve WGLC comments
1 parent 119014b commit 8043f67

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

draft-ietf-netmod-schedule-yang.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ This document uses the YANG terminology defined in {{Section 3 of !RFC7950}}.
109109

110110
The document makes use of the following terms:
111111

112+
Recurrence Rule:
113+
: Refers to a rule or repeating pattern for recurring events. (See also {{Section 3.3.10 and Section 3.8.5.3 of !RFC5545}} for a comprehensive icalendar recurrence rule specification.)
114+
112115
Frequency:
113116
: Characterizes the type of a recurrence rule. Values are taken from "FREQ" rule in {{Section 3.3.10 of !RFC5545}}.
114117
: For example, repeating events based on an interval of a second or more are

yang/ietf-schedule.yang

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ module ietf-schedule {
373373
choice period-type {
374374
description
375375
"Indicates the type of the time period. Two types are
376-
supported.";
376+
supported. If no choice is indicated, the period is
377+
considered to last forever.";
377378
case explicit {
378379
description
379380
"A period of time is identified by its start and its end.
@@ -442,7 +443,10 @@ module ietf-schedule {
442443
UTC. This grouping is intended to be machine-friendly.";
443444
container recurrence-first {
444445
description
445-
"Specifies the first instance of the recurrence.";
446+
"Specifies the first instance of the recurrence. If
447+
unspecified, the recurrence is considered to start from the
448+
date and time when the recurrence pattern is first
449+
satisfied.";
446450
leaf start-time-utc {
447451
type yang:date-and-time;
448452
description
@@ -499,7 +503,10 @@ module ietf-schedule {
499503
is intended to be human-friendly.";
500504
container recurrence-first {
501505
description
502-
"Specifies the first instance of the recurrence.";
506+
"Specifies the first instance of the recurrence. If
507+
unspecified, the recurrence is considered to start from the
508+
date and time when the recurrence pattern is first
509+
satisfied.";
503510
leaf start-time {
504511
type yang:date-and-time;
505512
description

0 commit comments

Comments
 (0)