Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
b1187a91b6b9d62e8e7446862216bb1a761db0e5
/
.
/
tests
/
conformance
/
sec7_10
/
mod3.yang
blob: 5a7ce0b2d6451949cd9fa54fbd488b3d58dfd06c [
file
] [
log
] [
blame
]
module
mod3
{
prefix abc
;
namespace
"urn:cesnet:mod3"
;
container ccc
{
anyxml any
{
config
true
;
reference
"test reference"
;
description
"test description"
;
config
"false"
;
// duplicated
}
}
}