| module yms-ietf-schedule { |
| namespace "urn:ietf:params:xml:ns:yang:ietf-schedule"; |
| // replace with IANA namespace when assigned |
| import yms-ietf-yang-types { |
| "The model allows time scheduling parameters to be specified."; |
| description "Initial revision"; |
| "A list of schedules defining when a particular |
| configuration takes effect."; |
| "Container of a schedule list defining when a particular |
| configuration takes effect."; |
| description "A list of schedule elements."; |
| description "Identifies the schedule element."; |
| description "Start time."; |
| 'P(\d+Y)?(\d+M)?(\d+W)?(\d+D)?T(\d+H)?(\d+M)?(\d+S)?'; |
| description "Schedule duration in ISO 8601 format."; |
| 'R\d*/P(\d+Y)?(\d+M)?(\d+W)?(\d+D)?T(\d+H)?(\d+M)?' |
| description "Repeat interval in ISO 8601 format."; |