<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.5 (Ruby 2.7.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ma-opsawg-schedule-yang-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Common Schedule YANG">A Common YANG Data Model for Scheduling</title>

    <author fullname="Qiufang Ma" role="editor">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Jiangsu</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>maqiufang1@huawei.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Jiangsu</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair" role="editor">
      <organization>Orange</organization>
      <address>
        <postal>
          <city>Rennes</city>
          <code>35000</code>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Daniel King">
      <organization>Lancaster University</organization>
      <address>
        <postal>
          <country>United Kingdom</country>
        </postal>
        <email>d.king@lancaster.ac.uk</email>
      </address>
    </author>

    <date year="2024" month="March" day="01"/>

    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>calendaring</keyword> <keyword>scheduling</keyword> <keyword>YANG</keyword> <keyword>groupings</keyword>

    <abstract>


<t>This document defines a common schedule YANG module which is
   designed to be applicable for scheduling information such as event, policy,
   services, or resources based on date and time. For the sake of better modularity,
   the module includes basic, intermediate, and advanced versions of recurrence
   related groupings.</t>



    </abstract>



  </front>

  <middle>


<section anchor="intro"><name>Introduction</name>

<t>Several specifications include a provision for scheduling. Examples of such specifications
are (but not limited to) <xref target="I-D.ietf-opsawg-ucl-acl"/>, <xref target="I-D.contreras-opsawg-scheduling-oam-tests"/>, and <xref target="I-D.united-tvr-schedule-yang"/>.
Both <xref target="I-D.ietf-opsawg-ucl-acl"/> and <xref target="I-D.contreras-opsawg-scheduling-oam-tests"/> use the "ietf-schedule" module
initially specified in <xref target="I-D.ietf-opsawg-ucl-acl"/>.</t>

<t>Given that the applicability of the "ietf-schedule" module is more general than scheduled
policy and OAM tests, this document defines "ietf-schedule" as a common schedule YANG module. The module includes a set of reusable groupings which
are designed to be applicable for scheduling information such as event, policy,
services or resources based on date and time.</t>

<t>Examples to illustrate the use of the common groupings are provided in <xref target="usage"/>. Also, sample modules to exemplify how future modules can use the extensibility provisions in "ietf-schedule" are provided in <xref target="sec-ext"/>.</t>

<section anchor="editorial-note-to-be-removed-by-rfc-editor"><name>Editorial Note (To be removed by RFC Editor)</name>

<t>Note to the RFC Editor: This section is to be removed prior to publication.</t>

<t>This document contains placeholder values that need to be replaced with finalized
   values at the time of publication.  This note summarizes all of the
   substitutions that are needed.  No other RFC Editor instructions are specified
   elsewhere in this document.</t>

<t>Please apply the following replacements:</t>

<t><list style="symbols">
  <t>XXXX --&gt; the assigned RFC number for this draft</t>
  <t>YYYY --&gt; the assigned RFC number for <xref target="I-D.ietf-netmod-rfc6991-bis"/></t>
  <t>2023-01-19 --&gt; the actual date of the publication of this document</t>
</list></t>

</section>
</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<t>The meanings of the symbols in tree diagrams are defined in
   <xref target="RFC8340"/>.</t>

<t>Also, this document uses the YANG terminology defined in <xref section="3" sectionFormat="of" target="RFC7950"/>.</t>

</section>
<section anchor="module-overview"><name>Module Overview</name>

<t>The "ietf-schedule" module (<xref target="sec-schedule"/>) defines the following groupings:</t>

<t><list style="symbols">
  <t>"generic-schedule-params" (<xref target="sec-gen"/>)</t>
  <t>"period-of-time" (<xref target="sec-period"/>)</t>
  <t>"recurrence" (<xref target="sec-rec"/>)</t>
  <t>"recurrence-with-date-times" (<xref target="sec-rec-dt"/>)</t>
  <t>"icalendar-recurrence" (<xref target="sec-ical-rec"/>)</t>
  <t>"schedule-status" (<xref target="sec-schedule-status"/>)</t>
</list></t>

<t><xref target="schedule-tree"/> provides an overview of the tree structure <xref target="RFC8340"/> of
   the "ietf-schedule" module in terms of its groupings.</t>

<figure title="Overall Schedule Tree Structure" anchor="schedule-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    ...
  grouping period-of-time:
    ...
  grouping recurrence:
    ...
  grouping recurrence-with-date-times:
    ...
  grouping icalendar-recurrence:
    ...
  grouping schedule-status:
    ...
]]></artwork></figure>

<t>Each of these groupings is presented in the following subsections. Examples
   are provided in <xref target="usage"/>.</t>

<section anchor="sec-gen"><name>The "generic-schedule-params" Grouping</name>

<t>The "generic-schedule-params" grouping (<xref target="gsp-tree"/>) specifies a set of configuration parameters that are
used by a system for validating requested schedules. These parameters
apply to all schedules on a system and are meant to provide guards against
stale configuration, too short schedule requests that would
prevent validation by admins of some critical systems, etc.</t>

<figure title="Generic Schedule Configuration Tree Structure" anchor="gsp-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    +-- time-zone-identifier?   sys:timezone-name
    +-- validity?               yang:date-and-time
    +-- max-allowed-start?      yang:date-and-time
    +-- min-allowed-start?      yang:date-and-time
    +-- max-allowed-end?        yang:date-and-time
    +-- discard-action?         enumeration
  grouping period-of-time:
    ...
  grouping recurrence:
    ...
  grouping recurrence-with-date-times:
    ...
  grouping icalendar-recurrence:
    ...
  grouping schedule-status:
    ...
]]></artwork></figure>

</section>
<section anchor="sec-period"><name>The "period-of-time" Grouping</name>

<t>The "period-of-time" grouping (<xref target="pt-tree"/>) represents a time period using
   either a start ("period-start") and end date and time ("period-end"), or a
   start ("period-start") and a positive time duration ("duration"). For the first
   format, the start of the period <bcp14>MUST</bcp14> be before the end of the period.</t>

<figure title="Period of Time Grouping Tree Structure" anchor="pt-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    ...
  grouping period-of-time:
    +-- period-start?           yang:date-and-time
    +-- time-zone-identifier?   sys:timezone-name
    +-- (period-type)?
       +--:(explicit)
       |  +-- period-end?       yang:date-and-time
       +--:(duration)
          +-- duration?         duration
  grouping recurrence:
    ...
  grouping recurrence-with-date-times:
    ...
  grouping icalendar-recurrence:
    ...
  grouping schedule-status:
    ...
]]></artwork></figure>

</section>
<section anchor="sec-rec"><name>The "recurrence" Grouping</name>

<t>The "recurrence" grouping (<xref target="rec-grp-tree"/>) specifies a simple recurrence rule, the definition
  conforms to part of the "recurrence rule" properties in <xref section="3.3.10" sectionFormat="of" target="RFC5545"/>.</t>

<figure title="Recurrence Grouping Tree Structure" anchor="rec-grp-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    ...
  grouping period-of-time:
    ...
  grouping recurrence:
    +-- recurrence-first
    |  +-- date-time-start?        union
    |  +-- time-zone-identifier?   sys:timezone-name
    |  +-- duration?               duration
    +-- frequency?          identityref
    +-- interval?           uint32
    +-- (recurrence-bound)?
       +--:(until)
       |  +-- until?        union
       +--:(count)
          +-- count?        uint32
  grouping recurrence-with-date-times:
    ...
  grouping icalendar-recurrence:
    ...
  grouping schedule-status:
    ...
]]></artwork></figure>

<t>The "recurrence-first" container defines the first instance in the recurrence set.
  It also determines the start time and duration (if specified) of subsequent recurrence instances. If the
  "date-time-start" node is specified as a date-no-zone value type with no duration specified,
  the recurrence's duration is taken to be one day.</t>

<t>The frequency ("frequency") identifies the type of recurrence rule. For example,
  a "daily" frequency value specifies repeating events based on an interval of a day or more.</t>

<t>The interval represents at which intervals the recurrence rule repeats. For example,
  within a daily recurrence rule, an interval value of "8" means every eight days.</t>

