blob: 9e93f1ec63fe434867587c066aa19cdb82f055ca [file] [log] [blame]
module Test {
namespace "urn:ietf:params:xml:ns:yang:yt3";
prefix "yt3";
organization
"YANG Language Design Team";
contact
"Andy Bierman";
description
"YANG test module 3.";
revision 2007-12-04 {
description "Initial revision.";
}
typedef Num3 {
units seconds;
type int16 {
range "-3 | -2 .. +2 | 3";
}
description "test 3";
}
typedef Num6 {
description "test 6";
type Num3 {
range "-32000 .. 4 | max" ;
}
default 0;
}
}