blob: fcc67eb5ec45a763bcb20658999cb2834c4a4cfd [file] [log] [blame]
module list {
yang-version 1;
namespace "yrt:list";
prefix "l";
organization "ON-LAB";
description "This module defines for list.";
revision "2016-06-24" {
description "Initial revision.";
}
list l1 {
key "k1 k2 k3";
leaf k1 {
type string;
}
leaf k2 {
type string;
}
leaf k3 {
type string;
}
container c1 {
leaf l1 {
type string;
}
}
}
}