<t>The repetition can be scoped by a specified end time or by a count of occurrences,
  indicated by the "recurrence-bound" choice. The "date-time-start" value always counts
  as the first occurrence.</t>

</section>
<section anchor="sec-rec-dt"><name>The "recurrence-with-date-times" Grouping</name>

<t>The "recurrence-with-date-times" grouping (<xref target="rec-dt-grp-tree"/>) uses the "recurrence" grouping (<xref target="sec-rec"/>) and
  adds a "date-times-choice" statement to define an aggregate set of repeating occurrences.</t>

<figure title="Recurrence with Date Times Grouping Tree Structure" anchor="rec-dt-grp-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    ...
  grouping period-of-time:
    ...
  grouping recurrence:
    ...
  grouping recurrence-with-date-times:
    +-- recurrence-first
    |  +-- date-time-start?        union
    |  +-- time-zone-identifier?   sys:timezone-name
    |  +-- duration?               duration
    +-- frequency?                identityref
    +-- interval?                 uint32
    +-- (recurrence-bound)?
    |  +--:(until)
    |  |  +-- until?              union
    |  +--:(count)
    |     +-- count?              uint32
    +-- (date-times-choice)?
       +--:(date-time)
       |  +-- date-times*         yang:date-and-time
       +--:(date)
       |  +-- dates*              yang:date-no-zone
       +--:(period-timeticks)
       |  +-- period-timeticks* [period-start]
       |     +-- period-start?   yang:timeticks
       |     +-- period-end?     yang:timeticks
       +--:(period)
          +-- period* [period-start]
             +-- period-start?           yang:date-and-time
             +-- time-zone-identifier?   sys:timezone-name
             +-- (period-type)?
                +--:(explicit)
                |  +-- period-end?       yang:date-and-time
                +--:(duration)
                   +-- duration?         duration
  grouping icalendar-recurrence:
    ...
  grouping schedule-status:
    ...
]]></artwork></figure>

<t>The recurrence instances are defined by the union of occurrences defined by
  both date-times and recurrence rule. When duplicate instances are generated,
  only one recurrence is considered.</t>

<t>Date-times definition inside "recurrence-with-date-times" grouping refers to
  but does not fully comply with <xref section="3.8.5.2" sectionFormat="of" target="RFC5545"/>. A timeticks
  type based period is added.</t>

</section>
<section anchor="sec-ical-rec"><name>The "icalendar-recurrence" Grouping</name>

<t>The "icalendar-recurrence" grouping (<xref target="ical-grp-tree"/>) uses the "recurrence-with-date-times" grouping (<xref target="sec-rec-dt"/>)
  and add more data nodes to enrich the definition of recurrence. The structure of the "icalendar-recurrence" grouping conforms to
  the definition of recurrence component defined in <xref section="3.8.5" sectionFormat="of" target="RFC5545"/>.</t>

<figure title="iCalendar Recurrence Grouping Tree Structure" anchor="ical-grp-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    ...
  grouping period-of-time:
    ...
  grouping recurrence:
    ...
  grouping recurrence-with-date-times:
    ...
  grouping icalendar-recurrence:
    +-- recurrence-first
    |  +-- date-time-start?        union
    |  +-- time-zone-identifier?   sys:timezone-name
    |  +-- duration?               duration
    +-- frequency?                identityref
    +-- interval?                 uint32
    +-- (recurrence-bound)?
    |  +--:(until)
    |  |  +-- until?              union
    |  +--:(count)
    |     +-- count?              uint32
    +-- (date-times-choice)?
    |  +--:(date-time)
    |  |  +-- date-times*         yang:date-and-time
    |  +--:(date)
    |  |  +-- dates*              yang:date-no-zone
    |  +--:(period-timeticks)
    |  |  +-- period-timeticks* [period-start]
    |  |     +-- period-start?   yang:timeticks
    |  |     +-- period-end?     yang:timeticks
    |  +--:(period)
    |     +-- period* [period-start]
    |        +-- period-start?           yang:date-and-time
    |        +-- time-zone-identifier?   sys:timezone-name
    |        +-- (period-type)?
    |           +--:(explicit)
    |           |  +-- period-end?       yang:date-and-time
    |           +--:(duration)
    |              +-- duration?         duration
    +-- bysecond*                 uint32
    +-- byminute*                 uint32
    +-- byhour*                   uint32
    +-- byday* [weekday]
    |  +-- direction*   int32
    |  +-- weekday?     schedule:weekday
    +-- bymonthday*               int32
    +-- byyearday*                int32
    +-- byyearweek*               int32
    +-- byyearmonth*              uint32
    +-- bysetpos*                 int32
    +-- workweek-start?           schedule:weekday
    +-- exception-dates*          union
  grouping schedule-status:
    ...
]]></artwork></figure>

<t>An array of the "bysecond" (or "byminut", "byhour") specifies a list of
   seconds within a minute (or minutes within an hour, hours of the day).</t>

<t>The parameter "byday" specifies a list of days of the week, with an optional
   direction which indicates the nth occurrence of a specific day within
   the "monthly" or "yearly" frequency. For example, within a "monthly" rule,
   the "weekday" with a value of "monday" and the "direction" with a value of "-1"
   represents the last Monday of the month.</t>

