blob: 1957c1f992be92a8c63c028aaddaf70bfc14b782 [file] [log] [blame]
module Sfc {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf test{
type string;
}
leaf myenum {
type enumeration {
enum zero;
enum one;
enum seven {
value 7;
}
}
}
}