blob: c106d89aa2b4d8a5457e42e2686fec85efeb7d0a [file] [log] [blame]
module second-remote {
yang-version "1";
namespace "http://rob.sh/yang/test/typedef/second-remote";
prefix "second-remote";
organization "BugReports Inc";
contact "A bug reporter";
description
"A test module";
revision 2014-01-01 {
description "april-fools";
reference "fooled-you";
}
typedef second-remote-definition {
type string {
pattern "z.*";
}
}
}