Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions draft-ietf-core-yang-library-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,11 @@ module ietf-constrained-yang-library {
leaf revision {
type union {
type revision-identifier;
type string {
length 0;
}
type empty;
}
description
"The YANG module revision date.";
"The YANG module revision date. If the type is empty,
module with no revision statement is being identified";
}
leaf namespace {
type inet:uri;
Expand Down