Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
81980a88ddd1d932d242a2626897e5905aa31063
/
.
/
schemas
/
module-a.yang
blob: 39a5ae2180ad0e45caf79a8f51e68d2a45aba3f5 [
file
] [
log
] [
blame
]
module
module
-
a
{
namespace
"urn:jmu:params:xml:ns:yang:module-a"
;
prefix a
;
description
"This is a simple user module"
;
container top
{
leaf name
{
type
string
;
}
leaf type
{
type
string
;
}
leaf hidden
{
type
boolean
;
}
}
}