<t>An array of the "bymonthday" (or byyearday", "byyearweek", or "byyearmonth") specifies a list of
   days of the month (or days of the year, weeks of the year, or months of the year).</t>

<t>The "bysetpos" conveys a list of values that corresponds to the nth occurrence
   within the set of recurrence instances to be specified. For example, in a "monthly"
   recurrence rule, the "byday" data node specifies every Monday of the week, the
   "bysetpos" with value of "-1" represents the last Monday of the month.
   Not setting the "bysetpos" data node represents every Monday of the month.</t>

<t>The "workweek-start" data node specifies the day on which the week starts. This is
   significant when a "weekly" recurrence rule has an interval greater than 1, and
   a "byday" data node is specified. This is also significant when in a "yearly" rule
   and a "byyearweek" is specified. The default value is "monday".</t>

<t>The "exception-dates" data node specifies a list of exceptions for recurrence. The
   final recurrence set is generated by gathering all of the date and time values
   generated by any of the specified recurrence rule and date-times, and then
   excluding any start date and time values specified by "exception-dates" parameter.</t>

</section>
<section anchor="sec-schedule-status"><name>The "schedule-status" Grouping</name>

<t>The "schedule-status" grouping (<xref target="sche-status-tree"/>) defines common parameters
   for scheduling management/status exposure.</t>

<figure title="Schedule Status Grouping Tree Structure" anchor="sche-status-tree"><artwork><![CDATA[
module: ietf-schedule

  grouping generic-schedule-params:
    ...
  grouping period-of-time:
    ...
  grouping recurrence:
    ...
  grouping recurrence-with-date-times:
    ...
  grouping icalendar-recurrence:
    ...
  grouping schedule-status:
    +-- schedule-id?           string
    +-- state?                 identityref
    +-- version?               uint16
    +--ro schedule-type?         identityref
    +--ro last-update?           yang:date-and-time
    +--ro counter?               uint32
    +--ro last-occurrence?       yang:date-and-time
    +--ro upcoming-occurrence?   yang:date-and-time
]]></artwork></figure>

<t>The "schedule-id" parameter is useful to uniquely identify a schedule in
   a network device or controller if multiple scheduling contexts exists.</t>

<t>The "state" parameter is defined to configure/expose the scheduling state,
   depending on the use of the grouping. The "identityref" type is used for this
   parameter to allow extensibility in future modules. For example, a "conflict"
   state is valid in scheduling contexts where multiple systems struggle for the
   scheduling of the same property. The conflict may be induced by, e.g., multiple entities managing the schedules for the same target component.</t>

<t>The "version" parameter is used to track the current schedule version information. The version can be bumped by the entity who create the schedule.
   The "last-update" parameter identifies when the schedule was last modified.
   In some contexts, this parameter can be used to track the configuration of a
   given schedule. In such cases, the "version" may not be used.</t>

<t>The "schedule-type" parameter identifies the type of the current schedule.
   The "counter", "last-occurrence", and "upcoming-occurrence" data nodes are
   only avaliable when the "schedule-type" is "recurrence".</t>

<t>The current grouping captures common parameters that is applicable
   to typical scheduling contexts known so far. Future modules can define other useful
   parameters as needed. For example, in a  scheduling context with multiple
   system sources to feed the schedules, the "source" and "precedence" parameters may be needed to
   reflect how schedules from different sources should be prioritised.</t>

</section>
</section>
<section anchor="features-and-augmentations"><name>Features and Augmentations</name>

<t>The "ietf-schedule" data model defines the recurrence related groupings using
   a modular approach. Basic, intermediate, and advanced representation of recurrence
   groupings are defined, with each reusing the previous one and adding more parameters.
   To allow for different options, two features are defined in the data model:</t>

<t><list style="symbols">
  <t>'basic-recurrence-supported'</t>
  <t>'icalendar-recurrence-supported'</t>
</list></t>

<t><xref target="features"/> provides an example about how that could be used. Implementations
   may support a basic recurrence rule or an advanced one as needed, by declaring
   different features. Whether only one or both features are supported is implementation
   specific and depend on specific scheduling context.</t>

<t>These groupings can also be augmented to support specific needs. As an example,
   <xref target="augments"/> demonstrates how additional parameters can be added to comply with specifc schedule needs.</t>

</section>
<section anchor="note-and-restrictions"><name>Note and Restrictions</name>

<t>There are some restrictions that need to be followed when using groupings defined
   in "ietf-schedule" yang module:</t>

<t><list style="symbols">
  <t>The instant in time represented by "period-start" <bcp14>MUST</bcp14> be before the
"period-end" for "period-of-time" grouping</t>
  <t>The combination of the day, month, and year represented for date and time
value <bcp14>MUST</bcp14> be valid. See <xref section="5.7" sectionFormat="of" target="RFC3339"/> for the maxinum day
number based on the month and year.</t>
  <t>The second <bcp14>MUST</bcp14> have the value "60" at the end of months in which a leap
second occurs for date and time value</t>
  <t>Care must be taken when defining recurrence occurring very often and
frequent that can be an additional source of attacks by keeping the system
permanently busy with the management of scheduling</t>
  <t>Schedules received with a starting time in the past with respect to
current time <bcp14>SHOULD</bcp14> be ignored</t>
</list></t>

</section>
<section anchor="sec-schedule"><name>The "ietf-schedule" YANG Module</name>

<t>This module imports types defined in <xref target="I-D.ietf-netmod-rfc6991-bis"/>.</t>

<figure><artwork><![CDATA[
<CODE BEGINS> file "ietf-schedule@2023-01-19.yang"
module ietf-schedule {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-schedule";
  prefix schedule;

  import ietf-yang-types {
    prefix yang;
    revision-date 2023-01-23;
    reference
      "RFC YYYY: Common YANG Data Types";
  }

  import ietf-system {
    prefix sys;
    reference
      "RFC 7317: A YANG Data Model for System Management";
  }

  organization
    "IETF OPSAWG Working Group";
  contact
    "WG Web: <https://datatracker.ietf.org/wg/opsawg/>
     WG List: <mailto:opsawg@ietf.org>

     Editor:   Qiufang Ma
               <mailto:maqiufang1@huawei.com
     Author:   Qin Wu
               <mailto:bill.wu@huawei.com>
     Editor:   Mohamed Boucadair
               <mailto:mohamed.boucadair@orange.com>
     Author:   Daniel King
               <mailto:d.king@lancaster.ac.uk>";
  description
    "This YANG module defines two groupings for iCalendar (Internet
     Calendaring and Scheduling Core Object Specification) data
     types: period of time and recurrence rule, for representing and
     exchanging calendaring and scheduling information. The YANG
     module complies with Sections 3.3.9 and 3.3.10 of RFC 5545.

     Copyright (c) 2024 IETF Trust and the persons identified
     as authors of the code. All rights reserved.

     Redistribution and use in source and binary forms, with
     or without modification, is permitted pursuant to, and
     subject to the license terms contained in, the Revised
     BSD License set forth in Section 4.c of the IETF Trust's
     Legal Provisions Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC
     itself for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.";

  revision 2023-01-19 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: A YANG Data Model for Scheduling";
  }
  
  feature basic-recurrence-supported {
    description
      "Indicates that the server supports configuring a basic
       scheduled recurrence.";
  }

  feature icalendar-recurrence-supported {
    description
      "Indicates that the server supports configuring a comprehensive
       scheduled icalendar recurrence";
    reference
      "RFC 5545: Internet Calendaring and Scheduling Core Object
                 Specification (iCalendar),
                 Sections 3.3.10 and 3.8.5";
  }

  typedef weekday {
    type enumeration {
      enum sunday {
        value 0;
        description
          "Sunday of the week.";
      }
      enum monday {
        value 1;
        description
          "Monday of the week.";
      }
      enum tuesday {
        value 2;
        description
          "Tuesday of the week.";
      }
      enum wednesday {
        value 3;
        description
          "Wednesday of the week.";
      }
      enum thursday {
        value 4;
        description
          "Thursday of the week.";
      }
      enum friday {
        value 5;
        description
          "Friday of the week.";
      }
      enum saturday {
        value 6;
        description
          "Saturday of the week.";
      }
    }
    description
      "Seven days of the week.";
  }

  typedef duration {
    type string {
      pattern '((\+)?|\-)P((([0-9]+)D)?(T(0[0-9]|1[0-9]|2[0-3])'
            + ':[0-5][0-9]:[0-5][0-9]))|P([0-9]+)W';
    }
    description
      "Duration of the time. The format can represent nominal
       durations (weeks designated by 'W' and days designated by 'D')
       and accurate durations (hours:minutes:seconds follows the
       designator 'T').

       Note that this value type doesn't support the 'Y' and 'M'
       designators to specify durations in terms of years and months.

       Negative durations are typically used to schedule an alarm to
       trigger before an associated time.";
    reference
      "RFC 5545: Internet Calendaring and Scheduling Core Object
                 Specification (iCalendar), Sections 3.3.6 and
                 3.8.6.3";
  }

  identity frequency-type {
    description
      "Base identity for frequency type.";
  }
  identity secondly {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       a second or more.";
  }
  identity minutely {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       a minute or more.";
  }
  identity hourly {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       an hour or more.";
  }
  identity daily {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       a day or more.";
  }
  identity weekly {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       a week or more.";
  }
  identity monthly {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       a month or more.";
  }
  identity yearly {
    base frequency-type;
    description
      "Identity for a repeating event based on an interval of
       a year or more.";
  }
  identity schedule-type {
    description
      "Base identity for schedule type.";
  }
  identity period {
    base schedule-type;
    description
      "Identity for a period based schedule.";
  }
  
  identity recurrence {
    base schedule-type;
    description
      "Identity for a recurrence based schedule.";
  }
  identity schedule-state {
    description
      "Base identity for schedule state.";
  }
  identity enabled {
    description
      "Identity for the recurrence with enabled state.";
  }
  identity disabled {
    description
      "Identity for the recurrence with disabled state.";
  }
  identity out-of-date {
    description
      "Identity for the recurrence with out-of-date state.";
  }  

  grouping generic-schedule-params {
    description
      "Incldues a set of generic configuration parameters that are
       followed by the entity that supports schedules.

       These parameters apply to all schedules.

        Such parameters are used as guards to prevent, e.g., stale
        configuration.";
    leaf time-zone-identifier {
      type sys:timezone-name;
      description
        "Indicates the identifier for the time zone in a time zone
         database.";
    }
    leaf validity {
      type yang:date-and-time;
      description
        "Specifies the date and time after which a schedule will
         be considered as invalid. This paratemer takes precedence
         over similar attributes that are provided at the schedule
         instance itself.";
    }
    leaf max-allowed-start {
      type yang:date-and-time;
      description
        "Specifies the date and time after which a requested schedule
         instance cannot be accepted by the entity. Specifically, 
         a requested schedule will be rejected if the first occurence
         of that new schedule exceeds 'max-allowed-start'.";
    }
    leaf min-allowed-start {
      type yang:date-and-time;
      description
        "Specifies the date and time before which a requested
         schedule instance cannot be accepted by the entity.
         Specifically, a requested schedule will be rejected if the
         first occurence of that new schedule is to be scheduled
         before 'min-allowed-start'.";
    }
    leaf max-allowed-end {
      type yang:date-and-time;
      description
        "A requested schedule will be rejected if the last
         occurence of that schedule or its duratioon exceed
         'max-allowed-end'.";
    }
    leaf discard-action {
      type enumeration {
        enum warning {
          description
            "A warning message is generated when a schedule is
             discarded when enforcing the guards in this grouping
             or it is received out-of-date.";
        }
        enum silently-discard {
          description
           "Discards silently a schedule when it is invalid because
            it is not consistent with the guards in this grouping or
            it is received out-of-date.";
        }
      }
      description
        "Specifies the behavior when a schedule is discarded.";    
    }
  }

  grouping period-of-time {
    description
      "This grouping is defined for period of time property.";
    reference
      "RFC 5545: Internet Calendaring and Scheduling Core Object
                 Specification (iCalendar), Section 3.3.9";
    leaf period-start {
      type yang:date-and-time;
      description
        "Period start time.";
    }
    leaf time-zone-identifier {
      type sys:timezone-name;
      description
        "Indicates the identifier for the time zone in a time zone
         database. This parameter MUST be specified if 'period-start'
         value is neither reported in the format of UTC nor time zone
         offset to UTC.";
    }
    choice period-type {
      description
        "Indicates the type of the time period. Two types are
          supported.";
      case explicit {
        description
          "A period of time is identified by its start and its end.
           'period-start' indicates the period start.";
        leaf period-end {
          type yang:date-and-time;
          description
            "Period end time. The start MUST be before the end. If a
             local time without time zone offset to UTC time is
             specified, it MUST use the same time zone reference as
             'period-start' parameter. If 'period-start' also uses a
             local time without time zone offset to UTC, it MUST use
             the time zone as specified by the
             'time-zone-identifier' parameter.";
        }
      }
      case duration {
        description
          "A period of time is defined by a start and a
           positive duration of time.";
        leaf duration {
          type duration {
            pattern 'P((([0-9]+)D)?(T(0[0-9]|1[0-9]|2[0-3])'
                  + ':[0-5][0-9]:[0-5][0-9]))|P([0-9]+)W';
          }
          description
            "A positive duration of the time. This value is
             equivalent to the format of duration type except that
             the value cannot be negative.";
        }
      }
    }
  }

  grouping recurrence {
    description
      "A simple definition of recurrence.";
    container recurrence-first {
      description
        "Specifies the first instance of the recurrence.";
      leaf date-time-start {
        type union {
          type yang:date-no-zone;
          type yang:date-and-time;
        }
        description
          "Defines the first instance in the recurrence set. If it is
           specified as a date-no-zone value type with no duration
           specified, the recurrence's duration is taken to be one
           day.";
        reference
          "RFC 5545: Internet Calendaring and Scheduling Core Object
                     Specification (iCalendar), Section 3.3.10";
      }
      leaf time-zone-identifier {
        type sys:timezone-name;
        description
          "Indicates the identifier for the time zone in a time zone
           database. This parameter MUST be specified if 'start'
           value is neither reported in the format of UTC nor time
           zone offset to UTC.";
      }
      leaf duration {
        type duration;
        description
          "When specified, it refers to the duration of
           the first occurrence. The exact duration also applies to
           all the recurrence instance.";
      }
    }
    leaf frequency {
      type identityref {
        base frequency-type;
      }
      description
        "This parameter is defined to identify the frequency type of
         the recurrence rule.";
    }
    leaf interval {
      type uint32;
      description
        "A positive integer representing at which intervals the
         recurrence rule repeats. For example, within a 'daily'
         recurrence rule, a value of '8' means every eight days.";
    }
    choice recurrence-bound {
      description
        "Modes to bound the recurrence rule. If no choice is
         indicated, the recurrence rule is considered to repeat
         forever.";
      case until {
        description
          "This case defines a way that bounds the recurrence
           rule in an inclusive manner.";
        leaf until {
          type union {
            type yang:date-no-zone;
            type yang:date-and-time;
          }
          description
            "This parameter specifies a date-no-zone or
             date-time value to bounds the recurrence. If the value
             specified by this parameter is synchronized with the
             specified recurrence, it becomes the last instance of
             the recurrence. The value MUST have the same value type
             as the value type of 'start' parameter.";
        }
      }
      case count {
        description
          "This case defines the number of occurrences at which
           to range-bound the recurrence.";
        leaf count {
          type uint32;
          description
            "The positive number of occurrences at which to
             range-bound the recurrence.";
        }
      }
    }
  }

  grouping recurrence-with-date-times {
    description
      "This grouping defines an aggregate set of repeating
       occurrences. The recurrence instances are defined by
       the union of occurrences defined by both the
       'recurrence' and 'date-times'. Duplicate instances
       are ignored.";
    uses recurrence;
    choice date-times-choice {
      description
        "Specify a list of occurrences which complement the
         recurrence set defined by 'recurrence' grouping. If
         it is specified as a period value, the duration of
         the recurrence instance will be the one specified
         by it, and not the duration defined inside the
         recurrence-first parameter.";
      case date-time {
        description
          "Specify a list of occurrences with date-and-time
           values.";
          leaf-list date-times {
            type yang:date-and-time;
            description
              "Specifies a set of date-and-time values of
               occurrences.";
          }
      }
      case date {
        description
          "Specifies a list of occurrences with date-no-zone
           values.";
          leaf-list dates {
            type yang:date-no-zone;
            description
              "Specifies a set of date-no-zone values of
               occurrences.";
          }
      }
      case period-timeticks {
        description
          "Specifies a list of occurrences with period span of
           timeticks format.";
          list period-timeticks {
            key "period-start";
            description
              "A list of period with timeticks formats.";
            leaf period-start {
              type yang:timeticks;
              must
              "(not(derived-from(../../frequency,"
             +"'schedule:secondly')) or (current() < 100)) and "
             +"(not(derived-from(../../frequency,"
             +"'schedule:minutely')) or (current() < 6000)) and "
             +"(not(derived-from(../../frequency,'schedule:hourly'))"
             +" or (current() < 360000)) and "
             +"(not(derived-from(../../frequency,'schedule:daily'))"
             +" or (current() < 8640000)) and "
             +"(not(derived-from(../../frequency,'schedule:weekly'))"
             +" or (current() < 60480000)) and "
             +"(not(derived-from(../../frequency,"
             +"'schedule:monthly')) or (current() < 267840000)) and "
             +"(not(derived-from(../../frequency,'schedule:yearly'))"
             +" or (current() < 3162240000))" {
                error-message
                  "The period-start must not exceed the frequency
                   interval.";
              }
              description
                "Start time of the scheduled value within one
                 recurrence.";
            }
            leaf period-end {
              type yang:timeticks;
              description
                "End time of the scheduled value within one
                 recurrence.";
            }
          }
      }
      case period {
        description
          "Specifies a list of occurrences with period span
           of date-and -time format.";
        list period {
          key "period-start";
          description
            "A list of period with date-and-time formats.";
          uses period-of-time;
        }
      }
    }
  }

  grouping icalendar-recurrence {
    description
      "This grouping is defined to identify properties
       that contain a recurrence rule.";
    reference
      "RFC 5545: Internet Calendaring and Scheduling
                 Core Object Specification (iCalendar),
                 Section 3.8.5";

    uses recurrence-with-date-times;
    leaf-list bysecond {
      type uint32 {
        range "0..60";
      }
      description
        "A list of seconds within a minute.";
    }
    leaf-list byminute {
      type uint32 {
        range "0..59";
      }
      description
        "A list of minutes within an hour.";
    }
    leaf-list byhour {
      type uint32 {
        range "0..23";
      }
      description
        "Specifies a list of hours of the day.";
    }
    list byday {
      key "weekday";
      description
        "Specifies a list of days of the week.";
      leaf-list direction {
        when "derived-from(../../frequency, 'schedule:monthly') or "
          +  "(derived-from(../../frequency, 'schedule:yearly') "
          +  " and not(../../byyearweek))";
        type int32 {
          range "-53..-1|1..53";
        }
        description
          "When specified, it indicates the nth occurrence of a
           specific day within the monthly or yearly recurrence
           rule.
           For example, within a monthly rule, +1 monday represents
           the first monday within the month, whereas -1 monday
           represents the last monday of the month.";
      }
      leaf weekday {
        type schedule:weekday;
        description
          "Corredponds to seven days of the week.";
      }
    }

    leaf-list bymonthday {
      type int32 {
        range "-31..-1|1..31";
      }
      description
        "Specifies a list of days of the month.";
    }
    leaf-list byyearday {
      type int32 {
        range "-366..-1|1..366";
      }
      description
        "Specifies a list of days of the year.";
    }
    leaf-list byyearweek {
      when "derived-from(../frequency, 'schedule:yearly')";
      type int32 {
        range "-53..-1|1..53";
      }
      description
        "Specifies a list of weeks of the year.";
    }
    leaf-list byyearmonth {
      type uint32 {
        range "1..12";
      }
      description
        "Specifies a list of months of the year.";
    }
    leaf-list bysetpos {
      type int32 {
        range "-366..-1|1..366";
      }
      description
        "Specifies a list of values that corresponds to the nth
         occurrence within the set of recurrence instances
         specified by the rule. It must only be used in conjunction
         with another by the rule part.";
    }
    leaf workweek-start {
      type schedule:weekday;
      default "monday";
      description
        "Specifies the day on which the workweek starts.";
    }
    leaf-list exception-dates {
      type union {
        type yang:date-no-zone;
        type yang:date-and-time;
      }
      description
        "Defines a list of exceptions for recurrence.";
    }
  }
  
  grouping schedule-status {
    description
      "This grouping is defined to identify common properties of 
       scheduling status.";
    leaf schedule-id {
      type string;
      description
        "The schedule identifier that globally identifies a
         schedule in a device, controller, network, etc. 
         The unicity scope depends on the implementation.";
    }
    leaf state {
      type identityref {
        base schedule-state;
      }
      description
        "The current state of the schedule.";
    }
    leaf version {
      type uint16;
      description
        "The version number of the schedule.";
    }
    leaf schedule-type {
      type identityref {
        base schedule-type;
      }
      config false;
      description
        "The schedule type.";
    }
    leaf last-update {
      type yang:date-and-time;
      config false;
      description
        "The timestamp that the schedule is last updated.";
    }
    leaf counter {
      when "derived-from-or-self(../schedule-type, "
         + "'schedule:recurrence')";
      type uint32;
      config false;
      description
        "The counter of occurrences since the schedule was enabled.
         The count wraps around when it reaches the maximum value.";
    }
    leaf last-occurrence {
      when "derived-from-or-self(../schedule-type, "
         + "'schedule:recurrence')";
      type yang:date-and-time;
      config false;
      description
        "The timestamp of last occurrence.";    
    }
    leaf upcoming-occurrence {
      when "derived-from-or-self(../schedule-type, "
         + "'schedule:recurrence')"
         + "and derived-from-or-self(../state, 'schedule:enabled')";
      type yang:date-and-time;
      config false;
      description
        "The timestamp of next occurrence.";
    }    
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This section uses the template described in <xref section="3.7" sectionFormat="of" target="I-D.ietf-netmod-rfc8407bis"/>.</t>

<t>The "ietf-schedule" YANG module specified in this document defines schema for data
   that is designed to be accessed via network management protocols such
   as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
   is the secure transport layer, and the mandatory-to-implement secure
   transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
   is HTTPS, and the mandatory-to-implement secure transport is TLS
   <xref target="RFC8446"/>.</t>

<t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
   provides the means to restrict access for particular NETCONF or
   RESTCONF users to a preconfigured subset of all available NETCONF or
   RESTCONF protocol operations and content.</t>

<t>The "ietf-schedule" module defines a set of types and
   groupings.  These nodes are intended to be reused by other YANG
   modules.  The module by itself does not expose any data nodes that
   are writable, data nodes that contain read-only state, or RPCs.  As
   such, there are no additional security issues related to the "ietf-
   schedule" module that need to be considered.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="the-ietf-xml-registry"><name>The "IETF XML" Registry</name>

<t>This document registers the following URI in the "IETF XML Registry" <xref target="RFC3688"/>.</t>

<figure><artwork><![CDATA[
        URI: urn:ietf:params:xml:ns:yang:ietf-schedule
        Registrant Contact: The IESG.
        XML: N/A, the requested URI is an XML namespace.
]]></artwork></figure>

</section>
<section anchor="the-yang-module-names-registry"><name>The "YANG Module Names" Registry</name>

<t>This document registers the following YANG module in the "YANG Module Names"
   registry <xref target="RFC6020"/>.</t>

<figure><artwork><![CDATA[
        name:               ietf-schedule
        namespace:          urn:ietf:params:xml:ns:yang:ietf-schedule
        prefix:             schedule
        maintained by IANA: N
        reference:          RFC XXXX
]]></artwork></figure>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname='S. Bradner' initials='S.' surname='Bradner'/>
    <date month='March' year='1997'/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='2119'/>
  <seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>

<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname='B. Leiba' initials='B.' surname='Leiba'/>
    <date month='May' year='2017'/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='8174'/>
  <seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>

<reference anchor='RFC7950' target='https://www.rfc-editor.org/info/rfc7950'>
  <front>
    <title>The YANG 1.1 Data Modeling Language</title>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <date month='August' year='2016'/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7950'/>
  <seriesInfo name='DOI' value='10.17487/RFC7950'/>
</reference>

<reference anchor='RFC5545' target='https://www.rfc-editor.org/info/rfc5545'>
  <front>
    <title>Internet Calendaring and Scheduling Core Object Specification (iCalendar)</title>
    <author fullname='B. Desruisseaux' initials='B.' role='editor' surname='Desruisseaux'/>
    <date month='September' year='2009'/>
    <abstract>
      <t>This document defines the iCalendar data format for representing and exchanging calendaring and scheduling information such as events, to-dos, journal entries, and free/busy information, independent of any particular calendar service or protocol. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5545'/>
  <seriesInfo name='DOI' value='10.17487/RFC5545'/>
</reference>


<reference anchor='I-D.ietf-netmod-rfc6991-bis' target='https://datatracker.ietf.org/doc/html/draft-ietf-netmod-rfc6991-bis-15'>
   <front>
      <title>Common YANG Data Types</title>
      <author fullname='Jürgen Schönwälder' initials='J.' surname='Schönwälder'>
         <organization>Constructor University</organization>
      </author>
      <date day='23' month='January' year='2023'/>
      <abstract>
	 <t>   This document defines a collection of common data types to be used
   with the YANG data modeling language.  This version of the document
   adds several new type definitions and obsoletes RFC 6991.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-netmod-rfc6991-bis-15'/>
   
</reference>

<reference anchor='RFC6241' target='https://www.rfc-editor.org/info/rfc6241'>
  <front>
    <title>Network Configuration Protocol (NETCONF)</title>
    <author fullname='R. Enns' initials='R.' role='editor' surname='Enns'/>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'/>
    <author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'/>
    <date month='June' year='2011'/>
    <abstract>
      <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6241'/>
  <seriesInfo name='DOI' value='10.17487/RFC6241'/>
</reference>

<reference anchor='RFC8040' target='https://www.rfc-editor.org/info/rfc8040'>
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname='A. Bierman' initials='A.' surname='Bierman'/>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='K. Watsen' initials='K.' surname='Watsen'/>
    <date month='January' year='2017'/>
    <abstract>
      <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8040'/>
  <seriesInfo name='DOI' value='10.17487/RFC8040'/>
</reference>

<reference anchor='RFC6242' target='https://www.rfc-editor.org/info/rfc6242'>
  <front>
    <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
    <author fullname='M. Wasserman' initials='M.' surname='Wasserman'/>
    <date month='June' year='2011'/>
    <abstract>
      <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6242'/>
  <seriesInfo name='DOI' value='10.17487/RFC6242'/>
</reference>

<reference anchor='RFC8446' target='https://www.rfc-editor.org/info/rfc8446'>
  <front>
    <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
    <author fullname='E. Rescorla' initials='E.' surname='Rescorla'/>
    <date month='August' year='2018'/>
    <abstract>
      <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
      <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8446'/>
  <seriesInfo name='DOI' value='10.17487/RFC8446'/>
</reference>

<reference anchor='RFC8341' target='https://www.rfc-editor.org/info/rfc8341'>
  <front>
    <title>Network Configuration Access Control Model</title>
    <author fullname='A. Bierman' initials='A.' surname='Bierman'/>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
      <t>This document obsoletes RFC 6536.</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='91'/>
  <seriesInfo name='RFC' value='8341'/>
  <seriesInfo name='DOI' value='10.17487/RFC8341'/>
</reference>

<reference anchor='RFC3688' target='https://www.rfc-editor.org/info/rfc3688'>
  <front>
    <title>The IETF XML Registry</title>
    <author fullname='M. Mealling' initials='M.' surname='Mealling'/>
    <date month='January' year='2004'/>
    <abstract>
      <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='81'/>
  <seriesInfo name='RFC' value='3688'/>
  <seriesInfo name='DOI' value='10.17487/RFC3688'/>
</reference>

<reference anchor='RFC6020' target='https://www.rfc-editor.org/info/rfc6020'>
  <front>
    <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <date month='October' year='2010'/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6020'/>
  <seriesInfo name='DOI' value='10.17487/RFC6020'/>
</reference>




    </references>

    <references title='Informative References'>




<reference anchor='I-D.ietf-opsawg-ucl-acl' target='https://datatracker.ietf.org/doc/html/draft-ietf-opsawg-ucl-acl-03'>
   <front>
      <title>A YANG Data Model and RADIUS Extension for Policy-based Network Access Control</title>
      <author fullname='Qiufang Ma' initials='Q.' surname='Ma'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Qin Wu' initials='Q.' surname='Wu'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Mohamed Boucadair' initials='M.' surname='Boucadair'>
         <organization>Orange</organization>
      </author>
      <author fullname='Daniel King' initials='D.' surname='King'>
         <organization>Lancaster University</organization>
      </author>
      <date day='2' month='February' year='2024'/>
      <abstract>
	 <t>   This document defines a YANG data model for policy-based network
   access control, which provides consistent and efficient enforcement
   of network access control policies based on group identity.
   Moreover, this document defines a mechanism to ease the maintenance
   of the mapping between a user group identifier and a set of IP/MAC
   addresses to enforce policy-based network access control.

   In addition, the document defines a RADIUS attribute that is used to
   communicate the user group identifier as part of identification and
   authorization information.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-opsawg-ucl-acl-03'/>
   
</reference>


<reference anchor='I-D.contreras-opsawg-scheduling-oam-tests' target='https://datatracker.ietf.org/doc/html/draft-contreras-opsawg-scheduling-oam-tests-01'>
   <front>
      <title>A YANG Data Model for Network Diagnosis by scheduling sequences of OAM tests</title>
      <author fullname='Luis M. Contreras' initials='L. M.' surname='Contreras'>
         <organization>Telefonica</organization>
      </author>
      <author fullname='Victor Lopez' initials='V.' surname='Lopez'>
         <organization>Nokia</organization>
      </author>
      <date day='10' month='July' year='2023'/>
      <abstract>
	 <t>   This document defines a YANG data model for network diagnosis on-
   demand using Operations, Administration, and Maintenance (OAM) tests.
   This document defines both &#x27;oam-unitary-test&#x27; and &#x27;oam-test-sequence&#x27;
   data models to enable on-demand activation of network diagnosis
   procedures.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-contreras-opsawg-scheduling-oam-tests-01'/>
   
</reference>


<reference anchor='I-D.united-tvr-schedule-yang' target='https://datatracker.ietf.org/doc/html/draft-united-tvr-schedule-yang-00'>
   <front>
      <title>YANG Data Model for Scheduled Attributes</title>
      <author fullname='Yingzhen Qu' initials='Y.' surname='Qu'>
         <organization>Futurewei</organization>
      </author>
      <author fullname='Acee Lindem' initials='A.' surname='Lindem'>
         <organization>LabN Consulting, L.L.C.</organization>
      </author>
      <author fullname='Eric Kinzie' initials='E.' surname='Kinzie'>
         <organization>LabN Consulting, L.L.C.</organization>
      </author>
      <author fullname='Don Fedyk' initials='D.' surname='Fedyk'>
         <organization>LabN Consulting, L.L.C.</organization>
      </author>
      <author fullname='Marc Blanchet' initials='M.' surname='Blanchet'>
         <organization>Viagenie</organization>
      </author>
      <date day='11' month='October' year='2023'/>
      <abstract>
	 <t>   The YANG model in this document includes three modules, and can be
   used to manage network resources and topologies with scheduled
   attributes, such as predictable link loss and link connectivity as a
   function of time.  The intent is to have this information be utilized
   by Time-Variant Routing systems.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-united-tvr-schedule-yang-00'/>
   
</reference>

<reference anchor='RFC8340' target='https://www.rfc-editor.org/info/rfc8340'>
  <front>
    <title>YANG Tree Diagrams</title>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='L. Berger' initials='L.' role='editor' surname='Berger'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='215'/>
  <seriesInfo name='RFC' value='8340'/>
  <seriesInfo name='DOI' value='10.17487/RFC8340'/>
</reference>

<reference anchor='RFC3339' target='https://www.rfc-editor.org/info/rfc3339'>
  <front>
    <title>Date and Time on the Internet: Timestamps</title>
    <author fullname='G. Klyne' initials='G.' surname='Klyne'/>
    <author fullname='C. Newman' initials='C.' surname='Newman'/>
    <date month='July' year='2002'/>
    <abstract>
      <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3339'/>
  <seriesInfo name='DOI' value='10.17487/RFC3339'/>
</reference>


<reference anchor='I-D.ietf-netmod-rfc8407bis' target='https://datatracker.ietf.org/doc/html/draft-ietf-netmod-rfc8407bis-09'>
   <front>
      <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
      <author fullname='Andy Bierman' initials='A.' surname='Bierman'>
         <organization>YumaWorks</organization>
      </author>
      <author fullname='Mohamed Boucadair' initials='M.' surname='Boucadair'>
         <organization>Orange</organization>
      </author>
      <author fullname='Qin Wu' initials='Q.' surname='Wu'>
         <organization>Huawei</organization>
      </author>
      <date day='28' month='February' year='2024'/>
      <abstract>
	 <t>   This memo provides guidelines for authors and reviewers of
   specifications containing YANG modules, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-netmod-rfc8407bis-09'/>
   
</reference>

<reference anchor='RFC7951' target='https://www.rfc-editor.org/info/rfc7951'>
  <front>
    <title>JSON Encoding of Data Modeled with YANG</title>
    <author fullname='L. Lhotka' initials='L.' surname='Lhotka'/>
    <date month='August' year='2016'/>
    <abstract>
      <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7951'/>
  <seriesInfo name='DOI' value='10.17487/RFC7951'/>
</reference>


<reference anchor='I-D.ietf-tvr-use-cases' target='https://datatracker.ietf.org/doc/html/draft-ietf-tvr-use-cases-09'>
   <front>
      <title>TVR (Time-Variant Routing) Use Cases</title>
      <author fullname='Edward J. Birrane' initials='E. J.' surname='Birrane'>
         <organization>JHU/APL</organization>
      </author>
      <author fullname='Nicolas Kuhn' initials='N.' surname='Kuhn'>
         <organization>Thales Alenia Space</organization>
      </author>
      <author fullname='Yingzhen Qu' initials='Y.' surname='Qu'>
         <organization>Futurewei Technologies</organization>
      </author>
      <author fullname='Rick Taylor' initials='R.' surname='Taylor'>
         <organization>Ori Industries</organization>
      </author>
      <author fullname='Li Zhang' initials='L.' surname='Zhang'>
         <organization>Huawei</organization>
      </author>
      <date day='29' month='February' year='2024'/>
      <abstract>
	 <t>   This document introduces use cases where Time-Variant Routing (TVR)
   computations (i.e. routing computations taking into considerations
   time-based or scheduled changes to a network) could improve routing
   protocol convergence and/or network performance.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-tvr-use-cases-09'/>
   
</reference>


<reference anchor='I-D.ietf-netmod-eca-policy' target='https://datatracker.ietf.org/doc/html/draft-ietf-netmod-eca-policy-01'>
   <front>
      <title>A YANG Data model for ECA Policy Management</title>
      <author fullname='Qin Wu' initials='Q.' surname='Wu'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Volta Networks</organization>
      </author>
      <author fullname='Benoît Claise' initials='B.' surname='Claise'>
         <organization>Cisco</organization>
      </author>
      <date day='19' month='February' year='2021'/>
      <abstract>
	 <t>   This document defines a YANG data model for Event Condition Action
   (ECA) policy management.  The ECA policy YANG module provides the
   ability to delegate some network management functions to the server
   (e.g., a NETCONF or RESTCONF server) which can take simple and
   instant action when a trigger condition on the managed objects is
   met.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-netmod-eca-policy-01'/>
   
</reference>




    </references>


<section anchor="usage"><name>Examples of Format Representation</name>

<t>This section provides some examples to illustrate the use of the
   period and recurrence formats defined as YANG groupings. Note that "grouping"
   does not define any data nodes in the schema tree, the examples illustrated are
   just for the ease of understanding. Only the message body is provided with
   JSON used for encoding <xref target="RFC7951"/>.</t>

<section anchor="the-period-of-time-grouping"><name>The "period-of-time" Grouping</name>

<t>The example of a period that starts at 08:00:00 UTC, on January 1, 2025 and ends at 18:00:00 UTC
   on December 31, 2027 is encoded as shown in <xref target="ex-1"/>.</t>

<figure title="Simple Start/End Schedule" anchor="ex-1"><artwork><![CDATA[
{
  "period-start": "2025-01-01T08:00:00Z",
  "period-end": "2027-12-01T18:00:00Z"
}
]]></artwork></figure>

<t>An example of a period that starts at 08:00:00 UTC, on January 1, 2025 and lasts 15 days and
   5 hours and 20 minutes is encoded as shown in <xref target="ex-2"/>.</t>

<figure title="Simple Schedule with Duration" anchor="ex-2"><artwork><![CDATA[
{
  "period-start": "2025-01-01T08:00:00Z",
  "duration": "P15DT05:20:00"
}
]]></artwork></figure>

<t>An example of a period that starts at 2:00 A.M. in Los Angeles on November 19,
   2025 and lasts 20 weeks is depicted in <xref target="ex-3"/>.</t>

<figure title="Simple Schedule with Time Zone Indication" anchor="ex-3"><artwork><![CDATA[
{
  "period-start": "2025-11-19T02:00:00",
  "time-zone-identifier": "America/Los_Angeles",
  "duration": "P20W"
}
]]></artwork></figure>

</section>
<section anchor="the-recurrence-grouping"><name>The "recurrence" Grouping</name>

<t><xref target="ex-4"/> indicates a recurrence of every 2 days for
   10 occurrences, starting at 3 p.m. on December 1, 2025 in the Eastern United States time zone:</t>

<figure title="Simple Schedule with Recurrence" anchor="ex-4"><artwork><![CDATA[
{
  "recurrence-first": {
    "date-time-start": "2025-11-01T15:00:00",
    "time-zone-identifier": "America/New_York"
  },
  "frequency": "ietf-schedule:daily",
  "interval": 2,
  "count": 10
}
]]></artwork></figure>

<t><xref target="ex-5"/> illustrates an example of an anniversary that will occur annually, from 1997-11-25, until 2050-11-25:</t>

<figure title="Simple Schedule with Recurrence and End Date" anchor="ex-5"><artwork><![CDATA[
{
  "recurrence-first": {
    "date-time-start": "1979-11-25"
  },
  "frequency": "ietf-schedule:yearly",
  "until": "2050-11-25"
}
]]></artwork></figure>

</section>
<section anchor="the-recurrence-with-date-times-grouping"><name>The "recurrence-with-date-times" Grouping</name>

<t><xref target="ex-6"/> indicates a recurrence that occurs every 2
   hours from 9:00 AM to 5:00 PM, and 6PM UTC time on 2025-12-01:</t>

<figure title="Example of Recurrence With Date Times" anchor="ex-6"><artwork><![CDATA[
{
  "recurrence-first": {
    "date-time-start": "2025-12-01T09:00:00Z"
  },
  "frequency": "ietf-schedule:hourly",
  "interval": 2,
  "until": "2025-12-01T17:00:00Z",
  "date-times": ["2025-12-01T18:00:00Z"]
}
]]></artwork></figure>

<t><xref target="ex-7"/> indicates a recurrence that occurs every
   30 minutes and last for 15 minutes from 9:00 AM to 5:00 PM, and extra two occurrences
   at 6:00 PM and 6:30 PM with each lasting for 20 minutes on 2025-12-01:</t>

<figure title="Example of Advanced Recurrence Schedule" anchor="ex-7"><artwork><![CDATA[
{
  "recurrence-first": {
    "date-time-start": "2025-12-01T09:00:00Z",
    "duration": "PT00:15:00"
  },
  "frequency": "ietf-schedule:minutely",
  "interval": 30,
  "until": "2025-12-01T17:00:00Z",
  "period": [
    {
      "period-start": "2025-12-01T18:00:00Z",
      "duration": "PT00:20:00"
    },
    {
      "period-start": "2025-12-01T18:30:00Z",
      "duration": "PT00:20:00"
    }
   ]
}
]]></artwork></figure>

</section>
<section anchor="the-icalendar-recurrence-grouping"><name>The "icalendar-recurrence" Grouping</name>

<t><xref target="ex-8"/> indicates 10 occurrences that occur at
   8:00 AM (EST), every last Saturday of the month starting in January 2024:</t>

<figure title="Simple iCalendar Recurrence" anchor="ex-8"><artwork><![CDATA[
{
  "recurrence-first": {
    "date-time-start": "2024-01-27T08:00:00",
    "time-zone-identifier": "America/New_York"
  },
  "frequency": "ietf-schedule:monthly",
  "count": 10,
  "byday": [
    {
      "direction": [-1],
      "weekday": "saturday"
    }
  ]
}
]]></artwork></figure>

<t><xref target="ex-9"/> is an example of a recurrence that occurs on the last
   workday of the month until December 25, 2024, from January 1, 2024:</t>

<figure title="Example of Advanced iCalendar Recurrence" anchor="ex-9"><artwork><![CDATA[
{
  "recurrence-first": {
  "date-time-start": "2024-01-01"
  },
  "frequency": "ietf-schedule:monthly",
  "until": "2024-12-25",
  "byday": [
    { "weekday": "monday"},
    { "weekday": "tuesday"},
    { "weekday": "wednesday"},
    { "weekday": "thursday"},
    { "weekday": "friday"}
  ],
  "bysetpos": [-1]
}
]]></artwork></figure>

<t><xref target="ex-10"/> indicates a recurrence that occur every 20
  minutes from 9:00 AM to 4:40 PM (UTC), with the occurrence starting at 10:20 AM
  being excluded on 2025-12-01:</t>

<figure title="Example of Advanced iCalendar Recurrence with Exceptions" anchor="ex-10"><artwork><![CDATA[
{
  "recurrence-first": {
    "date-time-start": "2025-12-01T09:00:00Z"
  },
  "until": "2025-12-01T16:40:00Z",
  "frequency": "ietf-schedule:minutely",
  "byminute": [0, 20, 40],
  "byhour": [9, 10, 11, 12, 13, 14, 15, 16],
  "exception-dates": ["2025-12-01T10:20:00Z"]
}
]]></artwork></figure>

</section>
</section>
<section anchor="sec-ext"><name>Examples of Using/Extending the "ietf-schedule" Module</name>

<t>This non-normative section shows two examples for how the "ietf-schedule" module
   can be used or extended for scheduled events or attributes based on date and time.</t>

<section anchor="features"><name>Example: Schedule Tasks to Execute Based on a Recurrence Rule</name>

<t>Scheduled tasks can be used to execute specific actions based on certain recurrence rules (e.g.,
   every Friday at 8:00 AM). The following example module which "uses" the "icalendar-recurrence"
   grouping from "ietf-schedule" module shows how a scheduled task could be defined
   with different features used for options.</t>

<figure><artwork><![CDATA[
module example-scheduled-backup {
  yang-version 1.1;
  namespace "http://example.com/example-scheduled-backup";
  prefix "ex-scback";

  import ietf-inet-types {
    prefix "inet";
  }

  import ietf-schedule {
    prefix "schedule";
  }

  organization
    "Example, Inc.";

  contact
    "Support at example.com";

  description
    "Example of a module defining an scheduled based backup
     operation.";

  revision "2023-01-19" {
    description
      "Initial Version.";
    reference
      "RFC XXXX: A YANG Data Model for Scheduling.";
    }

  container scheduled-backup-tasks {
    description
      "A container for backing up all current running configuration
       on the device.";
    list tasks {
      key "task-id";
      description
        "The list of backing up tasks on this device.";
      leaf task-id {
        type string;
        description
          "The task identifier that uniquely identifies a scheduled 
           backup task.";
      }
      choice local-or-remote {
        description
          "Specifies whether the configuration to be backed up is
           local or remote.";
        case local {
          description
            "Configuration parameters for backing up of local
             devices.";
          leaf local {
            type empty;
            description
              "The parameter specifies the configuration to be
               backed up is on the local device.";
          }
        }
        case remote {
          description
            "Configuration parameters for backing up of remote
             devices.";
          leaf remote {
            type inet:domain-name;
            description
              "The parameter specifies the remote device domain
               name.";
          }
        }
      }

      container basic-recurrence-schedules {
        if-feature schedule:basic-recurrence-supported;
        description
          "Basic recurrence schedule specification, only applies when
           schedule:basic-recurrence-supported feaure is supported.";
        leaf schedule-id {
          type string;
          description
            "The schedule identifier for this recurrence rule.";
        }            
        uses schedule:recurrence;
       }

      container icalendar-recurrence-schedules {
        if-feature schedule:icalendar-recurrence-supported;
        description
          "Basic recurrence schedule specification, only applies when
           schedule:icalendar-recurrence-supported feaure is
           supported.";
        leaf schedule-id {
          type string;
          description
            "The schedule identifier for this recurrence rule.";
        }           
        uses schedule:icalendar-recurrence;
      }      
    }
  
    list schedule-set {
      key "schedule-id";
      description
        "The list of schedule status for the backup tasks.";
      uses schedule:schedule-status;
    }
  }
}
]]></artwork></figure>

</section>
<section anchor="augments"><name>Example: Schedule Network Properties to Change Based on Date and Time</name>

<t>Network properties may change over a specific period of time or based on a
   recurrence rule, e.g., <xref target="I-D.ietf-tvr-use-cases"/>.
   The following example module which augments the "recurrence-with-date-times"
   grouping from "ietf-schedule" module shows how a scheduled based attribute
   could be defined.</t>

<figure><artwork><![CDATA[
module example-scheduled-link-bandwidth {
  yang-version 1.1;
  namespace "http://example.com/example-scheduled-link-bandwidth";
  prefix "ex-scattr";

  import ietf-network {
    prefix "nw";
    reference
      "RFC 8345: A YANG Data Model for Network Topologies";
  }

  import ietf-schedule {
    prefix "schedule";
    reference
      "RFC XXXX: A YANG Data Model for Scheduling";
  }

  organization
    "Example, Inc.";

  contact
    "Support at example.com";

  description
    "Example of a module defining a scheduled link bandwidth.";

  revision "2023-01-19" {
    description
      "Initial Version.";
    reference
      "RFC XXXX: A YANG Data Model for Scheduling.";
    }

  grouping link-bandwidth-grouping {
    description
      "Grouping of the link bandwidth definition.";
    leaf scheduled-bandwidth {
      type uint64;
      units "Kbps";
      description
        "Bandwidth values, expressed in kilobits per second.";
    }
  }

  container link-attributes {
    description
      "Definition of link attributes.";
    list link {
      key "source-node destination-node";
      description
        "Definition of link attributes.";
      leaf source-node {
        type nw:node-id;
        description
          "Indicates the source node identifier.";
      }
      leaf destination-node {
        type nw:node-id;
        description
          "Indicates the source node identifier.";
      }

      leaf default-bandwidth {
        type uint64;
        units "Kbps";
        description
          "Default bandwidth values when unspecified.";
      }

      choice time-variant-type {
        description
          "Controls the schedule type.";
        case period {
          uses schedule:period-of-time;
        }
        case recurrence {
          uses schedule:recurrence-with-date-times {
            augment "date-times-choice/period-timeticks"
                  + "/period-timeticks" {
              description
                "Specifies the attributes inside each 
                 period-timeticks entry.";
              uses link-bandwidth-grouping;
            }
            augment "date-times-choice/period/period" {
              description
                "Specifies the attributes within each period entry.";
              uses link-bandwidth-grouping;
            }
          }
        }
      }
    }
  }
}

]]></artwork></figure>

<t><xref target="ex-11"/> shows a configuration example of a link's bandwidth that is
  scheduled between 2023/12/01 0:00 UTC to the end of 2023/12/31 with a daily
  schedule. In each day, the bandwidth value is scheduled to be 500 Kbps between
  1:00 AM to 6:00 AM and 800 Kbps between 10:00 PM to 11:00 PM. The bandwidth
  value that's not covered by the period above is 1000 Kbps by default.</t>

<figure title="Example of Scheduled Link's Bandwidth" anchor="ex-11"><artwork><![CDATA[
<?xml version="1.0" encoding="utf-8"?>
<link-attributes
  xmlns="http://example.com/example-scheduled-link-bandwidth"
  xmlns:schedule="urn:ietf:params:xml:ns:yang:ietf-schedule">
  <link>
    <source-node>ne1</source-node>
    <destination-node>ne2</destination-node>
    <default-bandwidth>1000</default-bandwidth>
    <recurrence-first>
      <date-time-start>2023-12-01T01:00:00Z</date-time-start>
    </recurrence-first>
    <frequency>schedule:daily</frequency>
    <until>2023-12-31T23:59:59Z</until>
    <period-timeticks>
      <period-start>360000</period-start>
      <period-end>2160000</period-end>
      <scheduled-bandwidth>500</scheduled-bandwidth>
    </period-timeticks>
    <period-timeticks>
      <period-start>7920000</period-start>
      <period-end>8280000</period-end>
      <scheduled-bandwidth>800</scheduled-bandwidth>
    </period-timeticks>
  </link>
</link-attributes>

]]></artwork></figure>

</section>
</section>
<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>This work is derived from the <xref target="I-D.ietf-opsawg-ucl-acl"/>. There is a desire
   from the OPSAWG to see this model be separately defined for wide use in scheduling context.</t>

<t>Thanks to Adrian Farrel, Wei Pan, Tianran Zhou, and Joe Clarke
   for their valuable comments and inputs to this work.</t>

<t>Many thanks to the authors of <xref target="I-D.united-tvr-schedule-yang"/>, <xref target="I-D.contreras-opsawg-scheduling-oam-tests"/>, and <xref target="I-D.ietf-netmod-eca-policy"/>
   for the constructive discussion during IETF#118.</t>

</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

